File: /opt/aphex/sites/orlandoorlando.nl/db.sql
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost Database: orlandoorlando_nl
-- ------------------------------------------------------
-- 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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!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=40783 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://orlandoorlando.nl','yes'),(2,'home','http://orlandoorlando.nl','yes'),(3,'blogname','Orlando','yes'),(4,'blogdescription','Orlando, One For All','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','[email protected]','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','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','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','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:19:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:19:\"akismet/akismet.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:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";i:5;s:31:\"cache-enabler/cache-enabler.php\";i:6;s:33:\"classic-editor/classic-editor.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:8;s:37:\"link-whisper-premium/link-whisper.php\";i:9;s:29:\"mainwp-child/mainwp-child.php\";i:10;s:41:\"oik-privacy-policy/oik-privacy-policy.php\";i:11;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:12;s:47:\"simple-social-buttons/simple-social-buttons.php\";i:13;s:43:\"simple-social-icons/simple-social-icons.php\";i:14;s:34:\"smart-recent-posts-widget/srpw.php\";i:15;s:23:\"spiderblocker/index.php\";i:16;s:29:\"theme-editor/theme_editor.php\";i:17;s:37:\"wordpress-autoblogging/basic-auth.php\";i:18;s:24:\"wordpress-seo/wp-seo.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','makenzie-lite','yes'),(41,'stylesheet','makenzie-lite','yes'),(44,'comment_registration','0','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','1','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','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:5:{i:0;i:93;i:1;i:97;i:2;i:100;i:3;i:105;i:4;i:110;}','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:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:14:\"Subscribe Here\";s:4:\"text\";s:41:\"[contact-form-7 id=\"51\" title=\"Untitled\"]\";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:3:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:43:\"simple-social-icons/simple-social-icons.php\";a:2:{i:0;s:26:\"Simple_Social_Icons_Widget\";i:1;s:16:\"plugin_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','68','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','1','yes'),(93,'admin_email_lifespan','1609360643','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";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;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:24:\"manage_wpautoterms_pages\";a:2:{s:4:\"name\";s:37:\"WPAutoTerms Pages Editor (additional)\";s:12:\"capabilities\";a:10:{s:22:\"edit_wpautoterms_pages\";b:1;s:29:\"edit_others_wpautoterms_pages\";b:1;s:30:\"edit_private_wpautoterms_pages\";b:1;s:32:\"edit_published_wpautoterms_pages\";b:1;s:30:\"read_private_wpautoterms_pages\";b:1;s:24:\"delete_wpautoterms_pages\";b:1;s:31:\"delete_others_wpautoterms_pages\";b:1;s:32:\"delete_private_wpautoterms_pages\";b:1;s:34:\"delete_published_wpautoterms_pages\";b:1;s:25:\"publish_wpautoterms_pages\";b:1;}}s:31:\"manage_wpautoterms_pages_editor\";a:2:{s:4:\"name\";s:33:\"Editor + WPAutoTerms Pages Editor\";s:12:\"capabilities\";a:45:{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:15:\"wpseo_bulk_edit\";b:1;s:22:\"edit_wpautoterms_pages\";b:1;s:29:\"edit_others_wpautoterms_pages\";b:1;s:30:\"edit_private_wpautoterms_pages\";b:1;s:32:\"edit_published_wpautoterms_pages\";b:1;s:30:\"read_private_wpautoterms_pages\";b:1;s:24:\"delete_wpautoterms_pages\";b:1;s:31:\"delete_others_wpautoterms_pages\";b:1;s:32:\"delete_private_wpautoterms_pages\";b:1;s:34:\"delete_published_wpautoterms_pages\";b:1;s:25:\"publish_wpautoterms_pages\";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:1:{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:4:{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:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:21:\"simple-social-icons-2\";i:2;s:13:\"srpw_widget-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"calendar-2\";i:5;s:13:\"media_image-2\";}s:6:\"footer\";a:3:{i:0;s:6:\"text-2\";i:1;s:13:\"media_image-3\";i:2;s:13:\"media_video-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','nP2GyLAPQS','yes'),(105,'tagline','','yes'),(107,'auth_key','+dGnKFE?0tOkG^%ZByS? E,PCsf[>1 +X?iY+<;^QEI>%d:LU5{~9HjZzhb$@vJD','no'),(108,'auth_salt','_rmQGebeX2j_oqRreCp6Gs# CfCCjM]M1+0?hV!HZ!%5W8c$X>a:w=B_ZO>3kCRK','no'),(109,'logged_in_key','PE1)^cyRW&2E3saXwQ!+UBV*ti9jj]f8-RV:EGC<pn#>%n+#VMRveSf]Hv`Uy&Lq','no'),(110,'logged_in_salt','=YgpNxBLVP0~{-FC,EP*r^ekQa>2*9uq3;J_#h>,+bj8H4DL$s,&(#2H~ir$EPi`','no'),(111,'cron','a:12:{i:1654299447;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:1654311305;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1654331847;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1654335079;a:2:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"wpseo_home_url_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1654335671;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:1654339085;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:1654340962;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1654375046;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:1654375047;a:4:{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: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: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:1654379312;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1654513760;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;}}}s:7:\"version\";i:2;}','yes'),(112,'update_day','0','yes'),(113,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Calendar\";}s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_media_image','a:3:{i:2;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:500;s:6:\"height\";i:740;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:50;s:3:\"url\";s:59:\"http://orlandoorlando.nl/wp-content/uploads/2020/07/394.jpg\";s:5:\"title\";s:7:\"Orlando\";}i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:848;s:6:\"height\";i:565;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:1:\"#\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:9:\"Find More\";s:13:\"attachment_id\";i:52;s:3:\"url\";s:59:\"http://orlandoorlando.nl/wp-content/uploads/2020/07/395.jpg\";s:5:\"title\";s:9:\"Find More\";}s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_media_video','a:2:{i:2;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=KVadx7xtSek\";s:5:\"title\";s:9:\"Know More\";}s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(122,'nonce_key','NP$T`YF;z^>qN6`G +/bA7!!>`2k2)nG/]Ry[*l>Gr*ms08kXE}3xP6^<Bru+%K','no'),(123,'nonce_salt','=w/.u7%@{?$1!,|OhU$%C:/-vSOMDlJPlg,EB~HVBRkb3,~.2~zn~-&@ hHz|h;a','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(132,'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'),(133,'current_theme','Makenzie Lite','yes'),(136,'optionsframework','a:1:{s:2:\"id\";s:16:\"responsivo_child\";}','yes'),(138,'recovery_keys','a:0:{}','yes'),(166,'theme_mods_responsivo_child','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1595243713;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'),(202,'crawl-delay-value','7','yes'),(559,'secure_auth_key','p]@L,eB?]SBwxXNhw[8J,NUgiJ5n+/gAqKRj,`b5e -Il}wR]nEl$]mLL7{?h{[#','no'),(560,'secure_auth_salt','_qGU6b`NMG|s@5oz[<60B`[email protected]]9<LWKp)A}ldZx^~zrE4$u2vL[K^: y^@','no'),(585,'recently_activated','a:1:{s:35:\"404-to-homepage/404-to-homepage.php\";i:1672319134;}','yes'),(593,'wpcf7','a:2:{s:7:\"version\";s:7:\"5.5.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1595243240;s:7:\"version\";s:3:\"5.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(598,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(650,'wpseo','a:57:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:1;s:7:\"version\";s:4:\"18.9\";s:16:\"previous_version\";s:4:\"18.8\";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:1595243360;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:24:\"http://orlandoorlando.nl\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:1;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:0;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1652258756;}','yes'),(651,'wpseo_titles','a:126:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:22:\"title-wpautoterms_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-wpautoterms_page\";s:0:\"\";s:24:\"noindex-wpautoterms_page\";b:0;s:35:\"display-metabox-pt-wpautoterms_page\";b:1;s:35:\"post_types-wpautoterms_page-maintax\";i:0;s:33:\"schema-page-type-wpautoterms_page\";s:7:\"WebPage\";s:36:\"schema-article-type-wpautoterms_page\";s:4:\"None\";s:29:\"social-title-wpautoterms_page\";s:9:\"%%title%%\";s:35:\"social-description-wpautoterms_page\";s:0:\"\";s:33:\"social-image-url-wpautoterms_page\";s:0:\"\";s:32:\"social-image-id-wpautoterms_page\";i:0;s:32:\"title-ptarchive-wpautoterms_page\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-ptarchive-wpautoterms_page\";s:0:\"\";s:34:\"bctitle-ptarchive-wpautoterms_page\";s:0:\"\";s:34:\"noindex-ptarchive-wpautoterms_page\";b:0;s:39:\"social-title-ptarchive-wpautoterms_page\";s:21:\"%%pt_plural%% Archive\";s:45:\"social-description-ptarchive-wpautoterms_page\";s:0:\"\";s:43:\"social-image-url-ptarchive-wpautoterms_page\";s:0:\"\";s:42:\"social-image-id-ptarchive-wpautoterms_page\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(652,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(653,'wpseo_flush_rewrite','1','yes'),(654,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"18.9\";}','yes'),(676,'theme_mods_restaurant-recipe','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:31:\"restaurant_recipe_theme_options\";a:6:{s:29:\"restaurant-recipe-slides-data\";s:98:\"[{\"selectpage\":false,\"button_1_text\":\"\",\"button_1_link\":\"\",\"button_2_text\":\"\",\"button_2_link\":\"\"}]\";s:49:\"restaurant-recipe-feature-slider-enable-animation\";b:0;s:46:\"restaurant-recipe-feature-slider-display-title\";b:1;s:48:\"restaurant-recipe-feature-slider-display-excerpt\";b:0;s:29:\"restaurant-recipe-social-data\";s:2:\"[]\";s:35:\"restaurant-recipe-enable-header-top\";b:1;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1595244056;s:4:\"data\";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:25:\"restaurant-recipe-sidebar\";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:22:\"restaurant-recipe-home\";a:0:{}s:30:\"restaurant-recipe-sidebar-left\";a:0:{}s:14:\"footer-col-one\";a:0:{}s:14:\"footer-col-two\";a:0:{}s:16:\"footer-col-three\";a:0:{}s:15:\"footer-col-four\";a:0:{}s:17:\"popup-widget-area\";a:0:{}}}}','yes'),(677,'theme_switched','','yes'),(678,'widget_restaurant_recipe_about','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(679,'widget_restaurant_recipe_accordion','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(680,'widget_restaurant_recipe_posts_col','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(681,'widget_restaurant_recipe_contact','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(682,'widget_restaurant_recipe_service','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(683,'widget_restaurant_recipe_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(684,'widget_restaurant_recipe_team','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(685,'widget_restaurant_recipe_testimonial','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(686,'widget_restaurant_recipe_feature','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(687,'widget_restaurant_recipe_food_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(700,'theme_mods_makenzie-lite','a:10:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:13:\"header-1-menu\";i:7;}s:18:\"custom_css_post_id\";i:55;s:35:\"makenzie_lite_theme_header_facebook\";s:25:\"https://www.facebook.com/\";s:34:\"makenzie_lite_theme_header_twitter\";s:20:\"https://twitter.com/\";s:36:\"makenzie_lite_theme_header_instagram\";s:32:\"https://www.instagram.com/?hl=en\";s:36:\"makenzie_lite_theme_header_pinterest\";s:26:\"https://www.pinterest.com/\";s:36:\"makenzie_lite_theme_footer_text_left\";s:39:\"Copyright© 2020, All Rights reserved. \";s:11:\"custom_logo\";i:66;s:16:\"header_textcolor\";s:5:\"blank\";}','yes'),(707,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(711,'widget_srpw_widget','a:2:{i:2;a:34:{s:5:\"title\";s:12:\"Recent Posts\";s:9:\"title_url\";s:0:\"\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:9:\"css_class\";s:0:\"\";s:13:\"ignore_sticky\";b:1;s:15:\"exclude_current\";b:0;s:5:\"limit\";i:10;s:6:\"offset\";i:0;s:5:\"order\";s:4:\"DESC\";s:7:\"orderby\";s:4:\"date\";s:9:\"post_type\";a:1:{i:0;s:4:\"post\";}s:11:\"post_status\";s:7:\"publish\";s:3:\"cat\";N;s:3:\"tag\";N;s:11:\"cat_exclude\";N;s:11:\"tag_exclude\";N;s:9:\"thumbnail\";b:1;s:14:\"thumbnail_size\";s:9:\"thumbnail\";s:17:\"thumbnail_default\";s:31:\"//placehold.it/45x45/f0f0f0/ccc\";s:15:\"thumbnail_align\";s:14:\"srpw-alignleft\";s:7:\"excerpt\";b:1;s:6:\"length\";i:10;s:8:\"readmore\";b:0;s:13:\"readmore_text\";s:12:\"Read More »\";s:10:\"post_title\";b:1;s:4:\"date\";b:0;s:13:\"date_relative\";b:0;s:13:\"date_modified\";b:0;s:13:\"comment_count\";b:0;s:6:\"author\";b:0;s:5:\"style\";s:7:\"default\";s:7:\"new_tab\";b:0;s:3:\"css\";s:48:\".srpw-thumbnail{\r\nwidth: 60px;\r\nheight: 60px;\r\n}\";}s:12:\"_multiwidget\";i:1;}','yes'),(721,'mk_te_settings_options','a:5:{s:7:\"e_d_t_e\";s:3:\"yes\";s:17:\"code_editor_theme\";s:6:\"cobalt\";s:9:\"e_w_d_t_e\";s:3:\"yes\";s:7:\"e_d_p_e\";s:3:\"yes\";s:9:\"e_w_d_p_e\";s:3:\"yes\";}','yes'),(724,'theme_editor_email_verified_1','yes','yes'),(741,'widget_simple-social-icons','a:2:{i:2;a:33:{s:5:\"title\";s:15:\"Connect With Us\";s:4:\"size\";s:2:\"40\";s:13:\"border_radius\";s:1:\"3\";s:12:\"border_width\";s:1:\"0\";s:9:\"alignment\";s:9:\"alignleft\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#999999\";s:22:\"background_color_hover\";s:7:\"#666666\";s:12:\"border_color\";s:7:\"#ffffff\";s:18:\"border_color_hover\";s:7:\"#ffffff\";s:7:\"behance\";s:0:\"\";s:9:\"bloglovin\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:25:\"https://www.facebook.com/\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:32:\"https://www.instagram.com/?hl=en\";s:8:\"linkedin\";s:25:\"https://www.linkedin.com/\";s:6:\"medium\";s:0:\"\";s:9:\"periscope\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:9:\"pinterest\";s:26:\"https://www.pinterest.com/\";s:3:\"rss\";s:0:\"\";s:8:\"snapchat\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:20:\"https://twitter.com/\";s:5:\"vimeo\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(744,'ssb_networks','a:1:{s:14:\"icon_selection\";s:41:\"fbshare,twitter,linkedin,reddit,pinterest\";}','yes'),(745,'ssb_themes','a:1:{s:10:\"icon_style\";s:12:\"simple-round\";}','yes'),(746,'ssb_positions','a:1:{s:8:\"position\";a:2:{s:7:\"sidebar\";s:7:\"sidebar\";s:6:\"inline\";s:6:\"inline\";}}','yes'),(747,'ssb_inline','a:14:{s:8:\"location\";s:5:\"below\";s:14:\"icon_alignment\";s:4:\"left\";s:9:\"animation\";s:12:\"no-animation\";s:12:\"share_counts\";s:1:\"0\";s:11:\"total_share\";s:1:\"0\";s:10:\"icon_space\";s:1:\"0\";s:16:\"icon_space_value\";s:0:\"\";s:11:\"hide_mobile\";s:1:\"0\";s:16:\"show_on_category\";s:1:\"0\";s:15:\"show_on_archive\";s:1:\"0\";s:11:\"show_on_tag\";s:1:\"0\";s:14:\"show_on_search\";s:1:\"0\";s:11:\"share_title\";s:0:\"\";s:5:\"posts\";a:3:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}}','yes'),(748,'ssb_advanced','a:1:{s:11:\"ssb_og_tags\";s:1:\"1\";}','yes'),(749,'ssb_pr_version','3.1.1','yes'),(750,'widget_ssb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(751,'ssb_sidebar','a:8:{s:11:\"orientation\";s:4:\"left\";s:9:\"animation\";s:12:\"no-animation\";s:12:\"share_counts\";s:1:\"0\";s:11:\"total_share\";s:1:\"0\";s:10:\"icon_space\";s:1:\"0\";s:16:\"icon_space_value\";s:0:\"\";s:11:\"hide_mobile\";s:1:\"0\";s:5:\"posts\";a:3:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}}','yes'),(752,'ssb_media','','yes'),(753,'ssb_popup','','yes'),(754,'ssb_flyin','','yes'),(755,'ssb_active_time','1595247674','no'),(758,'wpseo_ryte','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1649073303;}','yes'),(1711,'secret_key','Qz:uSbwPX@cW}cda64)_W#*6g![8(Ob2?(/T3u#<__RSJBNv!YI/7qV^Xa/$*I4,','no'),(1764,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"[email protected]\";s:7:\"version\";s:3:\"6.0\";s:9:\"timestamp\";i:1653814608;}','no'),(1956,'disallowed_keys','','no'),(1957,'comment_previously_approved','1','yes'),(1958,'auto_plugin_theme_update_emails','a:0:{}','no'),(1959,'finished_updating_comment_type','1','yes'),(1960,'db_upgraded','','yes'),(1998,'wpautoterms_activated','1','yes'),(1999,'wpautoterms_legal_pages_slug','wpautoterms','yes'),(2000,'wpautoterms_version','2.4.9','yes'),(2001,'wpautoterms_links','1','yes'),(2002,'wpautoterms_links_bg_color','#ffffff','yes'),(2003,'wpautoterms_links_font','Arial, sans-serif','yes'),(2004,'wpautoterms_links_font_size','14px','yes'),(2005,'wpautoterms_links_text_color','#cccccc','yes'),(2006,'wpautoterms_links_text_align','center','yes'),(2007,'wpautoterms_links_links_color','#000000','yes'),(2008,'wpautoterms_links_separator','-','yes'),(2009,'wpautoterms_links_target_blank','','yes'),(2010,'wpautoterms_update_notice','','yes'),(2011,'wpautoterms_update_notice_bar_position','top','yes'),(2012,'wpautoterms_update_notice_bar_type','static','yes'),(2013,'wpautoterms_update_notice_disable_logged','yes','yes'),(2014,'wpautoterms_update_notice_duration','3','yes'),(2015,'wpautoterms_update_notice_message','Our <a href=\"[wpautoterms page_link]\">[wpautoterms page_title]</a> has been updated on [wpautoterms last_updated_date].','yes'),(2016,'wpautoterms_update_notice_message_multiple','Our [wpautoterms page_links] have been updated on [wpautoterms last_updated_date].','yes'),(2017,'wpautoterms_update_notice_close_message','Close','yes'),(2018,'wpautoterms_update_notice_bg_color','','yes'),(2019,'wpautoterms_update_notice_font','','yes'),(2020,'wpautoterms_update_notice_font_size','','yes'),(2021,'wpautoterms_update_notice_text_color','','yes'),(2022,'wpautoterms_update_notice_links_color','','yes'),(2023,'wpautoterms_cookies_notice','','yes'),(2024,'wpautoterms_cookies_notice_bar_position','top','yes'),(2025,'wpautoterms_cookies_notice_bar_type','static','yes'),(2026,'wpautoterms_cookies_notice_disable_logged','yes','yes'),(2027,'wpautoterms_cookies_notice_message','We use cookies to ensure that we give you the best experience on our website','yes'),(2028,'wpautoterms_cookies_notice_close_message','Close','yes'),(2029,'wpautoterms_cookies_notice_bg_color','','yes'),(2030,'wpautoterms_cookies_notice_font','','yes'),(2031,'wpautoterms_cookies_notice_font_size','','yes'),(2032,'wpautoterms_cookies_notice_text_color','','yes'),(2033,'wpautoterms_cookies_notice_links_color','','yes'),(2034,'wpautoterms_endorsements','','yes'),(2035,'wpautoterms_endorsements_message','<p>Some of the links in this article are \"affiliate links\", a link with a special tracking code. This means if you click on an affiliate link and purchase the item, we will receive an affiliate commission.</p> <p>The price of the item is the same whether it is an affiliate link or not. Regardless, we only recommend products or services we believe will add value to our readers.</p> <p>By using the affiliate links, you are helping support our Website, and we genuinely appreciate your support.</p>','yes'),(2036,'wpautoterms_endorsements_when','','yes'),(2037,'wpautoterms_endorsements_tag','','yes'),(2038,'wpautoterms_site_name','Orlando','yes'),(2039,'wpautoterms_site_url','http://orlandoorlando.nl','yes'),(2040,'wpautoterms_company_name','Orlando','yes'),(2041,'wpautoterms_country','','yes'),(2042,'wpautoterms_state','','yes'),(2043,'wpautoterms_show_in_pages_widget','','yes'),(2044,'wpautoterms_cache_plugins_compat','','yes'),(2045,'wpautoterms_license','','yes'),(2047,'wpautoterms_ob_total','1','yes'),(2049,'wpautoterms_ob_not_intercepted','0','yes'),(2051,'wpautoterms_cache_plugins_detected','1','yes'),(5225,'category_children','a:0:{}','yes'),(9674,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(10963,'auto_update_core_dev','enabled','yes'),(10964,'auto_update_core_minor','enabled','yes'),(10965,'auto_update_core_major','unset','yes'),(11013,'mainwp_child_update_version','1.5','yes'),(11014,'mainwp_child_plugin_version','4.2.3','yes'),(11015,'mainwp_child_auth','a:7:{i:5;s:32:\"ee8c8d2f9c974e4a9a7ea1bc20c73ec1\";s:4:\"last\";i:1677753981;i:4;s:32:\"ba197fda16668bafa2407d615b87d8d1\";i:3;s:32:\"ba5f694041bd52654d329baba13a2cf4\";i:2;s:32:\"873289f6fb602b6633c6fa1879fc236a\";i:1;s:32:\"a44d7d5be7b260ed47589a9816b8b871\";i:0;s:32:\"bbbd14a48f8ff1e770a65e53ca2beee2\";}','yes'),(11016,'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'),(11017,'mainwp_child_activated_once','1','no'),(11018,'wpautoterms_cache_plugins_detection','','yes'),(11028,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUE2c1pVRkdKSHUrcy82QTR4Z3JmNgphSnYxaWp6d3NadTJjaFJsSXUxQ2ZFdFJqdDVhUG8zRnBua2ZFcElQU1M2bnVZNE15M05sbEt2YzlrRWRMb0JLClE2QUpHbElSKzJmRkZwSUNSbURQL1c2cUYxWFZYQnVETmxyVU9RRnFPZUxXbkdoenc4VTBXTDdicTdjdGdySUMKVzdQS1VMZEppK05QTTFlQlpKUngxMlU4NG5QdG0rcnlJMTJMTDdadEluYUgvVUtkYnNOZG4rbHEzT1NHc3BPeQpxd1dvKzI4TGY4Q3FxZXBEQTRmZkx4M090a2d4alhUaHpNYXVVTFhjdU16bTM5dW04RktuOXc0QjJoTk5tY3Y0ClpJamxwRmtQaVV4Mm5nZzQ5TzA5bFhpcGFpeG1YbzNVOHNGQXVUTitzcTRzVVFkZWVPNmQrTkJoNHpmK01CeDIKeHdJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(11029,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(11030,'mainwp_child_nonce','0','no'),(11031,'mainwp_child_nossl','0','yes'),(11032,'mainwp_child_nossl_key','d98788189bac64014f6ea1e76dc2c14276aa896e55d385c67aec6cb809e6af07','yes'),(11033,'mainwp_premium_updates','a:0:{}','no'),(11161,'mainwp_child_clone_sites','0','no'),(11162,'mainwp_child_siteid','738','no'),(13962,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(20692,'wp_force_deactivated_plugins','a:0:{}','yes'),(29854,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(33016,'mainwp_child_auto_purge_cache','0','yes'),(33017,'mainwp_child_cloud_flair_enabled','0','yes'),(33018,'mainwp_cloudflair_email','','yes'),(33019,'mainwp_cloudflair_key','','yes'),(35010,'rewrite_rules','a:113:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:14:\"wpautoterms/?$\";s:36:\"index.php?post_type=wpautoterms_page\";s:44:\"wpautoterms/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=wpautoterms_page&feed=$matches[1]\";s:39:\"wpautoterms/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=wpautoterms_page&feed=$matches[1]\";s:31:\"wpautoterms/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=wpautoterms_page&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"wpautoterms/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"wpautoterms/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"wpautoterms/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpautoterms/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"wpautoterms/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"wpautoterms/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"wpautoterms/(.+?)/embed/?$\";s:49:\"index.php?wpautoterms_page=$matches[1]&embed=true\";s:30:\"wpautoterms/(.+?)/trackback/?$\";s:43:\"index.php?wpautoterms_page=$matches[1]&tb=1\";s:50:\"wpautoterms/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&feed=$matches[2]\";s:45:\"wpautoterms/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&feed=$matches[2]\";s:38:\"wpautoterms/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?wpautoterms_page=$matches[1]&paged=$matches[2]\";s:45:\"wpautoterms/(.+?)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?wpautoterms_page=$matches[1]&cpage=$matches[2]\";s:34:\"wpautoterms/(.+?)(?:/([0-9]+))?/?$\";s:55:\"index.php?wpautoterms_page=$matches[1]&page=$matches[2]\";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'),(40748,'ai1wm_secret_key','gcJnt0n1eiVN','yes'),(40749,'ai1wm_backups_labels','a:0:{}','yes'),(40750,'ai1wm_sites_links','a:0:{}','yes'),(40751,'swift_performance_plugin_organizer','a:0:{}','yes'),(40752,'jetpack_active_modules','a:0:{}','yes'),(40753,'_transient_doing_cron','1660732983.4312250614166259765625','yes'),(40755,'_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:1676577819;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(40759,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676577821;s:7:\"checked\";a:4:{s:13:\"makenzie-lite\";s:5:\"1.5.9\";s:12:\"twentytwenty\";s:3:\"2.0\";s:15:\"twentytwentyone\";s:3:\"1.6\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:4:{s:13:\"makenzie-lite\";a:6:{s:5:\"theme\";s:13:\"makenzie-lite\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/makenzie-lite/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/makenzie-lite.1.6.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"7.0\";}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:0:{}s:12:\"translations\";a:0:{}}','no'),(40760,'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'),(40762,'_site_transient_timeout_theme_roots','1676579619','no'),(40763,'_site_transient_theme_roots','a:4:{s:13:\"makenzie-lite\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(40764,'wpil_2_license_status','','yes'),(40765,'wpil_2_license_key','','yes'),(40766,'wpil_2_license_data','','yes'),(40767,'wpil_2_ignore_numbers','1','yes'),(40768,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(40769,'wpil_2_links_open_new_tab','0','yes'),(40770,'wpil_2_debug_mode','0','yes'),(40771,'wpil_option_update_reporting_data_on_save','0','yes'),(40772,'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'),(40773,'wpil_has_run_initial_scan','1','yes'),(40774,'wpil_site_db_version','1.22','yes'),(40775,'wpil_link_table_is_created','1','yes'),(40776,'wpil_fresh_install','','yes'),(40777,'wpil_install_date','2023-02-16 20:03:40','yes'),(40780,'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:1676577821;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:35:\"/opt/aphex/sites/orlandoorlando.nl/\";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:1676577821;}}','yes'),(40781,'fs_debug_mode','','yes'),(40782,'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:1676577821;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');
/*!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=285 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 (3,8,'_edit_last','1'),(4,8,'_edit_lock','1595242294:1'),(5,9,'_wp_attached_file','2020/07/392.jpg'),(6,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1298;s:4:\"file\";s:15:\"2020/07/392.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"392-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"392-1024x665.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"392-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:15:\"392-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"392-1536x997.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:997;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"responsivo_post_feature_full_width\";a:4:{s:4:\"file\";s:15:\"392-792x300.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:300;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:{}}}'),(7,8,'_thumbnail_id','9'),(10,11,'_edit_last','1'),(11,11,'_edit_lock','1600617913:1'),(12,12,'_wp_attached_file','2020/07/393.png'),(13,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:15:\"2020/07/393.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"393-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"393-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"393-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:15:\"393-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"393-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:34:\"responsivo_post_feature_full_width\";a:4:{s:4:\"file\";s:15:\"393-792x300.png\";s:5:\"width\";i:792;s:6:\"height\";i:300;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:{}}}'),(14,11,'_thumbnail_id','12'),(29,18,'_edit_last','1'),(30,18,'_wp_page_template','default'),(31,18,'_edit_lock','1595242812:1'),(32,19,'_edit_last','1'),(33,19,'_wp_page_template','default'),(34,19,'_edit_lock','1595243027:1'),(35,23,'_wp_attached_file','2020/07/25.jpg'),(36,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:14:\"2020/07/25.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"25-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:14:\"25-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:{}}}'),(37,20,'_edit_last','1'),(38,20,'_edit_lock','1595243344:1'),(39,25,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n<label> Your Message\n [textarea your-message] </label>\n\n[submit \"Send\"]'),(40,25,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"orlandoorlando.nl \"[your-subject]\"\";s:6:\"sender\";s:42:\"orlandoorlando.nl <[email protected]>\";s:9:\"recipient\";s:22:\"[email protected]\";s:4:\"body\";s:180:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(41,25,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"orlandoorlando.nl \"[your-subject]\"\";s:6:\"sender\";s:42:\"orlandoorlando.nl <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\";s:18:\"additional_headers\";s:32:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(42,25,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(43,25,'_additional_settings',''),(44,25,'_locale','en_US'),(45,20,'_wp_page_template','default'),(46,29,'_edit_last','1'),(47,29,'_edit_lock','1598007160:1'),(51,28,'_edit_last','1'),(52,28,'_edit_lock','1598007162:1'),(53,29,'_wp_page_template','default'),(54,29,'_yoast_wpseo_content_score','30'),(58,28,'_wp_page_template','default'),(59,28,'_yoast_wpseo_content_score','30'),(75,44,'_menu_item_type','custom'),(76,44,'_menu_item_menu_item_parent','0'),(77,44,'_menu_item_object_id','44'),(78,44,'_menu_item_object','custom'),(79,44,'_menu_item_target',''),(80,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,44,'_menu_item_xfn',''),(82,44,'_menu_item_url','http://orlandoorlando.nl/'),(84,45,'_menu_item_type','post_type'),(85,45,'_menu_item_menu_item_parent','0'),(86,45,'_menu_item_object_id','19'),(87,45,'_menu_item_object','page'),(88,45,'_menu_item_target',''),(89,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(90,45,'_menu_item_xfn',''),(91,45,'_menu_item_url',''),(93,46,'_menu_item_type','post_type'),(94,46,'_menu_item_menu_item_parent','0'),(95,46,'_menu_item_object_id','20'),(96,46,'_menu_item_object','page'),(97,46,'_menu_item_target',''),(98,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(99,46,'_menu_item_xfn',''),(100,46,'_menu_item_url',''),(102,47,'_menu_item_type','post_type'),(103,47,'_menu_item_menu_item_parent','0'),(104,47,'_menu_item_object_id','18'),(105,47,'_menu_item_object','page'),(106,47,'_menu_item_target',''),(107,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,47,'_menu_item_xfn',''),(109,47,'_menu_item_url',''),(110,47,'_menu_item_orphaned','1595244266'),(111,48,'_menu_item_type','post_type'),(112,48,'_menu_item_menu_item_parent','0'),(113,48,'_menu_item_object_id','29'),(114,48,'_menu_item_object','page'),(115,48,'_menu_item_target',''),(116,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,48,'_menu_item_xfn',''),(118,48,'_menu_item_url',''),(120,49,'_menu_item_type','post_type'),(121,49,'_menu_item_menu_item_parent','0'),(122,49,'_menu_item_object_id','28'),(123,49,'_menu_item_object','page'),(124,49,'_menu_item_target',''),(125,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(126,49,'_menu_item_xfn',''),(127,49,'_menu_item_url',''),(129,50,'_wp_attached_file','2020/07/394.jpg'),(130,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:740;s:4:\"file\";s:15:\"2020/07/394.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"394-203x300.jpg\";s:5:\"width\";i:203;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"394-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:15:\"394-366x406.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-slider-mobile-thumb\";a:4:{s:4:\"file\";s:15:\"394-485x400.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing1-thumb\";a:4:{s:4:\"file\";s:15:\"394-433x414.jpg\";s:5:\"width\";i:433;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing3-thumb\";a:4:{s:4:\"file\";s:15:\"394-492x728.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-single-thumb\";a:4:{s:4:\"file\";s:15:\"394-500x615.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:615;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:{}}}'),(131,51,'_form','<label> Your Name (required)\n [text* your-name] </label>\n\n<label> Your Email (required)\n [email* your-email] </label>\n\n[submit \"Send\"]'),(132,51,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:34:\"orlandoorlando.nl \"[your-subject]\"\";s:6:\"sender\";s:42:\"orlandoorlando.nl <[email protected]>\";s:9:\"recipient\";s:22:\"[email protected]\";s:4:\"body\";s:180:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(133,51,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:34:\"orlandoorlando.nl \"[your-subject]\"\";s:6:\"sender\";s:42:\"orlandoorlando.nl <[email protected]>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\";s:18:\"additional_headers\";s:32:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(134,51,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(135,51,'_additional_settings',''),(136,51,'_locale','en_US'),(137,52,'_wp_attached_file','2020/07/395-e1595245167896.jpg'),(138,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:848;s:6:\"height\";i:536;s:4:\"file\";s:30:\"2020/07/395-e1595245167896.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-366x406.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-slider-mobile-thumb\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-485x400.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing1-thumb\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-433x414.jpg\";s:5:\"width\";i:433;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing3-thumb\";a:4:{s:4:\"file\";s:30:\"395-e1595245167896-492x311.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3400\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552322074\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,52,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:848;s:6:\"height\";i:565;s:4:\"file\";s:7:\"395.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"395-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:15:\"395-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:15:\"395-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"makenzie-blog-slider-thumb-orig\";a:4:{s:4:\"file\";s:15:\"395-366x406.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:38:\"makenzie-blog-slider-mobile-thumb-orig\";a:4:{s:4:\"file\";s:15:\"395-485x400.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-listing1-thumb-orig\";a:4:{s:4:\"file\";s:15:\"395-433x414.jpg\";s:5:\"width\";i:433;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-listing3-thumb-orig\";a:4:{s:4:\"file\";s:15:\"395-492x328.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:328;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(154,65,'_wp_attached_file','2020/07/logo97.png'),(155,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:98;s:4:\"file\";s:18:\"2020/07/logo97.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo97-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;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:{}}}'),(156,66,'_wp_attached_file','2020/07/cropped-logo97.png'),(157,66,'_wp_attachment_context','custom-logo'),(158,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:98;s:4:\"file\";s:26:\"2020/07/cropped-logo97.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-logo97-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;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:{}}}'),(160,68,'_wp_attached_file','2020/07/cropped-logo97-1.png'),(161,68,'_wp_attachment_context','site-icon'),(162,68,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2020/07/cropped-logo97-1.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-logo97-1-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:28:\"cropped-logo97-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-logo97-1-366x406.png\";s:5:\"width\";i:366;s:6:\"height\";i:406;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"makenzie-blog-slider-mobile-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-logo97-1-485x400.png\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"makenzie-blog-listing1-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-logo97-1-433x414.png\";s:5:\"width\";i:433;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"makenzie-blog-listing3-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-logo97-1-492x492.png\";s:5:\"width\";i:492;s:6:\"height\";i:492;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-logo97-1-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:28:\"cropped-logo97-1-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:28:\"cropped-logo97-1-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:26:\"cropped-logo97-1-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:{}}}'),(178,19,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(179,19,'ssb_total_counts','0'),(180,19,'ssb_cache_timestamp','458648'),(181,29,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(182,29,'ssb_total_counts','0'),(183,29,'ssb_cache_timestamp','458648'),(184,28,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(185,28,'ssb_total_counts','0'),(186,28,'ssb_cache_timestamp','458648'),(187,11,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(188,11,'ssb_total_counts','0'),(189,11,'ssb_cache_timestamp','459119'),(190,8,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(191,8,'ssb_total_counts','0'),(192,8,'ssb_cache_timestamp','457357'),(193,84,'_edit_last','1'),(194,84,'_wp_page_template','default'),(195,84,'_edit_lock','1598007164:1'),(196,85,'_edit_last','1'),(197,85,'_wp_page_template','default'),(198,85,'_edit_lock','1598007161:1'),(199,29,'_ssb_hide','false'),(200,28,'_ssb_hide','false'),(201,20,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(202,20,'ssb_total_counts','0'),(203,20,'ssb_cache_timestamp','458648'),(204,94,'_wp_attached_file','2020/08/d45f4g5fd4g.jpeg'),(205,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:500;s:4:\"file\";s:24:\"2020/08/d45f4g5fd4g.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"d45f4g5fd4g-300x200.jpeg\";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:24:\"d45f4g5fd4g-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:24:\"d45f4g5fd4g-366x406.jpeg\";s:5:\"width\";i:366;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-slider-mobile-thumb\";a:4:{s:4:\"file\";s:24:\"d45f4g5fd4g-485x400.jpeg\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing1-thumb\";a:4:{s:4:\"file\";s:24:\"d45f4g5fd4g-433x414.jpeg\";s:5:\"width\";i:433;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing3-thumb\";a:4:{s:4:\"file\";s:24:\"d45f4g5fd4g-492x328.jpeg\";s:5:\"width\";i:492;s:6:\"height\";i:328;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:{}}}'),(206,93,'_edit_last','1'),(207,93,'_thumbnail_id','94'),(208,93,'_ssb_hide','false'),(209,93,'_yoast_wpseo_content_score','30'),(210,93,'_yoast_wpseo_primary_category','8'),(211,93,'_edit_lock','1598673835:1'),(212,97,'_edit_last','1'),(213,97,'_edit_lock','1600061498:1'),(214,98,'_wp_attached_file','2020/09/d5f5ds45f.jpg'),(215,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:249;s:4:\"file\";s:21:\"2020/09/d5f5ds45f.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"d5f5ds45f-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"d5f5ds45f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:21:\"d5f5ds45f-366x249.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:249;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:{}}}'),(216,97,'_thumbnail_id','98'),(217,97,'_ssb_hide','false'),(218,101,'_wp_attached_file','2020/09/s5v45d45v.jpg'),(219,101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:224;s:4:\"file\";s:21:\"2020/09/s5v45d45v.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"s5v45d45v-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:{}}}'),(220,100,'_edit_last','1'),(221,100,'_thumbnail_id','101'),(222,100,'_ssb_hide','false'),(223,100,'_yoast_wpseo_content_score','30'),(224,100,'_yoast_wpseo_primary_category','10'),(225,100,'_edit_lock','1600110389:1'),(226,18,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(227,18,'ssb_total_counts','0'),(228,18,'ssb_cache_timestamp','458648'),(231,11,'_ssb_hide','false'),(232,11,'_yoast_wpseo_content_score','30'),(233,105,'_edit_last','1'),(234,105,'_edit_lock','1601358888:1'),(235,106,'_wp_attached_file','2020/09/5fg45dfg5d4g.jpg'),(236,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2020/09/5fg45dfg5d4g.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"5fg45dfg5d4g-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"5fg45dfg5d4g-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:24:\"5fg45dfg5d4g-366x400.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-slider-mobile-thumb\";a:4:{s:4:\"file\";s:24:\"5fg45dfg5d4g-485x400.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing1-thumb\";a:4:{s:4:\"file\";s:24:\"5fg45dfg5d4g-433x400.jpg\";s:5:\"width\";i:433;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing3-thumb\";a:4:{s:4:\"file\";s:24:\"5fg45dfg5d4g-492x283.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:283;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:{}}}'),(237,105,'_thumbnail_id','106'),(238,105,'_ssb_hide','false'),(239,105,'_yoast_wpseo_content_score','30'),(240,105,'_oembed_d3439455d91f42085f41da051d937cf8','<iframe title=\"Ethereum 2020 Explained: What is Ethereum & How it Works (Ultimate Beginner's Guide)\" width=\"1032\" height=\"581\" src=\"https://www.youtube.com/embed/DhoRtGCp4JI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(241,105,'_oembed_time_d3439455d91f42085f41da051d937cf8','1601359007'),(250,97,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(251,97,'ssb_total_counts','0'),(252,97,'ssb_cache_timestamp','458648'),(253,110,'_edit_last','1'),(254,110,'_edit_lock','1605244018:1'),(255,110,'_oembed_87e1e365ed66d17dfc95465aec63f50f','<iframe title=\"VERY, VERY URGENT VIDEO FOR ALL TESLA STOCK HOLDERS!!!!!!!!!!!!!!!!! [EXACT PRICE TARGETS FOR $TSLA]\" width=\"825\" height=\"464\" src=\"https://www.youtube.com/embed/USiQfJztvpc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(256,110,'_oembed_time_87e1e365ed66d17dfc95465aec63f50f','1605243074'),(257,112,'_wp_attached_file','2020/11/4fdv4.jpg'),(258,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2039;s:6:\"height\";i:1471;s:4:\"file\";s:17:\"2020/11/4fdv4.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"4fdv4-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"4fdv4-1024x739.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"4fdv4-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:17:\"4fdv4-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"4fdv4-1536x1108.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-slider-thumb\";a:4:{s:4:\"file\";s:17:\"4fdv4-366x406.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:406;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"makenzie-blog-slider-mobile-thumb\";a:4:{s:4:\"file\";s:17:\"4fdv4-485x400.jpg\";s:5:\"width\";i:485;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing1-thumb\";a:4:{s:4:\"file\";s:17:\"4fdv4-433x414.jpg\";s:5:\"width\";i:433;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing2-thumb\";a:4:{s:4:\"file\";s:18:\"4fdv4-1032x745.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:745;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"makenzie-blog-listing3-thumb\";a:4:{s:4:\"file\";s:17:\"4fdv4-492x355.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"makenzie-blog-single-thumb\";a:4:{s:4:\"file\";s:18:\"4fdv4-1032x615.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:615;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:{}}}'),(259,110,'_thumbnail_id','112'),(260,110,'_ssb_hide','false'),(261,110,'_yoast_wpseo_content_score','30'),(262,110,'_yoast_wpseo_primary_category','11'),(263,110,'_oembed_4af1f7439ad883aa65fb386220ec2a06','<iframe title=\"VERY, VERY URGENT VIDEO FOR ALL TESLA STOCK HOLDERS!!!!!!!!!!!!!!!!! [EXACT PRICE TARGETS FOR $TSLA]\" width=\"1032\" height=\"581\" src=\"https://www.youtube.com/embed/USiQfJztvpc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(264,110,'_oembed_time_4af1f7439ad883aa65fb386220ec2a06','1605244107'),(265,110,'_oembed_568b63481c1192c978640b4539d9df18','<iframe title=\"VERY, VERY URGENT VIDEO FOR ALL TESLA STOCK HOLDERS!!!!!!!!!!!!!!!!! [EXACT PRICE TARGETS FOR $TSLA]\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/USiQfJztvpc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(266,110,'_oembed_time_568b63481c1192c978640b4539d9df18','1605244124'),(269,110,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";i:0;}'),(270,110,'ssb_total_counts','0'),(271,110,'ssb_cache_timestamp','458648'),(272,68,'_oembed_7888fe0cafc656a02ade8dadcf76edd1','{{unknown}}'),(273,66,'_oembed_f55fb1d8c3d5cfab047e86b3c1f3d2f5','{{unknown}}'),(276,100,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";N;}'),(277,100,'ssb_total_counts','0'),(278,100,'ssb_cache_timestamp','458648'),(279,105,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";N;}'),(280,105,'ssb_total_counts','0'),(281,105,'ssb_cache_timestamp','458648'),(282,93,'ssb_old_counts','a:5:{s:7:\"twitter\";i:0;s:9:\"pinterest\";i:0;s:7:\"fbshare\";i:0;s:6:\"reddit\";i:0;s:6:\"tumblr\";N;}'),(283,93,'ssb_total_counts','0'),(284,93,'ssb_cache_timestamp','458648');
/*!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=117 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 (8,1,'2020-07-20 10:53:54','2020-07-20 10:53:54','Pat Williams ventured up to the platform to address the Orlando media. \"I have uplifting news and I have terrible news,\" said Williams. \"We\'re in the pursuit, however we\'re path behind.\" The possibility of the Orlando Magic was conceived in the open\'s heart that morning, yet the excursion had quite recently started.\r\n\r\nPat Williams met Jimmy Hewitt in 1984 when Hewitt heard him talking at a capacity in Tulsa. By unadulterated good fortune, their ways crossed at the First Presbyterian Church in Orlando a year later. Williams, in his eleventh year with the Philadelphia 76ers, had heard thunderings of the potential for a NBA development. While thinking about the chance of leaving his situation as senior supervisor with an end goal to be a piece of something new and energizing, Pat had started thinking about areas in Florida, to be specific Tampa and Miami. At the point when Jimmy heard that Pat was thinking about Tampa or Miami, he stated, \"The fate of Florida is here, Bubba.\" Pat was questionable, particularly on the grounds that Orlando\'s field was still just in its blue print stage. Notwithstanding, he was persuaded by Jimmy and Mayor Bill Frederick that the Arena could be optimized if there was a chance of getting a callings sports group in Orlando. Pat flew from the air terminal with the developing conviction that Orlando may be prepared for the NBA.\r\n\r\nAll that would need to hold up as Pat Williams was as yet under agreement to run the 76ers in the 1985-1986 season. With Coach Matt Guokas, a name each Magic fan knows about, and an elegant arrangement including Moses Malone, a youthful Charles Barkley, Julius \"Dr. J\" Erving, and Maurice Cheeks, Williams realized he had a decent possibility at another title run. Tragically, their shot a title finished when Dr. J missed a very late shot against the Milwaukee Bucks in the game 7 of the Semi-Conference Finals. Regardless of the way that the 76ers had the main initially round pick and an extraordinary gathering of players, Williams realized the time had come to move south.\r\n\r\nPat Williams traveled to Orlando and met with Jimmy Hewitt and Tip Lifvendahl, the editorial manager of the Orlando Sentinel. The following morning the primary story broke in the Orlando Sentinel that Pat Williams was turning into the pied flautist for a NBA establishment in Orlando. A couple of days after the fact, Pat called the critical question and answer session at the Expo Center. He declared that Orlando was going to anteroom to join the NBA through the reputed extension. Different groups in the running by then were Charlotte, Minneapolis, and Miami. Pat reported that they would start taking $100-per-year season ticket stores for as long as three years. Tip Lifvendahl came up to Williams a short time later and stated, \"Put us down for 100 tickets and a skybox.\" The following morning, Jimmy went down to the mail station to check the P.O. Box and thought that it was vacant, aside from a little note that said to address a representative. He moved toward the work area and was advised to hold up a second. The agent vanished, and before long came back with more than 400 letters brimming with vows.\r\n\r\nIn this manner, this public interview started the principal bit of contention in what might be a long and warmed competition with Miami. Pat Williams was gotten some information about Miami additionally pursuing an establishment and the opposition that may emerge. Williams replied back, \"I think we as a whole know the issues Miami has.\" The following morning, the Miami Herald ran the story with the feature, \"Orlando Enters Chase, Williams Blasts Miami.\" Just like that, the contention that Williams alludes to as the \"Grapefruit Wall\" had started.\r\n\r\nOne of the most necessary strides in making a games establishment is concocting a name that is illustrative of the city. The Orlando Sentinel ran a challenge, asking individuals from the Central Florida people group to send in their best recommendations. Right around 4,000 distinct names were submitted inside several days. Four finalist names were chosen as finalists: Tropics, Juice, Heat and Magic. \"Tropics\" was wiped out in light of the fact that it isn\'t geologically precise for Orlando. \"Juice\" was disposed of in light of the fact that the citrus business was having an awful year. \"Warmth\" was excused in light of the fact that it was regarded to be one of these least embraceable features of living in Florida. Williams moved toward Disney to ensure that there wouldn\'t be any contention over the name choice. Disney affirmed and the rest is history.\r\n\r\nOn July second, 1986, Williams, Hewitt, state Sen. George Stuart, and Mayor Frederick made a trip to New York City to meet with David Stern. As they introduced their store check of $100,000 for the official application correspondents were available to snap pictures. Williams came to despite his good faith and thudded a major pair of Mickey Mouse ears on David Stern\'s head. Fast as a whip, Stern evacuated the cap before any photos could be taken. Williams had a subsequent pair pausing and taken advantage of the lucky break once more, this time pictures were taken before David Stern got an opportunity to expel it. Inside hours these shots were printed broadly.\r\n\r\nThe Orlando Magic had authoritatively placed their cap in the ring. The field was by and large optimized and the residents of Central Florida were humming with fervor about the chance of having their first neighborhood pro athletics establishment. The subsequent stage was making a logo and regalia. Enter Doug Minear. Doug made the famous logo with the words \"Orlando Magic\" spread over a dark setting with a path of stars behind a ball. At first the hues being utilized were dark and yellow, however they appeared on the least fortunate on a b-ball court and were considered to be excessively like UCF\'s dark and gold. The final product was the Magic blue, mercury, and 12 PM dark.\r\n\r\nBy this point, two additional gatherings had entered the development race: Toronto and Anaheim. Agents from the six urban areas were booked to meet in Phoenix on October nineteenth, 1986 to pitch their cases to the NBA front office and the proprietors of the current groups. The morning after the gathering the board gave and called all the agents into a space for the gathering. It was reported that a development board of trustees was being framed and that it had been concluded that up to three groups would be incorporated. One correspondent, Bob Ryan, later alluded to this as \"the most significant non-game occasions throughout the entire existence of the NBA.\" Among the excitement, Lewis Schaffel, head supervisor of the Miami Heat considered Orlando a \"below average city\" and scrutinized the respectability of the ticket include in Orlando. He later apologized, yet the pressure was at that point substantial and a contention was expanding before the groups at any point met at the inside circle.','How the Magic Came to Orlando','','publish','closed','closed','','how-the-magic-came-to-orlando','','','2020-07-20 10:53:54','2020-07-20 10:53:54','',0,'http://orlandoorlando.nl/?p=8',0,'post','',0),(9,1,'2020-07-20 10:53:39','2020-07-20 10:53:39','','392','','inherit','closed','closed','','392','','','2020-07-20 10:53:39','2020-07-20 10:53:39','',8,'http://orlandoorlando.nl/wp-content/uploads/2020/07/392.jpg',0,'attachment','image/jpeg',0),(10,1,'2020-07-20 10:53:54','2020-07-20 10:53:54','Pat Williams ventured up to the platform to address the Orlando media. \"I have uplifting news and I have terrible news,\" said Williams. \"We\'re in the pursuit, however we\'re path behind.\" The possibility of the Orlando Magic was conceived in the open\'s heart that morning, yet the excursion had quite recently started.\r\n\r\nPat Williams met Jimmy Hewitt in 1984 when Hewitt heard him talking at a capacity in Tulsa. By unadulterated good fortune, their ways crossed at the First Presbyterian Church in Orlando a year later. Williams, in his eleventh year with the Philadelphia 76ers, had heard thunderings of the potential for a NBA development. While thinking about the chance of leaving his situation as senior supervisor with an end goal to be a piece of something new and energizing, Pat had started thinking about areas in Florida, to be specific Tampa and Miami. At the point when Jimmy heard that Pat was thinking about Tampa or Miami, he stated, \"The fate of Florida is here, Bubba.\" Pat was questionable, particularly on the grounds that Orlando\'s field was still just in its blue print stage. Notwithstanding, he was persuaded by Jimmy and Mayor Bill Frederick that the Arena could be optimized if there was a chance of getting a callings sports group in Orlando. Pat flew from the air terminal with the developing conviction that Orlando may be prepared for the NBA.\r\n\r\nAll that would need to hold up as Pat Williams was as yet under agreement to run the 76ers in the 1985-1986 season. With Coach Matt Guokas, a name each Magic fan knows about, and an elegant arrangement including Moses Malone, a youthful Charles Barkley, Julius \"Dr. J\" Erving, and Maurice Cheeks, Williams realized he had a decent possibility at another title run. Tragically, their shot a title finished when Dr. J missed a very late shot against the Milwaukee Bucks in the game 7 of the Semi-Conference Finals. Regardless of the way that the 76ers had the main initially round pick and an extraordinary gathering of players, Williams realized the time had come to move south.\r\n\r\nPat Williams traveled to Orlando and met with Jimmy Hewitt and Tip Lifvendahl, the editorial manager of the Orlando Sentinel. The following morning the primary story broke in the Orlando Sentinel that Pat Williams was turning into the pied flautist for a NBA establishment in Orlando. A couple of days after the fact, Pat called the critical question and answer session at the Expo Center. He declared that Orlando was going to anteroom to join the NBA through the reputed extension. Different groups in the running by then were Charlotte, Minneapolis, and Miami. Pat reported that they would start taking $100-per-year season ticket stores for as long as three years. Tip Lifvendahl came up to Williams a short time later and stated, \"Put us down for 100 tickets and a skybox.\" The following morning, Jimmy went down to the mail station to check the P.O. Box and thought that it was vacant, aside from a little note that said to address a representative. He moved toward the work area and was advised to hold up a second. The agent vanished, and before long came back with more than 400 letters brimming with vows.\r\n\r\nIn this manner, this public interview started the principal bit of contention in what might be a long and warmed competition with Miami. Pat Williams was gotten some information about Miami additionally pursuing an establishment and the opposition that may emerge. Williams replied back, \"I think we as a whole know the issues Miami has.\" The following morning, the Miami Herald ran the story with the feature, \"Orlando Enters Chase, Williams Blasts Miami.\" Just like that, the contention that Williams alludes to as the \"Grapefruit Wall\" had started.\r\n\r\nOne of the most necessary strides in making a games establishment is concocting a name that is illustrative of the city. The Orlando Sentinel ran a challenge, asking individuals from the Central Florida people group to send in their best recommendations. Right around 4,000 distinct names were submitted inside several days. Four finalist names were chosen as finalists: Tropics, Juice, Heat and Magic. \"Tropics\" was wiped out in light of the fact that it isn\'t geologically precise for Orlando. \"Juice\" was disposed of in light of the fact that the citrus business was having an awful year. \"Warmth\" was excused in light of the fact that it was regarded to be one of these least embraceable features of living in Florida. Williams moved toward Disney to ensure that there wouldn\'t be any contention over the name choice. Disney affirmed and the rest is history.\r\n\r\nOn July second, 1986, Williams, Hewitt, state Sen. George Stuart, and Mayor Frederick made a trip to New York City to meet with David Stern. As they introduced their store check of $100,000 for the official application correspondents were available to snap pictures. Williams came to despite his good faith and thudded a major pair of Mickey Mouse ears on David Stern\'s head. Fast as a whip, Stern evacuated the cap before any photos could be taken. Williams had a subsequent pair pausing and taken advantage of the lucky break once more, this time pictures were taken before David Stern got an opportunity to expel it. Inside hours these shots were printed broadly.\r\n\r\nThe Orlando Magic had authoritatively placed their cap in the ring. The field was by and large optimized and the residents of Central Florida were humming with fervor about the chance of having their first neighborhood pro athletics establishment. The subsequent stage was making a logo and regalia. Enter Doug Minear. Doug made the famous logo with the words \"Orlando Magic\" spread over a dark setting with a path of stars behind a ball. At first the hues being utilized were dark and yellow, however they appeared on the least fortunate on a b-ball court and were considered to be excessively like UCF\'s dark and gold. The final product was the Magic blue, mercury, and 12 PM dark.\r\n\r\nBy this point, two additional gatherings had entered the development race: Toronto and Anaheim. Agents from the six urban areas were booked to meet in Phoenix on October nineteenth, 1986 to pitch their cases to the NBA front office and the proprietors of the current groups. The morning after the gathering the board gave and called all the agents into a space for the gathering. It was reported that a development board of trustees was being framed and that it had been concluded that up to three groups would be incorporated. One correspondent, Bob Ryan, later alluded to this as \"the most significant non-game occasions throughout the entire existence of the NBA.\" Among the excitement, Lewis Schaffel, head supervisor of the Miami Heat considered Orlando a \"below average city\" and scrutinized the respectability of the ticket include in Orlando. He later apologized, yet the pressure was at that point substantial and a contention was expanding before the groups at any point met at the inside circle.','How the Magic Came to Orlando','','inherit','closed','closed','','8-revision-v1','','','2020-07-20 10:53:54','2020-07-20 10:53:54','',8,'http://orlandoorlando.nl/8-revision-v1/',0,'revision','',0),(11,1,'2020-07-20 11:01:30','2020-07-20 11:01:30','Orlando is een stad in het middelpunt van Florida. De stad Orlando is de provinciehoofdstad van Orange County, Florida. Orlando is de zesde grootste stad van Florida.\r\n\r\nOrlando heeft ook de bijnaam \"O-Town\", \"The City Beautiful\" en \"The Imaginary City\". De bron van Lake Eola is het beeld van Orlando. De stad wordt vernoemd naar een officier genaamd Orlando Reeves die zogenaamd de emmer in de regio <a href=\"https://www.nvda.nl/nieuws/geld-beschikbaar-goede-zorg-buurt/\">heeft</a> geschopt tijdens de oorlog tegen de Indiase Seminole-clan.\r\n\r\nOrlando is een van \'s werelds meest bezochte excursieplekken. De reisbranche krijgt de grootste inkomens in de stad. Orlando trekt naar verwachting 52 miljoen toeristen per jaar, tijdens de topseizoenen. De orlando excursie en orlando uitje-bundels zijn vurig gewilde arrangementen ook voor mensen die <a href=\"https://www.elaa.nl/actueel/9-algemeen/199-zorg-op-juiste-plek-website-met-inspirerende-voorbeelden-substitutie\">zorg</a> nodig hebben.\r\n\r\nDe belangrijkste attracties van Orlando zijn het Arboretum van de Universiteit van Centraal-Florida, het Blue Spring State Park, het Central Florida Zoological Park, Church Street Station, Cirque du Soleil, Cornell Fine Arts Museum, Cypress Gardens Adventure Park, Discovery Cove, Gatorland, Hard Rock Live en Hotel, International Trolley and Train Museum, Kennedy Space Center, Harry P. Leu Gardens, Medieval Times Dinner and Tournament, Morse Museum of American Art, Old Town, Orange County Regional History Center, Orlando Museum of Art, Orlando Science Center, Wekiwa Springs State Park, World of Orchids en Ripley\'s Believe It or Not !.\r\n\r\nDe stad staat algemeen bekend om het pretpark Disney World, waaronder het EPCOT Center en Animal Kingdom. Het Disney World Resort ligt in het Reedy Creek Improvement District.\r\n\r\nDe andere vakantiebestemmingen zijn Sea World, Universal Studios Florida, Universal Orlando Resort en \'s werelds grootste McDonald\'s.\r\n\r\nDe binnenstad van Orlando trekt het grote aantal vakantiegangers aan. Gatorland is misschien wel de meest doorgewinterde fascinatie in het gebied.\r\n\r\nOrlando is de thuisbasis van de University of Central Florida, het op één na grootste college in Florida.\r\n\r\nHet grondgebied van Orlando herbergt talloze meren, waaronder Lake Apopka, Eustis, Griffin, Harney, Harris, Jesup, Monroe, Sand Lake, Conway en Tohopekaliga.\r\n\r\nDe parken in Orlando en aangrenzende zones omvatten Azalea Park, Baldwin Park, Callahan,\r\n\r\nSchool Park, Crescent Park, Delaney Park, Lake Davis / Greenwood, Lake Eola Heights, Park Central, Park Lake Highland, Roosevelt Park en Thornton Park.\r\n\r\nOrlando heeft een diepgewortelde accommodatie-industrie. Het is een mengelmoes van eetgelegenheden en extravagante orlando-herbergen. De verblijven in Orlando staan bekend om hun extravagantie, troost en kwaliteitsadministraties. Elk verblijf in Orlando biedt de gasten een totale sentimentele wereld.','Orlando, de stad van schoonheid','','publish','closed','closed','','orlando-de-stad-van-schoonheid','','','2020-09-20 16:07:33','2020-09-20 16:07:33','',0,'http://orlandoorlando.nl/?p=11',0,'post','',0),(12,1,'2020-07-20 11:01:14','2020-07-20 11:01:14','','393','','inherit','closed','closed','','393','','','2020-07-20 11:01:14','2020-07-20 11:01:14','',11,'http://orlandoorlando.nl/wp-content/uploads/2020/07/393.png',0,'attachment','image/png',0),(13,1,'2020-07-20 11:01:30','2020-07-20 11:01:30','Orlando is een stad in het middelpunt van Florida. De stad Orlando is de provinciehoofdstad van Orange County, Florida. Orlando is de zesde grootste stad van Florida.\r\n\r\nOrlando heeft ook de bijnaam \"O-Town\", \"The City Beautiful\" en \"The Imaginary City\". De bron van Lake Eola is het beeld van Orlando. De stad wordt vernoemd naar een officier genaamd Orlando Reeves die zogenaamd de emmer in de regio heeft geschopt tijdens de oorlog tegen de Indiase Seminole-clan.\r\n\r\nOrlando is een van \'s werelds meest bezochte excursieplekken. De reisbranche krijgt de grootste inkomens in de stad. Orlando trekt naar verwachting 52 miljoen toeristen per jaar, tijdens de topseizoenen. De orlando excursie en orlando uitje-bundels zijn vurig gewilde arrangementen.\r\n\r\nDe belangrijkste attracties van Orlando zijn het Arboretum van de Universiteit van Centraal-Florida, het Blue Spring State Park, het Central Florida Zoological Park, Church Street Station, Cirque du Soleil, Cornell Fine Arts Museum, Cypress Gardens Adventure Park, Discovery Cove, Gatorland, Hard Rock Live en Hotel, International Trolley and Train Museum, Kennedy Space Center, Harry P. Leu Gardens, Medieval Times Dinner and Tournament, Morse Museum of American Art, Old Town, Orange County Regional History Center, Orlando Museum of Art, Orlando Science Center, Wekiwa Springs State Park, World of Orchids en Ripley\'s Believe It or Not !.\r\n\r\nDe stad staat algemeen bekend om het pretpark Disney World, waaronder het EPCOT Center en Animal Kingdom. Het Disney World Resort ligt in het Reedy Creek Improvement District.\r\n\r\nDe andere vakantiebestemmingen zijn Sea World, Universal Studios Florida, Universal Orlando Resort en \'s werelds grootste McDonald\'s.\r\n\r\nDe binnenstad van Orlando trekt het grote aantal vakantiegangers aan. Gatorland is misschien wel de meest doorgewinterde fascinatie in het gebied.\r\n\r\nOrlando is de thuisbasis van de University of Central Florida, het op één na grootste college in Florida.\r\n\r\nHet grondgebied van Orlando herbergt talloze meren, waaronder Lake Apopka, Eustis, Griffin, Harney, Harris, Jesup, Monroe, Sand Lake, Conway en Tohopekaliga.\r\n\r\nDe parken in Orlando en aangrenzende zones omvatten Azalea Park, Baldwin Park, Callahan,\r\n\r\nSchool Park, Crescent Park, Delaney Park, Lake Davis / Greenwood, Lake Eola Heights, Park Central, Park Lake Highland, Roosevelt Park en Thornton Park.\r\n\r\nOrlando heeft een diepgewortelde accommodatie-industrie. Het is een mengelmoes van eetgelegenheden en extravagante orlando-herbergen. De verblijven in Orlando staan bekend om hun extravagantie, troost en kwaliteitsadministraties. Elk verblijf in Orlando biedt de gasten een totale sentimentele wereld.','Orlando, de stad van schoonheid','','inherit','closed','closed','','11-revision-v1','','','2020-07-20 11:01:30','2020-07-20 11:01:30','',11,'http://orlandoorlando.nl/11-revision-v1/',0,'revision','',0),(18,1,'2020-07-20 11:02:24','2020-07-20 11:02:24','','Home','','publish','closed','closed','','home','','','2020-07-20 11:02:24','2020-07-20 11:02:24','',0,'http://orlandoorlando.nl/?page_id=18',0,'page','',0),(19,1,'2020-07-20 11:02:33','2020-07-20 11:02:33','<img class=\" wp-image-23 aligncenter\" src=\"http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg\" alt=\"\" width=\"393\" height=\"262\" />\r\n\r\nSchrijver, transformationeel essayist, instructeur en specialist, Oliver JR Cooper, komt uit Engeland. Zijn slimme redactionele en onderzoek omvat alle delen van menselijke verandering, inclusief liefde, associatie, zelfrespect en innerlijke mindfulness. Met meer dan 2.000, 400 artikelen van binnen en van buiten over wetenschap en gedrag van de menselijke hersenen, biedt Oliver vertrouwen naast zijn gedegen begeleiding.','About Us','','publish','closed','closed','','about-us','','','2020-07-20 11:06:02','2020-07-20 11:06:02','',0,'http://orlandoorlando.nl/?page_id=19',0,'page','',0),(20,1,'2020-07-20 11:11:05','2020-07-20 11:11:05','[contact-form-7 id=\"25\" title=\"Contact form 1\"]','Contact Us','','publish','closed','closed','','contact-us','','','2020-07-20 11:11:05','2020-07-20 11:11:05','',0,'http://orlandoorlando.nl/?page_id=20',0,'page','',0),(21,1,'2020-07-20 11:02:24','2020-07-20 11:02:24','','Home','','inherit','closed','closed','','18-revision-v1','','','2020-07-20 11:02:24','2020-07-20 11:02:24','',18,'http://orlandoorlando.nl/18-revision-v1/',0,'revision','',0),(22,1,'2020-07-20 11:02:33','2020-07-20 11:02:33','','About Us','','inherit','closed','closed','','19-revision-v1','','','2020-07-20 11:02:33','2020-07-20 11:02:33','',19,'http://orlandoorlando.nl/19-revision-v1/',0,'revision','',0),(23,1,'2020-07-20 11:05:36','2020-07-20 11:05:36','','25','','inherit','closed','closed','','25','','','2020-07-20 11:05:36','2020-07-20 11:05:36','',19,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg',0,'attachment','image/jpeg',0),(24,1,'2020-07-20 11:06:02','2020-07-20 11:06:02','<img class=\" wp-image-23 aligncenter\" src=\"http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg\" alt=\"\" width=\"393\" height=\"262\" />\r\n\r\nSchrijver, transformationeel essayist, instructeur en specialist, Oliver JR Cooper, komt uit Engeland. Zijn slimme redactionele en onderzoek omvat alle delen van menselijke verandering, inclusief liefde, associatie, zelfrespect en innerlijke mindfulness. Met meer dan 2.000, 400 artikelen van binnen en van buiten over wetenschap en gedrag van de menselijke hersenen, biedt Oliver vertrouwen naast zijn gedegen begeleiding.','About Us','','inherit','closed','closed','','19-revision-v1','','','2020-07-20 11:06:02','2020-07-20 11:06:02','',19,'http://orlandoorlando.nl/19-revision-v1/',0,'revision','',0),(25,1,'2020-07-20 11:07:20','2020-07-20 11:07:20','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\norlandoorlando.nl \"[your-subject]\"\norlandoorlando.nl <[email protected]>\[email protected]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\nReply-To: [your-email]\n\n\n\n\norlandoorlando.nl \"[your-subject]\"\norlandoorlando.nl <[email protected]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\nReply-To: [email protected]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-07-20 11:10:53','2020-07-20 11:10:53','',0,'http://orlandoorlando.nl/?post_type=wpcf7_contact_form&p=25',0,'wpcf7_contact_form','',0),(26,1,'2020-07-20 11:11:05','2020-07-20 11:11:05','[contact-form-7 id=\"25\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','20-revision-v1','','','2020-07-20 11:11:05','2020-07-20 11:11:05','',20,'http://orlandoorlando.nl/20-revision-v1/',0,'revision','',0),(27,1,'2020-07-20 11:11:15','2020-07-20 11:11:15','[contact-form-7 id=\"25\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','20-autosave-v1','','','2020-07-20 11:11:15','2020-07-20 11:11:15','',20,'http://orlandoorlando.nl/20-autosave-v1/',0,'revision','',0),(28,1,'2020-07-20 11:13:30','2020-07-20 11:13:30','Last updated: [wpautoterms last_updated_date]\r\n\r\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\r\n\r\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\r\n\r\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\r\n<h2>Intellectual Property</h2>\r\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\r\n\r\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Termination</h2>\r\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\r\n\r\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\r\n\r\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\r\n<h2>Changes</h2>\r\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-08-21 10:52:22','2020-08-21 10:52:22','',0,'http://orlandoorlando.nl/?page_id=28',0,'page','',0),(29,1,'2020-07-20 11:12:43','2020-07-20 11:12:43','Last updated: [wpautoterms last_updated_date]\r\n\r\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\r\n\r\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\r\n\r\nWe will not use or share your information with anyone except as described in this Privacy Policy.\r\n\r\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\r\n<h2>Information Collection And Use</h2>\r\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\r\n<ul>\r\n <li>Name</li>\r\n <li>Email address</li>\r\n <li>Telephone number</li>\r\n <li>Address</li>\r\n</ul>\r\n<h2>Log Data</h2>\r\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\r\n<h2>Cookies</h2>\r\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\r\n\r\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\r\n<h2>Service Providers</h2>\r\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\r\n\r\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\r\n<h2>Security</h2>\r\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\r\n<h2>Links To Other Sites</h2>\r\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h2>Children\'s Privacy</h2>\r\nOur Service does not address anyone under the age of 18 (\"Children\").\r\n\r\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\r\n<h2>Compliance With Laws</h2>\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n<h2>Changes To This Privacy Policy</h2>\r\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\r\n\r\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2020-08-21 10:52:15','2020-08-21 10:52:15','',0,'http://orlandoorlando.nl/?page_id=29',0,'page','',0),(36,1,'2020-07-20 11:12:43','2020-07-20 11:12:43','<h2>Information Collection And Use</h2>\r\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\r\n<ul>\r\n <li>Name</li>\r\n <li>Email address</li>\r\n <li>Telephone number</li>\r\n <li>Address</li>\r\n</ul>\r\n<h2>Log Data</h2>\r\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\r\n<h2>Cookies</h2>\r\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\r\n\r\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\r\n<h2>Service Providers</h2>\r\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\r\n\r\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\r\n<h2>Security</h2>\r\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\r\n<h2>Links To Other Sites</h2>\r\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h2>Children\'s Privacy</h2>\r\nOur Service does not address anyone under the age of 18 (\"Children\").\r\n\r\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\r\n<h2>Compliance With Laws</h2>\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n<h2>Changes To This Privacy Policy</h2>\r\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\r\n\r\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','29-revision-v1','','','2020-07-20 11:12:43','2020-07-20 11:12:43','',29,'http://orlandoorlando.nl/29-revision-v1/',0,'revision','',0),(39,1,'2020-07-20 11:13:30','2020-07-20 11:13:30','<h2>Intellectual Property</h2>\r\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\r\n\r\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\r\n\r\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\r\n<h2>Changes</h2>\r\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','28-revision-v1','','','2020-07-20 11:13:30','2020-07-20 11:13:30','',28,'http://orlandoorlando.nl/28-revision-v1/',0,'revision','',0),(44,1,'2020-07-20 11:24:34','2020-07-20 11:24:34','','Home','','publish','closed','closed','','home','','','2020-07-20 11:24:52','2020-07-20 11:24:52','',0,'http://orlandoorlando.nl/?p=44',1,'nav_menu_item','',0),(45,1,'2020-07-20 11:24:34','2020-07-20 11:24:34',' ','','','publish','closed','closed','','45','','','2020-07-20 11:24:52','2020-07-20 11:24:52','',0,'http://orlandoorlando.nl/?p=45',2,'nav_menu_item','',0),(46,1,'2020-07-20 11:24:34','2020-07-20 11:24:34',' ','','','publish','closed','closed','','46','','','2020-07-20 11:24:52','2020-07-20 11:24:52','',0,'http://orlandoorlando.nl/?p=46',3,'nav_menu_item','',0),(47,1,'2020-07-20 11:24:25','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2020-07-20 11:24:25','0000-00-00 00:00:00','',0,'http://orlandoorlando.nl/?p=47',1,'nav_menu_item','',0),(48,1,'2020-07-20 11:24:34','2020-07-20 11:24:34',' ','','','publish','closed','closed','','48','','','2020-07-20 11:24:52','2020-07-20 11:24:52','',0,'http://orlandoorlando.nl/?p=48',4,'nav_menu_item','',0),(49,1,'2020-07-20 11:24:34','2020-07-20 11:24:34',' ','','','publish','closed','closed','','49','','','2020-07-20 11:24:52','2020-07-20 11:24:52','',0,'http://orlandoorlando.nl/?p=49',5,'nav_menu_item','',0),(50,1,'2020-07-20 11:32:24','2020-07-20 11:32:24','','394','','inherit','closed','closed','','394','','','2020-07-20 11:32:24','2020-07-20 11:32:24','',0,'http://orlandoorlando.nl/wp-content/uploads/2020/07/394.jpg',0,'attachment','image/jpeg',0),(51,1,'2020-07-20 11:33:57','2020-07-20 11:33:57','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n[submit \"Send\"]\n1\norlandoorlando.nl \"[your-subject]\"\norlandoorlando.nl <[email protected]>\[email protected]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\nReply-To: [your-email]\n\n\n\n\norlandoorlando.nl \"[your-subject]\"\norlandoorlando.nl <[email protected]>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on orlandoorlando.nl (http://orlandoorlando.nl)\nReply-To: [email protected]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Untitled','','publish','closed','closed','','untitled','','','2020-07-20 11:33:57','2020-07-20 11:33:57','',0,'http://orlandoorlando.nl/?post_type=wpcf7_contact_form&p=51',0,'wpcf7_contact_form','',0),(52,1,'2020-07-20 11:36:13','2020-07-20 11:36:13','','395','','inherit','closed','closed','','395','','','2020-07-20 11:36:13','2020-07-20 11:36:13','',0,'http://orlandoorlando.nl/wp-content/uploads/2020/07/395.jpg',0,'attachment','image/jpeg',0),(55,1,'2020-07-20 11:51:11','2020-07-20 11:51:11','.site-main .post-thumb{\n width: 100%;\n flex: 100%;\n}\n\n.site-main .entry-content{\n width: 100%;\n text-align: justify;\n}\n\n.entry-content p{\n font-size: 18px;\n}\n\n.continue-reading {\n display: none;\n}\n\n.medium-text-right {\n display: none;\n}\n.medium-text-left {\n text-align: center;\n font-size: 14px;\n text-transform: capitalize;\n}\n\n#top-bar {\n display: none;\n}\n\n#primary-menu li a{\n font-size: 16px;\n}\n\n.slick-track{\n overflow: hidden;\n}\n\n.slick-slide{\n height: 70vh;\n object-fit: cover;\n}\n\n.entry-meta {\n display: none;\n}','makenzie-lite','','publish','closed','closed','','makenzie-lite','','','2020-07-20 12:15:11','2020-07-20 12:15:11','',0,'http://orlandoorlando.nl/makenzie-lite/',0,'custom_css','',0),(65,1,'2020-07-20 12:04:04','2020-07-20 12:04:04','','logo97','','inherit','closed','closed','','logo97','','','2020-07-20 12:04:04','2020-07-20 12:04:04','',0,'http://orlandoorlando.nl/wp-content/uploads/2020/07/logo97.png',0,'attachment','image/png',0),(66,1,'2020-07-20 12:04:14','2020-07-20 12:04:14','http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97.png','cropped-logo97.png','','inherit','closed','closed','','cropped-logo97-png','','','2020-07-20 12:04:14','2020-07-20 12:04:14','',0,'http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97.png',0,'attachment','image/png',0),(68,1,'2020-07-20 12:05:34','2020-07-20 12:05:34','http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97-1.png','cropped-logo97-1.png','','inherit','closed','closed','','cropped-logo97-1-png','','','2020-07-20 12:05:34','2020-07-20 12:05:34','',0,'http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97-1.png',0,'attachment','image/png',0),(72,1,'2020-07-20 12:12:06','2020-07-20 12:12:06','.site-main .post-thumb{\n width: 100%;\n flex: 100%;\n}\n\n.site-main .entry-content{\n width: 100%;\n text-align: justify;\n}\n\n.entry-content p{\n font-size: 18px;\n}\n\n.continue-reading {\n display: none;\n}\n\n.medium-text-right {\n display: none;\n}\n.medium-text-left {\n text-align: center;\n font-size: 14px;\n text-transform: capitalize;\n}\n\n#top-bar {\n display: none;\n}\n\n#primary-menu li a{\n font-size: 16px;\n}\n\n.slick-slide{\n height: 70vh;\n object-fit: cover;\n}','makenzie-lite','','inherit','closed','closed','','55-revision-v1','','','2020-07-20 12:12:06','2020-07-20 12:12:06','',55,'http://orlandoorlando.nl/55-revision-v1/',0,'revision','',0),(74,1,'2020-07-20 12:12:49','2020-07-20 12:12:49','.site-main .post-thumb{\n width: 100%;\n flex: 100%;\n}\n\n.site-main .entry-content{\n width: 100%;\n text-align: justify;\n}\n\n.entry-content p{\n font-size: 18px;\n}\n\n.continue-reading {\n display: none;\n}\n\n.medium-text-right {\n display: none;\n}\n.medium-text-left {\n text-align: center;\n font-size: 14px;\n text-transform: capitalize;\n}\n\n#top-bar {\n display: none;\n}\n\n#primary-menu li a{\n font-size: 16px;\n}\n\n.slick-track{\n overflow: hidden;\n}\n\n.slick-slide{\n height: 70vh;\n object-fit: cover;\n}','makenzie-lite','','inherit','closed','closed','','55-revision-v1','','','2020-07-20 12:12:49','2020-07-20 12:12:49','',55,'http://orlandoorlando.nl/55-revision-v1/',0,'revision','',0),(76,1,'2020-07-20 12:13:53','2020-07-20 12:13:53','.site-main .post-thumb{\n width: 100%;\n flex: 100%;\n}\n\n.site-main .entry-content{\n width: 100%;\n text-align: justify;\n}\n\n.entry-content p{\n font-size: 18px;\n}\n\n.continue-reading {\n display: none;\n}\n\n.medium-text-right {\n display: none;\n}\n.medium-text-left {\n text-align: center;\n font-size: 14px;\n text-transform: capitalize;\n}\n\n#top-bar {\n display: none;\n}\n\n#primary-menu li a{\n font-size: 16px;\n}\n\n.slick-track{\n overflow: hidden;\n}\n\n.slick-slide{\n height: 70vh;\n object-fit: cover;\n}\n\n.entry-meta {\n display: none;\n}','makenzie-lite','','inherit','closed','closed','','55-revision-v1','','','2020-07-20 12:13:53','2020-07-20 12:13:53','',55,'http://orlandoorlando.nl/55-revision-v1/',0,'revision','',0),(78,1,'2020-07-20 12:14:46','2020-07-20 12:14:46','.site-main .post-thumb{\n width: 100%;\n flex: 100%;\n}\n\n.site-main .entry-content{\n width: 100%;\n text-align: justify;\n}\n\n.entry-content p{\n font-size: 18px;\n}\n\n.continue-reading {\n display: none;\n}\n\n.medium-text-right {\n display: none;\n}\n.medium-text-left {\n text-align: center;\n font-size: 14px;\n text-transform: capitalize;\n}\n\n#top-bar {\n display: none;\n}\n\n#primary-menu li a{\n font-size: 16px;\n}\n\n.slick-track{\n overflow: hidden;\n}\n\n.slick-slide{\n height: 80vh;\n object-fit: cover;\n}\n\n.entry-meta {\n display: none;\n}','makenzie-lite','','inherit','closed','closed','','55-revision-v1','','','2020-07-20 12:14:46','2020-07-20 12:14:46','',55,'http://orlandoorlando.nl/55-revision-v1/',0,'revision','',0),(80,1,'2020-07-20 12:15:11','2020-07-20 12:15:11','.site-main .post-thumb{\n width: 100%;\n flex: 100%;\n}\n\n.site-main .entry-content{\n width: 100%;\n text-align: justify;\n}\n\n.entry-content p{\n font-size: 18px;\n}\n\n.continue-reading {\n display: none;\n}\n\n.medium-text-right {\n display: none;\n}\n.medium-text-left {\n text-align: center;\n font-size: 14px;\n text-transform: capitalize;\n}\n\n#top-bar {\n display: none;\n}\n\n#primary-menu li a{\n font-size: 16px;\n}\n\n.slick-track{\n overflow: hidden;\n}\n\n.slick-slide{\n height: 70vh;\n object-fit: cover;\n}\n\n.entry-meta {\n display: none;\n}','makenzie-lite','','inherit','closed','closed','','55-revision-v1','','','2020-07-20 12:15:11','2020-07-20 12:15:11','',55,'http://orlandoorlando.nl/55-revision-v1/',0,'revision','',0),(84,1,'2020-08-21 10:51:51','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n<h2>Intellectual Property</h2>\n\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n<h2>Disclaimer</h2>\n\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','draft','closed','closed','','terms-and-conditions','','','2020-08-21 10:51:51','2020-08-21 10:51:51','',0,'http://orlandoorlando.nl/?post_type=wpautoterms_page&p=84',0,'wpautoterms_page','',0),(85,1,'2020-08-21 10:52:04','0000-00-00 00:00:00','\nLast updated: [wpautoterms last_updated_date]\n\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\n\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\n\nWe will not use or share your information with anyone except as described in this Privacy Policy.\n\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\n\n<h2>Information Collection And Use</h2>\n\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\n\n<ul>\n<li>Name</li><li>Email address</li><li>Telephone number</li><li>Address</li></ul>\n\n<h2>Log Data</h2>\n\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\n\n\n<h2>Cookies</h2>\n\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\n\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\n\n\n<h2>Service Providers</h2>\n\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\n\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\n\n<h2>Security</h2>\n\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\n\n<h2>Links To Other Sites</h2>\n\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\n\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\n\n<h2>Children\'s Privacy</h2>\n\nOur Service does not address anyone under the age of 18 (\"Children\").\n\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\n\n<h2>Compliance With Laws</h2>\n\nWe will disclose your Personal Information where required to do so by law or subpoena.\n\n<h2>Changes To This Privacy Policy</h2>\n\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\n\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','draft','closed','closed','','privacy-policy','','','2020-08-21 10:52:04','2020-08-21 10:52:04','',0,'http://orlandoorlando.nl/?post_type=wpautoterms_page&p=85',0,'wpautoterms_page','',0),(86,1,'2020-08-21 10:51:51','2020-08-21 10:51:51','','placeholder','','inherit','closed','closed','','84-revision-v1','','','2020-08-21 10:51:51','2020-08-21 10:51:51','',84,'http://orlandoorlando.nl/84-revision-v1/',0,'revision','',0),(87,1,'2020-08-21 10:51:51','2020-08-21 10:51:51','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n<h2>Intellectual Property</h2>\n\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n<h2>Disclaimer</h2>\n\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','84-revision-v1','','','2020-08-21 10:51:51','2020-08-21 10:51:51','',84,'http://orlandoorlando.nl/84-revision-v1/',0,'revision','',0),(88,1,'2020-08-21 10:52:04','2020-08-21 10:52:04','','placeholder','','inherit','closed','closed','','85-revision-v1','','','2020-08-21 10:52:04','2020-08-21 10:52:04','',85,'http://orlandoorlando.nl/85-revision-v1/',0,'revision','',0),(89,1,'2020-08-21 10:52:04','2020-08-21 10:52:04','\nLast updated: [wpautoterms last_updated_date]\n\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\n\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\n\nWe will not use or share your information with anyone except as described in this Privacy Policy.\n\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\n\n<h2>Information Collection And Use</h2>\n\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\n\n<ul>\n<li>Name</li><li>Email address</li><li>Telephone number</li><li>Address</li></ul>\n\n<h2>Log Data</h2>\n\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\n\n\n<h2>Cookies</h2>\n\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\n\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\n\n\n<h2>Service Providers</h2>\n\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\n\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\n\n<h2>Security</h2>\n\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\n\n<h2>Links To Other Sites</h2>\n\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\n\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\n\n<h2>Children\'s Privacy</h2>\n\nOur Service does not address anyone under the age of 18 (\"Children\").\n\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\n\n<h2>Compliance With Laws</h2>\n\nWe will disclose your Personal Information where required to do so by law or subpoena.\n\n<h2>Changes To This Privacy Policy</h2>\n\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\n\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','85-revision-v1','','','2020-08-21 10:52:04','2020-08-21 10:52:04','',85,'http://orlandoorlando.nl/85-revision-v1/',0,'revision','',0),(90,1,'2020-08-21 10:52:15','2020-08-21 10:52:15','Last updated: [wpautoterms last_updated_date]\r\n\r\n[wpautoterms company_name] (\"us\", \"we\", or \"our\") operates the [wpautoterms site_name] website (the \"Service\").\r\n\r\nThis page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.\r\n\r\nWe will not use or share your information with anyone except as described in this Privacy Policy.\r\n\r\nWe use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at [wpautoterms site_url]\r\n<h2>Information Collection And Use</h2>\r\nWhile using our Service, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information (\"Personal Information\") may include, but is not limited to:\r\n<ul>\r\n <li>Name</li>\r\n <li>Email address</li>\r\n <li>Telephone number</li>\r\n <li>Address</li>\r\n</ul>\r\n<h2>Log Data</h2>\r\nWe collect information that your browser sends whenever you visit our Service (\"Log Data\"). This Log Data may include information such as your computer\'s Internet Protocol (\"IP\") address, browser type, browser version, the pages of our Service that you visit, the time and date of your visit, the time spent on those pages and other statistics.\r\n<h2>Cookies</h2>\r\nCookies are files with small amount of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer\'s hard drive.\r\n\r\nWe use \"cookies\" to collect information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our Service.\r\n<h2>Service Providers</h2>\r\nWe may employ third party companies and individuals to facilitate our Service, to provide the Service on our behalf, to perform Service-related services or to assist us in analyzing how our Service is used.\r\n\r\nThese third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.\r\n<h2>Security</h2>\r\nThe security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security.\r\n<h2>Links To Other Sites</h2>\r\nOur Service may contain links to other sites that are not operated by us. If you click on a third party link, you will be directed to that third party\'s site. We strongly advise you to review the Privacy Policy of every site you visit.\r\n\r\nWe have no control over, and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\r\n<h2>Children\'s Privacy</h2>\r\nOur Service does not address anyone under the age of 18 (\"Children\").\r\n\r\nWe do not knowingly collect personally identifiable information from children under 18. If you are a parent or guardian and you are aware that your child has provided us with Personal Information, please contact us. If we discover that a child under 18 has provided us with Personal Information, we will delete such information from our servers immediately.\r\n<h2>Compliance With Laws</h2>\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n<h2>Changes To This Privacy Policy</h2>\r\nWe may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.\r\n\r\nYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','29-revision-v1','','','2020-08-21 10:52:15','2020-08-21 10:52:15','',29,'http://orlandoorlando.nl/29-revision-v1/',0,'revision','',0),(91,1,'2020-08-21 10:52:22','2020-08-21 10:52:22','Last updated: [wpautoterms last_updated_date]\r\n\r\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\r\n\r\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\r\n\r\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\r\n<h2>Intellectual Property</h2>\r\nThe Service and its original content, features and functionality are and will remain the exclusive property of [wpautoterms company_name] and its licensors.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\r\n\r\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Termination</h2>\r\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\r\n\r\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Netherlands without regard to its conflict of law provisions.\r\n\r\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\r\n<h2>Changes</h2>\r\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','28-revision-v1','','','2020-08-21 10:52:22','2020-08-21 10:52:22','',28,'http://orlandoorlando.nl/28-revision-v1/',0,'revision','',0),(93,1,'2020-10-02 04:04:17','2020-10-02 04:04:17','Godzijdank voor technologie en online dating, nu meer dan ooit! In dit vreemde tijdperk van zelfisolatie en quarantaine kunnen we via technologie meer dan ooit verbonden blijven. Of het nu gaat om een bericht op sociale media, een sms of een videochat, we kunnen contact houden met de mensen waar we het meest om geven, zelfs als ze mijlenver verwijderd zijn. Om u te helpen zo dicht mogelijk bij elkaar te komen, hebben we relatiedeskundigen van cheekylovers.com gevraagd naar de beste ideeën voor langeafstandsdata die paren kunnen gebruiken om hun verbinding gezond en sterk te houden. <a href=\"https://leukedatingsite.nl/novamora/\">novamora ervaringen</a> zijn goed.\r\n\r\n \r\n\r\nHoe u een romance kunt opbouwen tijdens quarantaine\r\n\r\nDus je bent vrijgezel en klaar om je te mengen, maar ineens kun je niet meer naar buiten! Waarom zou dat je ervan weerhouden om wat datingplezier te hebben? Dankzij technologie zijn er nu nog meer manieren om elkaar te ontmoeten zonder elkaar te ontmoeten. Of je nu net begint aan je romantische reis of net in de greep bent van een romantische relatie, er zijn zoveel dingen die je kunt doen. Laten we niet vergeten dat dit niet eeuwig zal duren, dus gebruik deze tijd goed:\r\n\r\n \r\n\r\n<a href=\"https://www.youtube.com/embed/ETvQtlEVtRI\">https://www.youtube.com/embed/ETvQtlEVtRI</a>\r\n\r\n \r\n\r\nGa online en blader door de contactadvertenties van potentiële datums\r\n\r\nHaal online op met de laatste datum die je had en blijf inchecken\r\n\r\nHeb een virtuele date - videochat betekent dat je kunt drinken en een praatje kunt maken, zelfs op veilige afstand.\r\n\r\nStel jezelf een datum op die je kunt ontmoeten als dit allemaal voorbij is en breng de komende weken door om ze beter te leren kennen\r\n\r\nGebruik deze tijd om alles te ontdekken wat je moet weten en de ideale meid of man te ontmoeten. <a href=\"https://leukedatingsite.nl/secondlove/\">second love dating</a> is bekend.\r\n\r\n \r\n\r\nHeb een virtuele filmdatum\r\n\r\nJe hoeft niet samen naar de bioscoop te gaan om te genieten van een filmdate-avond. Zet tegelijkertijd een filmpje op en bekijk het samen. Stel je voor dat je het samen in de bioscoop bekijkt. Schenk jezelf een drankje in en maak de snacks klaar. Wat een reden om je aan te kleden. Trek je beste clobber aan, doe je haar en make-up (dames) en pak dan je snacks. Als je wilt, wil je misschien iets comfortabeler dragen, maar toch moeite doen met het haar en de make-up. Niets weerhoudt je ervan om je beste ondergoed te dragen.\r\n\r\n \r\n\r\n10 romantische films, perfect voor een langeafstandsdatum\r\n\r\nAfgezien van de taal van de liefde is het belangrijk om films in de juiste taal te kiezen. We raden aan dat Engels waarschijnlijk de meest algemeen erkende taal is, dus laten we gaan met onze top tien van nieuwste films die misschien bekender zijn in de westerse wereld. Deze zijn niet goed voor de sci-fi- of horrorliefhebbers onder jullie, maar het zijn onze romantische filmvoorstellen om jullie allebei in de stemming te brengen voor liefde:\r\n\r\n \r\n\r\nThe Notebook - Dit is momenteel te vinden op Netflix en andere streamingdiensten\r\n\r\nTitanic - Een triest einde maar zeker een liefdesverhaal\r\n\r\nPretty Woman - een klassieke romantische film\r\n\r\nArmageddon (tenzij je weg wilt blijven van het einde van de verhaallijnen van het wereldtype)\r\n\r\nNotting Hill - je kunt een goede oude Britse klassieker niet verslaan\r\n\r\nCity of Angels - Nicholas Cage en Meg Ryan en een ontroerend verhaal\r\n\r\nSlapeloos in Seattle - een Amerikaans liefdesverhaal uit de jaren 90\r\n\r\nRunaway Bride - Nog een klassieker met Julia Roberts en Richard Gere\r\n\r\n50 First Dates - als je van Adam Sandler en Drew Barrymore houdt, dan is dit een goede keuze\r\n\r\nLove Actually - nog een Brit-klassieker met een aantal liefdesverhalen die tegelijkertijd lopen\r\n\r\nHet enige dat u hoeft te doen, is uw film naar keuze kiezen, een datum en een tijd kiezen en achterover leunen en genieten van uw virtuele date, net alsof u in de bioscoop bent, hoewel niemand hoeft te betalen voor de tickets en u kunt genieten een beetje flirten en wat je maar wilt in de privacy van je eigen huis.\r\n\r\n \r\n\r\n ','Distance Movie Date als onderdeel van online dating','','publish','closed','closed','','distance-movie-date-als-onderdeel-van-online-dating','','','2020-08-29 04:05:52','2020-08-29 04:05:52','',0,'http://orlandoorlando.nl/?p=93',0,'post','',0),(94,1,'2020-08-29 04:05:13','2020-08-29 04:05:13','','d45f4g5fd4g','','inherit','closed','closed','','d45f4g5fd4g','','','2020-08-29 04:05:13','2020-08-29 04:05:13','',93,'http://orlandoorlando.nl/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg',0,'attachment','image/jpeg',0),(95,1,'2020-08-29 04:05:52','2020-08-29 04:05:52','Godzijdank voor technologie en online dating, nu meer dan ooit! In dit vreemde tijdperk van zelfisolatie en quarantaine kunnen we via technologie meer dan ooit verbonden blijven. Of het nu gaat om een bericht op sociale media, een sms of een videochat, we kunnen contact houden met de mensen waar we het meest om geven, zelfs als ze mijlenver verwijderd zijn. Om u te helpen zo dicht mogelijk bij elkaar te komen, hebben we relatiedeskundigen van cheekylovers.com gevraagd naar de beste ideeën voor langeafstandsdata die paren kunnen gebruiken om hun verbinding gezond en sterk te houden. <a href=\"https://leukedatingsite.nl/novamora/\">novamora ervaringen</a> zijn goed.\r\n\r\n \r\n\r\nHoe u een romance kunt opbouwen tijdens quarantaine\r\n\r\nDus je bent vrijgezel en klaar om je te mengen, maar ineens kun je niet meer naar buiten! Waarom zou dat je ervan weerhouden om wat datingplezier te hebben? Dankzij technologie zijn er nu nog meer manieren om elkaar te ontmoeten zonder elkaar te ontmoeten. Of je nu net begint aan je romantische reis of net in de greep bent van een romantische relatie, er zijn zoveel dingen die je kunt doen. Laten we niet vergeten dat dit niet eeuwig zal duren, dus gebruik deze tijd goed:\r\n\r\n \r\n\r\n<a href=\"https://www.youtube.com/embed/ETvQtlEVtRI\">https://www.youtube.com/embed/ETvQtlEVtRI</a>\r\n\r\n \r\n\r\nGa online en blader door de contactadvertenties van potentiële datums\r\n\r\nHaal online op met de laatste datum die je had en blijf inchecken\r\n\r\nHeb een virtuele date - videochat betekent dat je kunt drinken en een praatje kunt maken, zelfs op veilige afstand.\r\n\r\nStel jezelf een datum op die je kunt ontmoeten als dit allemaal voorbij is en breng de komende weken door om ze beter te leren kennen\r\n\r\nGebruik deze tijd om alles te ontdekken wat je moet weten en de ideale meid of man te ontmoeten. <a href=\"https://leukedatingsite.nl/secondlove/\">second love dating</a> is bekend.\r\n\r\n \r\n\r\nHeb een virtuele filmdatum\r\n\r\nJe hoeft niet samen naar de bioscoop te gaan om te genieten van een filmdate-avond. Zet tegelijkertijd een filmpje op en bekijk het samen. Stel je voor dat je het samen in de bioscoop bekijkt. Schenk jezelf een drankje in en maak de snacks klaar. Wat een reden om je aan te kleden. Trek je beste clobber aan, doe je haar en make-up (dames) en pak dan je snacks. Als je wilt, wil je misschien iets comfortabeler dragen, maar toch moeite doen met het haar en de make-up. Niets weerhoudt je ervan om je beste ondergoed te dragen.\r\n\r\n \r\n\r\n10 romantische films, perfect voor een langeafstandsdatum\r\n\r\nAfgezien van de taal van de liefde is het belangrijk om films in de juiste taal te kiezen. We raden aan dat Engels waarschijnlijk de meest algemeen erkende taal is, dus laten we gaan met onze top tien van nieuwste films die misschien bekender zijn in de westerse wereld. Deze zijn niet goed voor de sci-fi- of horrorliefhebbers onder jullie, maar het zijn onze romantische filmvoorstellen om jullie allebei in de stemming te brengen voor liefde:\r\n\r\n \r\n\r\nThe Notebook - Dit is momenteel te vinden op Netflix en andere streamingdiensten\r\n\r\nTitanic - Een triest einde maar zeker een liefdesverhaal\r\n\r\nPretty Woman - een klassieke romantische film\r\n\r\nArmageddon (tenzij je weg wilt blijven van het einde van de verhaallijnen van het wereldtype)\r\n\r\nNotting Hill - je kunt een goede oude Britse klassieker niet verslaan\r\n\r\nCity of Angels - Nicholas Cage en Meg Ryan en een ontroerend verhaal\r\n\r\nSlapeloos in Seattle - een Amerikaans liefdesverhaal uit de jaren 90\r\n\r\nRunaway Bride - Nog een klassieker met Julia Roberts en Richard Gere\r\n\r\n50 First Dates - als je van Adam Sandler en Drew Barrymore houdt, dan is dit een goede keuze\r\n\r\nLove Actually - nog een Brit-klassieker met een aantal liefdesverhalen die tegelijkertijd lopen\r\n\r\nHet enige dat u hoeft te doen, is uw film naar keuze kiezen, een datum en een tijd kiezen en achterover leunen en genieten van uw virtuele date, net alsof u in de bioscoop bent, hoewel niemand hoeft te betalen voor de tickets en u kunt genieten een beetje flirten en wat je maar wilt in de privacy van je eigen huis.\r\n\r\n \r\n\r\n ','Distance Movie Date als onderdeel van online dating','','inherit','closed','closed','','93-revision-v1','','','2020-08-29 04:05:52','2020-08-29 04:05:52','',93,'http://orlandoorlando.nl/93-revision-v1/',0,'revision','',0),(97,1,'2020-10-09 05:31:42','2020-10-09 05:31:42','De laatste informatie van de DVSA over tests, annuleringen en sluitingen van testcentra\r\n\r\nDe DVSA heeft aangekondigd dat het alle rijexamens in Engeland, Schotland en Wales heeft geannuleerd om de verspreiding van het coronavirus te helpen vertragen.\r\n\r\n \r\n\r\nVanaf vrijdag 20 maart zijn alle praktijktesten voor maximaal drie maanden geschorst.\r\n\r\n \r\n\r\nDe DVSA bevestigde dat als reactie op de uitbraak alle theorie-examens tot 20 april zouden worden afgelast.\r\n\r\n \r\n\r\nHet heeft echter plannen opgesteld om rijexamens te verzorgen voor mensen die kritieke diensten verlenen.\r\n\r\n \r\n\r\nContact verminderen\r\n\r\nBij de aankondiging zei Transportsecretaris Grant Shapps: `` Omdat het onmogelijk is om gedurende een langere periode sociale afstand te bewaren, hebben we het testen van chauffeurs voor de komende drie maanden opgeschort om het publiek te beschermen in onze nationale strijd tegen COVID19.\r\n\r\n \r\n\r\n\"Het is van vitaal belang dat degenen die een test nodig hebben, er een kunnen krijgen, dus DVSA biedt tests aan aan degenen die een kritieke behoefte hebben, zoals de NHS en chauffeurs die goederen in het VK afleveren.\"\r\n\r\n \r\n\r\nNoord-Ierland, dat een ander testsysteem hanteert dan de rest van het VK, heeft vanaf vrijdag 20 maart ook alle rijexamens voor drie maanden opgeschort.\r\n\r\n \r\n\r\nDe minister van Infrastructuur van Noord-Ierland, Nichola Mallon, zei: \"Het is de juiste stap gezien het volksgezondheidsadvies over sociale afstandelijkheid en gezien de persoonlijke aard van de chauffeurstestdienst.\"\r\n\r\n \r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Lje52ed-EhQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nOmboeken\r\n\r\nDe DVSA heeft een apart advies uitgebracht over afgelaste theorie- en praktijktoetsen.\r\n\r\n \r\n\r\nAlle theorie-examens tot en met vrijdag 20 april zijn afgelast. Alle betrokken studenten ontvangen een terugbetaling voor hun testgeld en worden per e-mail op de hoogte gesteld zodra ze hun test opnieuw kunnen boeken, wat enkele weken kan duren. U kunt vanaf 21 april 2020 nog testen boeken, wijzigen of annuleren.\r\n\r\n \r\n\r\nChauffeurs die een praktijktest hebben laten afzeggen, krijgen hun test automatisch gratis omgeboekt. U ontvangt een e-mail om u te laten weten dat uw test is omgeboekt, inclusief de nieuwe datum en tijd van uw test. U zult deze e-mail niet onmiddellijk ontvangen; deze zou ongeveer twee weken vóór uw oorspronkelijke testdatum moeten aankomen.\r\n\r\n \r\n\r\nHet is waarschijnlijk dat uw nieuwe testdatum ongeveer drie maanden na uw oorspronkelijke datum zal zijn. <a href=\"https://verkeersborden.nu/symbolen-auto\">auto lampjes betekenis</a> is te bewerken.\r\n\r\n \r\n\r\nAls u wilt, kunt u uw test annuleren en een volledige terugbetaling krijgen door een e-mail te sturen naar [email protected] met uw volledige naam (zoals vermeld op uw rijbewijs) en twee van de volgende: rijbewijsnummer; certificaatnummer theorie examen; testboekingsreferentie.\r\n\r\n \r\n\r\nAls u nog geen rijexamen heeft geboekt, kunt u dit op dit moment niet doen. Wanneer de boeking opnieuw wordt geopend, wordt voorrang gegeven aan mensen van wie de test is geannuleerd.\r\n\r\n \r\n\r\nKritische werkers en noodtests\r\n\r\nU kunt tijdens de schorsingsperiode nog steeds een noodtest krijgen als uw werk cruciaal is voor de COVID-19-respons of als u in een kritieke sector werkt.\r\n\r\n \r\n\r\nDeze omvatten:\r\n\r\ngezondheids-en sociale zorg\r\n\r\nonderwijs en kinderopvang\r\n\r\nbelangrijke openbare diensten\r\n\r\nlokale en nationale overheid\r\n\r\nvoedsel en andere noodzakelijke goederen\r\n\r\nopenbare veiligheid en nationale veiligheid\r\n\r\nvervoer\r\n\r\nnutsvoorzieningen, communicatie en financiële diensten\r\n\r\n<iframe src=\"https://www.youtube.com/embed/Lje52ed-EhQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nOut-of-pocket uitgaven\r\n\r\nChauffeurs van wie het theorie-examen op of voor maandag 23 maart 2020 zou plaatsvinden of van wie het praktijkexamen op of voor dinsdag 24 maart zou plaatsvinden, kunnen een beroep doen op restitutie van contante onkosten. Deze dekken zaken als de kosten van het huren van de auto van uw instructeurs, reiskosten om naar het testcentrum te gaan en eventuele gederfde inkomsten door vrije tijd te nemen om de test af te leggen. <a href=\"https://verkeersborden.nu/theorie-examen-oefenen\">theorie examen auto oefenen online</a> kan makkelijk.','Rijexamens afgelast vanwege coronavirus: wat gebeurt er als je theorie- of praktijktoets wordt uitgesteld','','publish','closed','closed','','rijexamens-afgelast-vanwege-coronavirus-wat-gebeurt-er-als-je-theorie-of-praktijktoets-wordt-uitgesteld','','','2020-09-14 05:33:23','2020-09-14 05:33:23','',0,'http://orlandoorlando.nl/?p=97',0,'post','',0),(98,1,'2020-09-14 05:32:33','2020-09-14 05:32:33','','d5f5ds45f','','inherit','closed','closed','','d5f5ds45f','','','2020-09-14 05:32:33','2020-09-14 05:32:33','',97,'http://orlandoorlando.nl/wp-content/uploads/2020/09/d5f5ds45f.jpg',0,'attachment','image/jpeg',0),(99,1,'2020-09-14 05:33:23','2020-09-14 05:33:23','De laatste informatie van de DVSA over tests, annuleringen en sluitingen van testcentra\r\n\r\nDe DVSA heeft aangekondigd dat het alle rijexamens in Engeland, Schotland en Wales heeft geannuleerd om de verspreiding van het coronavirus te helpen vertragen.\r\n\r\n \r\n\r\nVanaf vrijdag 20 maart zijn alle praktijktesten voor maximaal drie maanden geschorst.\r\n\r\n \r\n\r\nDe DVSA bevestigde dat als reactie op de uitbraak alle theorie-examens tot 20 april zouden worden afgelast.\r\n\r\n \r\n\r\nHet heeft echter plannen opgesteld om rijexamens te verzorgen voor mensen die kritieke diensten verlenen.\r\n\r\n \r\n\r\nContact verminderen\r\n\r\nBij de aankondiging zei Transportsecretaris Grant Shapps: `` Omdat het onmogelijk is om gedurende een langere periode sociale afstand te bewaren, hebben we het testen van chauffeurs voor de komende drie maanden opgeschort om het publiek te beschermen in onze nationale strijd tegen COVID19.\r\n\r\n \r\n\r\n\"Het is van vitaal belang dat degenen die een test nodig hebben, er een kunnen krijgen, dus DVSA biedt tests aan aan degenen die een kritieke behoefte hebben, zoals de NHS en chauffeurs die goederen in het VK afleveren.\"\r\n\r\n \r\n\r\nNoord-Ierland, dat een ander testsysteem hanteert dan de rest van het VK, heeft vanaf vrijdag 20 maart ook alle rijexamens voor drie maanden opgeschort.\r\n\r\n \r\n\r\nDe minister van Infrastructuur van Noord-Ierland, Nichola Mallon, zei: \"Het is de juiste stap gezien het volksgezondheidsadvies over sociale afstandelijkheid en gezien de persoonlijke aard van de chauffeurstestdienst.\"\r\n\r\n \r\n\r\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Lje52ed-EhQ\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\r\n\r\n \r\n\r\nOmboeken\r\n\r\nDe DVSA heeft een apart advies uitgebracht over afgelaste theorie- en praktijktoetsen.\r\n\r\n \r\n\r\nAlle theorie-examens tot en met vrijdag 20 april zijn afgelast. Alle betrokken studenten ontvangen een terugbetaling voor hun testgeld en worden per e-mail op de hoogte gesteld zodra ze hun test opnieuw kunnen boeken, wat enkele weken kan duren. U kunt vanaf 21 april 2020 nog testen boeken, wijzigen of annuleren.\r\n\r\n \r\n\r\nChauffeurs die een praktijktest hebben laten afzeggen, krijgen hun test automatisch gratis omgeboekt. U ontvangt een e-mail om u te laten weten dat uw test is omgeboekt, inclusief de nieuwe datum en tijd van uw test. U zult deze e-mail niet onmiddellijk ontvangen; deze zou ongeveer twee weken vóór uw oorspronkelijke testdatum moeten aankomen.\r\n\r\n \r\n\r\nHet is waarschijnlijk dat uw nieuwe testdatum ongeveer drie maanden na uw oorspronkelijke datum zal zijn. <a href=\"https://verkeersborden.nu/symbolen-auto\">auto lampjes betekenis</a> is te bewerken.\r\n\r\n \r\n\r\nAls u wilt, kunt u uw test annuleren en een volledige terugbetaling krijgen door een e-mail te sturen naar [email protected] met uw volledige naam (zoals vermeld op uw rijbewijs) en twee van de volgende: rijbewijsnummer; certificaatnummer theorie examen; testboekingsreferentie.\r\n\r\n \r\n\r\nAls u nog geen rijexamen heeft geboekt, kunt u dit op dit moment niet doen. Wanneer de boeking opnieuw wordt geopend, wordt voorrang gegeven aan mensen van wie de test is geannuleerd.\r\n\r\n \r\n\r\nKritische werkers en noodtests\r\n\r\nU kunt tijdens de schorsingsperiode nog steeds een noodtest krijgen als uw werk cruciaal is voor de COVID-19-respons of als u in een kritieke sector werkt.\r\n\r\n \r\n\r\nDeze omvatten:\r\n\r\ngezondheids-en sociale zorg\r\n\r\nonderwijs en kinderopvang\r\n\r\nbelangrijke openbare diensten\r\n\r\nlokale en nationale overheid\r\n\r\nvoedsel en andere noodzakelijke goederen\r\n\r\nopenbare veiligheid en nationale veiligheid\r\n\r\nvervoer\r\n\r\nnutsvoorzieningen, communicatie en financiële diensten\r\n\r\n<iframe src=\"https://www.youtube.com/embed/Lje52ed-EhQ\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nOut-of-pocket uitgaven\r\n\r\nChauffeurs van wie het theorie-examen op of voor maandag 23 maart 2020 zou plaatsvinden of van wie het praktijkexamen op of voor dinsdag 24 maart zou plaatsvinden, kunnen een beroep doen op restitutie van contante onkosten. Deze dekken zaken als de kosten van het huren van de auto van uw instructeurs, reiskosten om naar het testcentrum te gaan en eventuele gederfde inkomsten door vrije tijd te nemen om de test af te leggen. <a href=\"https://verkeersborden.nu/theorie-examen-oefenen\">theorie examen auto oefenen online</a> kan makkelijk.','Rijexamens afgelast vanwege coronavirus: wat gebeurt er als je theorie- of praktijktoets wordt uitgesteld','','inherit','closed','closed','','97-revision-v1','','','2020-09-14 05:33:23','2020-09-14 05:33:23','',97,'http://orlandoorlando.nl/97-revision-v1/',0,'revision','',0),(100,1,'2020-10-05 19:07:14','2020-10-05 19:07:14','Het bedrijf dat de fietsdeelservice van Fort Worth beheert, is gehackt en de creditcardgegevens van sommige gebruikers zijn mogelijk gestolen, zei het bedrijf in een brief aan klanten.\r\n\r\n \r\n\r\nHet bedrijf dat de fietsdeelservice van Fort Worth beheert, is gehackt en de creditcardgegevens van sommige gebruikers zijn mogelijk gestolen, zei het bedrijf in een brief aan klanten.\r\n\r\n \r\n\r\nBCycle exploiteert fietsaandelen in het hele land, ook in Fort Worth. Sommige gebruikers ontvingen de afgelopen week een brief met de mededeling dat BCycle malware op zijn website had gevonden waardoor een hacker tussen 24 januari en 26 april persoonlijke informatie kon zien. <a href=\"https://www.123creditcardvergelijk.nl/debit-card/\">debit card aanvragen</a> online.\r\n\r\n \r\n\r\nDe hack heeft alleen gevolgen voor degenen die zich via de website hebben aangemeld voor een lidmaatschapspas, zei Jennifer Grissom, uitvoerend directeur van Fort Worth Bike Sharing.\r\n\r\n \r\n\r\nBCycle vond de malware in april en startte een onderzoek, volgens de brief van het bedrijf. Op 2 juni heeft het bedrijf vastgesteld welke gebruikers mogelijk zijn getroffen en op 26 juni een brief naar hen gestuurd. De gehackte informatie kan de namen, creditcardnummers en adressen van gebruikers bevatten. <a href=\"https://www.123creditcardvergelijk.nl/mastercard-creditcard/\">mastercard aanvragen</a> online.\r\n\r\n \r\n\r\nGrissom zei dat de hack ongeveer 12% van de landelijke gebruikers van BCycle treft. \'Het was een heel klein deel van de mensen die passen via de website kochten\', zei ze.\r\n\r\n \r\n\r\nIn de brief zei BCycle dat het bedrijf niet op de hoogte was van ongeoorloofde transacties die het gevolg waren van de hack. Maar ten minste één persoon meldde aan de Star-Telegram dat hun creditcard was gehackt en dat iemand in mei en juni ongeautoriseerde aankopen had gedaan.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/3R_v0advcR8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nBCycle dekt de kosten van een jaar bescherming tegen identiteitsdiefstal voor getroffen klanten, volgens de brief.\r\n\r\n \r\n\r\nBij een andere inbreuk werd Trinity Metro, het openbaar vervoersbedrijf van Fort Worth, gehackt door een ransomware-groep, zeiden cybersecurity-experts donderdag. Trinity Metro zei dat het geen commentaar kan geven op cyberveiligheidsproblemen. Grissom zei dat ze niet op de hoogte was dat Trinity Metro was gehackt en dat bij die hack geen Fort Worth Bike Sharing was betrokken, dat los staat van Trinity Metro.','TX: Fort Worth Bike Share gehackt, creditcardgegevens van gebruikers en namen mogelijk aangetast','','publish','closed','closed','','tx-fort-worth-bike-share-gehackt-creditcardgegevens-van-gebruikers-en-namen-mogelijk-aangetast','','','2020-09-14 19:08:32','2020-09-14 19:08:32','',0,'http://orlandoorlando.nl/?p=100',0,'post','',0),(101,1,'2020-09-14 19:07:57','2020-09-14 19:07:57','','s5v45d45v','','inherit','closed','closed','','s5v45d45v','','','2020-09-14 19:07:57','2020-09-14 19:07:57','',100,'http://orlandoorlando.nl/wp-content/uploads/2020/09/s5v45d45v.jpg',0,'attachment','image/jpeg',0),(102,1,'2020-09-14 19:08:32','2020-09-14 19:08:32','Het bedrijf dat de fietsdeelservice van Fort Worth beheert, is gehackt en de creditcardgegevens van sommige gebruikers zijn mogelijk gestolen, zei het bedrijf in een brief aan klanten.\r\n\r\n \r\n\r\nHet bedrijf dat de fietsdeelservice van Fort Worth beheert, is gehackt en de creditcardgegevens van sommige gebruikers zijn mogelijk gestolen, zei het bedrijf in een brief aan klanten.\r\n\r\n \r\n\r\nBCycle exploiteert fietsaandelen in het hele land, ook in Fort Worth. Sommige gebruikers ontvingen de afgelopen week een brief met de mededeling dat BCycle malware op zijn website had gevonden waardoor een hacker tussen 24 januari en 26 april persoonlijke informatie kon zien. <a href=\"https://www.123creditcardvergelijk.nl/debit-card/\">debit card aanvragen</a> online.\r\n\r\n \r\n\r\nDe hack heeft alleen gevolgen voor degenen die zich via de website hebben aangemeld voor een lidmaatschapspas, zei Jennifer Grissom, uitvoerend directeur van Fort Worth Bike Sharing.\r\n\r\n \r\n\r\nBCycle vond de malware in april en startte een onderzoek, volgens de brief van het bedrijf. Op 2 juni heeft het bedrijf vastgesteld welke gebruikers mogelijk zijn getroffen en op 26 juni een brief naar hen gestuurd. De gehackte informatie kan de namen, creditcardnummers en adressen van gebruikers bevatten. <a href=\"https://www.123creditcardvergelijk.nl/mastercard-creditcard/\">mastercard aanvragen</a> online.\r\n\r\n \r\n\r\nGrissom zei dat de hack ongeveer 12% van de landelijke gebruikers van BCycle treft. \'Het was een heel klein deel van de mensen die passen via de website kochten\', zei ze.\r\n\r\n \r\n\r\nIn de brief zei BCycle dat het bedrijf niet op de hoogte was van ongeoorloofde transacties die het gevolg waren van de hack. Maar ten minste één persoon meldde aan de Star-Telegram dat hun creditcard was gehackt en dat iemand in mei en juni ongeautoriseerde aankopen had gedaan.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/3R_v0advcR8\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nBCycle dekt de kosten van een jaar bescherming tegen identiteitsdiefstal voor getroffen klanten, volgens de brief.\r\n\r\n \r\n\r\nBij een andere inbreuk werd Trinity Metro, het openbaar vervoersbedrijf van Fort Worth, gehackt door een ransomware-groep, zeiden cybersecurity-experts donderdag. Trinity Metro zei dat het geen commentaar kan geven op cyberveiligheidsproblemen. Grissom zei dat ze niet op de hoogte was dat Trinity Metro was gehackt en dat bij die hack geen Fort Worth Bike Sharing was betrokken, dat los staat van Trinity Metro.','TX: Fort Worth Bike Share gehackt, creditcardgegevens van gebruikers en namen mogelijk aangetast','','inherit','closed','closed','','100-revision-v1','','','2020-09-14 19:08:32','2020-09-14 19:08:32','',100,'http://orlandoorlando.nl/100-revision-v1/',0,'revision','',0),(103,1,'2020-09-20 16:07:33','2020-09-20 16:07:33','Orlando is een stad in het middelpunt van Florida. De stad Orlando is de provinciehoofdstad van Orange County, Florida. Orlando is de zesde grootste stad van Florida.\r\n\r\nOrlando heeft ook de bijnaam \"O-Town\", \"The City Beautiful\" en \"The Imaginary City\". De bron van Lake Eola is het beeld van Orlando. De stad wordt vernoemd naar een officier genaamd Orlando Reeves die zogenaamd de emmer in de regio <a href=\"https://www.nvda.nl/nieuws/geld-beschikbaar-goede-zorg-buurt/\">heeft</a> geschopt tijdens de oorlog tegen de Indiase Seminole-clan.\r\n\r\nOrlando is een van \'s werelds meest bezochte excursieplekken. De reisbranche krijgt de grootste inkomens in de stad. Orlando trekt naar verwachting 52 miljoen toeristen per jaar, tijdens de topseizoenen. De orlando excursie en orlando uitje-bundels zijn vurig gewilde arrangementen ook voor mensen die <a href=\"https://www.elaa.nl/actueel/9-algemeen/199-zorg-op-juiste-plek-website-met-inspirerende-voorbeelden-substitutie\">zorg</a> nodig hebben.\r\n\r\nDe belangrijkste attracties van Orlando zijn het Arboretum van de Universiteit van Centraal-Florida, het Blue Spring State Park, het Central Florida Zoological Park, Church Street Station, Cirque du Soleil, Cornell Fine Arts Museum, Cypress Gardens Adventure Park, Discovery Cove, Gatorland, Hard Rock Live en Hotel, International Trolley and Train Museum, Kennedy Space Center, Harry P. Leu Gardens, Medieval Times Dinner and Tournament, Morse Museum of American Art, Old Town, Orange County Regional History Center, Orlando Museum of Art, Orlando Science Center, Wekiwa Springs State Park, World of Orchids en Ripley\'s Believe It or Not !.\r\n\r\nDe stad staat algemeen bekend om het pretpark Disney World, waaronder het EPCOT Center en Animal Kingdom. Het Disney World Resort ligt in het Reedy Creek Improvement District.\r\n\r\nDe andere vakantiebestemmingen zijn Sea World, Universal Studios Florida, Universal Orlando Resort en \'s werelds grootste McDonald\'s.\r\n\r\nDe binnenstad van Orlando trekt het grote aantal vakantiegangers aan. Gatorland is misschien wel de meest doorgewinterde fascinatie in het gebied.\r\n\r\nOrlando is de thuisbasis van de University of Central Florida, het op één na grootste college in Florida.\r\n\r\nHet grondgebied van Orlando herbergt talloze meren, waaronder Lake Apopka, Eustis, Griffin, Harney, Harris, Jesup, Monroe, Sand Lake, Conway en Tohopekaliga.\r\n\r\nDe parken in Orlando en aangrenzende zones omvatten Azalea Park, Baldwin Park, Callahan,\r\n\r\nSchool Park, Crescent Park, Delaney Park, Lake Davis / Greenwood, Lake Eola Heights, Park Central, Park Lake Highland, Roosevelt Park en Thornton Park.\r\n\r\nOrlando heeft een diepgewortelde accommodatie-industrie. Het is een mengelmoes van eetgelegenheden en extravagante orlando-herbergen. De verblijven in Orlando staan bekend om hun extravagantie, troost en kwaliteitsadministraties. Elk verblijf in Orlando biedt de gasten een totale sentimentele wereld.','Orlando, de stad van schoonheid','','inherit','closed','closed','','11-revision-v1','','','2020-09-20 16:07:33','2020-09-20 16:07:33','',11,'http://orlandoorlando.nl/11-revision-v1/',0,'revision','',0),(105,1,'2020-10-05 05:54:55','2020-10-05 05:54:55','Jay Clayton, voorzitter van de Securities and Exchange Commission (SEC), is aangesteld als Amerikaanse advocaat in New York. Verwachtingen van goedkeuring van een Bitcoin ETF herleven.\r\n\r\nDe benoeming van Clayton moet nog worden goedgekeurd en bevestigd door de Amerikaanse Senaat om officieel te worden.\r\n\r\n \r\n\r\nDe nieuwe SEC-president kan een Bitcoin ETF goedkeuren.\r\n\r\nDe mogelijkheid van goedkeuring van een Bitcoin ETF duikt weer op met de benoeming van Jay Clayton in het Southern District Attorney’s Office in New York. Clayton was voorzitter van de Securities and Exchange Commission (SEC), maar de Amerikaanse president besloot hem te benoemen. De nominatie moet echter nog worden beoordeeld, goedgekeurd en bevestigd door de Amerikaanse Senaat om officieel te worden.\r\n\r\n \r\n\r\nDe beslissing om een Bitcoin ETF door de SEC goed te keuren is een van de verworvenheden die de cryptomarkt jarenlang is ontgaan. De reden waarom een Bitcoin ETF zoveel verwachting opwekt, is vanwege de grote kans dat de goedkeuring ervan een nieuwe kapitaalstroom op de markt zal brengen. Dit zou een positieve impact hebben op de prijsprestaties van Bitcoin. Maar de SEC heeft tot dusver alle aanvragen afgewezen, na jarenlange pogingen van verschillende bedrijven. <a href=\"https://www.bitcoinexchangenederland.nl/loopring/\">loopring kopen met ideal</a> is voordelig.\r\n\r\n \r\n\r\nDe SEC heeft verschillende argumenten gehad om een Bitcoin ETF te weigeren. Het heeft gezegd dat de cryptomarkt kwetsbaar is voor prijsmanipulatie, zei dat het onder andere te klein, zonder toezicht en volatiel is.\r\n\r\n \r\n\r\nMogelijkheid van een Bitcoin ETF-goedkeuring\r\n\r\nSommige leden van de cryptogemeenschap hebben de hoop doen herleven dat een Bitcoin ETF zal worden goedgekeurd. Bitcoin-bull en investeerder Mike Novogratz zei dat de exit van Clayton goed zal zijn voor Bitcoin. Novogratz verwacht dat Clay\'s opvolger een \"futurist\" zal zijn en benadrukte dat de ETF nu waarschijnlijker is.\r\n\r\nhttps://www.youtube.com/embed/DhoRtGCp4JI\r\n \r\n\r\nDe goedkeuring van een Bitcoin ETF werd in maart van dit jaar volledig uitgesloten. Op dat moment wees de SEC het verzoek van Wilshire Phoenix om een Bitcoin ETF af. Advocaat Jake Chervinsky, populair in de cryptogemeenschap, zei destijds dat hij \"in 2020 niet op een ETF zou wedden\". Maar de verandering in leiderschap bij de SEC heeft die verwachting teruggebracht.\r\n\r\n \r\n\r\nClayton was een van de tegenstanders van de goedkeuring van de ETF en is een van de voorstanders van het feit dat de cryptomarkt manipuleerbaar is. Hoewel sommigen erkennen dat tijdens zijn voorzitterschap belangrijke vorderingen zijn gemaakt. De SEC onder Clay bepaalde bijvoorbeeld dat Bitcoin geen beveiliging is en speelde een belangrijke rol bij het stoppen van Initial Coins Offers (ICO\'s) die in voorgaande jaren illegaal waren gemaakt.\r\n\r\n \r\n\r\nDe meningen over de volgende SEC-president zijn echter verdeeld. Terwijl sommigen zoals Novogratz hoop koesteren, geloven andere leden van de cryptogemeenschap dat de nieuwe president dezelfde zal zijn als de vorige. Onlangs werd bekend dat de Amerikaanse president Donald Trump het ministerie van Financiën heeft opgedragen in 2018 \"achter Bitcoin aan te gaan\". Daarom is de pro-Bitcoin-houding van de volgende SEC-president misschien een mogelijkheid op afstand, maar de regering-Trump staat bekend om zijn pragmatische en onverwachte beslissingen. <a href=\"https://www.bitcoinexchangenederland.nl/verge/\">verge kopen</a> is makkelijk.\r\n\r\n ','Komt de Bitcoin ETF eraan? Verandering van leiderschap bij de SEC','','publish','closed','closed','','komt-de-bitcoin-etf-eraan-verandering-van-leiderschap-bij-de-sec','','','2020-09-29 05:56:47','2020-09-29 05:56:47','',0,'http://orlandoorlando.nl/?p=105',0,'post','',0),(106,1,'2020-09-29 05:56:10','2020-09-29 05:56:10','','5fg45dfg5d4g','','inherit','closed','closed','','5fg45dfg5d4g','','','2020-09-29 05:56:10','2020-09-29 05:56:10','',105,'http://orlandoorlando.nl/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg',0,'attachment','image/jpeg',0),(107,1,'2020-09-29 05:56:47','2020-09-29 05:56:47','Jay Clayton, voorzitter van de Securities and Exchange Commission (SEC), is aangesteld als Amerikaanse advocaat in New York. Verwachtingen van goedkeuring van een Bitcoin ETF herleven.\r\n\r\nDe benoeming van Clayton moet nog worden goedgekeurd en bevestigd door de Amerikaanse Senaat om officieel te worden.\r\n\r\n \r\n\r\nDe nieuwe SEC-president kan een Bitcoin ETF goedkeuren.\r\n\r\nDe mogelijkheid van goedkeuring van een Bitcoin ETF duikt weer op met de benoeming van Jay Clayton in het Southern District Attorney’s Office in New York. Clayton was voorzitter van de Securities and Exchange Commission (SEC), maar de Amerikaanse president besloot hem te benoemen. De nominatie moet echter nog worden beoordeeld, goedgekeurd en bevestigd door de Amerikaanse Senaat om officieel te worden.\r\n\r\n \r\n\r\nDe beslissing om een Bitcoin ETF door de SEC goed te keuren is een van de verworvenheden die de cryptomarkt jarenlang is ontgaan. De reden waarom een Bitcoin ETF zoveel verwachting opwekt, is vanwege de grote kans dat de goedkeuring ervan een nieuwe kapitaalstroom op de markt zal brengen. Dit zou een positieve impact hebben op de prijsprestaties van Bitcoin. Maar de SEC heeft tot dusver alle aanvragen afgewezen, na jarenlange pogingen van verschillende bedrijven. <a href=\"https://www.bitcoinexchangenederland.nl/loopring/\">loopring kopen met ideal</a> is voordelig.\r\n\r\n \r\n\r\nDe SEC heeft verschillende argumenten gehad om een Bitcoin ETF te weigeren. Het heeft gezegd dat de cryptomarkt kwetsbaar is voor prijsmanipulatie, zei dat het onder andere te klein, zonder toezicht en volatiel is.\r\n\r\n \r\n\r\nMogelijkheid van een Bitcoin ETF-goedkeuring\r\n\r\nSommige leden van de cryptogemeenschap hebben de hoop doen herleven dat een Bitcoin ETF zal worden goedgekeurd. Bitcoin-bull en investeerder Mike Novogratz zei dat de exit van Clayton goed zal zijn voor Bitcoin. Novogratz verwacht dat Clay\'s opvolger een \"futurist\" zal zijn en benadrukte dat de ETF nu waarschijnlijker is.\r\n\r\nhttps://www.youtube.com/embed/DhoRtGCp4JI\r\n \r\n\r\nDe goedkeuring van een Bitcoin ETF werd in maart van dit jaar volledig uitgesloten. Op dat moment wees de SEC het verzoek van Wilshire Phoenix om een Bitcoin ETF af. Advocaat Jake Chervinsky, populair in de cryptogemeenschap, zei destijds dat hij \"in 2020 niet op een ETF zou wedden\". Maar de verandering in leiderschap bij de SEC heeft die verwachting teruggebracht.\r\n\r\n \r\n\r\nClayton was een van de tegenstanders van de goedkeuring van de ETF en is een van de voorstanders van het feit dat de cryptomarkt manipuleerbaar is. Hoewel sommigen erkennen dat tijdens zijn voorzitterschap belangrijke vorderingen zijn gemaakt. De SEC onder Clay bepaalde bijvoorbeeld dat Bitcoin geen beveiliging is en speelde een belangrijke rol bij het stoppen van Initial Coins Offers (ICO\'s) die in voorgaande jaren illegaal waren gemaakt.\r\n\r\n \r\n\r\nDe meningen over de volgende SEC-president zijn echter verdeeld. Terwijl sommigen zoals Novogratz hoop koesteren, geloven andere leden van de cryptogemeenschap dat de nieuwe president dezelfde zal zijn als de vorige. Onlangs werd bekend dat de Amerikaanse president Donald Trump het ministerie van Financiën heeft opgedragen in 2018 \"achter Bitcoin aan te gaan\". Daarom is de pro-Bitcoin-houding van de volgende SEC-president misschien een mogelijkheid op afstand, maar de regering-Trump staat bekend om zijn pragmatische en onverwachte beslissingen. <a href=\"https://www.bitcoinexchangenederland.nl/verge/\">verge kopen</a> is makkelijk.\r\n\r\n ','Komt de Bitcoin ETF eraan? Verandering van leiderschap bij de SEC','','inherit','closed','closed','','105-revision-v1','','','2020-09-29 05:56:47','2020-09-29 05:56:47','',105,'http://orlandoorlando.nl/105-revision-v1/',0,'revision','',0),(108,0,'2020-10-05 06:20:01','2020-10-05 06:20:01','<iframe title=\"Ethereum 2020 Explained: What is Ethereum & How it Works (Ultimate Beginner's Guide)\" width=\"1032\" height=\"581\" src=\"https://www.youtube.com/embed/DhoRtGCp4JI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','d3439455d91f42085f41da051d937cf8','','','2020-10-05 06:20:01','2020-10-05 06:20:01','',0,'http://orlandoorlando.nl/d3439455d91f42085f41da051d937cf8/',0,'oembed_cache','',0),(110,1,'2020-11-16 04:46:14','2020-11-16 04:46:14','Het kopen van innovatieve bedrijven is een bewezen manier om op de lange termijn geld te verdienen.\r\n\r\n \r\n\r\nhttps://youtu.be/USiQfJztvpc\r\n\r\n \r\n\r\nAl meer dan een jaar zijn Wall Street en investeerders geobsedeerd door de impact van de Amerikaanse verkiezingen. Die tijd is nu voorbij, wat betekent dat investeerders kunnen doen waar ze goed in zijn: geweldige bedrijven kopen en wachten tot hun proefschrift afloopt.\r\n\r\n \r\n\r\nDe geschiedenis leert ons dat, ongeacht wie de president is, de aandelenmarkt regelmatige periodes van correctie zal ondergaan, maar op de lange termijn zal stijgen naarmate de bedrijfswinsten toenemen. Dit betekent dat beleggers elke omvangrijke correctie op de aandelenmarkt moeten gebruiken als een kans om in innovatieve bedrijven te kopen of om winnende aandelen aan te vullen. <a href=\"https://aandelenkopen.nl/amazon-aandeel/\">Aandelen amazon</a> is sterk.\r\n\r\n \r\n\r\n \r\n\r\nNu de verkiezingsdag voorbij is, zouden beleggers sterk moeten overwegen om deze drie trefzekere aandelen te kopen.\r\n\r\n \r\n\r\nDood\r\n\r\nBelastingen\r\n\r\nIk noem Intuitive Surgical (NASDAQ: ISRG) bij het bespreken van trefzekere winnaars\r\n\r\nIntuitive Surgical is het bedrijf achter het ingewikkelde chirurgische systeem van Da Vinci dat door chirurgen wordt gebruikt om nauwkeurige incisies te maken tijdens procedures voor weke delen. Een ding dat dit bedrijf zo speciaal maakt, zijn de 5.865 systemen die het de afgelopen 20 jaar wereldwijd (maar voornamelijk in de VS) heeft geïnstalleerd. Dat klinkt misschien niet veel, maar het is meer dan alle concurrenten van Intuitive Surgical bij elkaar ... bij lange na. Nu sommige van zijn concurrenten met hun eigen chirurgische systemen te maken krijgen met lanceringsproblemen, lijkt het erop dat da Vinci een vrijwel onoverkomelijke voorsprong heeft gecreëerd en de voorkeursbron voor ondersteunende chirurgische systemen zal blijven. <a href=\"https://aandelenkopen.nl/tesla-motors-aandeel/\">Tesla aandeel</a> is veel.\r\n\r\n \r\n\r\nDe andere factor die dit bedrijf zo ongelooflijk maakt, is de verdeling van de inkomsten. In de begintijd waren de meeste verkopen afkomstig van de verkoop van het dure da Vinci-systeem ($ 0,5 miljoen tot $ 2,5 miljoen). Het probleem is dat het da Vinci-systeem duur is om te fabriceren, wat betekent dat de marges niet zo geweldig zijn. Maar naarmate het aantal geïnstalleerde producten van Intuitive Surgical in twee decennia is gegroeid, zijn de segmenten met aanzienlijk hogere marges - instrumenten en accessoires die bij elke procedure worden verkocht en het onderhoud van de systemen - uitgegroeid tot het leeuwendeel van de totale inkomsten. Naarmate de tijd verstrijkt, zouden de operationele marges voor dit bedrijf moeten blijven toenemen, waardoor het een onfeilbare voorraad is om te kopen.\r\n\r\n \r\n\r\nBeleggers die op zoek zijn naar ijzersterke industrieën om hun geld in te steken, doen er verstandig aan om cybersecurity-aandelen niet over het hoofd te zien. Cybersecurity is misschien niet de snelstgroeiende industrie in het komende decennium, maar onder snelgroeiende industrieën hebben ze misschien wel de veiligste vloer. Daarom zou CrowdStrike Holdings (NASDAQ: CRWD), aanbieder van cloud-native cybersecurity-oplossingen, in uw spreekwoordelijke winkelwagentje moeten staan.\r\n\r\n \r\n\r\nCrowdStrike is een van de vele technologieaandelen die profiteren van de pandemie van de coronavirusziekte 2019 (COVID-19). Deze ziekte heeft de traditionele werkomgeving volledig op zijn kop gezet, werknemers ertoe aangezet om op afstand te werken en consumenten aangemoedigd om vanuit het comfort van hun eigen huis te kopen. Dat betekent nog meer kansen voor cyberbeveiligingsbedrijven om in de toekomst bedrijfs- en consumentengegevens te beschermen.\r\n\r\n \r\n\r\nWat CrowdStrike zo intrigerend maakt, dat vrijwel alle inkomsten van het bedrijf afkomstig zijn van abonnementen op cloudbescherming. In het kwartaal dat aan het eind van juni werd afgesloten, kwam 93% van de omzet in de vorm van abonnementen met hoge marge, transparante abonnementen die het klantverloop verminderen. Nu CrowdStrike het aantal abonnees in de afgelopen drie jaar meer dan verdubbelde, heeft het bedrijf zijn brutomarge-doelstelling voor de lange termijn van 75% tot 80% bereikt, maar bevindt het zich nog in de vroege innings van zijn groeifase.\r\n\r\n \r\n\r\nNet zo belangrijk is dat bestaande klanten veel meer uitgeven aan CrowdStrike naarmate hun bedrijf groeit. In het fiscale eerste kwartaal van 2018 had slechts 9% van de klanten van het bedrijf vier of meer abonnementen op cloudmodules. Maar tegen het tweede kwartaal van 2021 (13 kwartalen later) had 57% van de klanten van het bedrijf vier of meer module-abonnementen. Zoals ik het zie, is CrowdStrike niet te stoppen.\r\n\r\n \r\n\r\nEen close-up van een bloeiende cannabisplant in een kweekboerderij op commerciële schaal. Cresco Labs\r\n\r\nEen ander aandeel dat de onfeilbare winnaar lijkt te hebben, is de verticaal geïntegreerde Amerikaanse multistate cannabisoperator Cresco Labs (OTC: CRLBF).\r\n\r\n \r\n\r\nIk weet wat je misschien denkt, maar het deed er niet toe wie de verkiezingen won, of hoe de politieke samenstelling van het Congres er in januari uit zou zien. Het simpele feit dat staten hun eigen pad met cannabis mogen uitstippelen en de federale overheid een hands-off benadering handhaaft, is meer dan genoeg reden gebleken om in te kopen in snelgroeiende, op de VS gerichte multistate-operators zoals Cresco Labs.\r\n\r\n \r\n\r\nOm hier bij het thema te blijven, zijn er twee factoren waardoor Cresco Labs echt opvalt. Ten eerste heeft het eengroeiende aanwezigheid in de detailhandel in Illinois, dat de eerste staat werd die recreatieve marihuana voor consumptie en verkoop volledig op wetgevend niveau goedkeurde. Momenteel bevinden zich negen van de 19 operationele dispensaria van Cresco in het land van Lincoln. Aangezien Illinois een staat met een beperkte licentie is, zou Cresco geen moeite moeten hebben om een gezond marktaandeel te veroveren dat naar verwachting in 2024 meer dan $ 1 miljard aan omzet zal behalen.\r\n\r\n \r\n\r\nTen tweede heeft Cresco Labs de kans om een grootmacht in de Verenigde Staten te worden. De overname van Origin House (voltooid in januari 2020) gaf het toegang tot een van de weinige licenties voor cannabisdistributie in Californië - de belangrijkste marihuanamarkt ter wereld. Dankzij deze licentie kan Cresco Labs zijn producten nu in meer dan 575 dispensaria in heel Californië plaatsen.\r\n\r\n \r\n\r\nHet volstaat te zeggen dat Cresco al volgend jaar op terugkerende basis winstgevend zou moeten zijn.\r\n\r\n \r\n\r\nWaar nu $ 1.000 te investeren\r\n\r\n \r\n\r\nVoordat u Intuitive Surgical, Inc. overweegt, wilt u dit horen.\r\n\r\n \r\n\r\nInvesteerderslegendes en Motley Fool mede-oprichters David en Tom Gardner hebben zojuist onthuld wat volgens hen de 10 beste aandelen zijn die beleggers nu kunnen kopen ... en Intuitive Surgical, Inc. was daar niet een van.\r\n\r\n \r\n\r\nDe online beleggingsdienst die ze al bijna twee decennia runnen, Motley Fool Stock Advisor, heeft de aandelenmarkt met meer dan 4x verslagen. * En op dit moment denken ze dat er 10 aandelen zijn die je beter kunt kopen.\r\n\r\n ','De verkiezing is voorbij: 3 trefzekere aandelen om nu te kopen','','publish','closed','closed','','de-verkiezing-is-voorbij-3-trefzekere-aandelen-om-nu-te-kopen','','','2020-11-13 05:08:27','2020-11-13 05:08:27','',0,'http://orlandoorlando.nl/?p=110',0,'post','',0),(111,1,'2020-11-13 04:57:03','2020-11-13 04:57:03','<iframe title=\"VERY, VERY URGENT VIDEO FOR ALL TESLA STOCK HOLDERS!!!!!!!!!!!!!!!!! [EXACT PRICE TARGETS FOR $TSLA]\" width=\"1032\" height=\"581\" src=\"https://www.youtube.com/embed/USiQfJztvpc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4af1f7439ad883aa65fb386220ec2a06','','','2020-11-13 04:57:03','2020-11-13 04:57:03','',0,'http://orlandoorlando.nl/4af1f7439ad883aa65fb386220ec2a06/',0,'oembed_cache','',0),(112,1,'2020-11-13 05:05:41','2020-11-13 05:05:41','','4fdv4','','inherit','closed','closed','','4fdv4','','','2020-11-13 05:05:41','2020-11-13 05:05:41','',110,'http://orlandoorlando.nl/wp-content/uploads/2020/11/4fdv4.jpg',0,'attachment','image/jpeg',0),(113,1,'2020-11-13 05:08:27','2020-11-13 05:08:27','Het kopen van innovatieve bedrijven is een bewezen manier om op de lange termijn geld te verdienen.\r\n\r\n \r\n\r\nhttps://youtu.be/USiQfJztvpc\r\n\r\n \r\n\r\nAl meer dan een jaar zijn Wall Street en investeerders geobsedeerd door de impact van de Amerikaanse verkiezingen. Die tijd is nu voorbij, wat betekent dat investeerders kunnen doen waar ze goed in zijn: geweldige bedrijven kopen en wachten tot hun proefschrift afloopt.\r\n\r\n \r\n\r\nDe geschiedenis leert ons dat, ongeacht wie de president is, de aandelenmarkt regelmatige periodes van correctie zal ondergaan, maar op de lange termijn zal stijgen naarmate de bedrijfswinsten toenemen. Dit betekent dat beleggers elke omvangrijke correctie op de aandelenmarkt moeten gebruiken als een kans om in innovatieve bedrijven te kopen of om winnende aandelen aan te vullen. <a href=\"https://aandelenkopen.nl/amazon-aandeel/\">Aandelen amazon</a> is sterk.\r\n\r\n \r\n\r\n \r\n\r\nNu de verkiezingsdag voorbij is, zouden beleggers sterk moeten overwegen om deze drie trefzekere aandelen te kopen.\r\n\r\n \r\n\r\nDood\r\n\r\nBelastingen\r\n\r\nIk noem Intuitive Surgical (NASDAQ: ISRG) bij het bespreken van trefzekere winnaars\r\n\r\nIntuitive Surgical is het bedrijf achter het ingewikkelde chirurgische systeem van Da Vinci dat door chirurgen wordt gebruikt om nauwkeurige incisies te maken tijdens procedures voor weke delen. Een ding dat dit bedrijf zo speciaal maakt, zijn de 5.865 systemen die het de afgelopen 20 jaar wereldwijd (maar voornamelijk in de VS) heeft geïnstalleerd. Dat klinkt misschien niet veel, maar het is meer dan alle concurrenten van Intuitive Surgical bij elkaar ... bij lange na. Nu sommige van zijn concurrenten met hun eigen chirurgische systemen te maken krijgen met lanceringsproblemen, lijkt het erop dat da Vinci een vrijwel onoverkomelijke voorsprong heeft gecreëerd en de voorkeursbron voor ondersteunende chirurgische systemen zal blijven. <a href=\"https://aandelenkopen.nl/tesla-motors-aandeel/\">Tesla aandeel</a> is veel.\r\n\r\n \r\n\r\nDe andere factor die dit bedrijf zo ongelooflijk maakt, is de verdeling van de inkomsten. In de begintijd waren de meeste verkopen afkomstig van de verkoop van het dure da Vinci-systeem ($ 0,5 miljoen tot $ 2,5 miljoen). Het probleem is dat het da Vinci-systeem duur is om te fabriceren, wat betekent dat de marges niet zo geweldig zijn. Maar naarmate het aantal geïnstalleerde producten van Intuitive Surgical in twee decennia is gegroeid, zijn de segmenten met aanzienlijk hogere marges - instrumenten en accessoires die bij elke procedure worden verkocht en het onderhoud van de systemen - uitgegroeid tot het leeuwendeel van de totale inkomsten. Naarmate de tijd verstrijkt, zouden de operationele marges voor dit bedrijf moeten blijven toenemen, waardoor het een onfeilbare voorraad is om te kopen.\r\n\r\n \r\n\r\nBeleggers die op zoek zijn naar ijzersterke industrieën om hun geld in te steken, doen er verstandig aan om cybersecurity-aandelen niet over het hoofd te zien. Cybersecurity is misschien niet de snelstgroeiende industrie in het komende decennium, maar onder snelgroeiende industrieën hebben ze misschien wel de veiligste vloer. Daarom zou CrowdStrike Holdings (NASDAQ: CRWD), aanbieder van cloud-native cybersecurity-oplossingen, in uw spreekwoordelijke winkelwagentje moeten staan.\r\n\r\n \r\n\r\nCrowdStrike is een van de vele technologieaandelen die profiteren van de pandemie van de coronavirusziekte 2019 (COVID-19). Deze ziekte heeft de traditionele werkomgeving volledig op zijn kop gezet, werknemers ertoe aangezet om op afstand te werken en consumenten aangemoedigd om vanuit het comfort van hun eigen huis te kopen. Dat betekent nog meer kansen voor cyberbeveiligingsbedrijven om in de toekomst bedrijfs- en consumentengegevens te beschermen.\r\n\r\n \r\n\r\nWat CrowdStrike zo intrigerend maakt, dat vrijwel alle inkomsten van het bedrijf afkomstig zijn van abonnementen op cloudbescherming. In het kwartaal dat aan het eind van juni werd afgesloten, kwam 93% van de omzet in de vorm van abonnementen met hoge marge, transparante abonnementen die het klantverloop verminderen. Nu CrowdStrike het aantal abonnees in de afgelopen drie jaar meer dan verdubbelde, heeft het bedrijf zijn brutomarge-doelstelling voor de lange termijn van 75% tot 80% bereikt, maar bevindt het zich nog in de vroege innings van zijn groeifase.\r\n\r\n \r\n\r\nNet zo belangrijk is dat bestaande klanten veel meer uitgeven aan CrowdStrike naarmate hun bedrijf groeit. In het fiscale eerste kwartaal van 2018 had slechts 9% van de klanten van het bedrijf vier of meer abonnementen op cloudmodules. Maar tegen het tweede kwartaal van 2021 (13 kwartalen later) had 57% van de klanten van het bedrijf vier of meer module-abonnementen. Zoals ik het zie, is CrowdStrike niet te stoppen.\r\n\r\n \r\n\r\nEen close-up van een bloeiende cannabisplant in een kweekboerderij op commerciële schaal. Cresco Labs\r\n\r\nEen ander aandeel dat de onfeilbare winnaar lijkt te hebben, is de verticaal geïntegreerde Amerikaanse multistate cannabisoperator Cresco Labs (OTC: CRLBF).\r\n\r\n \r\n\r\nIk weet wat je misschien denkt, maar het deed er niet toe wie de verkiezingen won, of hoe de politieke samenstelling van het Congres er in januari uit zou zien. Het simpele feit dat staten hun eigen pad met cannabis mogen uitstippelen en de federale overheid een hands-off benadering handhaaft, is meer dan genoeg reden gebleken om in te kopen in snelgroeiende, op de VS gerichte multistate-operators zoals Cresco Labs.\r\n\r\n \r\n\r\nOm hier bij het thema te blijven, zijn er twee factoren waardoor Cresco Labs echt opvalt. Ten eerste heeft het eengroeiende aanwezigheid in de detailhandel in Illinois, dat de eerste staat werd die recreatieve marihuana voor consumptie en verkoop volledig op wetgevend niveau goedkeurde. Momenteel bevinden zich negen van de 19 operationele dispensaria van Cresco in het land van Lincoln. Aangezien Illinois een staat met een beperkte licentie is, zou Cresco geen moeite moeten hebben om een gezond marktaandeel te veroveren dat naar verwachting in 2024 meer dan $ 1 miljard aan omzet zal behalen.\r\n\r\n \r\n\r\nTen tweede heeft Cresco Labs de kans om een grootmacht in de Verenigde Staten te worden. De overname van Origin House (voltooid in januari 2020) gaf het toegang tot een van de weinige licenties voor cannabisdistributie in Californië - de belangrijkste marihuanamarkt ter wereld. Dankzij deze licentie kan Cresco Labs zijn producten nu in meer dan 575 dispensaria in heel Californië plaatsen.\r\n\r\n \r\n\r\nHet volstaat te zeggen dat Cresco al volgend jaar op terugkerende basis winstgevend zou moeten zijn.\r\n\r\n \r\n\r\nWaar nu $ 1.000 te investeren\r\n\r\n \r\n\r\nVoordat u Intuitive Surgical, Inc. overweegt, wilt u dit horen.\r\n\r\n \r\n\r\nInvesteerderslegendes en Motley Fool mede-oprichters David en Tom Gardner hebben zojuist onthuld wat volgens hen de 10 beste aandelen zijn die beleggers nu kunnen kopen ... en Intuitive Surgical, Inc. was daar niet een van.\r\n\r\n \r\n\r\nDe online beleggingsdienst die ze al bijna twee decennia runnen, Motley Fool Stock Advisor, heeft de aandelenmarkt met meer dan 4x verslagen. * En op dit moment denken ze dat er 10 aandelen zijn die je beter kunt kopen.\r\n\r\n ','De verkiezing is voorbij: 3 trefzekere aandelen om nu te kopen','','inherit','closed','closed','','110-revision-v1','','','2020-11-13 05:08:27','2020-11-13 05:08:27','',110,'http://orlandoorlando.nl/110-revision-v1/',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 (8,3,0),(8,4,0),(8,5,0),(8,6,0),(11,3,0),(11,4,0),(11,5,0),(11,6,0),(44,7,0),(45,7,0),(46,7,0),(48,7,0),(49,7,0),(93,8,0),(97,9,0),(100,10,0),(105,2,0),(110,11,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=12 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,1),(3,3,'category','',0,2),(4,4,'category','',0,2),(5,5,'category','',0,2),(6,6,'category','',0,2),(7,7,'nav_menu','',0,5),(8,8,'category','',0,1),(9,9,'category','',0,1),(10,10,'category','',0,1),(11,11,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!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=12 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,'General','general',0),(3,'Blog','blog',0),(4,'News','news',0),(5,'Orlando','orlando',0),(6,'Magical place','magical-place',0),(7,'Main menu','main-menu',0),(8,'Daten en veiligheid','daten-en-veiligheid',0),(9,'Auto theorie en keuring','auto-theorie-en-keuring',0),(10,'Credit card en verlenging','credit-card-en-verlenging',0),(11,'aandeel en abonnementen','aandeel-en-abonnementen',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=25 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','wpadmin'),(2,1,'first_name','George'),(3,1,'last_name','Wright'),(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'),(16,1,'session_tokens','a:2:{s:64:\"ef9226a0057c16192d5e84eb91cd4872669cc2631654373bd3e349e9a7c50563\";a:4:{s:10:\"expiration\";i:1651246606;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:1651073806;}s:64:\"aaf8347f5b33267258cca5dac4173ee98dbe129b8ad375343cfce524b90759fe\";a:4:{s:10:\"expiration\";i:1651246606;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:1651073806;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','116'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"45.141.152.0\";}'),(19,1,'wp_user-settings','libraryContent=browse&imgsize=full&editor=tinymce'),(20,1,'wp_user-settings-time','1600061600'),(21,1,'_yoast_wpseo_profile_updated','1595244057'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:2:{i:0;s:30:\"add-post-type-wpautoterms_page\";i:1;s:12:\"add-post_tag\";}');
/*!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,'wpadmin','$P$Btwh4HtBG.HY0.rNq8Lkox3RB75oro.','wpadmin','[email protected]','http://orlandoorlando.nl','2020-07-03 20:37:24','',0,'George Wright');
/*!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` bigint 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` bigint DEFAULT NULL,
`post_parent` bigint 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',
`estimated_reading_time_minutes` int DEFAULT NULL,
`version` int DEFAULT '1',
`object_last_modified` datetime DEFAULT NULL,
`object_published_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
KEY `object_id_and_type` (`object_id`,`object_type`),
KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=91 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://orlandoorlando.nl/author/wpadmin/','41:dc9b965ebede308b095d69d6f5594b34',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/5d4f8d28518725f6bdf118774723bc7d?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/5d4f8d28518725f6bdf118774723bc7d?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-11-13 05:08:27','2020-07-20 10:53:54'),(2,'http://orlandoorlando.nl/how-the-magic-came-to-orlando/','56:ba6c57a2c86bd405b3e657f705fd7737',8,'post','post',1,0,NULL,NULL,'How the Magic Came to Orlando','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/392.jpg',NULL,'9','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/392-1024x665.jpg','9','featured-image','{\"width\":1024,\"height\":665,\"path\":\"2020/07/392-1024x665.jpg\",\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/07/392-1024x665.jpg\",\"size\":\"large\",\"id\":9,\"alt\":\"\",\"pixels\":680960,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-07-20 10:53:54','2020-07-20 10:53:54'),(3,'http://orlandoorlando.nl/wp-content/uploads/2020/07/392.jpg','60:ec9777456060080756cc4e718aad8d2a',9,'post','attachment',1,8,NULL,NULL,'392','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/392.jpg',NULL,'9','attachment-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/392-1024x665.jpg','9','attachment-image','{\"width\":1024,\"height\":665,\"path\":\"2020\\/07\\/392-1024x665.jpg\",\"url\":\"http:\\/\\/orlandoorlando.nl\\/wp-content\\/uploads\\/2020\\/07\\/392-1024x665.jpg\",\"size\":\"large\",\"id\":9,\"alt\":\"\",\"pixels\":680960,\"type\":\"image\\/jpeg\"}',NULL,NULL,NULL,'2020-07-20 11:09:22','2020-07-20 11:09:22',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(4,'http://orlandoorlando.nl/orlando-de-stad-van-schoonheid/','57:a5eb0080c166f1a82089732990f60de1',11,'post','post',1,0,NULL,NULL,'Orlando, de stad van schoonheid','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/393.png',NULL,'12','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/393-1024x576.png','12','featured-image','{\"width\":1024,\"height\":576,\"path\":\"2020/07/393-1024x576.png\",\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/07/393-1024x576.png\",\"size\":\"large\",\"id\":12,\"alt\":\"\",\"pixels\":589824,\"type\":\"image/png\"}',0,NULL,NULL,'2020-07-20 11:09:22','2021-11-22 02:10:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:07:33','2020-07-20 11:01:30'),(5,'http://orlandoorlando.nl/wp-content/uploads/2020/07/393.png','60:d79dbab920087625a535784b363d5708',12,'post','attachment',1,11,NULL,NULL,'393','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/393.png',NULL,'12','attachment-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/393-1024x576.png','12','attachment-image','{\"width\":1024,\"height\":576,\"path\":\"2020\\/07\\/393-1024x576.png\",\"url\":\"http:\\/\\/orlandoorlando.nl\\/wp-content\\/uploads\\/2020\\/07\\/393-1024x576.png\",\"size\":\"large\",\"id\":12,\"alt\":\"\",\"pixels\":589824,\"type\":\"image\\/png\"}',NULL,NULL,NULL,'2020-07-20 11:09:22','2020-07-20 11:09:22',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(6,'http://orlandoorlando.nl/about-us/','35:d8d917e39e49bca07a29d619d23ef135',19,'post','page',1,0,NULL,NULL,'About Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg',NULL,NULL,'first-content-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-07-20 11:06:02','2020-07-20 11:02:33'),(7,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg','59:45f1f92ef6a7c1dc8354eca906d604cd',23,'post','attachment',1,19,NULL,NULL,'25','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg',NULL,'23','attachment-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg','23','attachment-image','{\"width\":450,\"height\":300,\"url\":\"http:\\/\\/orlandoorlando.nl\\/wp-content\\/uploads\\/2020\\/07\\/25.jpg\",\"path\":\"\\/var\\/www\\/orlandoorlando.nl\\/public_html\\/wp-content\\/uploads\\/2020\\/07\\/25.jpg\",\"size\":\"full\",\"id\":23,\"alt\":\"\",\"pixels\":135000,\"type\":\"image\\/jpeg\"}',NULL,1,NULL,'2020-07-20 11:09:22','2020-11-13 04:44:39',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(8,'http://orlandoorlando.nl/contact-us/','37:797418f20668fcd42e09c768c9241594',20,'post','page',1,0,NULL,NULL,'Contact Us','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,0,0,NULL,'2020-07-20 11:09:22','2021-11-21 21:13:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-07-20 11:11:05','2020-07-20 11:11:05'),(9,'http://orlandoorlando.nl/home/','31:3a64583f895acf033891fede5e730f88',18,'post','page',1,0,NULL,NULL,'Home','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,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-07-20 11:02:24','2020-07-20 11:02:24'),(15,'http://orlandoorlando.nl/category/uncategorized/','49:3c01c3b7299be0d034695bac3d2493b9',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,0,NULL,NULL,'2020-07-20 11:09:22','2020-11-13 04:44:39',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(16,'http://orlandoorlando.nl/category/general/','43:3f0618d6042d2859a8826c63bc6ff760',2,'term','category',NULL,NULL,NULL,NULL,'General',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,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 02:59:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-29 05:56:47','2020-10-05 05:54:55'),(17,'http://orlandoorlando.nl/category/blog/','40:9de2670ba81fbc205fd6d1766d37ac45',3,'term','category',NULL,NULL,NULL,NULL,'Blog',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,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:07:33','2020-07-20 10:53:54'),(18,'http://orlandoorlando.nl/category/news/','40:b85f761ae9f61efd0016655c5f501070',4,'term','category',NULL,NULL,NULL,NULL,'News',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,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:07:33','2020-07-20 10:53:54'),(19,'http://orlandoorlando.nl/category/orlando/','43:c899e594b040f6caa1f661b746311b92',5,'term','category',NULL,NULL,NULL,NULL,'Orlando',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,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:07:33','2020-07-20 10:53:54'),(20,'http://orlandoorlando.nl/category/magical-place/','49:81ac1b471bbf20a55a0a01373d99313a',6,'term','category',NULL,NULL,NULL,NULL,'Magical place',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,0,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-20 16:07:33','2020-07-20 10:53:54'),(21,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-07-20 11:09:22','2020-07-20 11:09:22',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(22,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-07-20 11:09:22','2020-07-20 11:09:22',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(23,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-07-20 11:09:22','2020-07-20 11:09:22',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(24,'http://orlandoorlando.nl/','26:ef65f0059342493dccd01a2043572f8e',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Orlando, One For All','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,NULL,NULL,'2020-07-20 11:09:22','2021-11-23 09:58:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-11-13 05:08:27','2020-07-20 10:53:54'),(25,'http://orlandoorlando.nl/wpautoterms/','38:9ba1bd68db91561b5b3ffa9258eb2ac1',NULL,'post-type-archive','wpautoterms_page',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Legal Pages',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-07-20 11:09:22','2022-02-27 07:31:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(26,'http://orlandoorlando.nl/?post_type=wpcf7_contact_form&p=25','60:ede181bc0865c95a47bc8b200e7b5f50',25,'post','wpcf7_contact_form',1,0,NULL,NULL,'Contact form 1','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-07-20 11:10:53','2020-07-20 11:10:53',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(27,'http://orlandoorlando.nl/terms-and-conditions/','47:00b60f8c22bb19e5d1b5120449c04dee',28,'post','page',1,0,NULL,NULL,'Terms and Conditions','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-07-20 11:11:23','2021-11-23 09:58:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-21 10:52:22','2020-07-20 11:13:30'),(28,'http://orlandoorlando.nl/privacy-policy/','41:b282bd46cfdb484467175e670f3114a9',29,'post','page',1,0,NULL,NULL,'Privacy Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-07-20 11:11:24','2021-11-23 04:53:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-21 10:52:15','2020-07-20 11:12:43'),(37,'http://orlandoorlando.nl/home/','31:3a64583f895acf033891fede5e730f88',44,'post','nav_menu_item',1,0,NULL,NULL,'Home','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-07-20 11:24:25','2020-07-20 11:24:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(38,'http://orlandoorlando.nl/45/','29:d7d9c7ea058cba799f5cb7245150d543',45,'post','nav_menu_item',1,0,NULL,NULL,'','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-07-20 11:24:25','2020-07-20 11:24:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(39,'http://orlandoorlando.nl/46/','29:d7d65ff95ae94909aab3c51d4921e83c',46,'post','nav_menu_item',1,0,NULL,NULL,'','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-07-20 11:24:25','2020-07-20 11:24:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(40,'http://orlandoorlando.nl/?p=47','31:e8468d82f98476d183569174a03e1a75',47,'post','nav_menu_item',1,0,NULL,NULL,'','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-07-20 11:24:25','2020-07-20 11:24:25',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(41,'http://orlandoorlando.nl/48/','29:7da1303bff7e70701524032a5ffa8e14',48,'post','nav_menu_item',1,0,NULL,NULL,'','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-07-20 11:24:26','2020-07-20 11:24:52',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(42,'http://orlandoorlando.nl/49/','29:170da7498dfe2ac5fa0cbfbf09066758',49,'post','nav_menu_item',1,0,NULL,NULL,'','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-07-20 11:24:26','2020-07-20 11:24:53',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(43,'http://orlandoorlando.nl/wp-content/uploads/2020/07/394.jpg','60:2c365159a55c180739db907659bd764d',50,'post','attachment',1,0,NULL,NULL,'394','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/394.jpg',NULL,'50','attachment-image',NULL,NULL,NULL,'50','attachment-image',NULL,NULL,NULL,NULL,'2020-07-20 11:32:24','2020-07-20 11:32:24',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(44,'http://orlandoorlando.nl/?post_type=wpcf7_contact_form&p=51','60:99ee8b608887194d1f8c45699aa5028d',51,'post','wpcf7_contact_form',1,0,NULL,NULL,'Untitled','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-07-20 11:33:57','2020-07-20 11:33:57',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(45,'http://orlandoorlando.nl/wp-content/uploads/2020/07/395.jpg','60:3f6b2e084f0b707d86c396fa2b6b5a8b',52,'post','attachment',1,0,NULL,NULL,'395','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/395.jpg',NULL,'52','attachment-image',NULL,NULL,NULL,'52','attachment-image',NULL,NULL,NULL,NULL,'2020-07-20 11:36:13','2020-07-20 11:36:13',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(48,'http://orlandoorlando.nl/makenzie-lite/','40:92c83659057dfc1de3c458a197482cd7',55,'post','custom_css',1,0,NULL,NULL,'makenzie-lite','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-07-20 11:51:11','2020-07-20 12:15:11',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(53,'http://orlandoorlando.nl/wp-content/uploads/2020/07/logo97.png','63:4889b5f9819f463cb16cc476d5ec40fe',65,'post','attachment',1,0,NULL,NULL,'logo97','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/logo97.png',NULL,'65','attachment-image',NULL,NULL,NULL,'65','attachment-image',NULL,NULL,NULL,NULL,'2020-07-20 12:04:04','2020-07-20 12:04:04',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(54,'http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97.png','71:9ecf85e9641927e652dc8b7517a84bc7',66,'post','attachment',1,0,NULL,NULL,'cropped-logo97.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97.png',NULL,'66','attachment-image',NULL,NULL,NULL,'66','attachment-image',NULL,NULL,NULL,NULL,'2020-07-20 12:04:14','2020-07-20 12:04:14',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(56,'http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97-1.png','73:a89d5427be3c4213af15dbcd324faef2',68,'post','attachment',1,0,NULL,NULL,'cropped-logo97-1.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/07/cropped-logo97-1.png',NULL,'68','attachment-image',NULL,NULL,NULL,'68','attachment-image',NULL,NULL,NULL,NULL,'2020-07-20 12:05:34','2020-07-20 12:05:34',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(66,'http://orlandoorlando.nl/?post_type=wpautoterms_page&p=84','58:874439c5142a81d2bebacf87fc375b23',84,'post','wpautoterms_page',1,0,NULL,NULL,'Terms and Conditions','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,0,0,NULL,'2020-08-21 10:51:27','2020-08-21 10:51:51',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(67,'http://orlandoorlando.nl/?post_type=wpautoterms_page&p=85','58:e3798fd000e140f44aac488a7b5115db',85,'post','wpautoterms_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,0,0,NULL,'2020-08-21 10:51:32','2020-08-21 10:52:04',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(69,'http://orlandoorlando.nl/distance-movie-date-als-onderdeel-van-online-dating/','78:2e12f46618b06d86a5d02e4410f5918c',93,'post','post',1,0,NULL,NULL,'Distance Movie Date als onderdeel van online dating','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg',NULL,'94','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg','94','featured-image','{\"width\":750,\"height\":500,\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg\",\"path\":\"/var/www/orlandoorlando.nl/public_html/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg\",\"size\":\"full\",\"id\":94,\"alt\":\"\",\"pixels\":375000,\"type\":\"image/jpeg\"}',0,0,NULL,'2020-08-29 04:04:17','2021-11-22 07:47:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-29 04:05:52','2020-10-02 04:04:17'),(70,'http://orlandoorlando.nl/category/daten-en-veiligheid/','55:6a169dadc8144d95c097b05611f9e216',8,'term','category',NULL,NULL,NULL,NULL,'Daten en veiligheid',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,0,NULL,NULL,'2020-08-29 04:05:00','2021-11-22 07:47:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-29 04:05:52','2020-10-02 04:04:17'),(71,'http://orlandoorlando.nl/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg','69:9920447ed9d4ca56d6800da95bdd27a2',94,'post','attachment',1,93,NULL,NULL,'d45f4g5fd4g','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/08/d45f4g5fd4g.jpeg',NULL,'94','attachment-image',NULL,NULL,NULL,'94','attachment-image',NULL,NULL,NULL,NULL,'2020-08-29 04:05:13','2020-10-02 04:46:47',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(73,'http://orlandoorlando.nl/rijexamens-afgelast-vanwege-coronavirus-wat-gebeurt-er-als-je-theorie-of-praktijktoets-wordt-uitgesteld/','130:a4332da0227f7f4dd0211f4ed48516ed',97,'post','post',1,0,NULL,NULL,'Rijexamens afgelast vanwege coronavirus: wat gebeurt er als je theorie- of praktijktoets wordt uitgesteld','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/d5f5ds45f.jpg',NULL,'98','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/d5f5ds45f.jpg','98','featured-image','{\"width\":400,\"height\":249,\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/09/d5f5ds45f.jpg\",\"path\":\"/var/www/orlandoorlando.nl/public_html/wp-content/uploads/2020/09/d5f5ds45f.jpg\",\"size\":\"full\",\"id\":98,\"alt\":\"\",\"pixels\":99600,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-09-14 05:31:42','2021-11-23 03:51:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-14 05:33:23','2020-10-09 05:31:42'),(74,'http://orlandoorlando.nl/wp-content/uploads/2020/09/d5f5ds45f.jpg','66:047b2a9d5e3be6fb382b54e715c3afda',98,'post','attachment',1,97,NULL,NULL,'d5f5ds45f','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/d5f5ds45f.jpg',NULL,'98','attachment-image',NULL,NULL,NULL,'98','attachment-image',NULL,0,NULL,NULL,'2020-09-14 05:32:33','2020-10-09 05:45:48',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(75,'http://orlandoorlando.nl/category/auto-theorie-en-keuring/','59:7b24682f4ee9c38840eb666d767ed1b0',9,'term','category',NULL,NULL,NULL,NULL,'Auto theorie en keuring',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,0,NULL,NULL,'2020-09-14 05:32:59','2021-11-23 03:51:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-14 05:33:23','2020-10-09 05:31:42'),(76,'http://orlandoorlando.nl/tx-fort-worth-bike-share-gehackt-creditcardgegevens-van-gebruikers-en-namen-mogelijk-aangetast/','121:63488f8088cdf1e9b28d9f0e57fd3cea',100,'post','post',1,0,NULL,NULL,'TX: Fort Worth Bike Share gehackt, creditcardgegevens van gebruikers en namen mogelijk aangetast','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/s5v45d45v.jpg',NULL,'101','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/s5v45d45v.jpg','101','featured-image','{\"width\":225,\"height\":224,\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/09/s5v45d45v.jpg\",\"path\":\"/var/www/orlandoorlando.nl/public_html/wp-content/uploads/2020/09/s5v45d45v.jpg\",\"size\":\"full\",\"id\":101,\"alt\":\"\",\"pixels\":50400,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-09-14 19:07:14','2021-11-23 09:58:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-14 19:08:32','2020-10-05 19:07:14'),(77,'http://orlandoorlando.nl/wp-content/uploads/2020/09/s5v45d45v.jpg','66:24c2330334057a0f78a3675b2720b5b0',101,'post','attachment',1,100,NULL,NULL,'s5v45d45v','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/s5v45d45v.jpg',NULL,'101','attachment-image',NULL,NULL,NULL,'101','attachment-image',NULL,0,NULL,NULL,'2020-09-14 19:07:57','2020-10-05 19:46:46',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(78,'http://orlandoorlando.nl/category/credit-card-en-verlenging/','61:3b4e1939179b42b417a99626e64b09e4',10,'term','category',NULL,NULL,NULL,NULL,'Credit card en verlenging',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,0,NULL,NULL,'2020-09-14 19:08:13','2021-11-23 09:58:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-14 19:08:32','2020-10-05 19:07:14'),(80,'http://orlandoorlando.nl/komt-de-bitcoin-etf-eraan-verandering-van-leiderschap-bij-de-sec/','91:90009b21658761d4c8201560185eb36f',105,'post','post',1,0,NULL,NULL,'Komt de Bitcoin ETF eraan? Verandering van leiderschap bij de SEC','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg',NULL,'106','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg','106','featured-image','{\"width\":696,\"height\":400,\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg\",\"path\":\"/var/www/orlandoorlando.nl/public_html/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg\",\"size\":\"full\",\"id\":106,\"alt\":\"\",\"pixels\":278400,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-09-29 05:54:55','2021-11-23 02:59:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-29 05:56:47','2020-10-05 05:54:55'),(81,'http://orlandoorlando.nl/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg','69:115d46253cb585a23c470f5a2de9b34d',106,'post','attachment',1,105,NULL,NULL,'5fg45dfg5d4g','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/09/5fg45dfg5d4g.jpg',NULL,'106','attachment-image',NULL,NULL,NULL,'106','attachment-image',NULL,0,NULL,NULL,'2020-09-29 05:56:10','2020-10-05 06:20:01',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(82,'http://orlandoorlando.nl/author/','33:3a7b277e0d7bf1c3ce69a48b34926767',0,'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/?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://1.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-10-05 06:20:01','2020-10-05 06:20:01',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(83,'http://orlandoorlando.nl/d3439455d91f42085f41da051d937cf8/','59:5f3a600f8bd4b020d879acd3fea97a1e',108,'post','oembed_cache',0,0,NULL,NULL,'','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,0,NULL,NULL,'2020-10-05 06:20:01','2020-10-05 06:20:01',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(85,'http://orlandoorlando.nl/de-verkiezing-is-voorbij-3-trefzekere-aandelen-om-nu-te-kopen/','88:58757f48e70a295c4f200711cd158f8a',110,'post','post',1,0,NULL,NULL,'De verkiezing is voorbij: 3 trefzekere aandelen om nu te kopen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/11/4fdv4.jpg',NULL,'112','featured-image',NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/11/4fdv4.jpg','112','featured-image','{\"width\":2039,\"height\":1471,\"url\":\"http://orlandoorlando.nl/wp-content/uploads/2020/11/4fdv4.jpg\",\"path\":\"/var/www/orlandoorlando.nl/public_html/wp-content/uploads/2020/11/4fdv4.jpg\",\"size\":\"full\",\"id\":112,\"alt\":\"\",\"pixels\":2999369,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-11-13 04:46:14','2021-11-22 19:04:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-11-13 05:08:27','2020-11-16 04:46:14'),(86,'http://orlandoorlando.nl/4af1f7439ad883aa65fb386220ec2a06/','59:b3ad46769af1b832399a2502a7a898aa',111,'post','oembed_cache',1,0,NULL,NULL,'','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,0,NULL,NULL,'2020-11-13 04:57:03','2020-11-13 04:57:03',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(87,'http://orlandoorlando.nl/wp-content/uploads/2020/11/4fdv4.jpg','62:74eaf6e7f9ac6929c82d9e3f2b4a2975',112,'post','attachment',1,110,NULL,NULL,'4fdv4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://orlandoorlando.nl/wp-content/uploads/2020/11/4fdv4.jpg',NULL,'112','attachment-image',NULL,NULL,NULL,'112','attachment-image',NULL,0,NULL,NULL,'2020-11-13 05:05:41','2020-11-16 05:06:48',1,NULL,NULL,NULL,NULL,1,NULL,1,NULL,NULL),(88,'http://orlandoorlando.nl/category/aandeel-en-abonnementen/','59:dc3ad8305d9b86e927e1f34ffff72cb6',11,'term','category',NULL,NULL,NULL,NULL,'aandeel en abonnementen',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,0,NULL,NULL,'2020-11-13 05:08:07','2021-11-22 19:04:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-11-13 05:08:27','2020-11-16 04:46:14');
/*!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 */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(4,0,0,1),(6,0,0,1),(8,0,0,1),(9,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(27,0,0,1),(28,0,0,1),(69,0,0,1),(70,0,0,1),(71,69,1,1),(73,0,0,1),(74,73,1,1),(75,0,0,1),(76,0,0,1),(77,76,1,1),(78,0,0,1),(80,0,0,1),(81,80,1,1),(85,0,0,1),(87,85,1,1),(88,0,0,1);
/*!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=24 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'),(16,'20200616130143'),(18,'20200617122511'),(15,'20200702141921'),(17,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404');
/*!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` bigint DEFAULT NULL,
`term_id` bigint DEFAULT 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 AUTO_INCREMENT=4 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 */;
INSERT INTO `wp_yoast_primary_term` VALUES (1,93,8,'category','2020-08-29 04:05:52','2021-11-22 07:47:27',1),(2,100,10,'category','2020-09-14 19:08:32','2021-11-23 09:58:23',1),(3,110,11,'category','2020-11-13 05:08:27','2021-11-22 19:04:01',1);
/*!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,
`indexable_id` int unsigned DEFAULT NULL,
`target_indexable_id` int unsigned DEFAULT NULL,
`height` int unsigned DEFAULT NULL,
`width` int unsigned DEFAULT NULL,
`size` int unsigned DEFAULT NULL,
`language` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`region` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `link_direction` (`post_id`,`type`),
KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=28 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 */;
INSERT INTO `wp_yoast_seo_links` VALUES (8,'https://www.nvda.nl/nieuws/geld-beschikbaar-goede-zorg-buurt/',11,0,'external',4,NULL,NULL,NULL,NULL,NULL,NULL),(9,'https://www.elaa.nl/actueel/9-algemeen/199-zorg-op-juiste-plek-website-met-inspirerende-voorbeelden-substitutie',11,0,'external',4,NULL,NULL,NULL,NULL,NULL,NULL),(12,'https://leukedatingsite.nl/novamora/',93,0,'external',69,NULL,NULL,NULL,NULL,NULL,NULL),(13,'https://www.youtube.com/embed/ETvQtlEVtRI',93,0,'external',69,NULL,NULL,NULL,NULL,NULL,NULL),(14,'https://leukedatingsite.nl/secondlove/',93,0,'external',69,NULL,NULL,NULL,NULL,NULL,NULL),(15,'https://www.bitcoinexchangenederland.nl/loopring/',105,0,'external',80,NULL,NULL,NULL,NULL,NULL,NULL),(16,'https://www.bitcoinexchangenederland.nl/verge/',105,0,'external',80,NULL,NULL,NULL,NULL,NULL,NULL),(17,'https://www.123creditcardvergelijk.nl/debit-card/',100,0,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(18,'https://www.123creditcardvergelijk.nl/mastercard-creditcard/',100,0,'external',76,NULL,NULL,NULL,NULL,NULL,NULL),(19,'https://verkeersborden.nu/symbolen-auto',97,0,'external',73,NULL,NULL,NULL,NULL,NULL,NULL),(20,'https://verkeersborden.nu/theorie-examen-oefenen',97,0,'external',73,NULL,NULL,NULL,NULL,NULL,NULL),(21,'http://orlandoorlando.nl/wp-content/uploads/2020/07/25.jpg',19,23,'image-in',6,7,300,450,26279,NULL,NULL),(26,'https://aandelenkopen.nl/amazon-aandeel/',110,0,'external',85,NULL,NULL,NULL,NULL,NULL,NULL),(27,'https://aandelenkopen.nl/tesla-motors-aandeel/',110,0,'external',85,NULL,NULL,NULL,NULL,NULL,NULL);
/*!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 */;
INSERT INTO `wp_yoast_seo_meta` VALUES (3,0,0),(4,0,0),(5,0,0),(6,0,0),(7,0,0),(14,0,0),(15,0,0),(16,0,0),(17,0,0),(20,0,0),(28,0,0),(29,0,0),(30,0,0),(31,0,0),(32,0,0),(33,0,0),(34,0,0),(35,0,0),(37,0,0),(38,0,0),(40,0,0),(41,0,0),(42,0,0),(43,0,0),(53,0,0),(54,0,0),(56,0,0),(57,0,0),(58,0,0),(59,0,0),(60,0,0),(61,0,0),(62,0,0),(63,0,0),(64,0,0),(67,0,0),(69,0,0),(70,0,0),(71,0,0),(73,0,0),(75,0,0),(77,0,0),(79,0,0),(81,0,0),(82,0,0),(83,0,0),(84,0,0),(85,0,0),(92,0,0),(93,0,0);
/*!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-03-29 8:26:26