HEX
Server: nginx/1.18.0
System: Linux m1-ws1-ams3 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /opt/aphex/sites/cci-tl.org/db.sql
-- MySQL dump 10.13  Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost    Database: cci_tl_org
-- ------------------------------------------------------
-- Server version	8.0.32-0ubuntu0.20.04.2

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

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

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

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

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

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

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

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

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

--
-- Table structure for table `wp_contact_bank`
--

DROP TABLE IF EXISTS `wp_contact_bank`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_contact_bank` (
  `id` int NOT NULL AUTO_INCREMENT,
  `type` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent_id` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_contact_bank`
--

LOCK TABLES `wp_contact_bank` WRITE;
/*!40000 ALTER TABLE `wp_contact_bank` DISABLE KEYS */;
INSERT INTO `wp_contact_bank` VALUES (1,'forms',0),(2,'custom_css',0),(3,'collation_type',0),(4,'general_settings',0),(5,'roles_and_capabilities',0),(6,'form',1);
/*!40000 ALTER TABLE `wp_contact_bank` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_contact_bank_meta`
--

DROP TABLE IF EXISTS `wp_contact_bank_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_contact_bank_meta` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `meta_id` int NOT NULL,
  `meta_key` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `old_form_id` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=205 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_contact_bank_meta`
--

LOCK TABLES `wp_contact_bank_meta` WRITE;
/*!40000 ALTER TABLE `wp_contact_bank_meta` DISABLE KEYS */;
INSERT INTO `wp_contact_bank_meta` VALUES (1,2,'custom_css','a:1:{s:10:\"custom_css\";s:0:\"\";}',2),(2,4,'general_settings','a:8:{s:26:\"remove_tables_at_uninstall\";s:6:\"enable\";s:17:\"automatic_updates\";s:7:\"disable\";s:16:\"default_currency\";s:3:\"USD\";s:18:\"language_direction\";s:13:\"left_to_right\";s:20:\"recaptcha_public_key\";s:0:\"\";s:21:\"recaptcha_private_key\";s:0:\"\";s:15:\"gdpr_compliance\";s:6:\"enable\";s:20:\"gdpr_compliance_text\";s:87:\"By using this form you agree with the storage and handling of your data by this website\";}',4),(3,5,'roles_and_capabilities','a:10:{s:22:\"roles_and_capabilities\";s:11:\"1,1,1,0,0,0\";s:30:\"show_contact_bank_top_bar_menu\";s:6:\"enable\";s:30:\"others_full_control_capability\";s:1:\"0\";s:24:\"administrator_privileges\";s:19:\"1,1,1,1,1,1,1,1,1,1\";s:17:\"author_privileges\";s:19:\"0,1,1,0,0,0,1,0,0,1\";s:17:\"editor_privileges\";s:19:\"0,0,0,1,0,1,0,0,0,0\";s:22:\"contributor_privileges\";s:19:\"0,0,0,1,0,0,1,0,0,0\";s:21:\"subscriber_privileges\";s:19:\"0,0,0,0,0,0,0,0,0,0\";s:16:\"other_privileges\";s:19:\"0,0,0,0,0,0,0,0,0,0\";s:12:\"capabilities\";a:7:{i:0;s:14:\"manage_options\";i:1;s:12:\"edit_plugins\";i:2;s:10:\"edit_posts\";i:3;s:13:\"publish_posts\";i:4;s:13:\"publish_pages\";i:5;s:10:\"edit_pages\";i:6;s:4:\"read\";}}',5),(4,6,'form_data','a:15:{s:10:\"form_title\";s:15:\"Contact Us Form\";s:16:\"form_description\";s:0:\"\";s:29:\"form_submission_limit_message\";s:7:\"disable\";s:23:\"form_submission_message\";s:36:\"Your Forms Submission Limit is Over.\";s:20:\"form_success_message\";s:42:\"Your Form has been Successfully Submitted.\";s:19:\"form_enable_tooltip\";s:4:\"show\";s:13:\"form_redirect\";s:4:\"page\";s:17:\"form_redirect_url\";s:0:\"\";s:22:\"form_redirect_page_url\";s:0:\"\";s:26:\"form_save_submission_to_db\";s:6:\"enable\";s:21:\"form_submission_limit\";s:2:\"10\";s:24:\"layout_settings_template\";s:40:\"layout_settings_contact_us_form_template\";s:8:\"controls\";a:4:{i:0;a:54:{s:12:\"control_type\";s:10:\"first_name\";s:10:\"label_name\";s:4:\"Name\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:55:\"In this field,you would need to provide your First Name\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:30:\"Please provide your first name\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:6:\"enable\";s:18:\"input_limit_number\";s:0:\"\";s:11:\"text_appear\";s:0:\"\";s:15:\"input_mask_type\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"input_validation_type\";s:0:\"\";s:17:\"autocomplete_type\";s:6:\"enable\";s:13:\"disable_input\";s:7:\"disable\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:31:\"first_name_field_key_1598789542\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1598789542;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}i:1;a:54:{s:12:\"control_type\";s:5:\"email\";s:10:\"label_name\";s:5:\"Email\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:59:\"In this field, you would need to provide your Email Address\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:33:\"Please provide your email address\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:6:\"enable\";s:18:\"input_limit_number\";s:0:\"\";s:11:\"text_appear\";s:0:\"\";s:15:\"input_mask_type\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:21:\"input_validation_type\";s:0:\"\";s:17:\"autocomplete_type\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:34:\"email_address_field_key_1598789543\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1598789543;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}i:2;a:54:{s:12:\"control_type\";s:4:\"text\";s:10:\"label_name\";s:7:\"Subject\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:53:\"In this field, you would need to provide your Subject\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:27:\"Please provide your subject\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:7:\"disable\";s:18:\"input_limit_number\";s:2:\"50\";s:11:\"text_appear\";s:17:\"Character(s) left\";s:15:\"input_mask_type\";s:4:\"none\";s:11:\"custom_mask\";s:15:\"999,999,999,999\";s:21:\"input_validation_type\";s:10:\"characters\";s:17:\"autocomplete_type\";s:6:\"enable\";s:13:\"disable_input\";s:7:\"disable\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:37:\"single_line_text_field_key_1598789544\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1598789544;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}i:3;a:54:{s:12:\"control_type\";s:9:\"paragraph\";s:10:\"label_name\";s:7:\"Message\";s:17:\"field_description\";s:0:\"\";s:13:\"label_tooltip\";s:53:\"In this field, you would need to provide your Message\";s:15:\"label_placement\";s:5:\"above\";s:15:\"number_of_stars\";s:0:\"\";s:11:\"placeholder\";s:32:\"Please provide your message here\";s:25:\"custom_validation_message\";s:23:\"This field is Required!\";s:11:\"rows_number\";s:2:\"10\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:13:\"required_type\";s:7:\"disable\";s:18:\"input_limit_number\";s:3:\"255\";s:11:\"text_appear\";s:17:\"Character(s) left\";s:15:\"input_mask_type\";s:4:\"none\";s:11:\"custom_mask\";s:15:\"999,999,999,999\";s:21:\"input_validation_type\";s:10:\"characters\";s:17:\"autocomplete_type\";s:6:\"enable\";s:13:\"disable_input\";s:7:\"disable\";s:11:\"date_format\";s:0:\"\";s:10:\"start_year\";s:0:\"\";s:8:\"end_year\";s:0:\"\";s:20:\"default_current_date\";s:0:\"\";s:10:\"max_number\";s:0:\"\";s:10:\"min_number\";s:0:\"\";s:4:\"step\";s:0:\"\";s:23:\"drop_down_option_values\";a:0:{}s:9:\"field_key\";s:35:\"paragraph_text_field_key_1598789545\";s:13:\"default_value\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:5:\"price\";s:0:\"\";s:11:\"time_format\";s:0:\"\";s:12:\"current_time\";s:0:\"\";s:12:\"product_name\";s:0:\"\";s:18:\"credit_card_number\";s:0:\"\";s:23:\"credit_card_expiry_date\";s:0:\"\";s:15:\"credit_card_cvv\";s:0:\"\";s:23:\"credit_card_placeholder\";s:0:\"\";s:30:\"credit_card_expiry_placeholder\";s:0:\"\";s:27:\"credit_card_cvv_placeholder\";s:0:\"\";s:19:\"html_editor_content\";s:0:\"\";s:16:\"html_editor_type\";s:0:\"\";s:29:\"html_editor_content_duplicate\";s:0:\"\";s:13:\"shipping_cost\";s:0:\"\";s:15:\"antispam_answer\";s:0:\"\";s:12:\"maximum_size\";s:0:\"\";s:9:\"extension\";s:0:\"\";s:15:\"multiple_upload\";s:0:\"\";s:15:\"attach_to_email\";s:0:\"\";s:9:\"timestamp\";i:1598789545;s:38:\"logical_captcha_mathmatical_operations\";s:0:\"\";s:25:\"logical_captcha_artimatic\";s:0:\"\";s:26:\"logical_captcha_relational\";s:0:\"\";s:29:\"logical_captcha_arrange_order\";s:0:\"\";}}s:29:\"form_admin_notification_email\";a:10:{s:22:\"template_send_to_email\";s:15:\"[email protected]\";s:16:\"template_send_to\";s:13:\"send_to_email\";s:22:\"template_send_to_field\";s:0:\"\";s:11:\"template_cc\";s:0:\"\";s:12:\"template_bcc\";s:0:\"\";s:18:\"template_from_name\";s:19:\"Site Administration\";s:19:\"template_from_email\";s:15:\"[email protected]\";s:17:\"template_reply_to\";s:0:\"\";s:16:\"template_subject\";s:33:\"New Contact received from Website\";s:16:\"template_message\";s:392:\"<p>Hello Admin,</p><p>A new user visited your website.</p><p>Here are the details :</p><p><strong>Name</strong>: [control_1598789542]</p><p><strong>Email</strong>: [control_1598789543]</p><p><strong>Subject</strong>: [control_1598789544]</p><p><strong>Message</strong>: [control_1598789545]</p><p>Thanks,</p><p><strong>Technical Support Team</strong></p><p><strong>www.cci-tl.org</strong></p>\";}s:30:\"form_client_notification_email\";a:10:{s:22:\"template_send_to_email\";s:15:\"[email protected]\";s:16:\"template_send_to\";s:13:\"send_to_email\";s:22:\"template_send_to_field\";s:0:\"\";s:11:\"template_cc\";s:0:\"\";s:12:\"template_bcc\";s:0:\"\";s:18:\"template_from_name\";s:19:\"Site Administration\";s:19:\"template_from_email\";s:15:\"[email protected]\";s:17:\"template_reply_to\";s:0:\"\";s:16:\"template_subject\";s:31:\"Thanks for visiting our Website\";s:16:\"template_message\";s:189:\"<p>Hi,</p><p>Thanks for visiting our website. We will Contact you within next 24 hours.</p><p>Thanks,</p><p><strong>Technical Support Team</strong></p><p><strong>www.cci-tl.org</strong></p>\";}}',6),(5,6,'layout_settings','a:65:{s:33:\"layout_settings_form_design_width\";s:4:\"100%\";s:36:\"layout_settings_form_design_position\";s:4:\"left\";s:44:\"layout_settings_form_design_background_color\";s:7:\"#ffffff\";s:51:\"layout_settings_form_design_background_transparency\";s:3:\"100\";s:42:\"layout_settings_form_design_title_html_tag\";s:2:\"h1\";s:43:\"layout_settings_form_design_title_alignment\";s:4:\"left\";s:44:\"layout_settings_form_design_title_font_style\";s:10:\"24,#000000\";s:45:\"layout_settings_form_design_title_font_family\";s:15:\"Roboto Slab:700\";s:48:\"layout_settings_form_design_description_html_tag\";s:1:\"p\";s:49:\"layout_settings_form_design_description_alignment\";s:4:\"left\";s:50:\"layout_settings_form_design_description_font_style\";s:10:\"12,#000000\";s:51:\"layout_settings_form_design_description_font_family\";s:15:\"Roboto Slab:300\";s:39:\"layout_settings_form_design_form_margin\";s:7:\"0,0,0,0\";s:40:\"layout_settings_form_design_form_padding\";s:11:\"10,10,10,10\";s:40:\"layout_settings_form_design_title_margin\";s:7:\"0,0,5,0\";s:41:\"layout_settings_form_design_title_padding\";s:7:\"5,0,0,0\";s:46:\"layout_settings_form_design_description_margin\";s:7:\"0,0,5,0\";s:47:\"layout_settings_form_design_description_padding\";s:7:\"0,0,5,0\";s:33:\"layout_settings_input_field_width\";s:3:\"90%\";s:34:\"layout_settings_input_field_height\";s:4:\"100%\";s:42:\"layout_settings_input_field_text_alignment\";s:4:\"left\";s:50:\"layout_settings_input_field_radio_button_alignment\";s:10:\"single_row\";s:46:\"layout_settings_input_field_checkbox_alignment\";s:10:\"single_row\";s:38:\"layout_settings_input_field_font_style\";s:10:\"14,#000000\";s:39:\"layout_settings_input_field_font_family\";s:16:\"Roboto Condensed\";s:57:\"layout_settings_input_field_background_color_transparency\";s:11:\"#f7f7f7,100\";s:40:\"layout_settings_input_field_border_style\";s:15:\"1,solid,#d1d1d1\";s:41:\"layout_settings_input_field_border_radius\";s:1:\"2\";s:34:\"layout_settings_input_field_margin\";s:7:\"5,0,5,0\";s:35:\"layout_settings_input_field_padding\";s:11:\"10,10,10,10\";s:42:\"layout_settings_label_field_text_alignment\";s:4:\"left\";s:33:\"layout_settings_label_field_width\";s:4:\"100%\";s:34:\"layout_settings_label_field_height\";s:4:\"100%\";s:38:\"layout_settings_label_field_font_style\";s:10:\"16,#000000\";s:39:\"layout_settings_label_field_font_family\";s:16:\"Roboto Condensed\";s:57:\"layout_settings_label_field_background_color_transparency\";s:9:\"#ffffff,0\";s:34:\"layout_settings_label_field_margin\";s:7:\"0,0,0,0\";s:35:\"layout_settings_label_field_padding\";s:10:\"10,10,10,0\";s:37:\"layout_settings_button_text_alignment\";s:6:\"center\";s:27:\"layout_settings_button_text\";s:6:\"Submit\";s:28:\"layout_settings_button_width\";s:5:\"100px\";s:29:\"layout_settings_button_height\";s:4:\"100%\";s:33:\"layout_settings_button_font_style\";s:10:\"16,#ffffff\";s:34:\"layout_settings_button_font_family\";s:11:\"Roboto Slab\";s:39:\"layout_settings_button_background_color\";s:7:\"#524c52\";s:46:\"layout_settings_button_background_transparency\";s:3:\"100\";s:45:\"layout_settings_button_hover_background_color\";s:7:\"#706c70\";s:52:\"layout_settings_button_hover_background_transparency\";s:3:\"100\";s:35:\"layout_settings_button_border_style\";s:15:\"1,solid,#524c52\";s:36:\"layout_settings_button_border_radius\";s:1:\"4\";s:41:\"layout_settings_button_hover_border_color\";s:7:\"#706c70\";s:29:\"layout_settings_button_margin\";s:8:\"10,0,0,0\";s:30:\"layout_settings_button_padding\";s:11:\"10,10,10,10\";s:39:\"layout_settings_messages_text_alignment\";s:4:\"left\";s:54:\"layout_settings_messages_background_color_transparency\";s:10:\"#e5ffd5,50\";s:35:\"layout_settings_messages_font_style\";s:10:\"18,#6aa500\";s:36:\"layout_settings_messages_font_family\";s:11:\"Roboto Slab\";s:31:\"layout_settings_messages_margin\";s:7:\"0,0,0,0\";s:32:\"layout_settings_messages_padding\";s:7:\"0,0,0,0\";s:47:\"layout_settings_error_messages_background_color\";s:7:\"#ffffff\";s:54:\"layout_settings_error_messages_background_transparency\";s:2:\"50\";s:41:\"layout_settings_error_messages_font_style\";s:10:\"12,#ff2c38\";s:42:\"layout_settings_error_messages_font_family\";s:11:\"Roboto Slab\";s:37:\"layout_settings_error_messages_margin\";s:7:\"0,0,0,0\";s:38:\"layout_settings_error_messages_padding\";s:15:\"5px,0px,0px,0px\";}',6),(6,6,'submission_form_data','a:5:{i:1598789542;s:18:\"Stephanus Jonathan\";i:1598789543;s:19:\"[email protected]\";i:1598789544;s:19:\"Supply LNG to China\";i:1598789545;s:369:\"Dear Sir,\r\n\r\nI am a lawyer in Jakarta,  Indonesia specialist in oil and gas field and we  have a client, a china company is seeking to buy LNG and a client from USA is seeking for aviation fuel A1 EN590 Diesel 10PPM from you or your client.\r\n\r\nCan you provide it? How is the rules of the games? Is there any commission for us?\r\n\r\nBest regards,\r\nStephanus Jonathan, S.H.\";s:9:\"timestamp\";i:1627368568;}',6),(7,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650452797;}',6),(8,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453000;}',6),(9,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453047;}',6),(10,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453057;}',6),(11,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453065;}',6),(12,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453174;}',6),(13,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453316;}',6),(14,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453317;}',6),(15,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453321;}',6),(16,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453323;}',6),(17,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453336;}',6),(18,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453337;}',6),(19,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453348;}',6),(20,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453353;}',6),(21,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453357;}',6),(22,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453373;}',6),(23,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453384;}',6),(24,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453388;}',6),(25,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453389;}',-1),(26,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453389;}',-1),(27,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453390;}',-1),(28,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453391;}',-1),(29,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453392;}',-1),(30,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453394;}',0),(31,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453395;}',0),(32,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453397;}',0),(33,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453399;}',0),(34,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453402;}',-1),(35,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453404;}',-1),(36,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453405;}',6),(37,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453407;}',1),(38,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453408;}',6),(39,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453409;}',0),(40,-5,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453410;}',-5),(41,-5,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453415;}',-5),(42,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453417;}',-1),(43,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453418;}',0),(44,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453420;}',0),(45,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453421;}',6),(46,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453424;}',1),(47,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453436;}',6),(48,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453449;}',6),(49,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453455;}',1),(50,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453456;}',1),(51,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453456;}',0),(52,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453463;}',6),(53,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453486;}',6),(54,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453510;}',6),(55,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453513;}',6),(56,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453515;}',6),(57,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453522;}',6),(58,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453526;}',6),(59,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453526;}',-1),(60,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453527;}',-1),(61,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453527;}',-1),(62,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453527;}',-1),(63,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453528;}',-1),(64,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453530;}',0),(65,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453532;}',0),(66,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453535;}',0),(67,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453539;}',0),(68,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453542;}',-1),(69,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453544;}',-1),(70,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453546;}',1),(71,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453550;}',0),(72,-5,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453551;}',-5),(73,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453552;}',6),(74,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453554;}',6),(75,-5,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453556;}',-5),(76,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453562;}',-1),(77,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453564;}',0),(78,7,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453569;}',7),(79,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453572;}',0),(80,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453576;}',6),(81,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453578;}',6),(82,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453583;}',1),(83,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453585;}',1),(84,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453585;}',0),(85,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453588;}',6),(86,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453589;}',6),(87,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453591;}',6),(88,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453592;}',6),(89,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453593;}',6),(90,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453595;}',6),(91,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453596;}',6),(92,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453597;}',6),(93,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453598;}',6),(94,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453600;}',6),(95,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453602;}',6),(96,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453605;}',6),(97,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453609;}',6),(98,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453611;}',6),(99,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453612;}',6),(100,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453614;}',6),(101,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453617;}',6),(102,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453619;}',6),(103,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453621;}',6),(104,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453623;}',6),(105,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453625;}',6),(106,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453627;}',6),(107,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453631;}',6),(108,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453633;}',6),(109,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453635;}',6),(110,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453636;}',6),(111,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453638;}',6),(112,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453639;}',6),(113,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453648;}',6),(114,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453651;}',6),(115,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453694;}',6),(116,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453697;}',6),(117,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453743;}',6),(118,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453766;}',6),(119,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453804;}',6),(120,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453806;}',6),(121,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453809;}',6),(122,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453810;}',6),(123,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453810;}',6),(124,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453812;}',6),(125,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453813;}',6),(126,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453814;}',6),(127,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453816;}',6),(128,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453820;}',6),(129,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453823;}',6),(130,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453826;}',6),(131,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453830;}',6),(132,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453833;}',6),(133,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453836;}',6),(134,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453839;}',6),(135,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453841;}',6),(136,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453847;}',6),(137,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453853;}',6),(138,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453855;}',6),(139,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453857;}',6),(140,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453858;}',6),(141,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453860;}',-1),(142,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453860;}',6),(143,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453861;}',-1),(144,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453861;}',-1),(145,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453862;}',-1),(146,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453862;}',-1),(147,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453862;}',6),(148,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453863;}',0),(149,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453865;}',0),(150,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453865;}',6),(151,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453867;}',0),(152,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453868;}',6),(153,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453869;}',0),(154,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453870;}',-1),(155,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453872;}',6),(156,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453873;}',-1),(157,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453873;}',6),(158,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453874;}',1),(159,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453875;}',6),(160,3,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453876;}',3),(161,-5,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453877;}',-5),(162,-5,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453878;}',-5),(163,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453878;}',6),(164,-1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453880;}',-1),(165,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453881;}',0),(166,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453883;}',0),(167,9,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453884;}',9),(168,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453886;}',6),(169,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453888;}',6),(170,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453889;}',1),(171,1,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453889;}',1),(172,0,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453890;}',0),(173,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453891;}',6),(174,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453893;}',6),(175,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453914;}',6),(176,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453915;}',6),(177,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453942;}',6),(178,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453943;}',6),(179,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453968;}',6),(180,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453969;}',6),(181,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453970;}',6),(182,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453972;}',6),(183,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453973;}',6),(184,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453974;}',6),(185,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453976;}',6),(186,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453977;}',6),(187,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453978;}',6),(188,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453980;}',6),(189,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453982;}',6),(190,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453983;}',6),(191,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453984;}',6),(192,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453985;}',6),(193,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453986;}',6),(194,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453987;}',6),(195,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453989;}',6),(196,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453990;}',6),(197,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453991;}',6),(198,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453993;}',6),(199,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453994;}',6),(200,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453995;}',6),(201,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453996;}',6),(202,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453997;}',6),(203,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650453999;}',6),(204,6,'submission_form_data','a:5:{i:1598789542;s:8:\"KfnqDuxw\";i:1598789543;s:16:\"[email protected]\";i:1598789544;s:1:\"1\";i:1598789545;s:2:\"20\";s:9:\"timestamp\";i:1650454000;}',6);
/*!40000 ALTER TABLE `wp_contact_bank_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint unsigned NOT NULL DEFAULT '1',
  `link_rating` int NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

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

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=43829 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://cci-tl.org','yes'),(2,'home','http://cci-tl.org','yes'),(3,'blogname','CCI-TL','yes'),(4,'blogdescription','A Family Of Learning','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','[email protected]','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','0','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','[email protected]','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','2','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','0','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:35:\"404-to-homepage/404-to-homepage.php\";i:2;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:3;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:4;s:31:\"cache-enabler/cache-enabler.php\";i:5;s:33:\"classic-editor/classic-editor.php\";i:6;s:29:\"contact-bank/contact-bank.php\";i:7;s:37:\"link-whisper-premium/link-whisper.php\";i:8;s:29:\"mainwp-child/mainwp-child.php\";i:9;s:45:\"remove-footer-credit/remove-footer-credit.php\";i:10;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:11;s:23:\"spiderblocker/index.php\";i:12;s:37:\"wordpress-autoblogging/basic-auth.php\";i:13;s:23:\"wp-insert/wp-insert.php\";i:14;s:24:\"wp-seopress/seopress.php\";i:15;s:41:\"xml-sitemaps-for-videos/video-sitemap.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','integral','yes'),(41,'stylesheet','integral','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:4:{i:0;i:59;i:1;i:66;i:2;i:71;i:3;i:77;}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:7:\"Creator\";s:4:\"text\";s:330:\"<img class=\"aligncenter wp-image-32 size-full\" src=\"http://cci-tl.org/wp-content/uploads/2020/08/Billy-Robinson.jpg\" alt=\"\" width=\"480\" height=\"320\" />\r\n\r\nHello! My name is <strong>Billy Robinson</strong>, creator of this website. I can\'t change the direction of the wind, but I can adjust my sails to always reach my destination.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:10:\"Learn More\";s:4:\"text\";s:293:\"<a href=\"https://www.quizalize.com/blog/2018/02/23/teaching-strategies/\" target=\"_blank\" rel=\"noopener\"><img class=\"aligncenter wp-image-33 size-medium\" src=\"http://cci-tl.org/wp-content/uploads/2020/08/1-md5-4c26f98b095791fea21bbd93460d0ef5-300x250.png\" alt=\"\" width=\"300\" height=\"250\" /></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','29','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','','yes'),(93,'admin_email_lifespan','1611084848','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:25:\"seopress_manage_dashboard\";b:1;s:28:\"seopress_manage_titles_metas\";b:1;s:32:\"seopress_manage_xml_html_sitemap\";b:1;s:31:\"seopress_manage_social_networks\";b:1;s:25:\"seopress_manage_analytics\";b:1;s:24:\"seopress_manage_advanced\";b:1;s:21:\"seopress_manage_tools\";b:1;s:19:\"seopress_manage_pro\";b:1;s:23:\"seopress_manage_schemas\";b:1;s:19:\"seopress_manage_bot\";b:1;s:23:\"seopress_manage_license\";b:1;s:32:\"seopress_manage_instant_indexing\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'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'),(99,'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'),(100,'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'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:8:\"rightbar\";a:5:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";i:2;s:12:\"categories-2\";i:3;s:14:\"recent-posts-2\";i:4;s:6:\"text-3\";}s:15:\"feature-widgets\";a:0:{}s:22:\"single-project-widgets\";a:0:{}s:14:\"client-widgets\";a:0:{}s:19:\"testimonial-widgets\";a:0:{}s:15:\"service-widgets\";a:0:{}s:12:\"team-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','IGGjdaJLES','yes'),(105,'wpseo','a:29:{s:8:\"tracking\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:25:\"ignore_indexation_warning\";b:0;s:29:\"indexation_warning_hide_until\";b:0;s:18:\"indexation_started\";b:0;s:28:\"indexables_indexation_reason\";s:0:\"\";s:31:\"indexables_indexation_completed\";b:1;s:7:\"version\";s:8:\"14.7-RC2\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1595532849;s:13:\"myyoast-oauth\";b:0;}','yes'),(106,'wpseo_titles','a:67:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(107,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(108,'wpseo_flush_rewrite','1','yes'),(109,'cron','a:10:{i:1653820450;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:1653826166;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653849342;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1653852849;a:1:{s:15:\"ebn_optimize_db\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1653852850;a:4:{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:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1653852851;a:3:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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:1653896113;a:1:{s:31:\"seopress_xml_sitemaps_ping_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1654198449;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1654284850;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(110,'tagline','','yes'),(112,'auth_key','Ev_V_g%E60@(]_8?=%f%Z.T`Iu@z?^tYt&zSy^WmO`-^.S%Joyz_;dI!(O:;wa42','no'),(113,'auth_salt','@x]0VVb5Dm-Z|%&`NR<XT)`_0@r1Uy:kCU4AiSUm(@kA/!lLdM`wRaJjKCYQed4k','no'),(114,'logged_in_key','sLC1Qq!**3xd~shl5;oB}dKlc;&wC,wsCQZ0P$mG|4qU63_I=vq4[e8&Y8UQA1>]','no'),(115,'logged_in_salt','01qYHikJ.$>(VMmQ<GMuXe*Kb~`@(w%7ra?V[I3Q%q.Psf1eSy)ol-M-:AS`p 2s','no'),(116,'update_day','1','yes'),(117,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(122,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(123,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(124,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(126,'yoast_migrations_free','a:1:{s:7:\"version\";s:8:\"14.7-RC2\";}','yes'),(127,'nonce_key','2_bh[y s%k>,h$3h$Z^CW>aMK+/#{u$51hpmtCEQ@Ane0`x&Ikim,yOd}rGkE1%W','no'),(128,'nonce_salt','N*Ul]/AO}s8wA,i<4X1-;w-}ZPy<kZ:>,Ff1NlVNX8s~9KjVfmaTYTEMYy*XVS]J','no'),(129,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(139,'Niteoweb.SpiderBlocker.Bots','a:39:{i:0;a:4:{s:4:\"name\";s:10:\"Ahrefs Bot\";s:2:\"re\";s:9:\"AhrefsBot\";s:4:\"desc\";s:25:\"https://ahrefs.com/robot/\";s:5:\"state\";b:1;}i:1;a:4:{s:4:\"name\";s:8:\"MJ12 bot\";s:2:\"re\";s:7:\"MJ12bot\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:2;a:4:{s:4:\"name\";s:9:\"Roger Bot\";s:2:\"re\";s:8:\"Rogerbot\";s:4:\"desc\";s:40:\"http://moz.com/help/pro/rogerbot-crawler\";s:5:\"state\";b:1;}i:3;a:4:{s:4:\"name\";s:11:\"Semrush Bot\";s:2:\"re\";s:10:\"SemrushBot\";s:4:\"desc\";s:31:\"http://www.semrush.com/bot.html\";s:5:\"state\";b:1;}i:4;a:4:{s:4:\"name\";s:11:\"ia_archiver\";s:2:\"re\";s:11:\"ia_archiver\";s:4:\"desc\";s:36:\"http://archive.org/about/exclude.php\";s:5:\"state\";b:1;}i:5;a:4:{s:4:\"name\";s:8:\"ScoutJet\";s:2:\"re\";s:8:\"ScoutJet\";s:4:\"desc\";s:19:\"http://scoutjet.com\";s:5:\"state\";b:1;}i:6;a:4:{s:4:\"name\";s:7:\"sistrix\";s:2:\"re\";s:7:\"sistrix\";s:4:\"desc\";s:26:\"http://crawler.sistrix.net\";s:5:\"state\";b:1;}i:7;a:4:{s:4:\"name\";s:16:\"SearchmetricsBot\";s:2:\"re\";s:16:\"SearchmetricsBot\";s:4:\"desc\";s:50:\"http://www.searchmetrics.com/en/searchmetrics-bot/\";s:5:\"state\";b:1;}i:8;a:4:{s:4:\"name\";s:14:\"SEOkicks-Robot\";s:2:\"re\";s:14:\"SEOkicks-Robot\";s:4:\"desc\";s:33:\"http://www.seokicks.de/robot.html\";s:5:\"state\";b:1;}i:9;a:4:{s:4:\"name\";s:16:\"Lipperhey Spider\";s:2:\"re\";s:16:\"Lipperhey Spider\";s:4:\"desc\";s:43:\"http://www.lipperhey.com/en/website-spider/\";s:5:\"state\";b:1;}i:10;a:4:{s:4:\"name\";s:6:\"Exabot\";s:2:\"re\";s:6:\"Exabot\";s:4:\"desc\";s:44:\"http://www.exalead.com/search/webmasterguide\";s:5:\"state\";b:1;}i:11;a:4:{s:4:\"name\";s:6:\"NC Bot\";s:2:\"re\";s:5:\"NCBot\";s:4:\"desc\";s:55:\"https://twitter.com/NetComber/status/334476871691550721\";s:5:\"state\";b:1;}i:12;a:4:{s:4:\"name\";s:15:\"BacklinkCrawler\";s:2:\"re\";s:15:\"BacklinkCrawler\";s:4:\"desc\";s:40:\"http://www.backlinktest.com/crawler.html\";s:5:\"state\";b:1;}i:13;a:4:{s:4:\"name\";s:15:\"archive.org Bot\";s:2:\"re\";s:15:\"archive.org_bot\";s:4:\"desc\";s:42:\"http://archive.org/details/archive.org_bot\";s:5:\"state\";b:1;}i:14;a:4:{s:4:\"name\";s:12:\"MeanPath Bot\";s:2:\"re\";s:11:\"meanpathbot\";s:4:\"desc\";s:37:\"https://meanpath.com/meanpathbot.html\";s:5:\"state\";b:1;}i:15;a:4:{s:4:\"name\";s:18:\"PagesInventory Bot\";s:2:\"re\";s:14:\"PagesInventory\";s:4:\"desc\";s:56:\"http://www.botsvsbrowsers.com/details/1002332/index.html\";s:5:\"state\";b:1;}i:16;a:4:{s:4:\"name\";s:12:\"Aboundex Bot\";s:2:\"re\";s:11:\"Aboundexbot\";s:4:\"desc\";s:32:\"http://www.aboundex.com/crawler/\";s:5:\"state\";b:1;}i:17;a:4:{s:4:\"name\";s:15:\"SeoProfiler Bot\";s:2:\"re\";s:5:\"spbot\";s:4:\"desc\";s:31:\"http://www.seoprofiler.com/bot/\";s:5:\"state\";b:1;}i:18;a:4:{s:4:\"name\";s:11:\"Linkdex Bot\";s:2:\"re\";s:10:\"linkdexbot\";s:4:\"desc\";s:34:\"http://www.linkdex.com/about/bots/\";s:5:\"state\";b:1;}i:19;a:4:{s:4:\"name\";s:7:\"Gigabot\";s:2:\"re\";s:7:\"Gigabot\";s:4:\"desc\";s:45:\"http://www.useragentstring.com/pages/Gigabot/\";s:5:\"state\";b:1;}i:20;a:4:{s:4:\"name\";s:6:\"DotBot\";s:2:\"re\";s:6:\"dotbot\";s:4:\"desc\";s:35:\"http://en.wikipedia.org/wiki/DotBot\";s:5:\"state\";b:1;}i:21;a:4:{s:4:\"name\";s:5:\"Nutch\";s:2:\"re\";s:5:\"Nutch\";s:4:\"desc\";s:32:\"http://nutch.apache.org/bot.html\";s:5:\"state\";b:1;}i:22;a:4:{s:4:\"name\";s:8:\"BLEX Bot\";s:2:\"re\";s:7:\"BLEXBot\";s:4:\"desc\";s:27:\"http://webmeup-crawler.com/\";s:5:\"state\";b:1;}i:23;a:4:{s:4:\"name\";s:6:\"Ezooms\";s:2:\"re\";s:6:\"Ezooms\";s:4:\"desc\";s:49:\"http://graphicline.co.za/blogs/what-is-ezooms-bot\";s:5:\"state\";b:1;}i:24;a:4:{s:4:\"name\";s:11:\"Majestic 12\";s:2:\"re\";s:11:\"Majestic-12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:25;a:4:{s:4:\"name\";s:12:\"Majestic SEO\";s:2:\"re\";s:12:\"Majestic-SEO\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:26;a:4:{s:4:\"name\";s:7:\"DSearch\";s:2:\"re\";s:7:\"DSearch\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:27;a:4:{s:4:\"name\";s:4:\"MJ12\";s:2:\"re\";s:4:\"MJ12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:28;a:4:{s:4:\"name\";s:10:\"Blekko Bot\";s:2:\"re\";s:9:\"BlekkoBot\";s:4:\"desc\";s:33:\"http://blekko.com/about/blekkobot\";s:5:\"state\";b:1;}i:29;a:4:{s:4:\"name\";s:6:\"Yandex\";s:2:\"re\";s:6:\"Yandex\";s:4:\"desc\";s:41:\"http://help.yandex.com/search/?id=1112030\";s:5:\"state\";b:0;}i:30;a:4:{s:4:\"name\";s:10:\"Google Bot\";s:2:\"re\";s:9:\"googlebot\";s:4:\"desc\";s:57:\"https://support.google.com/webmasters/answer/182072?hl=en\";s:5:\"state\";b:0;}i:31;a:4:{s:4:\"name\";s:18:\"Feedfetcher Google\";s:2:\"re\";s:18:\"Feedfetcher-Google\";s:4:\"desc\";s:51:\"https://support.google.com/webmasters/answer/178852\";s:5:\"state\";b:0;}i:32;a:4:{s:4:\"name\";s:8:\"Bing Bot\";s:2:\"re\";s:7:\"BingBot\";s:4:\"desc\";s:36:\"http://en.wikipedia.org/wiki/Bingbot\";s:5:\"state\";b:0;}i:33;a:4:{s:4:\"name\";s:9:\"Nerdy Bot\";s:2:\"re\";s:8:\"NerdyBot\";s:4:\"desc\";s:20:\"http://nerdybot.com/\";s:5:\"state\";b:1;}i:34;a:4:{s:4:\"name\";s:9:\"James BOT\";s:2:\"re\";s:8:\"JamesBOT\";s:4:\"desc\";s:32:\"http://cognitiveseo.com/bot.html\";s:5:\"state\";b:1;}i:35;a:4:{s:4:\"name\";s:7:\"Tin Eye\";s:2:\"re\";s:6:\"TinEye\";s:4:\"desc\";s:34:\"http://www.tineye.com/crawler.html\";s:5:\"state\";b:1;}i:36;a:4:{s:5:\"state\";b:1;s:2:\"re\";s:11:\"Baiduspider\";s:4:\"name\";s:5:\"Baidu\";s:4:\"desc\";s:47:\"http://www.baidu.com/search/robots_english.html\";}i:37;a:4:{s:5:\"state\";b:1;s:2:\"re\";s:8:\"serpstat\";s:4:\"name\";s:8:\"Serpstat\";s:4:\"desc\";s:21:\"https://serpstat.com/\";}i:38;a:4:{s:5:\"state\";b:1;s:4:\"desc\";s:22:\"https://www.spyfu.com/\";s:2:\"re\";s:5:\"spyfu\";s:4:\"name\";s:5:\"SpyFu\";}}','yes'),(142,'current_theme','Integral','yes'),(146,'theme_mods_adelle_child','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1598790776;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(147,'crawl-delay-value','6','yes'),(148,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1598237900;}','yes'),(196,'recently_activated','a:0:{}','yes'),(197,'rewrite_rules','a:92:{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:14:\"^sitemaps.xml$\";s:28:\"index.php?seopress_sitemap=1\";s:18:\"^sitemaps_xsl.xsl$\";s:32:\"index.php?seopress_sitemap_xsl=1\";s:24:\"^sitemaps_video_xsl.xsl$\";s:38:\"index.php?seopress_sitemap_video_xsl=1\";s:40:\"sitemaps/([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:61:\"index.php?seopress_cpt=$matches[1]&seopress_paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(208,'cb_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:10:\"09/06/2020\";s:3:\"int\";i:7;s:9:\"dismissed\";i:0;}}','yes'),(209,'contact-bank-version-number','3.0.1','yes'),(211,'seopress_activated','yes','yes'),(212,'wp_insert_legalpages','a:4:{s:14:\"privacy_policy\";a:2:{s:7:\"content\";s:2668:\"<p>At [sitename], the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by [sitename] and how it is used.</p><p><b>Log Files</b></p><p>Like many other Web sites, [sitename] makes use of log files. The information inside the log files includes internet protocol (IP) addresses, type of browser, Internet Service Provider (ISP), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user\\\'s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.</p><p><b>Cookies and Web Beacons</b></p><p>[sitename] does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.</p><p><b>DoubleClick DART Cookie</b></p><ul><li>Google, as a third party vendor, uses cookies to serve ads on [sitename].</li><li>Google\\\'s use of the DART cookie enables it to serve ads to users based on their visit to [sitename] and other sites on the Internet.</li><li>Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - <a href=\\\"https://www.google.com/policies/privacy/\\\" rel=\\\"nofollow\\\">https://www.google.com/policies/privacy/</a>.</li></ul><p>These third-party ad servers or ad networks use technology to the advertisements and links that appear on [sitename] send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.</p><p>[sitename] has no access to or control over these cookies that are used by third-party advertisers.</p><p>You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. [sitename]\\\'s privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.</p><p>If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browser\\\'s respective websites.</p>\";s:13:\"assigned_page\";s:2:\"14\";}s:16:\"terms_conditions\";a:2:{s:7:\"content\";s:2315:\"<p>Welcome to [sitename]. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern [sitename]\\\'s relationship with you in relation to this website.</p><p>The term [sitename] or \\\'us\\\' or \\\'we\\\' refers to the owner of the website. The term \\\'you\\\' refers to the user or viewer of our website.  The use of this website is subject to the following terms of use:</p><ul><li>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</li><li>Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.</li><li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</li><li>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.</li><li>All trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.</li><li>Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.</li><li>From time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</li><li>You may not create a link to this website from another website or document without [sitename]\\\'s prior written consent.</li></ul>\";s:13:\"assigned_page\";s:2:\"15\";}s:10:\"disclaimer\";a:2:{s:7:\"content\";s:0:\"\";s:13:\"assigned_page\";s:0:\"\";}s:9:\"copyright\";a:2:{s:7:\"content\";s:0:\"\";s:13:\"assigned_page\";s:0:\"\";}}','yes'),(213,'wp_insert_version','2.5','yes'),(214,'widget_contact_bank_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(215,'widget_wp_insert_ad_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(216,'seopress_versions','a:1:{s:4:\"free\";s:5:\"5.7.1\";}','no'),(217,'seopress_toggle','a:12:{s:13:\"toggle-titles\";s:1:\"1\";s:18:\"toggle-xml-sitemap\";s:1:\"1\";s:13:\"toggle-social\";s:1:\"1\";s:23:\"toggle-google-analytics\";s:1:\"1\";s:15:\"toggle-advanced\";s:1:\"1\";s:18:\"toggle-dublin-core\";s:1:\"1\";s:21:\"toggle-local-business\";s:1:\"1\";s:20:\"toggle-rich-snippets\";s:1:\"1\";s:18:\"toggle-breadcrumbs\";s:1:\"1\";s:13:\"toggle-robots\";s:1:\"1\";s:10:\"toggle-404\";s:1:\"1\";s:10:\"toggle-bot\";s:1:\"1\";}','yes'),(218,'seopress_titles_option_name','a:12:{s:31:\"seopress_titles_home_site_title\";s:13:\"%%sitetitle%%\";s:30:\"seopress_titles_home_site_desc\";s:11:\"%%tagline%%\";s:29:\"seopress_titles_single_titles\";a:2:{s:4:\"post\";a:2:{s:5:\"title\";s:36:\"%%post_title%% %%sep%% %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}s:4:\"page\";a:2:{s:5:\"title\";s:36:\"%%post_title%% %%sep%% %%sitetitle%%\";s:11:\"description\";s:16:\"%%post_excerpt%%\";}}s:26:\"seopress_titles_tax_titles\";a:2:{s:8:\"category\";a:2:{s:5:\"title\";s:64:\"%%_category_title%% %%current_pagination%% %%sep%% %%sitetitle%%\";s:11:\"description\";s:25:\"%%_category_description%%\";}s:8:\"post_tag\";a:2:{s:5:\"title\";s:58:\"%%tag_title%% %%current_pagination%% %%sep%% %%sitetitle%%\";s:11:\"description\";s:19:\"%%tag_description%%\";}}s:30:\"seopress_titles_archive_titles\";a:2:{s:4:\"post\";a:1:{s:5:\"title\";s:59:\"%%cpt_plural%% %%current_pagination%% %%sep%% %%sitetitle%%\";}s:4:\"page\";a:1:{s:5:\"title\";s:59:\"%%cpt_plural%% %%current_pagination%% %%sep%% %%sitetitle%%\";}}s:37:\"seopress_titles_archives_author_title\";s:37:\"%%post_author%% %%sep%% %%sitetitle%%\";s:39:\"seopress_titles_archives_author_noindex\";s:1:\"1\";s:35:\"seopress_titles_archives_date_title\";s:38:\"%%archive_date%% %%sep%% %%sitetitle%%\";s:37:\"seopress_titles_archives_date_noindex\";s:1:\"1\";s:37:\"seopress_titles_archives_search_title\";s:41:\"%%search_keywords%% %%sep%% %%sitetitle%%\";s:34:\"seopress_titles_archives_404_title\";s:42:\"404 - Page not found %%sep%% %%sitetitle%%\";s:25:\"seopress_titles_paged_rel\";s:1:\"1\";}','yes'),(219,'seopress_xml_sitemap_option_name','a:4:{s:35:\"seopress_xml_sitemap_general_enable\";s:1:\"1\";s:31:\"seopress_xml_sitemap_img_enable\";s:1:\"1\";s:36:\"seopress_xml_sitemap_post_types_list\";a:2:{s:4:\"post\";a:1:{s:7:\"include\";s:1:\"1\";}s:4:\"page\";a:1:{s:7:\"include\";s:1:\"1\";}}s:36:\"seopress_xml_sitemap_taxonomies_list\";a:2:{s:8:\"category\";a:1:{s:7:\"include\";s:1:\"1\";}s:8:\"post_tag\";a:1:{s:7:\"include\";s:1:\"1\";}}}','yes'),(220,'seopress_social_option_name','a:2:{s:27:\"seopress_social_facebook_og\";s:1:\"1\";s:28:\"seopress_social_twitter_card\";s:1:\"1\";}','yes'),(221,'seopress_advanced_option_name','a:4:{s:38:\"seopress_advanced_advanced_attachments\";s:1:\"1\";s:42:\"seopress_advanced_advanced_tax_desc_editor\";s:1:\"1\";s:38:\"seopress_advanced_appearance_title_col\";s:1:\"1\";s:42:\"seopress_advanced_appearance_meta_desc_col\";s:1:\"1\";}','yes'),(224,'contact-bank-wizard-set-up','skip','yes'),(225,'contact-bank-admin-email','[email protected]','yes'),(229,'disallowed_keys','','no'),(230,'comment_previously_approved','','yes'),(231,'auto_plugin_theme_update_emails','a:0:{}','no'),(232,'finished_updating_comment_type','1','yes'),(233,'db_upgraded','','yes'),(239,'theme_mods_optimal','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1598790856;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";}s:8:\"rightbar\";a:4:{i:0;s:8:\"search-2\";i:1;s:12:\"categories-2\";i:2;s:14:\"recent-posts-2\";i:3;s:11:\"tag_cloud-2\";}s:15:\"feature-widgets\";a:0:{}s:22:\"single-project-widgets\";a:0:{}s:14:\"client-widgets\";a:0:{}s:19:\"testimonial-widgets\";a:0:{}s:15:\"service-widgets\";a:0:{}s:12:\"team-widgets\";a:0:{}}}}','yes'),(240,'theme_switched','','yes'),(241,'widget_integral_feature','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(242,'widget_integral_service','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(243,'widget_integral_testimonial','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(244,'widget_integral_our_clients','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(245,'widget_integral_our_team','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(246,'widget_integral_projects_single','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(249,'theme_mods_integral','a:14:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}s:18:\"custom_css_post_id\";i:35;s:30:\"integral_default_header_title1\";s:0:\"\";s:30:\"integral_default_header_title2\";s:0:\"\";s:31:\"integral_default_header_tagline\";s:0:\"\";s:28:\"integral_default_header_btn1\";s:0:\"\";s:31:\"integral_default_header_btn1url\";s:0:\"\";s:35:\"integral_default_header_btn1_toggle\";s:1:\"1\";s:28:\"integral_default_header_btn2\";s:0:\"\";s:31:\"integral_default_header_btn2url\";s:0:\"\";s:35:\"integral_default_header_btn2_toggle\";s:1:\"1\";s:34:\"integral_default_header_background\";s:72:\"http://cci-tl.org/wp-content/uploads/2020/08/Educational-Innovations.jpg\";s:13:\"integral_logo\";s:69:\"http://cci-tl.org/wp-content/uploads/2020/09/cover-e1600682671756.png\";}','yes'),(253,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(258,'jabrfc_text','a:4:{s:4:\"find\";a:10:{i:0;s:3:\"<p>\";i:1;s:32:\"                                \";i:2;s:63:\"                                &copy; 2016 All Rights Reserved\";i:3;s:60:\"                                <span class=\"sep\"> | </span>\";i:4;s:0:\"\";i:5;s:108:\"                                Powered by <a href=\"https://www.wordpress.org/\" rel=\"designer\">WordPress</a>\";i:6;s:60:\"                                <span class=\"sep\"> | </span>\";i:7;s:0:\"\";i:8;s:115:\"                                Made with &#10084; by <a href=\"https://www.themely.com/\" rel=\"designer\">Themely</a>\";i:9;s:64:\"                                                            </p>\";}s:7:\"replace\";a:8:{i:0;s:3:\"<p>\";i:1;s:32:\"                                \";i:2;s:64:\"                                &copy; 2020 All Rights Reserved.\";i:3;s:60:\"                                <span class=\"sep\"> | </span>\";i:4;s:0:\"\";i:5;s:82:\"                                Powered by <a href=\"http://cci-tl.org/\">CCI-TL</a>\";i:6;s:32:\"                                \";i:7;s:64:\"                                                            </p>\";}s:12:\"willLinkback\";s:2:\"no\";s:14:\"linkbackPostId\";s:2:\"17\";}','yes'),(350,'recovery_keys','a:0:{}','yes'),(372,'secure_auth_key','e2vRhqJ|}rxZ~?;m~:B|?t!*o^Vb,4(|07!hXC]4HgC,xc>>E>md!kXJX$Y=&DpQ','no'),(373,'secure_auth_salt','XcQ5JJ?Ao9$mvcfz3!$^VG{8a}wLak@qOrctP07B)QsQ{!!Y-m4 PbK.w}X [`OJ','no'),(400,'mainwp_child_update_version','1.5','yes'),(401,'mainwp_child_plugin_version','4.2.3','yes'),(402,'mainwp_child_auth','a:7:{i:5;s:32:\"ea42fd9777556bde6caae0f4dbd221e1\";s:4:\"last\";i:1677752033;i:4;s:32:\"67a79d27edac0c8b4868936bf11621f5\";i:3;s:32:\"6c7a7a28fe3d9e0bb6e721642c6d169e\";i:2;s:32:\"29efe8f8e335b154295a2254a9f10119\";i:1;s:32:\"cbcef56a8aa1d076de626fc1aaf63950\";i:0;s:32:\"09bca84cdbfb567118dba5049d2f525a\";}','yes'),(403,'mainwp_child_branding_settings','a:4:{s:13:\"contact_label\";s:15:\"Contact Support\";s:18:\"cancelled_branding\";b:0;s:23:\"branding_preserve_title\";s:0:\"\";s:21:\"branding_disconnected\";s:0:\"\";}','no'),(404,'mainwp_child_activated_once','1','no'),(405,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUEwSnlMZmt4SUJIYndBSGVuaHJ2SQplb2pRQW45ZFNzWllXZ3ArUHM0YTdNOTRLaldBWlV2ZEtyYkhNTkh4eEZCWmxnbFFBUGhVcUprM3JOSXVJeFZBCmJqZkhkb08zMlRFMDU1VTZFM3BPeEVzRG5YenBFWHlDdzJFSjNUQ0VmNGJNSk1TQ0x0NFpFOUJlWWlsN1dwc2sKMEVia1JaUW9PTkhra3ZOOHd6Q0pzZi9JT2xXZStWK0d1dkw1Sy9idTdneEZoZ0Z2WElQZDVWS2ZvaGViZ3krcAppVlBkTnF4MGJlSTdUTzVUZW5RWFdnWk5vWjJyQTd3SUhkNGVQNGtaR2t4Z0oxaW9aQzFYbFJKc2V6VUM1Snl5CllaYWNWdVJOM2FqNnlQT3ZHY1VTQW1sTUErczFXcWEzRXdyNGQxMG5Ma0VCVEl6S0RTeCsvc2QzcTVjem9GUUYKbndJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(406,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(407,'mainwp_child_nonce','0','no'),(408,'mainwp_child_nossl','0','yes'),(409,'mainwp_child_nossl_key','4e003dfc05bfc075af1b4699440d5d6e4f63e5111f148a7a9e28df4f63833ee5','yes'),(410,'mainwp_premium_updates','a:0:{}','no'),(413,'mainwp_child_clone_sites','0','no'),(414,'mainwp_child_siteid','417','no'),(706,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"[email protected]\";s:7:\"version\";s:5:\"5.9.3\";s:9:\"timestamp\";i:1649663693;}','no'),(708,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(890,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1150,'auto_update_core_dev','enabled','yes'),(1151,'auto_update_core_minor','enabled','yes'),(1152,'auto_update_core_major','unset','yes'),(1153,'wp_force_deactivated_plugins','a:0:{}','yes'),(1213,'category_children','a:0:{}','yes'),(21177,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(43781,'ai1wm_secret_key','Oi86pgjCSZ54','yes'),(43782,'ai1wm_backups_labels','a:0:{}','yes'),(43783,'ai1wm_sites_links','a:0:{}','yes'),(43784,'swift_performance_plugin_organizer','a:0:{}','yes'),(43785,'jetpack_active_modules','a:0:{}','yes'),(43786,'_transient_doing_cron','1660730152.4692718982696533203125','yes'),(43788,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.1.1\";s:7:\"version\";s:5:\"6.1.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.1\";s:7:\"version\";s:3:\"6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.0.3-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-rollback-0.zip\";}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.1\";s:15:\"partial_version\";s:3:\"6.0\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1676619237;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(43792,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676619239;s:7:\"checked\";a:4:{s:8:\"integral\";s:5:\"1.5.9\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:8:\"integral\";a:6:{s:5:\"theme\";s:8:\"integral\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:38:\"https://wordpress.org/themes/integral/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/integral.1.5.9.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(43793,'cache_enabler','a:19:{s:7:\"version\";s:5:\"1.8.7\";s:20:\"use_trailing_slashes\";i:1;s:19:\"permalink_structure\";s:18:\"has_trailing_slash\";s:13:\"cache_expires\";i:0;s:17:\"cache_expiry_time\";i:0;s:30:\"clear_site_cache_on_saved_post\";i:0;s:33:\"clear_site_cache_on_saved_comment\";i:0;s:30:\"clear_site_cache_on_saved_term\";i:0;s:30:\"clear_site_cache_on_saved_user\";i:0;s:34:\"clear_site_cache_on_changed_plugin\";i:0;s:26:\"convert_image_urls_to_webp\";i:0;s:12:\"mobile_cache\";i:0;s:14:\"compress_cache\";i:0;s:11:\"minify_html\";i:0;s:20:\"minify_inline_css_js\";i:0;s:17:\"excluded_post_ids\";s:0:\"\";s:19:\"excluded_page_paths\";s:0:\"\";s:22:\"excluded_query_strings\";s:0:\"\";s:16:\"excluded_cookies\";s:0:\"\";}','yes'),(43797,'wpil_2_license_status','','yes'),(43798,'wpil_2_license_key','','yes'),(43799,'wpil_2_license_data','','yes'),(43800,'wpil_2_ignore_numbers','1','yes'),(43801,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(43802,'wpil_2_links_open_new_tab','0','yes'),(43803,'wpil_2_debug_mode','0','yes'),(43804,'wpil_option_update_reporting_data_on_save','0','yes'),(43805,'wpil_2_ignore_words','-\r\n-\r\na\r\nabout\r\nabove\r\nactually\r\nadd\r\nafter\r\nagain\r\nagainst\r\nago\r\nall\r\nam\r\nan\r\nand\r\nanother\r\nanswer\r\nany\r\nare\r\naren\'t\r\nas\r\nat\r\nbase\r\nbe\r\nbecause\r\nbeen\r\nbefore\r\nbeing\r\nbelow\r\nbest\r\nbetter\r\nbetween\r\nboth\r\nbut\r\nby\r\ncan\r\ncan\'t\r\ncannot\r\ncons\r\ncould\r\ncouldn\'t\r\ndid\r\ndidn\'t\r\ndifference\r\ndifferent\r\ndo\r\ndoes\r\ndoesn\'t\r\ndoing\r\ndon\'t\r\ndone\r\ndown\r\nduring\r\neach\r\neasier\r\neasy\r\neight\r\neven\r\nfar\r\nfew\r\nfind\r\nfirst\r\nfive\r\nfor\r\nfour\r\nfree\r\nfrom\r\nfurther\r\ngeneral\r\nget\r\ngett\r\ngetting\r\ngo\r\ngood\r\ngot\r\ngreat\r\nhad\r\nhadn\'t\r\nhas\r\nhasn\'t\r\nhave\r\nhaven\'t\r\nhaver\r\nhaving\r\nhe\r\nhe\'d\r\nhe\'ll\r\nhe\'s\r\nhelp\r\nher\r\nhere\r\nhere\'s\r\nhers\r\nherself\r\nhigh\r\nhim\r\nhimself\r\nhis\r\nhow\r\nhow\'s\r\ni\r\ni\'d\r\ni\'ll\r\ni\'m\r\ni\'ve\r\nif\r\nin\r\ninto\r\nis\r\nisn\'t\r\nit\r\nit\'s\r\nits\r\nitself\r\njust\r\nless\r\nlet\'s\r\nlike\r\nlong\r\nlook\r\nlove\r\nmake\r\nmany\r\nmatt\r\nmatter\r\nmay\r\nme\r\nmore\r\nmost\r\nmuch\r\nmustn\'t\r\nmy\r\nmyself\r\nnever\r\nnew\r\nnine\r\nno\r\nnor\r\nnot\r\nnow\r\nof\r\noff\r\non\r\nonce\r\none\r\nonly\r\nor\r\nother\r\nought\r\nour\r\nours\r\nourselves\r\nout\r\nover\r\noverall\r\nown\r\nper\r\npros\r\nquestion\r\nreview\r\nright\r\nsame\r\nseven\r\nshan\'t\r\nshe\r\nshe\'d\r\nshe\'ll\r\nshe\'s\r\nshock\r\nshocking\r\nshould\r\nshouldn\'t\r\nshow\r\nsimple\r\nsix\r\nso\r\nsome\r\nstart\r\nstill\r\nsuch\r\ntake\r\nten\r\nthan\r\nthat\r\nthat\'s\r\nthe\r\ntheir\r\ntheirs\r\nthem\r\nthemselves\r\nthen\r\nthere\r\nthere\'s\r\nthese\r\nthey\r\nthey\'d\r\nthey\'ll\r\nthey\'re\r\nthey\'ve\r\nthis\r\nthose\r\nthree\r\nthrough\r\nto\r\ntoo\r\ntool\r\ntwo\r\nunder\r\nuntil\r\nup\r\nuse\r\nusing\r\nvery\r\nwant\r\nwas\r\nwasn\'t\r\nwe\r\nwe\'d\r\nwe\'ll\r\nwe\'re\r\nwe\'ve\r\nwere\r\nweren\'t\r\nwhat\r\nwhat\'s\r\nwhen\r\nwhen\'s\r\nwhere\r\nwhere\'s\r\nwhich\r\nwhile\r\nwho\r\nwho\'s\r\nwhom\r\nwhy\r\nwhy\'s\r\nwill\r\nwith\r\nwithin\r\nwithout\r\nwon\'t\r\nwould\r\nwouldn\'t\r\nyou\r\nyou\'d\r\nyou\'ll\r\nyou\'re\r\nyou\'ve\r\nyour\r\nyours\r\nyourself\r\nyourselves\r\nzero\'\r\n-','yes'),(43806,'wpil_has_run_initial_scan','1','yes'),(43807,'wpil_site_db_version','1.22','yes'),(43808,'wpil_link_table_is_created','1','yes'),(43809,'wpil_fresh_install','','yes'),(43810,'wpil_install_date','2023-02-16 10:15:23','yes'),(43813,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:39:\"wp-sheet-editor-premium/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.5.3\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1676542525;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:28:\"/opt/aphex/sites/cci-tl.org/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:8:\"sdk_path\";s:39:\"wp-sheet-editor-premium/vendor/freemius\";s:7:\"version\";s:5:\"2.5.3\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1676542525;}}','yes'),(43814,'fs_debug_mode','','yes'),(43815,'fs_accounts','a:4:{s:21:\"id_slug_type_path_map\";a:1:{i:1010;a:3:{s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:11:\"plugin_data\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:11:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1676542525;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:13:\"2.25.2-beta.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;}}s:13:\"file_slug_map\";a:1:{s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";}s:7:\"plugins\";a:1:{s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"WP Sheet Editor - Post Types\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:12:\"premium_slug\";s:23:\"wp-sheet-editor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:7:\"version\";s:13:\"2.25.2-beta.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ec1c7da603c0772f1bfe276efb715\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1010\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}}','yes'),(43825,'_site_transient_timeout_theme_roots','1676621037','no'),(43826,'_site_transient_theme_roots','a:4:{s:8:\"integral\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(43828,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1676619239;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.70\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:29:\"mainwp-child/mainwp-child.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/mainwp-child\";s:4:\"slug\";s:12:\"mainwp-child\";s:6:\"plugin\";s:29:\"mainwp-child/mainwp-child.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mainwp-child/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/mainwp-child.4.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-256x256.png?rev=2734948\";s:2:\"1x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-128x128.png?rev=2734948\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/mainwp-child/assets/banner-1544x500.jpg?rev=2734948\";s:2:\"1x\";s:67:\"https://ps.w.org/mainwp-child/assets/banner-772x250.jpg?rev=2734948\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/mainwp-child/assets/banner-1544x500-rtl.jpg?rev=2712922\";s:2:\"1x\";s:71:\"https://ps.w.org/mainwp-child/assets/banner-772x250-rtl.jpg?rev=2712922\";}s:8:\"requires\";s:3:\"5.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.0\";}s:24:\"wp-seopress/seopress.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/wp-seopress\";s:4:\"slug\";s:11:\"wp-seopress\";s:6:\"plugin\";s:24:\"wp-seopress/seopress.php\";s:11:\"new_version\";s:3:\"6.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-seopress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-seopress.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-seopress/assets/icon-256x256.png?rev=2606863\";s:2:\"1x\";s:56:\"https://ps.w.org/wp-seopress/assets/icon.svg?rev=2606872\";s:3:\"svg\";s:56:\"https://ps.w.org/wp-seopress/assets/icon.svg?rev=2606872\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-seopress/assets/banner-1544x500.png?rev=2769352\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-seopress/assets/banner-772x250.png?rev=2769352\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.2\";}s:23:\"spiderblocker/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/spiderblocker\";s:4:\"slug\";s:13:\"spiderblocker\";s:6:\"plugin\";s:23:\"spiderblocker/index.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/spiderblocker/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/spiderblocker.1.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-256x256.jpg?rev=2476085\";s:2:\"1x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-128x128.jpg?rev=2476085\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/spiderblocker/assets/banner-1544x500.jpg?rev=2476085\";s:2:\"1x\";s:68:\"https://ps.w.org/spiderblocker/assets/banner-772x250.jpg?rev=2476085\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:23:\"wp-insert/wp-insert.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/wp-insert\";s:4:\"slug\";s:9:\"wp-insert\";s:6:\"plugin\";s:23:\"wp-insert/wp-insert.php\";s:11:\"new_version\";s:5:\"2.5.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wp-insert/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-insert.2.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/wp-insert/assets/icon-256x256.png?rev=984289\";s:2:\"1x\";s:61:\"https://ps.w.org/wp-insert/assets/icon-128x128.png?rev=984289\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-insert/assets/banner-772x250.jpg?rev=607069\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:35:\"404-to-homepage/404-to-homepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/404-to-homepage\";s:4:\"slug\";s:15:\"404-to-homepage\";s:6:\"plugin\";s:35:\"404-to-homepage/404-to-homepage.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/404-to-homepage/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/404-to-homepage.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-256x256.png?rev=2105401\";s:2:\"1x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-128x128.png?rev=2105401\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/404-to-homepage/assets/banner-1544x500.jpg?rev=2105401\";s:2:\"1x\";s:70:\"https://ps.w.org/404-to-homepage/assets/banner-772x250.jpg?rev=2105401\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/xml-sitemaps-for-videos\";s:4:\"slug\";s:23:\"xml-sitemaps-for-videos\";s:6:\"plugin\";s:41:\"xml-sitemaps-for-videos/video-sitemap.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/xml-sitemaps-for-videos/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/xml-sitemaps-for-videos.2.6.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:67:\"https://s.w.org/plugins/geopattern-icon/xml-sitemaps-for-videos.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.9.2\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:45:\"remove-footer-credit/remove-footer-credit.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/remove-footer-credit\";s:4:\"slug\";s:20:\"remove-footer-credit\";s:6:\"plugin\";s:45:\"remove-footer-credit/remove-footer-credit.php\";s:11:\"new_version\";s:6:\"1.0.13\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/remove-footer-credit/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/remove-footer-credit.1.0.13.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/remove-footer-credit/assets/icon-128x128.jpg?rev=1821059\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/remove-footer-credit/assets/banner-772x250.jpg?rev=1821059\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/scheduled-post-trigger\";s:4:\"slug\";s:22:\"scheduled-post-trigger\";s:6:\"plugin\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/scheduled-post-trigger/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/scheduled-post-trigger.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/scheduled-post-trigger/assets/icon-128x128.jpg?rev=1492075\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/scheduled-post-trigger/assets/banner-772x250.jpg?rev=1492080\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (9,4,'_edit_last','1'),(10,4,'_wp_page_template','default'),(11,4,'_seopress_titles_title',''),(12,4,'_seopress_titles_desc',''),(13,4,'_edit_lock','1598789589:1'),(14,5,'_edit_last','1'),(15,5,'_wp_page_template','default'),(16,5,'_seopress_titles_title',''),(17,5,'_seopress_titles_desc',''),(18,5,'_edit_lock','1598789739:1'),(20,5,'_seopress_analysis_data','a:2:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";s:5:\"score\";b:0;}'),(21,5,'_seopress_robots_canonical',''),(22,5,'_seopress_social_fb_title',''),(23,5,'_seopress_social_fb_desc',''),(24,5,'_seopress_social_fb_img',''),(25,5,'_seopress_social_twitter_title',''),(26,5,'_seopress_social_twitter_desc',''),(27,5,'_seopress_social_twitter_img',''),(28,5,'_seopress_redirections_type','301'),(29,5,'_seopress_redirections_value',''),(30,5,'_seopress_analysis_target_kw',''),(35,17,'_seopress_analysis_data','a:1:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";}'),(36,17,'_edit_last','1'),(37,17,'_edit_lock','1600611395:1'),(38,19,'_wp_attached_file','2020/08/diy-projects.jpeg'),(39,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1411;s:6:\"height\";i:870;s:4:\"file\";s:25:\"2020/08/diy-projects.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"diy-projects-300x185.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"diy-projects-1024x631.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"diy-projects-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"diy-projects-768x474.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:25:\"diy-projects-750x462.jpeg\";s:5:\"width\";i:750;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:25:\"diy-projects-720x360.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40,17,'_thumbnail_id','19'),(42,17,'_seopress_titles_title',''),(43,17,'_seopress_titles_desc',''),(44,17,'_seopress_robots_canonical',''),(45,17,'_seopress_social_fb_title',''),(46,17,'_seopress_social_fb_desc',''),(47,17,'_seopress_social_fb_img',''),(48,17,'_seopress_social_twitter_title',''),(49,17,'_seopress_social_twitter_desc',''),(50,17,'_seopress_social_twitter_img',''),(51,17,'_seopress_redirections_type','301'),(52,17,'_seopress_redirections_value',''),(54,21,'_menu_item_type','custom'),(55,21,'_menu_item_menu_item_parent','0'),(56,21,'_menu_item_object_id','21'),(57,21,'_menu_item_object','custom'),(58,21,'_menu_item_target',''),(59,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(60,21,'_menu_item_xfn',''),(61,21,'_menu_item_url','http://cci-tl.org/'),(63,22,'_menu_item_type','post_type'),(64,22,'_menu_item_menu_item_parent','0'),(65,22,'_menu_item_object_id','14'),(66,22,'_menu_item_object','page'),(67,22,'_menu_item_target',''),(68,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(69,22,'_menu_item_xfn',''),(70,22,'_menu_item_url',''),(72,23,'_menu_item_type','post_type'),(73,23,'_menu_item_menu_item_parent','0'),(74,23,'_menu_item_object_id','5'),(75,23,'_menu_item_object','page'),(76,23,'_menu_item_target',''),(77,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,23,'_menu_item_xfn',''),(79,23,'_menu_item_url',''),(81,24,'_menu_item_type','post_type'),(82,24,'_menu_item_menu_item_parent','0'),(83,24,'_menu_item_object_id','15'),(84,24,'_menu_item_object','page'),(85,24,'_menu_item_target',''),(86,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(87,24,'_menu_item_xfn',''),(88,24,'_menu_item_url',''),(90,25,'_menu_item_type','post_type'),(91,25,'_menu_item_menu_item_parent','0'),(92,25,'_menu_item_object_id','4'),(93,25,'_menu_item_object','page'),(94,25,'_menu_item_target',''),(95,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(96,25,'_menu_item_xfn',''),(97,25,'_menu_item_url',''),(99,26,'_menu_item_type','taxonomy'),(100,26,'_menu_item_menu_item_parent','0'),(101,26,'_menu_item_object_id','3'),(102,26,'_menu_item_object','category'),(103,26,'_menu_item_target',''),(104,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(105,26,'_menu_item_xfn',''),(106,26,'_menu_item_url',''),(109,28,'_wp_attached_file','2020/08/bdc2325073667997ea4da93b45fadfbf.png'),(110,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:44:\"2020/08/bdc2325073667997ea4da93b45fadfbf.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"bdc2325073667997ea4da93b45fadfbf-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"bdc2325073667997ea4da93b45fadfbf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:44:\"bdc2325073667997ea4da93b45fadfbf-640x360.png\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(111,29,'_wp_attached_file','2020/08/cropped-bdc2325073667997ea4da93b45fadfbf.png'),(112,29,'_wp_attachment_context','site-icon'),(113,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:52:\"2020/08/cropped-bdc2325073667997ea4da93b45fadfbf.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"cropped-bdc2325073667997ea4da93b45fadfbf-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"cropped-bdc2325073667997ea4da93b45fadfbf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:52:\"cropped-bdc2325073667997ea4da93b45fadfbf-512x360.png\";s:5:\"width\";i:512;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:52:\"cropped-bdc2325073667997ea4da93b45fadfbf-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:52:\"cropped-bdc2325073667997ea4da93b45fadfbf-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:52:\"cropped-bdc2325073667997ea4da93b45fadfbf-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:50:\"cropped-bdc2325073667997ea4da93b45fadfbf-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(117,31,'_wp_attached_file','2020/08/Educational-Innovations.jpg'),(118,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:810;s:4:\"file\";s:35:\"2020/08/Educational-Innovations.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Educational-Innovations-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Educational-Innovations-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Educational-Innovations-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Educational-Innovations-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:35:\"Educational-Innovations-750x422.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:35:\"Educational-Innovations-720x360.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,32,'_wp_attached_file','2020/08/Billy-Robinson.jpg'),(122,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:320;s:4:\"file\";s:26:\"2020/08/Billy-Robinson.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Billy-Robinson-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Billy-Robinson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,33,'_wp_attached_file','2020/08/1-md5-4c26f98b095791fea21bbd93460d0ef5.png'),(124,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:280;s:4:\"file\";s:50:\"2020/08/1-md5-4c26f98b095791fea21bbd93460d0ef5.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"1-md5-4c26f98b095791fea21bbd93460d0ef5-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"1-md5-4c26f98b095791fea21bbd93460d0ef5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132,17,'_seopress_robots_primary_cat','none'),(133,17,'_seopress_analysis_target_kw',''),(134,42,'_wp_attached_file','2020/09/cover-e1600682671756.png'),(135,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:36;s:4:\"file\";s:32:\"2020/09/cover-e1600682671756.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cover-e1600682603130-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cover-e1600682603130-1024x242.png\";s:5:\"width\";i:1024;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cover-e1600682603130-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"cover-e1600682603130-768x181.png\";s:5:\"width\";i:768;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"cover-e1600682603130-1536x363.png\";s:5:\"width\";i:1536;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:33:\"cover-e1600682603130-2048x483.png\";s:5:\"width\";i:2048;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:32:\"cover-e1600682603130-750x177.png\";s:5:\"width\";i:750;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:32:\"cover-e1600682603130-720x360.png\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,42,'_edit_lock','1600682578:1'),(138,42,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3500;s:6:\"height\";i:1440;s:4:\"file\";s:9:\"cover.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"cover-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"cover-300x123.png\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:17:\"cover-768x316.png\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"cover-1024x421.png\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:18:\"cover-1536x632.png\";s:5:\"width\";i:1536;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:18:\"cover-2048x843.png\";s:5:\"width\";i:2048;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"integral-post-thumbnails-orig\";a:4:{s:4:\"file\";s:17:\"cover-750x309.png\";s:5:\"width\";i:750;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"integral-home-post-thumbnails-orig\";a:4:{s:4:\"file\";s:17:\"cover-720x360.png\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1600682617690\";a:3:{s:5:\"width\";i:2406;s:6:\"height\";i:568;s:4:\"file\";s:24:\"cover-e1600682603130.png\";}s:18:\"full-1600682671756\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:71;s:4:\"file\";s:24:\"cover-e1600682617690.png\";}}'),(139,42,'_edit_last','1'),(146,46,'_seopress_analysis_data','a:2:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";s:5:\"score\";b:0;}'),(147,46,'_edit_last','1'),(148,46,'_edit_lock','1610085491:1'),(149,48,'_wp_attached_file','2021/01/Day-trading-Tips.jpg'),(150,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:28:\"2021/01/Day-trading-Tips.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Day-trading-Tips-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Day-trading-Tips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:28:\"Day-trading-Tips-640x360.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(151,49,'_wp_attached_file','2021/01/Day-trading.jpg'),(152,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2021/01/Day-trading.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Day-trading-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Day-trading-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:23:\"Day-trading-640x360.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(153,46,'_oembed_080515f4d9afd2af9926e75b50bbac7c','<iframe title=\"How to Start Day Trading As a COMPLETE Beginner (Day Trading for Beginners 2021)\" width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/I4yiHiM8OgI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(154,46,'_oembed_time_080515f4d9afd2af9926e75b50bbac7c','1610084984'),(155,46,'_thumbnail_id','54'),(156,46,'_seopress_titles_title',''),(157,46,'_seopress_titles_desc',''),(158,46,'_seopress_robots_canonical',''),(159,46,'_seopress_robots_primary_cat','none'),(160,46,'_seopress_social_fb_title',''),(161,46,'_seopress_social_fb_desc',''),(162,46,'_seopress_social_fb_img',''),(163,46,'_seopress_social_twitter_title',''),(164,46,'_seopress_social_twitter_desc',''),(165,46,'_seopress_social_twitter_img',''),(166,46,'_seopress_redirections_type','301'),(167,46,'_seopress_redirections_value',''),(172,54,'_wp_attached_file','2021/01/option-trading.jpg'),(173,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2021/01/option-trading.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"option-trading-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"option-trading-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"option-trading-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:26:\"option-trading-750x500.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:26:\"option-trading-720x360.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174,46,'_seopress_analysis_target_kw',''),(175,29,'_oembed_8114fb2bd902a50df126e8ea1ab0b327','{{unknown}}'),(180,59,'_seopress_analysis_data','a:2:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";s:5:\"score\";b:0;}'),(181,59,'_edit_last','1'),(182,59,'_edit_lock','1623863341:1'),(183,59,'_seopress_titles_title',''),(184,59,'_seopress_titles_desc',''),(185,59,'_seopress_robots_canonical',''),(186,59,'_seopress_robots_primary_cat','none'),(187,59,'_seopress_social_fb_title',''),(188,59,'_seopress_social_fb_desc',''),(189,59,'_seopress_social_fb_img',''),(190,59,'_seopress_social_twitter_title',''),(191,59,'_seopress_social_twitter_desc',''),(192,59,'_seopress_social_twitter_img',''),(193,59,'_seopress_redirections_type','301'),(194,59,'_seopress_redirections_value',''),(197,62,'_wp_attached_file','2021/07/2141faga.jpg'),(198,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:568;s:4:\"file\";s:20:\"2021/07/2141faga.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"2141faga-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"2141faga-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"2141faga-768x426.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:20:\"2141faga-750x416.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:20:\"2141faga-720x360.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,59,'_oembed_a6bb1e4f832d5bfbb6a74d0f1af97144','<iframe title=\"VPNs or Virtual Private Networks as Fast As Possible\" width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/DhYeqgufYss?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(200,59,'_oembed_time_a6bb1e4f832d5bfbb6a74d0f1af97144','1623863327'),(201,59,'_thumbnail_id','62'),(202,59,'_seopress_analysis_target_kw',''),(204,66,'_seopress_analysis_data','a:2:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";s:5:\"score\";b:0;}'),(205,68,'_wp_attached_file','2021/09/executium-luoxkIjquBo-unsplash-scaled.jpg'),(206,68,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:49:\"2021/09/executium-luoxkIjquBo-unsplash-scaled.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"executium-luoxkIjquBo-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"executium-luoxkIjquBo-unsplash-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"executium-luoxkIjquBo-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"executium-luoxkIjquBo-unsplash-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:44:\"executium-luoxkIjquBo-unsplash-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:44:\"executium-luoxkIjquBo-unsplash-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:42:\"executium-luoxkIjquBo-unsplash-750x499.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:42:\"executium-luoxkIjquBo-unsplash-720x360.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"executium-luoxkIjquBo-unsplash.jpg\";}'),(207,66,'_edit_last','1'),(208,66,'_thumbnail_id','68'),(209,66,'_seopress_titles_title',''),(210,66,'_seopress_titles_desc',''),(211,66,'_seopress_robots_canonical',''),(212,66,'_seopress_robots_primary_cat','none'),(213,66,'_seopress_social_fb_title',''),(214,66,'_seopress_social_fb_desc',''),(215,66,'_seopress_social_fb_img',''),(216,66,'_seopress_social_twitter_title',''),(217,66,'_seopress_social_twitter_desc',''),(218,66,'_seopress_social_twitter_img',''),(219,66,'_seopress_redirections_type','301'),(220,66,'_seopress_redirections_value',''),(221,66,'_edit_lock','1633963385:1'),(222,66,'_oembed_f264503f385204639c5e7546f15e1fa0','<iframe title=\"TOP 3 Micro Cap Altcoins To 100X SOON ? (September 2021)\" width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/5f8LuAoAHCE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(223,66,'_oembed_time_f264503f385204639c5e7546f15e1fa0','1633963323'),(228,71,'_edit_last','1'),(229,71,'_edit_lock','1633008621:1'),(230,71,'_seopress_analysis_data','a:2:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";s:5:\"score\";b:0;}'),(231,71,'_oembed_6561e4910ede5633a3e7b101ac340568','<iframe title=\"Wanneer Kopen of Verkopen? |  Bitcoin &amp; Aandelen\" width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/JtrL6XIOUlE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(232,71,'_oembed_time_6561e4910ede5633a3e7b101ac340568','1633008484'),(233,71,'_seopress_titles_title',''),(234,71,'_seopress_titles_desc',''),(235,71,'_seopress_robots_canonical',''),(236,71,'_seopress_robots_primary_cat','none'),(237,71,'_seopress_social_fb_title',''),(238,71,'_seopress_social_fb_desc',''),(239,71,'_seopress_social_fb_img',''),(240,71,'_seopress_social_twitter_title',''),(241,71,'_seopress_social_twitter_desc',''),(242,71,'_seopress_social_twitter_img',''),(243,71,'_seopress_redirections_type','301'),(244,71,'_seopress_redirections_value',''),(246,71,'_seopress_analysis_target_kw',''),(255,66,'_seopress_analysis_target_kw',''),(258,77,'_seopress_analysis_data','a:1:{s:5:\"title\";s:54:\"To get your Google snippet preview, publish your post!\";}'),(259,77,'_edit_last','1'),(260,77,'_edit_lock','1638953028:1'),(261,77,'_oembed_fd5064546bdc4f68d405b8aca33d6961','<iframe title=\"BITCOIN &amp; CRYPTO CRASHING | IS THE BULL MARKET OVER?\" width=\"980\" height=\"551\" src=\"https://www.youtube.com/embed/N6UAY2Zxqlw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(262,77,'_oembed_time_fd5064546bdc4f68d405b8aca33d6961','1638953122'),(263,78,'_wp_attached_file','2021/12/pexels-alesia-kozik-6764228.jpg'),(264,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2021/12/pexels-alesia-kozik-6764228.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6764228-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6764228-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6764228-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"integral-post-thumbnails\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6764228-750x563.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"integral-home-post-thumbnails\";a:4:{s:4:\"file\";s:39:\"pexels-alesia-kozik-6764228-720x360.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(265,77,'_thumbnail_id','78'),(267,77,'_seopress_titles_title',''),(268,77,'_seopress_titles_desc',''),(269,77,'_seopress_robots_canonical',''),(270,77,'_seopress_robots_primary_cat','none'),(271,77,'_seopress_social_fb_title',''),(272,77,'_seopress_social_fb_desc',''),(273,77,'_seopress_social_fb_img',''),(274,77,'_seopress_social_fb_img_attachment_id',''),(275,77,'_seopress_social_fb_img_width',''),(276,77,'_seopress_social_fb_img_height',''),(277,77,'_seopress_social_twitter_title',''),(278,77,'_seopress_social_twitter_desc',''),(279,77,'_seopress_social_twitter_img',''),(280,77,'_seopress_social_twitter_img_attachment_id',''),(281,77,'_seopress_social_twitter_img_width',''),(282,77,'_seopress_social_twitter_img_height',''),(283,77,'_seopress_redirections_type','301'),(284,77,'_seopress_redirections_value',''),(285,77,'_wp_old_date','2021-12-08'),(286,77,'_seopress_analysis_target_kw','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int NOT NULL DEFAULT '0',
  `post_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=81 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (4,1,'2020-07-23 19:34:09','2020-07-23 19:34:09','','Welcome','','publish','closed','closed','','welcome','','','2020-08-30 12:13:09','2020-08-30 12:13:09','',0,'http://cci-tl.org/about/',0,'page','',0),(5,1,'2020-07-23 19:34:09','2020-07-23 19:34:09','[contact_bank form_id=\"6\"][/contact_bank]','Reach Us','','publish','closed','closed','','reach-us','','','2020-08-30 12:15:25','2020-08-30 12:15:25','',0,'http://cci-tl.org/contact/',0,'page','',0),(10,1,'2020-08-30 12:13:09','2020-08-30 12:13:09','','Welcome','','inherit','closed','closed','','4-revision-v1','','','2020-08-30 12:13:09','2020-08-30 12:13:09','',4,'http://cci-tl.org/4-revision-v1/',0,'revision','',0),(11,1,'2020-08-30 12:14:03','2020-08-30 12:14:03','','Reach Us','','inherit','closed','closed','','5-revision-v1','','','2020-08-30 12:14:03','2020-08-30 12:14:03','',5,'http://cci-tl.org/5-revision-v1/',0,'revision','',0),(12,1,'2020-08-30 12:15:25','2020-08-30 12:15:25','[contact_bank form_id=\"6\"][/contact_bank]','Reach Us','','inherit','closed','closed','','5-revision-v1','','','2020-08-30 12:15:25','2020-08-30 12:15:25','',5,'http://cci-tl.org/5-revision-v1/',0,'revision','',0),(14,1,'2020-08-30 12:18:03','2020-08-30 12:18:03','','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2020-08-30 12:18:03','2020-08-30 12:18:03','',0,'http://cci-tl.org/privacy-policy-2/',0,'page','',0),(15,1,'2020-08-30 12:18:21','2020-08-30 12:18:21','','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-08-30 12:18:21','2020-08-30 12:18:21','',0,'http://cci-tl.org/terms-and-conditions/',0,'page','',0),(17,1,'2020-08-30 12:39:04','2020-08-30 12:39:04','Let’s get <a href=\"https://www.rtlnieuws.nl/node/2310436\">our</a> hands dirty with glue and a bunch of colorful craft supplies <a href=\"https://www.nrc.nl/nieuws/2012/12/19/getuige-van-geweld-tegen-hulpverleners-tijdens-de-jaarwisseling-film-het-a1438920\">because</a> we’re making all sorts of things today.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lWI1CHKTfF0\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></div>','27 Quick And Easy Crafts To Make At Home','','publish','closed','closed','','27-quick-and-easy-crafts-to-make-at-home','','','2020-09-20 14:18:52','2020-09-20 14:18:52','',0,'http://cci-tl.org/?p=17',0,'post','',0),(19,1,'2020-08-30 12:38:44','2020-08-30 12:38:44','','diy-projects','','inherit','closed','closed','','diy-projects','','','2020-08-30 12:38:44','2020-08-30 12:38:44','',17,'http://cci-tl.org/wp-content/uploads/2020/08/diy-projects.jpeg',0,'attachment','image/jpeg',0),(20,1,'2020-08-30 12:39:04','2020-08-30 12:39:04','Let’s get our hands dirty with glue and a bunch of colorful craft supplies because we’re making all sorts of things today.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lWI1CHKTfF0\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></div>','27 Quick And Easy Crafts To Make At Home','','inherit','closed','closed','','17-revision-v1','','','2020-08-30 12:39:04','2020-08-30 12:39:04','',17,'http://cci-tl.org/17-revision-v1/',0,'revision','',0),(21,1,'2020-08-30 12:39:39','2020-08-30 12:39:39','','Home','','publish','closed','closed','','home','','','2020-08-30 12:39:45','2020-08-30 12:39:45','',0,'http://cci-tl.org/?p=21',1,'nav_menu_item','',0),(22,1,'2020-08-30 12:39:40','2020-08-30 12:39:40',' ','','','publish','closed','closed','','22','','','2020-08-30 12:39:45','2020-08-30 12:39:45','',0,'http://cci-tl.org/?p=22',4,'nav_menu_item','',0),(23,1,'2020-08-30 12:39:40','2020-08-30 12:39:40',' ','','','publish','closed','closed','','23','','','2020-08-30 12:39:45','2020-08-30 12:39:45','',0,'http://cci-tl.org/?p=23',6,'nav_menu_item','',0),(24,1,'2020-08-30 12:39:40','2020-08-30 12:39:40',' ','','','publish','closed','closed','','24','','','2020-08-30 12:39:45','2020-08-30 12:39:45','',0,'http://cci-tl.org/?p=24',5,'nav_menu_item','',0),(25,1,'2020-08-30 12:39:40','2020-08-30 12:39:40',' ','','','publish','closed','closed','','25','','','2020-08-30 12:39:45','2020-08-30 12:39:45','',0,'http://cci-tl.org/?p=25',2,'nav_menu_item','',0),(26,1,'2020-08-30 12:39:40','2020-08-30 12:39:40',' ','','','publish','closed','closed','','26','','','2020-08-30 12:39:45','2020-08-30 12:39:45','',0,'http://cci-tl.org/?p=26',3,'nav_menu_item','',0),(28,1,'2020-08-30 12:41:39','2020-08-30 12:41:39','','bdc2325073667997ea4da93b45fadfbf','','inherit','closed','closed','','bdc2325073667997ea4da93b45fadfbf','','','2020-08-30 12:41:39','2020-08-30 12:41:39','',0,'http://cci-tl.org/wp-content/uploads/2020/08/bdc2325073667997ea4da93b45fadfbf.png',0,'attachment','image/png',0),(29,1,'2020-08-30 12:41:44','2020-08-30 12:41:44','http://cci-tl.org/wp-content/uploads/2020/08/cropped-bdc2325073667997ea4da93b45fadfbf.png','cropped-bdc2325073667997ea4da93b45fadfbf.png','','inherit','closed','closed','','cropped-bdc2325073667997ea4da93b45fadfbf-png','','','2020-08-30 12:41:44','2020-08-30 12:41:44','',0,'http://cci-tl.org/wp-content/uploads/2020/08/cropped-bdc2325073667997ea4da93b45fadfbf.png',0,'attachment','image/png',0),(31,1,'2020-08-30 12:43:23','2020-08-30 12:43:23','','Educational-Innovations','','inherit','closed','closed','','educational-innovations','','','2020-08-30 12:43:23','2020-08-30 12:43:23','',0,'http://cci-tl.org/wp-content/uploads/2020/08/Educational-Innovations.jpg',0,'attachment','image/jpeg',0),(32,1,'2020-08-30 12:48:09','2020-08-30 12:48:09','','Billy Robinson','','inherit','closed','closed','','billy-robinson','','','2020-08-30 12:48:09','2020-08-30 12:48:09','',0,'http://cci-tl.org/wp-content/uploads/2020/08/Billy-Robinson.jpg',0,'attachment','image/jpeg',0),(33,1,'2020-08-30 12:49:18','2020-08-30 12:49:18','','1-md5-4c26f98b095791fea21bbd93460d0ef5','','inherit','closed','closed','','1-md5-4c26f98b095791fea21bbd93460d0ef5','','','2020-08-30 12:49:18','2020-08-30 12:49:18','',0,'http://cci-tl.org/wp-content/uploads/2020/08/1-md5-4c26f98b095791fea21bbd93460d0ef5.png',0,'attachment','image/png',0),(35,1,'2020-08-30 12:53:55','2020-08-30 12:53:55','.spacer {\n	height: 25px;\n}','integral','','publish','closed','closed','','integral','','','2020-08-30 12:58:28','2020-08-30 12:58:28','',0,'http://cci-tl.org/integral/',0,'custom_css','',0),(36,1,'2020-08-30 12:53:55','2020-08-30 12:53:55','.spacer {\n	display: none;\n}','integral','','inherit','closed','closed','','35-revision-v1','','','2020-08-30 12:53:55','2020-08-30 12:53:55','',35,'http://cci-tl.org/35-revision-v1/',0,'revision','',0),(38,1,'2020-08-30 12:57:20','2020-08-30 12:57:20','','integral','','inherit','closed','closed','','35-revision-v1','','','2020-08-30 12:57:20','2020-08-30 12:57:20','',35,'http://cci-tl.org/35-revision-v1/',0,'revision','',0),(40,1,'2020-08-30 12:58:28','2020-08-30 12:58:28','.spacer {\n	height: 25px;\n}','integral','','inherit','closed','closed','','35-revision-v1','','','2020-08-30 12:58:28','2020-08-30 12:58:28','',35,'http://cci-tl.org/35-revision-v1/',0,'revision','',0),(41,1,'2020-09-20 14:18:52','2020-09-20 14:18:52','Let’s get <a href=\"https://www.rtlnieuws.nl/node/2310436\">our</a> hands dirty with glue and a bunch of colorful craft supplies <a href=\"https://www.nrc.nl/nieuws/2012/12/19/getuige-van-geweld-tegen-hulpverleners-tijdens-de-jaarwisseling-film-het-a1438920\">because</a> we’re making all sorts of things today.\r\n<div style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/lWI1CHKTfF0\" width=\"720\" height=\"405\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe></div>','27 Quick And Easy Crafts To Make At Home','','inherit','closed','closed','','17-revision-v1','','','2020-09-20 14:18:52','2020-09-20 14:18:52','',17,'http://cci-tl.org/17-revision-v1/',0,'revision','',0),(42,1,'2020-09-21 10:02:27','2020-09-21 10:02:27','','cover','','inherit','closed','closed','','cover','','','2020-09-21 10:04:34','2020-09-21 10:04:34','',0,'http://cci-tl.org/wp-content/uploads/2020/09/cover.png',0,'attachment','image/png',0),(46,1,'2021-01-13 12:40:24','2021-01-13 12:40:24','<img class=\"alignright wp-image-49\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg\" alt=\"\" width=\"411\" height=\"274\" />Daytraden has grown enormously in popularity in recent years. We are all familiar with the stories of Japanese gamers sitting at their computers for days on end and making money. Not with gaming, but with daytrading. Daytrading is a short term trading form in which the trader opens and closes several positions within a day, this latest trading form became really populair with a lot of <a href=\"https://commoditytradealert.com/es-ar/brokers/\">corredores de bolsa en Argentina.</a>\r\n<h2>Day Trading for Dummies tip #1: Choose your marker.</h2>\r\nThere are literally thousands of markets and instruments available for online trading. While it may seem interesting to trade an obscure ETF that, for example, follows the house price of a remote village in Taiwan, it is certainly not ideal for the active day trader. Day Trading for dummies #1: Choose a market that has sufficient liquidity. Day trading involves opening and closing trades within the trading day. For this activity to be profitable, the price movements on the chosen market will need to be large enough.\r\n<h3><strong>So which markets are best suited for day trading? Let\'s see ...</strong></h3>\r\n&nbsp;\r\n\r\nThe currency market is the most common choice for both novice and professional day traders. With a daily trading volume of over $5.5 trillion, the Forex market is the most liquid financial market in the world. The currency market is also active 24/5. A specific Day Trading for Dummies tip? Start on the Forex market. The extraordinarily large participation means that the market shows sufficient volatility at any time of the day, on any timeframe, to be able to benefit from sound price movements. So as a starter trying to find his own trading style, you won\'t be limited by the practical limitations that some other instruments have.\r\n\r\nThe stock market also lends itself very well to active day trading. However, there are big differences in trading activity during the different trading sessions. Participation per index or share can also vary considerably. Overall, we see the most volatility during the American and European trading session. Trading during these periods is the best starting point for beginning traders and a good day trading for dummies advice. In addition, it is best to focus on the well-known indices such as the NASDAQ, S&amp;P or the DAX30. Iconic investor Warren Buffett advises you to trade what you know. Apple, Google or Netflix are not only indispensable in your daily life, they should also not be missing in the portfolio of the beginning stock day trader.\r\n\r\n<img class=\"size-full wp-image-48 aligncenter\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg\" alt=\"\" width=\"640\" height=\"427\" />\r\n<h2>Day Trading for Dummies tip #2: Choose your \'Timeframe</h2>\r\nDaytraders can choose from different time frames. The most popular timeframes are:\r\n\r\n&nbsp;\r\n\r\nD1 daily chart\r\n\r\nH4 4-hour chart\r\n\r\nH1 1-hour graph\r\n\r\nM30 30 minute chart\r\n\r\nM15 15 minute chart\r\n\r\nM5 5-minute chart\r\n\r\nM1 1-minute chart\r\n\r\nA specific day trading for dummies tip is to start on a higher timeframe. Choose for example the H1 chart. In this timeframe a new bar is formed every hour. In principle you only have to check your chart once an hour, <a href=\"https://commoditytradealert.com/es-mx/brokers/\">especially when using brokers in Mexico</a> we would like to advice you to do research in their trading platform.\r\n\r\nAmong the various trading forms, day trading is absolute top sport. Given the relatively short time frames and the large number of trades, day trading requires time and the necessary concentration. As with Usain Bolt or any other professional athlete, you cannot be in top form all the time.\r\n\r\nDo you opt for the M15, M5 or M1 chart? Then limit your trading activities to a maximum of 2 to 3 hours per day. Regardless of the market or instrument chosen, volatility is generally highest in the first hours of the trading session. It may sound like a constraint to the enthusiastic novice day trader, but in practice it means that you will be more focused. Day trading requires supreme concentration, it is practically impossible to sustain this for more than a few hours a day.\r\n\r\n<center>[embed]https://www.youtube.com/watch?v=I4yiHiM8OgI[/embed]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</center>','Day trading for beginners, but why is this so popular for most european traders?','','publish','closed','closed','','day-trading-for-beginners','','','2021-01-08 05:57:57','2021-01-08 05:57:57','',0,'http://cci-tl.org/?p=46',0,'post','',0),(48,1,'2021-01-08 05:47:37','2021-01-08 05:47:37','','Day trading Tips','','inherit','closed','closed','','day-trading-tips','','','2021-01-08 05:47:37','2021-01-08 05:47:37','',46,'http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg',0,'attachment','image/jpeg',0),(49,1,'2021-01-08 05:47:42','2021-01-08 05:47:42','','Day trading','','inherit','closed','closed','','day-trading','','','2021-01-08 05:47:42','2021-01-08 05:47:42','',46,'http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg',0,'attachment','image/jpeg',0),(50,1,'2021-01-08 05:50:41','2021-01-08 05:50:41','<img class=\"alignright wp-image-49\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg\" alt=\"\" width=\"411\" height=\"274\" />Daytraden has grown enormously in popularity in recent years. We are all familiar with the stories of Japanese gamers sitting at their computers for days on end and making money. Not with gaming, but with daytrading. Daytrading is a short term trading form in which the trader opens and closes several positions within a day, this latest trading form became really populair with a lot of <a href=\"https://commoditytradealert.com/es-ar/brokers/\">corredores de bolsa en Argentina.</a>\r\n<h2>Day Trading for Dummies tip #1: Choose your marker.</h2>\r\nThere are literally thousands of markets and instruments available for online trading. While it may seem interesting to trade an obscure ETF that, for example, follows the house price of a remote village in Taiwan, it is certainly not ideal for the active day trader. Day Trading for dummies #1: Choose a market that has sufficient liquidity. Day trading involves opening and closing trades within the trading day. For this activity to be profitable, the price movements on the chosen market will need to be large enough.\r\n<h3><strong>So which markets are best suited for day trading? Let\'s see ...</strong></h3>\r\n&nbsp;\r\n\r\nThe currency market is the most common choice for both novice and professional day traders. With a daily trading volume of over $5.5 trillion, the Forex market is the most liquid financial market in the world. The currency market is also active 24/5. A specific Day Trading for Dummies tip? Start on the Forex market. The extraordinarily large participation means that the market shows sufficient volatility at any time of the day, on any timeframe, to be able to benefit from sound price movements. So as a starter trying to find his own trading style, you won\'t be limited by the practical limitations that some other instruments have.\r\n\r\nThe stock market also lends itself very well to active day trading. However, there are big differences in trading activity during the different trading sessions. Participation per index or share can also vary considerably. Overall, we see the most volatility during the American and European trading session. Trading during these periods is the best starting point for beginning traders and a good day trading for dummies advice. In addition, it is best to focus on the well-known indices such as the NASDAQ, S&amp;P or the DAX30. Iconic investor Warren Buffett advises you to trade what you know. Apple, Google or Netflix are not only indispensable in your daily life, they should also not be missing in the portfolio of the beginning stock day trader.\r\n\r\n<img class=\"size-full wp-image-48 aligncenter\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg\" alt=\"\" width=\"640\" height=\"427\" />\r\n<h2>Day Trading for Dummies tip #2: Choose your \'Timeframe</h2>\r\nDaytraders can choose from different time frames. The most popular timeframes are:\r\n\r\n&nbsp;\r\n\r\nD1 daily chart\r\n\r\nH4 4-hour chart\r\n\r\nH1 1-hour graph\r\n\r\nM30 30 minute chart\r\n\r\nM15 15 minute chart\r\n\r\nM5 5-minute chart\r\n\r\nM1 1-minute chart\r\n\r\nA specific day trading for dummies tip is to start on a higher timeframe. Choose for example the H1 chart. In this timeframe a new bar is formed every hour. In principle you only have to check your chart once an hour, <a href=\"https://commoditytradealert.com/es-mx/brokers/\">especially when using brokers in Mexico</a> we would like to advice you to do research in their trading platform.\r\n\r\nAmong the various trading forms, day trading is absolute top sport. Given the relatively short time frames and the large number of trades, day trading requires time and the necessary concentration. As with Usain Bolt or any other professional athlete, you cannot be in top form all the time.\r\n\r\nDo you opt for the M15, M5 or M1 chart? Then limit your trading activities to a maximum of 2 to 3 hours per day. Regardless of the market or instrument chosen, volatility is generally highest in the first hours of the trading session. It may sound like a constraint to the enthusiastic novice day trader, but in practice it means that you will be more focused. Day trading requires supreme concentration, it is practically impossible to sustain this for more than a few hours a day.\r\n\r\n<center>[embed]https://www.youtube.com/watch?v=I4yiHiM8OgI[/embed]\r\n\r\n</center>','Day trading for beginners, but why is this so popular for most european traders?','','inherit','closed','closed','','46-revision-v1','','','2021-01-08 05:50:41','2021-01-08 05:50:41','',46,'http://cci-tl.org/46-revision-v1/',0,'revision','',0),(51,1,'2021-01-08 05:55:33','2021-01-08 05:55:33','<img class=\"alignright wp-image-49\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg\" alt=\"\" width=\"411\" height=\"274\" />Daytraden has grown enormously in popularity in recent years. We are all familiar with the stories of Japanese gamers sitting at their computers for days on end and making money. Not with gaming, but with daytrading. Daytrading is a short term trading form in which the trader opens and closes several positions within a day, this latest trading form became really populair with a lot of <a href=\"https://commoditytradealert.com/es-ar/brokers/\">corredores de bolsa en Argentina.</a>\r\n<h2>Day Trading for Dummies tip #1: Choose your marker.</h2>\r\nThere are literally thousands of markets and instruments available for online trading. While it may seem interesting to trade an obscure ETF that, for example, follows the house price of a remote village in Taiwan, it is certainly not ideal for the active day trader. Day Trading for dummies #1: Choose a market that has sufficient liquidity. Day trading involves opening and closing trades within the trading day. For this activity to be profitable, the price movements on the chosen market will need to be large enough.\r\n<h3><strong>So which markets are best suited for day trading? Let\'s see ...</strong></h3>\r\n&nbsp;\r\n\r\nThe currency market is the most common choice for both novice and professional day traders. With a daily trading volume of over $5.5 trillion, the Forex market is the most liquid financial market in the world. The currency market is also active 24/5. A specific Day Trading for Dummies tip? Start on the Forex market. The extraordinarily large participation means that the market shows sufficient volatility at any time of the day, on any timeframe, to be able to benefit from sound price movements. So as a starter trying to find his own trading style, you won\'t be limited by the practical limitations that some other instruments have.\r\n\r\nThe stock market also lends itself very well to active day trading. However, there are big differences in trading activity during the different trading sessions. Participation per index or share can also vary considerably. Overall, we see the most volatility during the American and European trading session. Trading during these periods is the best starting point for beginning traders and a good day trading for dummies advice. In addition, it is best to focus on the well-known indices such as the NASDAQ, S&amp;P or the DAX30. Iconic investor Warren Buffett advises you to trade what you know. Apple, Google or Netflix are not only indispensable in your daily life, they should also not be missing in the portfolio of the beginning stock day trader.\r\n\r\n<img class=\"size-full wp-image-48 aligncenter\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg\" alt=\"\" width=\"640\" height=\"427\" />\r\n<h2>Day Trading for Dummies tip #2: Choose your \'Timeframe</h2>\r\nDaytraders can choose from different time frames. The most popular timeframes are:\r\n\r\n&nbsp;\r\n\r\nD1 daily chart\r\n\r\nH4 4-hour chart\r\n\r\nH1 1-hour graph\r\n\r\nM30 30 minute chart\r\n\r\nM15 15 minute chart\r\n\r\nM5 5-minute chart\r\n\r\nM1 1-minute chart\r\n\r\nA specific day trading for dummies tip is to start on a higher timeframe. Choose for example the H1 chart. In this timeframe a new bar is formed every hour. In principle you only have to check your chart once an hour, <a href=\"https://commoditytradealert.com/es-mx/brokers/\">especially when using brokers in Mexico</a> we would like to advice you to do research in their trading platform.\r\n\r\nAmong the various trading forms, day trading is absolute top sport. Given the relatively short time frames and the large number of trades, day trading requires time and the necessary concentration. As with Usain Bolt or any other professional athlete, you cannot be in top form all the time.\r\n\r\nDo you opt for the M15, M5 or M1 chart? Then limit your trading activities to a maximum of 2 to 3 hours per day. Regardless of the market or instrument chosen, volatility is generally highest in the first hours of the trading session. It may sound like a constraint to the enthusiastic novice day trader, but in practice it means that you will be more focused. Day trading requires supreme concentration, it is practically impossible to sustain this for more than a few hours a day.\r\n\r\n<center>[embed]https://www.youtube.com/watch?v=I4yiHiM8OgI[/embed]\r\n\r\n&nbsp;\r\n\r\n</center>','Day trading for beginners, but why is this so popular for most european traders?','','inherit','closed','closed','','46-revision-v1','','','2021-01-08 05:55:33','2021-01-08 05:55:33','',46,'http://cci-tl.org/46-revision-v1/',0,'revision','',0),(52,1,'2021-01-08 05:56:02','2021-01-08 05:56:02','<img class=\"alignright wp-image-49\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg\" alt=\"\" width=\"411\" height=\"274\" />Daytraden has grown enormously in popularity in recent years. We are all familiar with the stories of Japanese gamers sitting at their computers for days on end and making money. Not with gaming, but with daytrading. Daytrading is a short term trading form in which the trader opens and closes several positions within a day, this latest trading form became really populair with a lot of <a href=\"https://commoditytradealert.com/es-ar/brokers/\">corredores de bolsa en Argentina.</a>\r\n<h2>Day Trading for Dummies tip #1: Choose your marker.</h2>\r\nThere are literally thousands of markets and instruments available for online trading. While it may seem interesting to trade an obscure ETF that, for example, follows the house price of a remote village in Taiwan, it is certainly not ideal for the active day trader. Day Trading for dummies #1: Choose a market that has sufficient liquidity. Day trading involves opening and closing trades within the trading day. For this activity to be profitable, the price movements on the chosen market will need to be large enough.\r\n<h3><strong>So which markets are best suited for day trading? Let\'s see ...</strong></h3>\r\n&nbsp;\r\n\r\nThe currency market is the most common choice for both novice and professional day traders. With a daily trading volume of over $5.5 trillion, the Forex market is the most liquid financial market in the world. The currency market is also active 24/5. A specific Day Trading for Dummies tip? Start on the Forex market. The extraordinarily large participation means that the market shows sufficient volatility at any time of the day, on any timeframe, to be able to benefit from sound price movements. So as a starter trying to find his own trading style, you won\'t be limited by the practical limitations that some other instruments have.\r\n\r\nThe stock market also lends itself very well to active day trading. However, there are big differences in trading activity during the different trading sessions. Participation per index or share can also vary considerably. Overall, we see the most volatility during the American and European trading session. Trading during these periods is the best starting point for beginning traders and a good day trading for dummies advice. In addition, it is best to focus on the well-known indices such as the NASDAQ, S&amp;P or the DAX30. Iconic investor Warren Buffett advises you to trade what you know. Apple, Google or Netflix are not only indispensable in your daily life, they should also not be missing in the portfolio of the beginning stock day trader.\r\n\r\n<img class=\"size-full wp-image-48 aligncenter\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg\" alt=\"\" width=\"640\" height=\"427\" />\r\n<h2>Day Trading for Dummies tip #2: Choose your \'Timeframe</h2>\r\nDaytraders can choose from different time frames. The most popular timeframes are:\r\n\r\n&nbsp;\r\n\r\nD1 daily chart\r\n\r\nH4 4-hour chart\r\n\r\nH1 1-hour graph\r\n\r\nM30 30 minute chart\r\n\r\nM15 15 minute chart\r\n\r\nM5 5-minute chart\r\n\r\nM1 1-minute chart\r\n\r\nA specific day trading for dummies tip is to start on a higher timeframe. Choose for example the H1 chart. In this timeframe a new bar is formed every hour. In principle you only have to check your chart once an hour, <a href=\"https://commoditytradealert.com/es-mx/brokers/\">especially when using brokers in Mexico</a> we would like to advice you to do research in their trading platform.\r\n\r\nAmong the various trading forms, day trading is absolute top sport. Given the relatively short time frames and the large number of trades, day trading requires time and the necessary concentration. As with Usain Bolt or any other professional athlete, you cannot be in top form all the time.\r\n\r\nDo you opt for the M15, M5 or M1 chart? Then limit your trading activities to a maximum of 2 to 3 hours per day. Regardless of the market or instrument chosen, volatility is generally highest in the first hours of the trading session. It may sound like a constraint to the enthusiastic novice day trader, but in practice it means that you will be more focused. Day trading requires supreme concentration, it is practically impossible to sustain this for more than a few hours a day.\r\n\r\n<center>[embed]https://www.youtube.com/watch?v=I4yiHiM8OgI[/embed]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</center>','Day trading for beginners, but why is this so popular for most european traders?','','inherit','closed','closed','','46-revision-v1','','','2021-01-08 05:56:02','2021-01-08 05:56:02','',46,'http://cci-tl.org/46-revision-v1/',0,'revision','',0),(53,1,'2021-01-08 05:56:18','2021-01-08 05:56:18','<img class=\"alignright wp-image-49\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg\" alt=\"\" width=\"411\" height=\"274\" />Daytraden has grown enormously in popularity in recent years. We are all familiar with the stories of Japanese gamers sitting at their computers for days on end and making money. Not with gaming, but with daytrading. Daytrading is a short term trading form in which the trader opens and closes several positions within a day, this latest trading form became really populair with a lot of <a href=\"https://commoditytradealert.com/es-ar/brokers/\">corredores de bolsa en Argentina.</a>\r\n<h2>Day Trading for Dummies tip #1: Choose your marker.</h2>\r\nThere are literally thousands of markets and instruments available for online trading. While it may seem interesting to trade an obscure ETF that, for example, follows the house price of a remote village in Taiwan, it is certainly not ideal for the active day trader. Day Trading for dummies #1: Choose a market that has sufficient liquidity. Day trading involves opening and closing trades within the trading day. For this activity to be profitable, the price movements on the chosen market will need to be large enough.\r\n<h3><strong>So which markets are best suited for day trading? Let\'s see ...</strong></h3>\r\n&nbsp;\r\n\r\nThe currency market is the most common choice for both novice and professional day traders. With a daily trading volume of over $5.5 trillion, the Forex market is the most liquid financial market in the world. The currency market is also active 24/5. A specific Day Trading for Dummies tip? Start on the Forex market. The extraordinarily large participation means that the market shows sufficient volatility at any time of the day, on any timeframe, to be able to benefit from sound price movements. So as a starter trying to find his own trading style, you won\'t be limited by the practical limitations that some other instruments have.\r\n\r\nThe stock market also lends itself very well to active day trading. However, there are big differences in trading activity during the different trading sessions. Participation per index or share can also vary considerably. Overall, we see the most volatility during the American and European trading session. Trading during these periods is the best starting point for beginning traders and a good day trading for dummies advice. In addition, it is best to focus on the well-known indices such as the NASDAQ, S&amp;P or the DAX30. Iconic investor Warren Buffett advises you to trade what you know. Apple, Google or Netflix are not only indispensable in your daily life, they should also not be missing in the portfolio of the beginning stock day trader.\r\n\r\n<img class=\"size-full wp-image-48 aligncenter\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg\" alt=\"\" width=\"640\" height=\"427\" />\r\n<h2>Day Trading for Dummies tip #2: Choose your \'Timeframe</h2>\r\nDaytraders can choose from different time frames. The most popular timeframes are:\r\n\r\n&nbsp;\r\n\r\nD1 daily chart\r\n\r\nH4 4-hour chart\r\n\r\nH1 1-hour graph\r\n\r\nM30 30 minute chart\r\n\r\nM15 15 minute chart\r\n\r\nM5 5-minute chart\r\n\r\nM1 1-minute chart\r\n\r\nA specific day trading for dummies tip is to start on a higher timeframe. Choose for example the H1 chart. In this timeframe a new bar is formed every hour. In principle you only have to check your chart once an hour, <a href=\"https://commoditytradealert.com/es-mx/brokers/\">especially when using brokers in Mexico</a> we would like to advice you to do research in their trading platform.\r\n\r\nAmong the various trading forms, day trading is absolute top sport. Given the relatively short time frames and the large number of trades, day trading requires time and the necessary concentration. As with Usain Bolt or any other professional athlete, you cannot be in top form all the time.\r\n\r\nDo you opt for the M15, M5 or M1 chart? Then limit your trading activities to a maximum of 2 to 3 hours per day. Regardless of the market or instrument chosen, volatility is generally highest in the first hours of the trading session. It may sound like a constraint to the enthusiastic novice day trader, but in practice it means that you will be more focused. Day trading requires supreme concentration, it is practically impossible to sustain this for more than a few hours a day.\r\n\r\n<center>[embed]https://www.youtube.com/watch?v=I4yiHiM8OgI[/embed]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</center>','Day trading for beginners, but why is this so popular for most european traders?','','inherit','closed','closed','','46-revision-v1','','','2021-01-08 05:56:18','2021-01-08 05:56:18','',46,'http://cci-tl.org/46-revision-v1/',0,'revision','',0),(54,1,'2021-01-08 05:57:46','2021-01-08 05:57:46','','option trading','','inherit','closed','closed','','option-trading','','','2021-01-08 05:57:46','2021-01-08 05:57:46','',46,'http://cci-tl.org/wp-content/uploads/2021/01/option-trading.jpg',0,'attachment','image/jpeg',0),(55,1,'2021-01-08 05:57:57','2021-01-08 05:57:57','<img class=\"alignright wp-image-49\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading.jpg\" alt=\"\" width=\"411\" height=\"274\" />Daytraden has grown enormously in popularity in recent years. We are all familiar with the stories of Japanese gamers sitting at their computers for days on end and making money. Not with gaming, but with daytrading. Daytrading is a short term trading form in which the trader opens and closes several positions within a day, this latest trading form became really populair with a lot of <a href=\"https://commoditytradealert.com/es-ar/brokers/\">corredores de bolsa en Argentina.</a>\r\n<h2>Day Trading for Dummies tip #1: Choose your marker.</h2>\r\nThere are literally thousands of markets and instruments available for online trading. While it may seem interesting to trade an obscure ETF that, for example, follows the house price of a remote village in Taiwan, it is certainly not ideal for the active day trader. Day Trading for dummies #1: Choose a market that has sufficient liquidity. Day trading involves opening and closing trades within the trading day. For this activity to be profitable, the price movements on the chosen market will need to be large enough.\r\n<h3><strong>So which markets are best suited for day trading? Let\'s see ...</strong></h3>\r\n&nbsp;\r\n\r\nThe currency market is the most common choice for both novice and professional day traders. With a daily trading volume of over $5.5 trillion, the Forex market is the most liquid financial market in the world. The currency market is also active 24/5. A specific Day Trading for Dummies tip? Start on the Forex market. The extraordinarily large participation means that the market shows sufficient volatility at any time of the day, on any timeframe, to be able to benefit from sound price movements. So as a starter trying to find his own trading style, you won\'t be limited by the practical limitations that some other instruments have.\r\n\r\nThe stock market also lends itself very well to active day trading. However, there are big differences in trading activity during the different trading sessions. Participation per index or share can also vary considerably. Overall, we see the most volatility during the American and European trading session. Trading during these periods is the best starting point for beginning traders and a good day trading for dummies advice. In addition, it is best to focus on the well-known indices such as the NASDAQ, S&amp;P or the DAX30. Iconic investor Warren Buffett advises you to trade what you know. Apple, Google or Netflix are not only indispensable in your daily life, they should also not be missing in the portfolio of the beginning stock day trader.\r\n\r\n<img class=\"size-full wp-image-48 aligncenter\" src=\"http://cci-tl.org/wp-content/uploads/2021/01/Day-trading-Tips.jpg\" alt=\"\" width=\"640\" height=\"427\" />\r\n<h2>Day Trading for Dummies tip #2: Choose your \'Timeframe</h2>\r\nDaytraders can choose from different time frames. The most popular timeframes are:\r\n\r\n&nbsp;\r\n\r\nD1 daily chart\r\n\r\nH4 4-hour chart\r\n\r\nH1 1-hour graph\r\n\r\nM30 30 minute chart\r\n\r\nM15 15 minute chart\r\n\r\nM5 5-minute chart\r\n\r\nM1 1-minute chart\r\n\r\nA specific day trading for dummies tip is to start on a higher timeframe. Choose for example the H1 chart. In this timeframe a new bar is formed every hour. In principle you only have to check your chart once an hour, <a href=\"https://commoditytradealert.com/es-mx/brokers/\">especially when using brokers in Mexico</a> we would like to advice you to do research in their trading platform.\r\n\r\nAmong the various trading forms, day trading is absolute top sport. Given the relatively short time frames and the large number of trades, day trading requires time and the necessary concentration. As with Usain Bolt or any other professional athlete, you cannot be in top form all the time.\r\n\r\nDo you opt for the M15, M5 or M1 chart? Then limit your trading activities to a maximum of 2 to 3 hours per day. Regardless of the market or instrument chosen, volatility is generally highest in the first hours of the trading session. It may sound like a constraint to the enthusiastic novice day trader, but in practice it means that you will be more focused. Day trading requires supreme concentration, it is practically impossible to sustain this for more than a few hours a day.\r\n\r\n<center>[embed]https://www.youtube.com/watch?v=I4yiHiM8OgI[/embed]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n</center>','Day trading for beginners, but why is this so popular for most european traders?','','inherit','closed','closed','','46-revision-v1','','','2021-01-08 05:57:57','2021-01-08 05:57:57','',46,'http://cci-tl.org/46-revision-v1/',0,'revision','',0),(59,1,'2021-07-01 14:43:18','2021-07-01 14:43:18','<section>\r\n<div>\r\n\r\nBoth are a good choice, but there are some differences. On this page you will discover the biggest differences of the major VPN factors. SurfShark vs. PIA: which one will you choose? It can be a nice search: looking for the best VPN for your needs. Although my best VPN lists can give you a lot of insight, you might still start hesitating between two similar providers. <strong>A good example of this are SurfShark and PIA: both high quality and well secured for a soft price</strong>. To find out which one you should choose I decided to compare these two VPN services side by side. Surfshark vs PIA on several factors: software, speed, security én servers!\r\n\r\nhttps://www.youtube.com/watch?v=DhYeqgufYss\r\n\r\n</div>\r\n</section><section>\r\n<h3>Pricing: SurfShark vs PIA</h3>\r\nAn important factor in this SurfShark vs PIA comparison is the prices. If you look at the table above you will immediately see that if you choose a subscription for a longer time, it will become cheaper and cheaper. For this reason it is good to take a moment to compare prices like <a href=\"https://www.globalwatchonline.com/gr/vpn/reviews/expressvpn/\">Express VPN Greece at Globalwatchonline.GR</a>\r\n\r\nIn our SurfShark review, it was already revealed that SurfShark belongs to the cheap VPN’s. This comparison shows that SurfShark is the cheapest. However, you do need to take out a three-year contract, for which you pay a monthly fee of €1.79. If you choose a one-year contract then PIA is a lot cheaper, considering the one-year contract of <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">les meilleur VPN pour le streaming Netflix.</a>\r\n<h3>Characteristics: SurfShark vs PIA</h3>\r\nLooking at the features above, there are some differences in this comparison. The difference is in the protocols of both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN.\r\n<blockquote>Other differences include the protocols used by both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN</blockquote>\r\nThere is also a difference in the number of servers. Pia wins in this and has a total of over 3300 available servers, SurfShark on the other hand only 500+ servers. However, the spread given the countries is greater than PIA. Furthermore, with SurfShark you can use as many devices as you want and with PIA this is limited to 10 devices.\r\n\r\nWhile PIA does allow for anonymous downloading via torrenting VPN servers, SurfShark and <a href=\"https://www.globalwatchonline.com/uk/vpn/reviews/expressvpn/\">Express VPN Ukraine</a> does not allow for that.\r\n\r\n</section>','Do you hesitate between SurfShark and Private Internet Access for your VPN subscription? What is the best VPN solution?','','publish','closed','closed','','do-you-hesitate-between-surfshark-and-private-internet-access-for-your-vpn-subscription-what-is-the-best-vpn-solution','','','2021-06-16 17:08:49','2021-06-16 17:08:49','',0,'http://cci-tl.org/?p=59',0,'post','',0),(61,1,'2021-06-16 05:22:01','2021-06-16 05:22:01','<section>\r\n<div>\r\n\r\nBoth are a good choice, but there are some differences. On this page you will discover the biggest differences of the major VPN factors. SurfShark vs. PIA: which one will you choose? It can be a nice search: looking for the best VPN for your needs. Although my best VPN lists can give you a lot of insight, you might still start hesitating between two similar providers. <strong>A good example of this are SurfShark and PIA: both high quality and well secured for a soft price</strong>. To find out which one you should choose I decided to compare these two VPN services side by side. Surfshark vs PIA on several factors: software, speed, security én servers!\r\n\r\n</div>\r\n</section><section>\r\n<h3>Pricing: SurfShark vs PIA</h3>\r\nAn important factor in this SurfShark vs PIA comparison is the prices. If you look at the table above you will immediately see that if you choose a subscription for a longer time, it will become cheaper and cheaper. For this reason it is good to take a moment to compare prices.\r\n\r\nIn our SurfShark review, it was already revealed that SurfShark belongs to the cheap VPN’s. This comparison shows that SurfShark is the cheapest. However, you do need to take out a three-year contract, for which you pay a monthly fee of €1.79. If you choose a one-year contract then PIA is a lot cheaper, considering the one-year contract of SurfShark.\r\n<h3>Characteristics: SurfShark vs PIA</h3>\r\nLooking at the features above, there are some differences in this comparison. The difference is in the protocols of both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN.\r\n<blockquote>Other differences include the protocols used by both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN</blockquote>\r\nThere is also a difference in the number of servers. Pia wins in this and has a total of over 3300 available servers, SurfShark on the other hand only 500+ servers. However, the spread given the countries is greater than PIA. Furthermore, with SurfShark you can use as many devices as you want and with PIA this is limited to 10 devices.\r\n\r\nWhile PIA does allow for anonymous downloading via torrenting VPN servers, SurfShark does not allow for that.\r\n\r\n</section>','Do you hesitate between SurfShark and Private Internet Access for your VPN subscription? What is the best VPN solution?','','inherit','closed','closed','','59-revision-v1','','','2021-06-16 05:22:01','2021-06-16 05:22:01','',59,'http://cci-tl.org/59-revision-v1/',0,'revision','',0),(62,1,'2021-06-16 17:08:32','2021-06-16 17:08:32','','2141faga','','inherit','closed','closed','','2141faga','','','2021-06-16 17:08:32','2021-06-16 17:08:32','',59,'http://cci-tl.org/wp-content/uploads/2021/07/2141faga.jpg',0,'attachment','image/jpeg',0),(63,1,'2021-06-16 17:08:39','2021-06-16 17:08:39','<section>\n<div>\n\nBoth are a good choice, but there are some differences. On this page you will discover the biggest differences of the major VPN factors. SurfShark vs. PIA: which one will you choose? It can be a nice search: looking for the best VPN for your needs. Although my best VPN lists can give you a lot of insight, you might still start hesitating between two similar providers. <strong>A good example of this are SurfShark and PIA: both high quality and well secured for a soft price</strong>. To find out which one you should choose I decided to compare these two VPN services side by side. Surfshark vs PIA on several factors: software, speed, security én servers!\n\n</div>\n</section><section>\n<h3>Pricing: SurfShark vs PIA</h3>\nAn important factor in this SurfShark vs PIA comparison is the prices. If you look at the table above you will immediately see that if you choose a subscription for a longer time, it will become cheaper and cheaper. For this reason it is good to take a moment to compare prices like <a href=\"https://www.globalwatchonline.com/gr/vpn/reviews/expressvpn/\">Express VPN Greece at Globalwatchonline.GR</a>\n\nIn our SurfShark review, it was already revealed that SurfShark belongs to the cheap VPN’s. This comparison shows that SurfShark is the cheapest. However, you do need to take out a three-year contract, for which you pay a monthly fee of €1.79. If you choose a one-year contract then PIA is a lot cheaper, considering the one-year contract of <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">les meilleur VPN pour le streaming Netflix.</a>\n<h3>Characteristics: SurfShark vs PIA</h3>\nLooking at the features above, there are some differences in this comparison. The difference is in the protocols of both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN.\n<blockquote>Other differences include the protocols used by both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN</blockquote>\nThere is also a difference in the number of servers. Pia wins in this and has a total of over 3300 available servers, SurfShark on the other hand only 500+ servers. However, the spread given the countries is greater than PIA. Furthermore, with SurfShark you can use as many devices as you want and with PIA this is limited to 10 devices.\n\nWhile PIA does allow for anonymous downloading via torrenting VPN servers, SurfShark and <a href=\"https://www.globalwatchonline.com/uk/vpn/reviews/expressvpn/\">Express VPN Ukraine</a> does not allow for that.\n\n</section>','Do you hesitate between SurfShark and Private Internet Access for your VPN subscription? What is the best VPN solution?','','inherit','closed','closed','','59-autosave-v1','','','2021-06-16 17:08:39','2021-06-16 17:08:39','',59,'http://cci-tl.org/59-autosave-v1/',0,'revision','',0),(64,1,'2021-06-16 17:08:49','2021-06-16 17:08:49','<section>\r\n<div>\r\n\r\nBoth are a good choice, but there are some differences. On this page you will discover the biggest differences of the major VPN factors. SurfShark vs. PIA: which one will you choose? It can be a nice search: looking for the best VPN for your needs. Although my best VPN lists can give you a lot of insight, you might still start hesitating between two similar providers. <strong>A good example of this are SurfShark and PIA: both high quality and well secured for a soft price</strong>. To find out which one you should choose I decided to compare these two VPN services side by side. Surfshark vs PIA on several factors: software, speed, security én servers!\r\n\r\nhttps://www.youtube.com/watch?v=DhYeqgufYss\r\n\r\n</div>\r\n</section><section>\r\n<h3>Pricing: SurfShark vs PIA</h3>\r\nAn important factor in this SurfShark vs PIA comparison is the prices. If you look at the table above you will immediately see that if you choose a subscription for a longer time, it will become cheaper and cheaper. For this reason it is good to take a moment to compare prices like <a href=\"https://www.globalwatchonline.com/gr/vpn/reviews/expressvpn/\">Express VPN Greece at Globalwatchonline.GR</a>\r\n\r\nIn our SurfShark review, it was already revealed that SurfShark belongs to the cheap VPN’s. This comparison shows that SurfShark is the cheapest. However, you do need to take out a three-year contract, for which you pay a monthly fee of €1.79. If you choose a one-year contract then PIA is a lot cheaper, considering the one-year contract of <a href=\"https://www.globalwatchonline.com/fr/vpn/guide/netflix-vpn/\">les meilleur VPN pour le streaming Netflix.</a>\r\n<h3>Characteristics: SurfShark vs PIA</h3>\r\nLooking at the features above, there are some differences in this comparison. The difference is in the protocols of both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN.\r\n<blockquote>Other differences include the protocols used by both providers, for example SurfShark uses an OpenVPN and IKEv2 protocols and PIA PPTP, L2TP/IPsec and OpenVPN</blockquote>\r\nThere is also a difference in the number of servers. Pia wins in this and has a total of over 3300 available servers, SurfShark on the other hand only 500+ servers. However, the spread given the countries is greater than PIA. Furthermore, with SurfShark you can use as many devices as you want and with PIA this is limited to 10 devices.\r\n\r\nWhile PIA does allow for anonymous downloading via torrenting VPN servers, SurfShark and <a href=\"https://www.globalwatchonline.com/uk/vpn/reviews/expressvpn/\">Express VPN Ukraine</a> does not allow for that.\r\n\r\n</section>','Do you hesitate between SurfShark and Private Internet Access for your VPN subscription? What is the best VPN solution?','','inherit','closed','closed','','59-revision-v1','','','2021-06-16 17:08:49','2021-06-16 17:08:49','',59,'http://cci-tl.org/59-revision-v1/',0,'revision','',0),(66,1,'2021-11-02 14:20:50','2021-11-02 14:20:50','It was inevitable: the hype around cryptocurrencies is getting bigger and bigger, or should we just say it\'s becoming mainstream? At least mainstream enough for Ajax and Feyenoord to take their first steps into the world of digital currencies. Both clubs will collaborate with the Knaken platform. Knaken is a Rotterdam crypto company that also makes it possible for private individuals to trade in digital coins. Bitcoin is the best known, you may also know Ethereum and there are still a lot of coins.\r\n<h2>Official Cryptocurrency Partner</h2>\r\nAs an \'Official Cryptocurrency Partner\', Knaken commits itself to the classic arch-enemies, once again reaching a new group of people in the hope of acquiring new customers in the future. There are all kinds of promotional texts, as you are used to when announcing new sponsors, although Ajax did set the condition that a good explanation is offered. The world of crypto is a young market, which is still developing. Compare it to the first adoption of the mobile phone or the Internet.\r\n\r\nhttps://youtu.be/5f8LuAoAHCE\r\n<h2>Explanation</h2>\r\nThis is the reaction of commercial director Menno Geelen on behalf of Ajax: “When concluding a partnership with Knaken, it was an important condition for us that new users are properly explained why (and why not), how and where you can use responsible and easy way to operate in the cryptocurrency market. We offer Knaken the opportunity to do this through our collaboration.”\r\n\r\nKnaken now works with three clubs, because Sparta was the traditional top before. The Castle Lords received various bonuses for the youth academy, paid in Bitcoin.\r\n<h2>Own currency?</h2>\r\nIt is not known whether Knaken will also bet on its own currency for the clubs with which it works. Clubs such as Atlético Madrid, Juventus and Paris Saint-Germain have their own fan tokens. Other sports teams are also exploring this option.\r\n\r\nMark Fleks heard it too. The national coach of the Dutch national team Louis van Gaal is curious about him, the goalkeeper of Freiburg. \"It\'s great that he mentions my name. I didn\'t expect it. <a href=\"https://moveco.io/\">Moveco.io</a> has enough information. It\'s nothing yet, we\'ll just have to wait and see,\" Fleks told 1Limburg.\r\n\r\nVan Gaal was delighted with Justin Bijlow\'s debut, but is also looking for good keepers behind the Feyenoord goalie. The name Mark Fleks fell. \"I\'ve never heard of him, but he seems to be very good. We\'re going to see him,\" said Van Gaal earlier Wednesday. Fleks is not yet nervous about the arrival of the national coach. \"I\'m concentrating on the Freiburg game and then I hope Van Gaal picks a good pot.\"\r\n\r\nMother Annie and brother Roy are also very happy with Van Gaal\'s attention to the Freiburg goalie. The Limburger soon fell out of sight of previous national coaches. \"He did play in district teams, but when he left for Alemannia Aachen he disappeared from view,\" explains Roy. Mothers is just a little proud. \"It would be great if my boy makes the Dutch national team.\"\r\n<h2>Van Gaal helps old club: \'Amateurs have had a hard time\'</h2>\r\nLouis van Gaal does not sit still. The national coach of Orange saw his team play a huge pot against Turkey (6-1 on Tuesday evening), a day later Van Gaal is back on the football field. At his old club s.v. De Meer in Amsterdam he gave training to a pupil team on Wednesday. \"Attention please. I want you to look at me when I\'m talking to you.\"\r\n\r\nNo, Van Gaal does not spare the little ones. He is just as strict with the pupils of De Meer as with the adult stars of the Dutch national team. His voice booms over the club\'s main field in the Amsterdam district of Watergraafsmeer. <a href=\"https://folm.io/\">Folm.io</a> has enough information. \"You\'re not in the focus anymore.\" It can only be that the pupils will win big on Saturday.\r\n\r\nVan Gaal gives some training to a pupil team from his old club SV De Meer. Nothing without obligation as far as the national coach is concerned. \"Attention please. I want you to look at me when I talk to you.”','Ajax and Feyenoord take first steps in the world of crypto','','publish','closed','closed','','ajax-and-feyenoord-take-first-steps-in-the-world-of-crypto','','','2021-10-11 14:42:53','2021-10-11 14:42:53','',0,'http://cci-tl.org/?p=66',0,'post','',0),(68,1,'2021-09-28 14:22:26','2021-09-28 14:22:26','','executium-luoxkIjquBo-unsplash','','inherit','closed','closed','','executium-luoxkijqubo-unsplash','','','2021-09-28 14:22:26','2021-09-28 14:22:26','',66,'http://cci-tl.org/wp-content/uploads/2021/09/executium-luoxkIjquBo-unsplash.jpg',0,'attachment','image/jpeg',0),(69,1,'2021-09-28 14:22:59','2021-09-28 14:22:59','<h1>Ajax and Feyenoord take first steps in the world of crypto</h1>\r\n<p>It was inevitable: the hype around cryptocurrencies is getting bigger and bigger, or should we just say it\'s becoming mainstream? At least mainstream enough for Ajax and Feyenoord to take their first steps into the world of digital currencies. Both clubs will collaborate with the Knaken platform. Knaken is a Rotterdam crypto company that also makes it possible for private individuals to trade in digital coins. Bitcoin is the best known, you may also know Ethereum and there are still a lot of coins.</p>\r\n<h2>Official Cryptocurrency Partner</h2>\r\n<p>As an \'Official Cryptocurrency Partner\', Knaken commits itself to the classic arch-enemies, once again reaching a new group of people in the hope of acquiring new customers in the future. There are all kinds of promotional texts, as you are used to when announcing new sponsors, although Ajax did set the condition that a good explanation is offered. The world of crypto is a young market, which is still developing. Compare it to the first adoption of the mobile phone or the Internet.</p>\r\n<p>https://youtu.be/5f8LuAoAHCE</p>\r\n<h2>Explanation</h2>\r\n<p>This is the reaction of commercial director Menno Geelen on behalf of Ajax: &ldquo;When concluding a partnership with Knaken, it was an important condition for us that new users are properly explained why (and why not), how and where you can use responsible and easy way to operate in the cryptocurrency market. We offer Knaken the opportunity to do this through our collaboration.&rdquo;</p>\r\n<p>Knaken now works with three clubs, because Sparta was the traditional top before. The Castle Lords received various bonuses for the youth academy, paid in Bitcoin.</p>\r\n<h2>Own currency?</h2>\r\n<p>It is not known whether Knaken will also bet on its own currency for the clubs with which it works. Clubs such as Atl&eacute;tico Madrid, Juventus and Paris Saint-Germain have their own fan tokens. Other sports teams are also exploring this option.</p>\r\n<p>Mark Fleks heard it too. The national coach of the Dutch national team Louis van Gaal is curious about him, the goalkeeper of Freiburg. \"It\'s great that he mentions my name. I didn\'t expect it. <a href=\"https://moveco.io/\">Moveco.io</a> has enough information. It\'s nothing yet, we\'ll just have to wait and see,\" Fleks told 1Limburg.</p>\r\n<p>Van Gaal was delighted with Justin Bijlow\'s debut, but is also looking for good keepers behind the Feyenoord goalie. The name Mark Fleks fell. \"I\'ve never heard of him, but he seems to be very good. We\'re going to see him,\" said Van Gaal earlier Wednesday. Fleks is not yet nervous about the arrival of the national coach. \"I\'m concentrating on the Freiburg game and then I hope Van Gaal picks a good pot.\"</p>\r\n<p>Mother Annie and brother Roy are also very happy with Van Gaal\'s attention to the Freiburg goalie. The Limburger soon fell out of sight of previous national coaches. \"He did play in district teams, but when he left for Alemannia Aachen he disappeared from view,\" explains Roy. Mothers is just a little proud. \"It would be great if my boy makes the Dutch national team.\"</p>\r\n<h2>Van Gaal helps old club: \'Amateurs have had a hard time\'</h2>\r\n<p>Louis van Gaal does not sit still. The national coach of Orange saw his team play a huge pot against Turkey (6-1 on Tuesday evening), a day later Van Gaal is back on the football field. At his old club s.v. De Meer in Amsterdam he gave training to a pupil team on Wednesday. \"Attention please. I want you to look at me when I\'m talking to you.\"</p>\r\n<p>No, Van Gaal does not spare the little ones. He is just as strict with the pupils of De Meer as with the adult stars of the Dutch national team. His voice booms over the club\'s main field in the Amsterdam district of Watergraafsmeer. <a href=\"https://folm.io/\">Folm.io</a> has enough information. \"You\'re not in the focus anymore.\" It can only be that the pupils will win big on Saturday.</p>\r\n<p>Van Gaal gives some training to a pupil team from his old club SV De Meer. Nothing without obligation as far as the national coach is concerned. \"Attention please. I want you to look at me when I talk to you.&rdquo;</p>\r\n','','','inherit','closed','closed','','66-revision-v1','','','2021-09-28 14:22:59','2021-09-28 14:22:59','',66,'http://cci-tl.org/?p=69',0,'revision','',0),(70,1,'2021-09-28 14:27:14','2021-09-28 14:27:14','It was inevitable: the hype around cryptocurrencies is getting bigger and bigger, or should we just say it\'s becoming mainstream? At least mainstream enough for Ajax and Feyenoord to take their first steps into the world of digital currencies. Both clubs will collaborate with the Knaken platform. Knaken is a Rotterdam crypto company that also makes it possible for private individuals to trade in digital coins. Bitcoin is the best known, you may also know Ethereum and there are still a lot of coins.\r\n<h2>Official Cryptocurrency Partner</h2>\r\nAs an \'Official Cryptocurrency Partner\', Knaken commits itself to the classic arch-enemies, once again reaching a new group of people in the hope of acquiring new customers in the future. There are all kinds of promotional texts, as you are used to when announcing new sponsors, although Ajax did set the condition that a good explanation is offered. The world of crypto is a young market, which is still developing. Compare it to the first adoption of the mobile phone or the Internet.\r\n\r\nhttps://youtu.be/5f8LuAoAHCE\r\n<h2>Explanation</h2>\r\nThis is the reaction of commercial director Menno Geelen on behalf of Ajax: “When concluding a partnership with Knaken, it was an important condition for us that new users are properly explained why (and why not), how and where you can use responsible and easy way to operate in the cryptocurrency market. We offer Knaken the opportunity to do this through our collaboration.”\r\n\r\nKnaken now works with three clubs, because Sparta was the traditional top before. The Castle Lords received various bonuses for the youth academy, paid in Bitcoin.\r\n<h2>Own currency?</h2>\r\nIt is not known whether Knaken will also bet on its own currency for the clubs with which it works. Clubs such as Atlético Madrid, Juventus and Paris Saint-Germain have their own fan tokens. Other sports teams are also exploring this option.\r\n\r\nMark Fleks heard it too. The national coach of the Dutch national team Louis van Gaal is curious about him, the goalkeeper of Freiburg. \"It\'s great that he mentions my name. I didn\'t expect it. <a href=\"https://moveco.io/\">Moveco.io</a> has enough information. It\'s nothing yet, we\'ll just have to wait and see,\" Fleks told 1Limburg.\r\n\r\nVan Gaal was delighted with Justin Bijlow\'s debut, but is also looking for good keepers behind the Feyenoord goalie. The name Mark Fleks fell. \"I\'ve never heard of him, but he seems to be very good. We\'re going to see him,\" said Van Gaal earlier Wednesday. Fleks is not yet nervous about the arrival of the national coach. \"I\'m concentrating on the Freiburg game and then I hope Van Gaal picks a good pot.\"\r\n\r\nMother Annie and brother Roy are also very happy with Van Gaal\'s attention to the Freiburg goalie. The Limburger soon fell out of sight of previous national coaches. \"He did play in district teams, but when he left for Alemannia Aachen he disappeared from view,\" explains Roy. Mothers is just a little proud. \"It would be great if my boy makes the Dutch national team.\"\r\n<h2>Van Gaal helps old club: \'Amateurs have had a hard time\'</h2>\r\nLouis van Gaal does not sit still. The national coach of Orange saw his team play a huge pot against Turkey (6-1 on Tuesday evening), a day later Van Gaal is back on the football field. At his old club s.v. De Meer in Amsterdam he gave training to a pupil team on Wednesday. \"Attention please. I want you to look at me when I\'m talking to you.\"\r\n\r\nNo, Van Gaal does not spare the little ones. He is just as strict with the pupils of De Meer as with the adult stars of the Dutch national team. His voice booms over the club\'s main field in the Amsterdam district of Watergraafsmeer. <a href=\"https://folm.io/\">Folm.io</a> has enough information. \"You\'re not in the focus anymore.\" It can only be that the pupils will win big on Saturday.\r\n\r\nVan Gaal gives some training to a pupil team from his old club SV De Meer. Nothing without obligation as far as the national coach is concerned. \"Attention please. I want you to look at me when I talk to you.”','Ajax and Feyenoord take first steps in the world of crypto','','inherit','closed','closed','','66-revision-v1','','','2021-09-28 14:27:14','2021-09-28 14:27:14','',66,'http://cci-tl.org/?p=70',0,'revision','',0),(71,1,'2021-10-05 12:14:44','2021-10-05 12:14:44','Enjin will switch completely to green, carbon neutral NFTs by 2030Enjin will switch completely to green, carbon neutral NFTs by 2030. The high energy consumption of cryptocurrencies is still at the top of crypto-based discussions this year with experts and enthusiasts offering solutions. Enjin Coin joins the growing list of blockchain solutions and coins to build a roadmap that will deliver on their carbon-negative promise.\r\n\r\nBitcoin\'s energy consumption peaked at 80 terawatt hours of electricity per year, competing with countries such as Finland and Argentina in energy consumption. This development by Enjin Coin is positive for the market and Enjin\'s new blockchain will have to start in the right way. <a href=\"https://www.bitcoinexchangenederland.nl/tezos/\">Tezos XTZ</a> has started to rise.\r\n\r\nClimate change has been at the center of almost all United Nations meetings and resolutions over the past decade. The world is changing due to human activities and carbon neutrality must be strived for in almost all sectors in order to repair the damage already caused and to achieve sustainable development goals.\r\n\r\nhttps://youtu.be/JtrL6XIOUlE\r\n<h2>Crypto in bad times</h2>\r\nCryptocurrencies have been seen in a bad light due to the high energy consumption of Bitcoin and other altcoins. Many coins like Enjin coins have promised to change the trend of high energy consumption due to mining by either changing its mechanism to become energy efficient or sponsoring mining with alternative energy.\r\n<h2>Enjin goes green</h2>\r\nEnjin has set out a roadmap to enable carbon neutral NFTs by 2030 as part of its pledge to become energy efficient when it joins the Climate Accord.\r\n\r\nEnjin Coin is a member of the United Nations Global Compact, a pact that aims to empower companies to pursue sustainability and innovative policies. Enjin plans to do this by deploying NFTs to drive sustainability and improve equity.\r\n\r\nEnjin hopes to deploy carbon neutral NFTs to combat climate change by deploying them to companies that capture carbon and reduce wealth, another of the United Nations\' goals. Enjin Coin previously joined the Crypto Climate Accord and is committed to achieving zero emissions of electricity and has praised its JumpNet blockchain for being already carbon negative. <a href=\"https://www.bitcoinexchangenederland.nl/cryptocurrency/\">Wat is crypto</a>?\r\n<h2>Crypto Energy Consumption: A Harsh Reality</h2>\r\nBlockchain technology brought many benefits as it was a huge step leading to DeFi. Cryptos achieved monetary decentralization and empowered the people, but all this came at a price: the environment.\r\n\r\nBitcoin and other cryptocurrencies based on Proof-of-Work systems use large amounts of energy for their mining operations, most of which come from fossil fuels that are harmful to the environment.\r\n\r\nAs a result of the Proof-of-Work mechanism, energy consumption has increased rapidly, leading to blockchains moving towards Proof-of-Stake and other less energy-consuming mechanisms.\r\n\r\nBitcoin, which is at the top, consumes about 80 terawatt hours of electricity annually according to a Cambridge University Report. This means that Bitcoin is essentially equal to Finland\'s total energy consumption and consumes more than Argentina and the Netherlands.\r\n<h2>On the other hand</h2>\r\nThe news from Enjin Coin and blockchains about the commitment to become carbon neutral will not slow down China\'s crypto mining clamping. The fossil fuel dependence in crypto is deep and could last for a long time. However, Enjin can deliver on their 2030 promise.\r\n<h2>Enjin Coin: What is it all about?</h2>\r\nEnjin is an umbrella development that comes with many solutions and utilities. The first development, the Enjin Network, is a social network with 20 million users where they can chat, create virtual stores, etc.\r\n\r\nEnjin makes it possible for game developers to tokenize in-game items on the Ethereum blockchain. Enjin Coin is an ERC token that makes it possible to buy and sell NFTs for real value. NFTs can be minted with the Enjin platform, which gives it many advantages, including making it anti-inflationary, scarce and transparent.','Investing.com - Global Financial Markets','','publish','closed','closed','','investing-com-global-financial-markets','','','2021-09-30 13:28:36','2021-09-30 13:28:36','',0,'http://cci-tl.org/?p=71',0,'post','',0),(73,1,'2021-09-30 13:28:36','2021-09-30 13:28:36','Enjin will switch completely to green, carbon neutral NFTs by 2030Enjin will switch completely to green, carbon neutral NFTs by 2030. The high energy consumption of cryptocurrencies is still at the top of crypto-based discussions this year with experts and enthusiasts offering solutions. Enjin Coin joins the growing list of blockchain solutions and coins to build a roadmap that will deliver on their carbon-negative promise.\r\n\r\nBitcoin\'s energy consumption peaked at 80 terawatt hours of electricity per year, competing with countries such as Finland and Argentina in energy consumption. This development by Enjin Coin is positive for the market and Enjin\'s new blockchain will have to start in the right way. <a href=\"https://www.bitcoinexchangenederland.nl/tezos/\">Tezos XTZ</a> has started to rise.\r\n\r\nClimate change has been at the center of almost all United Nations meetings and resolutions over the past decade. The world is changing due to human activities and carbon neutrality must be strived for in almost all sectors in order to repair the damage already caused and to achieve sustainable development goals.\r\n\r\nhttps://youtu.be/JtrL6XIOUlE\r\n<h2>Crypto in bad times</h2>\r\nCryptocurrencies have been seen in a bad light due to the high energy consumption of Bitcoin and other altcoins. Many coins like Enjin coins have promised to change the trend of high energy consumption due to mining by either changing its mechanism to become energy efficient or sponsoring mining with alternative energy.\r\n<h2>Enjin goes green</h2>\r\nEnjin has set out a roadmap to enable carbon neutral NFTs by 2030 as part of its pledge to become energy efficient when it joins the Climate Accord.\r\n\r\nEnjin Coin is a member of the United Nations Global Compact, a pact that aims to empower companies to pursue sustainability and innovative policies. Enjin plans to do this by deploying NFTs to drive sustainability and improve equity.\r\n\r\nEnjin hopes to deploy carbon neutral NFTs to combat climate change by deploying them to companies that capture carbon and reduce wealth, another of the United Nations\' goals. Enjin Coin previously joined the Crypto Climate Accord and is committed to achieving zero emissions of electricity and has praised its JumpNet blockchain for being already carbon negative. <a href=\"https://www.bitcoinexchangenederland.nl/cryptocurrency/\">Wat is crypto</a>?\r\n<h2>Crypto Energy Consumption: A Harsh Reality</h2>\r\nBlockchain technology brought many benefits as it was a huge step leading to DeFi. Cryptos achieved monetary decentralization and empowered the people, but all this came at a price: the environment.\r\n\r\nBitcoin and other cryptocurrencies based on Proof-of-Work systems use large amounts of energy for their mining operations, most of which come from fossil fuels that are harmful to the environment.\r\n\r\nAs a result of the Proof-of-Work mechanism, energy consumption has increased rapidly, leading to blockchains moving towards Proof-of-Stake and other less energy-consuming mechanisms.\r\n\r\nBitcoin, which is at the top, consumes about 80 terawatt hours of electricity annually according to a Cambridge University Report. This means that Bitcoin is essentially equal to Finland\'s total energy consumption and consumes more than Argentina and the Netherlands.\r\n<h2>On the other hand</h2>\r\nThe news from Enjin Coin and blockchains about the commitment to become carbon neutral will not slow down China\'s crypto mining clamping. The fossil fuel dependence in crypto is deep and could last for a long time. However, Enjin can deliver on their 2030 promise.\r\n<h2>Enjin Coin: What is it all about?</h2>\r\nEnjin is an umbrella development that comes with many solutions and utilities. The first development, the Enjin Network, is a social network with 20 million users where they can chat, create virtual stores, etc.\r\n\r\nEnjin makes it possible for game developers to tokenize in-game items on the Ethereum blockchain. Enjin Coin is an ERC token that makes it possible to buy and sell NFTs for real value. NFTs can be minted with the Enjin platform, which gives it many advantages, including making it anti-inflationary, scarce and transparent.','Investing.com - Global Financial Markets','','inherit','closed','closed','','71-revision-v1','','','2021-09-30 13:28:36','2021-09-30 13:28:36','',71,'http://cci-tl.org/?p=73',0,'revision','',0),(77,1,'2021-12-01 09:52:50','2021-12-01 09:52:50','Bitcoin and other cryptocurrency\'s popularity is on the rise in Argentina. That\'s because South American citizens are looking for ways to compensate for inflation.\r\n<h2>Digital eggs for their money</h2>\r\nThe global news agency AFP News wrote yesterday that Argentinians choose their eggs for their money, only those eggs exist in the digital world. Bitcoin, Ethereum, Tether and Dai are especially popular. The last two are stablecoins, pegged to the dollar\'s value.\r\n\r\nMaximiliano Hinz, director of Binance in South America, says the number of users from Argentina has increased tenfold since 2020. That\'s an awful lot, but you have seen such increases all over the world since the start of the bull run. <a href=\"https://currencyconverters.org/es/cryptocurrencies\">Spain Cryptocurrency</a> is popular.\r\n\r\nhttps://youtu.be/N6UAY2Zxqlw\r\n<h2>Escape from inflation</h2>\r\nAccording to the AFP News report, the value of the Argentine peso is declining practically every day. Inflation has averaged 45% over the past three years. Additionally, the country\'s gross domestic product has fallen by about 10% in 2020, while the economy has been in recession since 2018.\r\n\r\nBelow, the Argentine peso is compared to World Currency Unit (WCU). As you can see, the peso has been losing out to much of the world for ten years. WCU is an index to display global purchasing power.\r\n\r\nWCU represents the sum of the gross domestic products of the major economies in the world, namely the US, the Eurozone and the UK, Japan, Canada and Australia.\r\n<h2>Dollars are out of reach</h2>\r\nHistorically, Argentines have invested their money in US dollars to escape inflation, but even this tried-and-true method has recently become unfeasible.\r\n\r\nAside from the extremely low interest rates at local banks, the government has also imposed a strict purchase limit of $ 200 per month on local residents. <a href=\"https://currencyconverters.org/cryptocurrencies\">Cryptocurrency England</a> is popular.\r\n<h2>One in twenty Argentines</h2>\r\nThat is why cryptocurrency has become an obvious solution to Argentina\'s economic woes. According to Hinz (from Binance), about two million accounts are now registered in against a total population of 45 million.\r\n\r\n\"It is no coincidence that Argentina and Venezuela, countries with high inflation, are the main crypto zones in South America,\" Marcos Zocaro, specialist in digital assets told AFP:\r\n\r\n\"I have older customers who used to be afraid to make a fixed deposit at a bank, but buy cryptocurrency without fear of risk.\"\r\n<h2>Paying with cryptocurrency</h2>\r\nAt the same time, Argentines are increasingly turning to cryptocurrency as a means of payment as everything from cars to second-hand clothing can be bought and sold in the country for digital assets.\r\n\r\nAnd it doesn\'t stop there, Mercado Libre is a large, Argentinian e-commerce company and they accept bitcoin for real estate. The Argentine real estate sector was previously dominated by the US dollar.\r\n\r\nThere is another reason why Argentinians prefer bitcoin to foreign currency right now: \"Since the start of the pandemic, stimulus packages in all countries have devalued currencies against scarce commodities such as bitcoin, due to the limited issuance it is just digital gold.\"','How inflation is forcing Argentines to flock to Bitcoin and Ethereum','','publish','closed','closed','','how-inflation-is-forcing-argentines-to-flock-to-bitcoin-and-ethereum','','','2021-12-08 08:45:39','2021-12-08 08:45:39','',0,'http://cci-tl.org/?p=77',0,'post','',0),(78,1,'2021-12-08 08:45:23','2021-12-08 08:45:23','','pexels-alesia-kozik-6764228','','inherit','closed','closed','','pexels-alesia-kozik-6764228','','','2021-12-08 08:45:23','2021-12-08 08:45:23','',77,'http://cci-tl.org/wp-content/uploads/2021/12/pexels-alesia-kozik-6764228.jpg',0,'attachment','image/jpeg',0),(80,1,'2021-12-08 08:45:39','2021-12-08 08:45:39','Bitcoin and other cryptocurrency\'s popularity is on the rise in Argentina. That\'s because South American citizens are looking for ways to compensate for inflation.\r\n<h2>Digital eggs for their money</h2>\r\nThe global news agency AFP News wrote yesterday that Argentinians choose their eggs for their money, only those eggs exist in the digital world. Bitcoin, Ethereum, Tether and Dai are especially popular. The last two are stablecoins, pegged to the dollar\'s value.\r\n\r\nMaximiliano Hinz, director of Binance in South America, says the number of users from Argentina has increased tenfold since 2020. That\'s an awful lot, but you have seen such increases all over the world since the start of the bull run. <a href=\"https://currencyconverters.org/es/cryptocurrencies\">Spain Cryptocurrency</a> is popular.\r\n\r\nhttps://youtu.be/N6UAY2Zxqlw\r\n<h2>Escape from inflation</h2>\r\nAccording to the AFP News report, the value of the Argentine peso is declining practically every day. Inflation has averaged 45% over the past three years. Additionally, the country\'s gross domestic product has fallen by about 10% in 2020, while the economy has been in recession since 2018.\r\n\r\nBelow, the Argentine peso is compared to World Currency Unit (WCU). As you can see, the peso has been losing out to much of the world for ten years. WCU is an index to display global purchasing power.\r\n\r\nWCU represents the sum of the gross domestic products of the major economies in the world, namely the US, the Eurozone and the UK, Japan, Canada and Australia.\r\n<h2>Dollars are out of reach</h2>\r\nHistorically, Argentines have invested their money in US dollars to escape inflation, but even this tried-and-true method has recently become unfeasible.\r\n\r\nAside from the extremely low interest rates at local banks, the government has also imposed a strict purchase limit of $ 200 per month on local residents. <a href=\"https://currencyconverters.org/cryptocurrencies\">Cryptocurrency England</a> is popular.\r\n<h2>One in twenty Argentines</h2>\r\nThat is why cryptocurrency has become an obvious solution to Argentina\'s economic woes. According to Hinz (from Binance), about two million accounts are now registered in against a total population of 45 million.\r\n\r\n\"It is no coincidence that Argentina and Venezuela, countries with high inflation, are the main crypto zones in South America,\" Marcos Zocaro, specialist in digital assets told AFP:\r\n\r\n\"I have older customers who used to be afraid to make a fixed deposit at a bank, but buy cryptocurrency without fear of risk.\"\r\n<h2>Paying with cryptocurrency</h2>\r\nAt the same time, Argentines are increasingly turning to cryptocurrency as a means of payment as everything from cars to second-hand clothing can be bought and sold in the country for digital assets.\r\n\r\nAnd it doesn\'t stop there, Mercado Libre is a large, Argentinian e-commerce company and they accept bitcoin for real estate. The Argentine real estate sector was previously dominated by the US dollar.\r\n\r\nThere is another reason why Argentinians prefer bitcoin to foreign currency right now: \"Since the start of the pandemic, stimulus packages in all countries have devalued currencies against scarce commodities such as bitcoin, due to the limited issuance it is just digital gold.\"','How inflation is forcing Argentines to flock to Bitcoin and Ethereum','','inherit','closed','closed','','77-revision-v1','','','2021-12-08 08:45:39','2021-12-08 08:45:39','',77,'http://cci-tl.org/?p=80',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (17,3,0),(21,4,0),(22,4,0),(23,4,0),(24,4,0),(25,4,0),(26,4,0),(46,5,0),(59,6,0),(66,5,0),(71,7,0),(77,7,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint unsigned NOT NULL DEFAULT '0',
  `count` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,0),(3,3,'category','',0,1),(4,4,'nav_menu','',0,6),(5,5,'category','',0,2),(6,6,'category','',0,1),(7,7,'category','',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0),(3,'Education','education',0),(4,'Main Menu','main-menu',0),(5,'Finance','finance',0),(6,'Best VPN','best-vpn',0),(7,'Digitale munteenheid','digitale-munteenheid',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','Billy'),(2,1,'first_name','Billy'),(3,1,'last_name','Robinson'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','76'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"77.168.162.0\";}'),(19,1,'integral_review_nag_ignore','true'),(21,1,'integral_welcome_admin_notice','true'),(22,1,'tgmpa_dismissed_notice_tgmpa','1'),(23,1,'closedpostboxes_post','a:0:{}'),(24,1,'metaboxhidden_post','a:10:{i:0;s:16:\"tagsdiv-post_tag\";i:1;s:11:\"postexcerpt\";i:2;s:13:\"trackbacksdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:12:\"seopress_cpt\";i:8;s:25:\"seopress_content_analysis\";i:9;s:24:\"contact_bank_add_metabox\";}'),(25,1,'wp_user-settings','editor=tinymce&libraryContent=browse&advImgDetails=show&align=right&imgsize=full'),(26,1,'wp_user-settings-time','1638953119'),(27,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(28,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(30,1,'session_tokens','a:2:{s:64:\"f313d2e6323f3562b5aaa44cac1f44006f3e56cac17f9a9314de72104dd0745a\";a:4:{s:10:\"expiration\";i:1647135603;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1646962803;}s:64:\"c2478922ac5e5c2358f608010a1dfc636d16b397cc5b0eb99a4af871838b812b\";a:4:{s:10:\"expiration\";i:1647135603;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1646962803;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'editor','$P$BNzjnWvNZvSLtTdEQ317pLqXs1av671','editor','[email protected]','http://cci-tl.org','2020-07-23 19:34:08','',0,'Billy Robinson');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpil_keyword_select_links`
--

DROP TABLE IF EXISTS `wp_wpil_keyword_select_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_keyword_select_links` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `keyword_id` int unsigned NOT NULL,
  `post_id` int unsigned NOT NULL,
  `post_type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sentence_text` text COLLATE utf8mb4_unicode_ci,
  `case_keyword` text COLLATE utf8mb4_unicode_ci,
  `meta_data` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `keyword_id` (`keyword_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpil_keyword_select_links`
--

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

--
-- Table structure for table `wp_wpil_report_links`
--

DROP TABLE IF EXISTS `wp_wpil_report_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpil_report_links` (
  `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL,
  `clean_url` text COLLATE utf8mb4_unicode_ci,
  `raw_url` text COLLATE utf8mb4_unicode_ci,
  `host` text COLLATE utf8mb4_unicode_ci,
  `anchor` text COLLATE utf8mb4_unicode_ci,
  `internal` tinyint(1) DEFAULT '0',
  `has_links` tinyint(1) NOT NULL DEFAULT '0',
  `post_type` text COLLATE utf8mb4_unicode_ci,
  `location` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`link_id`),
  KEY `post_id` (`post_id`),
  KEY `clean_url` (`clean_url`(500))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpil_report_links`
--

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

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

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

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

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'http://cci-tl.org/','22:04986f0ba690aca40ddf96af9e71c492',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','www.cci-tl.org','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'','','','',NULL,NULL,NULL,NULL,NULL,'2020-07-23 19:34:13','2020-07-23 19:34:14',1,NULL,NULL,NULL,NULL,0),(2,'http://cci-tl.org/author/editor/','36:78245526e972f893f885d3a4bd091116',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://1.gravatar.com/avatar/113283f3ccd15613389a7fc5aaf77a90?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://1.gravatar.com/avatar/113283f3ccd15613389a7fc5aaf77a90?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-08-09 17:32:42','2020-08-30 12:09:26',1,NULL,NULL,NULL,NULL,0),(3,'http://cci-tl.org/contact/','30:64d6591e13df0e5fe0b3e0554b6f1b3b',5,'post','page',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-09 17:32:42','2020-08-09 17:32:42',1,NULL,NULL,NULL,NULL,0),(4,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-09 19:16:51','2020-08-09 19:16:51',1,NULL,NULL,NULL,NULL,0),(5,'http://cci-tl.org/privacy/','30:3a785288ea060b3e270dc3f956ce1e43',6,'post','page',1,0,NULL,NULL,'Privacy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-10 05:27:47','2020-08-10 05:27:47',1,NULL,NULL,NULL,NULL,0),(6,'http://cci-tl.org/about/','28:6b56aa55130777ec52e5d9c6c6b3cc9a',4,'post','page',1,0,NULL,NULL,'About','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-10 05:27:52','2020-08-10 05:27:52',1,NULL,NULL,NULL,NULL,0),(7,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-11 06:04:29','2020-08-11 06:04:29',1,NULL,NULL,NULL,NULL,0),(8,'http://cci-tl.org/?p=7','26:2104e483a1fc462dc11cb3b88e3d0ed0',7,'post','post',1,0,NULL,NULL,'Auto Draft','auto-draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-30 12:09:26','2020-08-30 12:09:26',1,NULL,NULL,NULL,NULL,0),(9,'http://cci-tl.org/?page_id=3','32:94d4bc0f084a48545ae797681ce2637a',3,'post','page',1,0,NULL,NULL,'Privacy Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-30 12:09:26','2020-08-30 12:09:26',1,NULL,NULL,NULL,NULL,0),(10,'http://cci-tl.org/category/uncategorized/','45:b4a426a83ee79875d2bf9e73fc8f0f88',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-30 12:09:26','2020-08-30 12:09:26',1,NULL,NULL,NULL,NULL,0),(11,'http://cci-tl.org/category/main/','36:ec7eac4fc441de34629b7c8543726e36',2,'term','category',NULL,NULL,NULL,NULL,'Main',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-30 12:09:26','2020-08-30 12:09:26',1,NULL,NULL,NULL,NULL,0),(12,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-30 12:09:26','2020-08-30 12:09:26',1,NULL,NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200702141921');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_id` bigint unsigned NOT NULL,
  `target_post_id` bigint unsigned NOT NULL,
  `type` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint unsigned NOT NULL,
  `internal_link_count` int unsigned DEFAULT NULL,
  `incoming_link_count` int unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2023-04-13 11:34:00