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

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

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

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

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

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

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

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

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

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

--
-- Table structure for table `wp_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=78695 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://sustainaqua.org','yes'),(2,'home','http://sustainaqua.org','yes'),(3,'blogname','SUSTAIN AQUA','yes'),(4,'blogdescription','Water management is very important at present.','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:16:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:35:\"404-to-homepage/404-to-homepage.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:4;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:5;s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";i:6;s:31:\"cache-enabler/cache-enabler.php\";i:7;s:33:\"classic-editor/classic-editor.php\";i:8;s:36:\"contact-form-7/wp-contact-form-7.php\";i:9;s:37:\"link-whisper-premium/link-whisper.php\";i:10;s:29:\"mainwp-child/mainwp-child.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:29:\"theme-editor/theme_editor.php\";i:14;s:37:\"wordpress-autoblogging/basic-auth.php\";i:15;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','startup-blog','yes'),(41,'stylesheet','startup-blog','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:85;i:1;i:90;i:2;i:95;i:3;i:102;i:4;i:106;}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','75','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','1609364388','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: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:44:{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: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: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;}}}','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:6:{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:7:\"primary\";a:4:{i:0;s:8:\"search-2\";i:1;s:13:\"rpwe_widget-2\";i:2;s:10:\"calendar-2\";i:3;s:13:\"media_image-2\";}s:18:\"after-post-content\";a:0:{}s:18:\"after-page-content\";a:0:{}s:11:\"footer-area\";a:3:{i:0;s:13:\"media_video-2\";i:1;s:13:\"media_image-3\";i:2;s:13:\"media_video-3\";}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','YJpK03THXn','yes'),(105,'tagline','','yes'),(107,'auth_key','Cnwqr-PX=bXq;?f~FE{*A<g=? } v}+TsR$2CD!t?iVQek6V9b|~r~l#+]peE>&[','no'),(108,'auth_salt','r!BDeDH`9f;-inT@iZ?1>X9OBIki[,(oJ>{?^2||`AB]W%=I0!AacNnM=]H9L_NB','no'),(109,'logged_in_key',';`BPn4cj4qY;:H$fTeMy0PPMNaNoSe(i_r5>z5uJpKkfi7cp.%)Q-F.=8T0Qn$k5','no'),(110,'logged_in_salt','-N>2RSmn;Z{_we1aPE,+JapNN$`J,tDr%9o[ uyQ=3On#1o`i-S]JYz?_`d}-gg.','no'),(111,'cron','a:16:{i:1680071856;a:1:{s:27:\"wpil_broken_link_check_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"10min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1680071991;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:1680077693;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:1680082791;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:1680084511;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:1680085139;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:1680085593;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:1680094937;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:1680096540;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680125989;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:1680125990;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680125991;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1680154639;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:1680171537;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1680385191;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(112,'update_day','4','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:299;s:6:\"height\";i:450;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:56;s:3:\"url\";s:60:\"http://sustainaqua.org/wp-content/uploads/2020/08/efeqaw.jpg\";s:5:\"title\";s:0:\"\";}i:3;a:15:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:512;s:6:\"height\";i:341;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:57;s:3:\"url\";s:58:\"http://sustainaqua.org/wp-content/uploads/2020/08/weth.png\";s:5:\"title\";s:10:\"Click Here\";}s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_media_video','a:3:{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:28:\"https://youtu.be/yFRsMLHOlvg\";s:5:\"title\";s:10:\"Watch This\";}i:3;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=yBd8UF3vwDs\";s:5:\"title\";s:10:\"Watch 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','3<cd|6Z6%r+Hl-y4/y&.:qsGjmK_gO6QEI<B4h0@RNfz$2+V TNS2-P?B-+jazfP','no'),(123,'nonce_salt',';ArVa/U9kmcY+G(to)lyVO+U,qoik]W1>)Lg%)jaJ:sD/wGjs5CW5v2&3F}1&rFg','no'),(124,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(133,'current_theme','Startup Blog','yes'),(137,'recovery_keys','a:0:{}','yes'),(144,'crawl-delay-value','5','yes'),(150,'theme_mods_twentyten_child','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1597911416;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'),(902,'disallowed_keys','','no'),(903,'comment_previously_approved','1','yes'),(904,'auto_plugin_theme_update_emails','a:0:{}','no'),(905,'finished_updating_comment_type','1','yes'),(906,'db_upgraded','','yes'),(910,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:20:\"[email protected]\";s:7:\"version\";s:5:\"6.0.3\";s:9:\"timestamp\";i:1666081698;}','no'),(1144,'secure_auth_key','`64+0!g6j0oOA!U68G&WUV?s~nX$nbrq+ZW9Gfr6m]M1krD+td;`a<i<_O<m&6mI','no'),(1145,'secure_auth_salt','F-RgK>OuZN#km2 =<Cp|CER+!rFZ,1Goia~4V?$aKPA_deG=RVvVS>CMa.S:_D]I','no'),(1171,'theme_mods_startup-blog','a:22:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:6;s:9:\"secondary\";i:7;}s:18:\"custom_css_post_id\";i:59;s:21:\"slider_posts_or_pages\";s:5:\"posts\";s:19:\"slider_recent_posts\";i:5;s:20:\"slider_post_category\";s:1:\"2\";s:23:\"slider_arrow_navigation\";s:3:\"yes\";s:21:\"slider_button_display\";s:3:\"yes\";s:18:\"slider_auto_rotate\";s:3:\"yes\";s:13:\"slider_sticky\";s:3:\"yes\";s:11:\"slider_time\";i:4;s:13:\"color_primary\";s:7:\"#0a255b\";s:10:\"author_box\";s:3:\"yes\";s:7:\"sidebar\";s:6:\"before\";s:7:\"twitter\";s:20:\"https://twitter.com/\";s:8:\"facebook\";s:25:\"https://www.facebook.com/\";s:9:\"instagram\";s:26:\"https://www.instagram.com/\";s:8:\"linkedin\";s:24:\"https://www.linkedin.com\";s:9:\"full_post\";s:3:\"yes\";s:14:\"excerpt_length\";i:0;s:13:\"scroll_to_top\";s:3:\"yes\";s:11:\"custom_logo\";i:76;}','yes'),(1172,'theme_switched','','yes'),(1173,'wrm_8a8dd3fb319c6888289e','1597911417','yes'),(1190,'recently_activated','a:0:{}','yes'),(1201,'wpcf7','a:2:{s:7:\"version\";s:7:\"5.5.6.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1597917756;s:7:\"version\";s:5:\"5.2.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(1202,'ssb_networks','a:1:{s:14:\"icon_selection\";s:40:\"fbshare,pinterest,twitter,email,linkedin\";}','yes'),(1203,'ssb_themes','a:1:{s:10:\"icon_style\";s:16:\"round-btm-border\";}','yes'),(1204,'ssb_positions','a:1:{s:8:\"position\";a:2:{s:7:\"sidebar\";s:7:\"sidebar\";s:6:\"inline\";s:6:\"inline\";}}','yes'),(1205,'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:2:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";}}','yes'),(1206,'ssb_advanced','a:1:{s:11:\"ssb_og_tags\";s:1:\"1\";}','yes'),(1207,'ssb_pr_version','3.1.1','yes'),(1208,'widget_ssb_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1209,'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:2:{s:4:\"home\";s:4:\"home\";s:4:\"post\";s:4:\"post\";}}','yes'),(1210,'ssb_media','','yes'),(1211,'ssb_popup','','yes'),(1212,'ssb_flyin','','yes'),(1213,'ssb_active_time','1597918724','no'),(1214,'wpautoterms_activated','1','yes'),(1215,'wpautoterms_legal_pages_slug','wpautoterms','yes'),(1216,'wpautoterms_version','2.4.9','yes'),(1217,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1218,'wpautoterms_links','1','yes'),(1219,'wpautoterms_links_bg_color','#ffffff','yes'),(1220,'wpautoterms_links_font','Arial, sans-serif','yes'),(1221,'wpautoterms_links_font_size','14px','yes'),(1222,'wpautoterms_links_text_color','#cccccc','yes'),(1223,'wpautoterms_links_text_align','center','yes'),(1224,'wpautoterms_links_links_color','#000000','yes'),(1225,'wpautoterms_links_separator','-','yes'),(1226,'wpautoterms_links_target_blank','','yes'),(1227,'wpautoterms_update_notice','','yes'),(1228,'wpautoterms_update_notice_bar_position','top','yes'),(1229,'wpautoterms_update_notice_bar_type','static','yes'),(1230,'wpautoterms_update_notice_disable_logged','yes','yes'),(1231,'wpautoterms_update_notice_duration','3','yes'),(1232,'wpautoterms_update_notice_message','Our <a href=\"[wpautoterms page_link]\">[wpautoterms page_title]</a> has been updated on [wpautoterms last_updated_date].','yes'),(1233,'wpautoterms_update_notice_message_multiple','Our [wpautoterms page_links] have been updated on [wpautoterms last_updated_date].','yes'),(1234,'wpautoterms_update_notice_close_message','Close','yes'),(1235,'wpautoterms_update_notice_bg_color','','yes'),(1236,'wpautoterms_update_notice_font','','yes'),(1237,'wpautoterms_update_notice_font_size','','yes'),(1238,'wpautoterms_update_notice_text_color','','yes'),(1239,'wpautoterms_update_notice_links_color','','yes'),(1240,'wpautoterms_cookies_notice','','yes'),(1241,'wpautoterms_cookies_notice_bar_position','top','yes'),(1242,'wpautoterms_cookies_notice_bar_type','static','yes'),(1243,'wpautoterms_cookies_notice_disable_logged','yes','yes'),(1244,'wpautoterms_cookies_notice_message','We use cookies to ensure that we give you the best experience on our website','yes'),(1245,'wpautoterms_cookies_notice_close_message','Close','yes'),(1246,'wpautoterms_cookies_notice_bg_color','','yes'),(1247,'wpautoterms_cookies_notice_font','','yes'),(1248,'wpautoterms_cookies_notice_font_size','','yes'),(1249,'wpautoterms_cookies_notice_text_color','','yes'),(1250,'wpautoterms_cookies_notice_links_color','','yes'),(1251,'wpautoterms_endorsements','','yes'),(1252,'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'),(1253,'wpautoterms_endorsements_when','','yes'),(1254,'wpautoterms_endorsements_tag','','yes'),(1255,'wpautoterms_site_name','www.sustainaqua.org','yes'),(1256,'wpautoterms_site_url','http://sustainaqua.org','yes'),(1257,'wpautoterms_company_name','www.sustainaqua.org','yes'),(1258,'wpautoterms_country','','yes'),(1259,'wpautoterms_state','','yes'),(1260,'wpautoterms_show_in_pages_widget','','yes'),(1261,'wpautoterms_cache_plugins_compat','','yes'),(1262,'wpautoterms_license','','yes'),(1263,'wpseo','a:75:{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:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:1;s:7:\"version\";s:4:\"19.1\";s:16:\"previous_version\";s:4:\"19.0\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1597918737;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:23:\"https://sustainaqua.org\";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;s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;}','yes'),(1264,'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:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s: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'),(1265,'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'),(1266,'wpseo_flush_rewrite','1','yes'),(1267,'wpautoterms_cache_plugins_detection','','yes'),(1268,'wpautoterms_ob_total','1','yes'),(1269,'wpautoterms_ob_not_intercepted','0','yes'),(1270,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"19.1\";}','yes'),(1283,'wpseo_ryte','a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1648722498;}','yes'),(1288,'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'),(1303,'wpautoterms_cache_plugins_detected','1','yes'),(1311,'widget_rpwe_widget','a:3:{i:1;a:0:{}i:2;a:32:{s:5:\"title\";s:12:\"Recent Posts\";s:9:\"title_url\";s:0:\"\";s:13:\"ignore_sticky\";i:0;s:15:\"exclude_current\";b:1;s:5:\"limit\";i:5;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:8:\"taxonomy\";s:0:\"\";s:7:\"excerpt\";b:0;s:6:\"length\";i:10;s:4:\"date\";b:1;s:13:\"date_relative\";b:0;s:13:\"date_modified\";b:0;s:8:\"readmore\";b:0;s:13:\"readmore_text\";s:12:\"Read More »\";s:13:\"comment_count\";b:0;s:5:\"thumb\";b:1;s:12:\"thumb_height\";i:45;s:11:\"thumb_width\";i:45;s:13:\"thumb_default\";s:36:\"http://placehold.it/45x45/f0f0f0/ccc\";s:11:\"thumb_align\";s:14:\"rpwe-alignleft\";s:14:\"styles_default\";b:1;s:5:\"cssID\";s:0:\"\";s:9:\"css_class\";s:0:\"\";s:3:\"css\";s:1157:\".rpwe-block ul{\r\nlist-style: none !important;\r\nmargin-left: 0 !important;\r\npadding-left: 0 !important;\r\n}\r\n\r\n.rpwe-block li{\r\nborder-bottom: 1px solid #eee;\r\nmargin-bottom: 10px;\r\npadding-bottom: 10px;\r\nlist-style-type: none;\r\n}\r\n\r\n.rpwe-block a{\r\ndisplay: inline !important;\r\ntext-decoration: none;\r\n}\r\n\r\n.rpwe-block h3{\r\nbackground: none !important;\r\nclear: none;\r\nmargin-bottom: 0 !important;\r\nmargin-top: 0 !important;\r\nfont-weight: 400;\r\nfont-size: 12px !important;\r\nline-height: 1.5em;\r\n}\r\n\r\n.rpwe-thumb{\r\nborder: 1px solid #eee !important;\r\nbox-shadow: none !important;\r\nmargin: 2px 10px 2px 0;\r\npadding: 3px !important;\r\n}\r\n\r\n.rpwe-summary{\r\nfont-size: 12px;\r\n}\r\n\r\n.rpwe-time{\r\ncolor: #bbb;\r\nfont-size: 11px;\r\n}\r\n\r\n.rpwe-comment{\r\ncolor: #bbb;\r\nfont-size: 11px;\r\npadding-left: 5px;\r\n}\r\n\r\n.rpwe-alignleft{\r\ndisplay: inline;\r\nfloat: left;\r\n}\r\n\r\n.rpwe-alignright{\r\ndisplay: inline;\r\nfloat: right;\r\n}\r\n\r\n.rpwe-aligncenter{\r\ndisplay: block;\r\nmargin-left: auto;\r\nmargin-right: auto;\r\n}\r\n\r\n.rpwe-clearfix:before,\r\n.rpwe-clearfix:after{\r\ncontent: \"\";\r\ndisplay: table !important;\r\n}\r\n\r\n.rpwe-clearfix:after{\r\nclear: both;\r\n}\r\n\r\n.rpwe-clearfix{\r\nzoom: 1;\r\n}\r\n\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1312,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1986,'secret_key','gRrz249|{wZO%j]J&yta8t/^z: Ys(h^^JL[2c2W3)RU&b=BucK{d$oh18si:F{T','no'),(5480,'auto_update_core_dev','enabled','yes'),(5481,'auto_update_core_minor','enabled','yes'),(5482,'auto_update_core_major','unset','yes'),(8893,'https_detection_errors','a:0:{}','yes'),(10418,'mainwp_child_update_version','1.5','yes'),(10419,'mainwp_child_plugin_version','4.2.3','yes'),(10420,'mainwp_child_auth','a:7:{i:5;s:32:\"5d00c62fabc7434fa5795e9082c19ed7\";s:4:\"last\";i:1680049523;i:4;s:32:\"cfec98c1fe5f5a3408e3fd6d9d136703\";i:3;s:32:\"af1eebc8c6be1d3a3fd2d0811ad9050e\";i:2;s:32:\"3dd4f1be3fc614921269093e00899f79\";i:1;s:32:\"a4d90802f5b4a0328fb36e888e789157\";i:0;s:32:\"330bc02a0844c5a825e1d70dd4cd2784\";}','yes'),(10421,'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'),(10422,'mainwp_child_activated_once','1','no'),(10430,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF4TkVPc1dIOFA5OEh2aEkweUNBaAozQ1hmMHJKdytCLzNjVjdDQ1BJRkhyU0lKYStyTmlMR2FUd1l3T0VQOExZUVBGWEJMM0tYVmgzTVg3NnRNTEs0Cjd1Q3VDRUtVVmRXZm1ScEI0bEVKYmZXWVJYRmV1TFVDY0xidFpPUVZFUFFNNVFld0p2a3Y3UnBrYm1idUl2c04KckJPUDBkbHk2OUtIZEtLZDV3RDRzQVJGRGMyUXhZMVhya1BSb3VoRHJSR09FT2YwSzUvZ3Z0RFFqSnhXMU5jeAoxL1VFTTQxbVZrSmNueUlsaUpHUHpiWFlQNnZncnlIWEtjY1V2UjAvYWdEQmxBWkNlNkhSam9mNWRlUlZwcEtsCmVkVGhvZjNpVDM2WEtIRmd0eHlRbEx2TktzK1ZRdVYyZTF5WCtWTFFqbE9ubFFJK0c1WVlaQUxNSjlNa0RpcG8KeHdJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(10431,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(10432,'mainwp_child_nonce','0','no'),(10433,'mainwp_child_nossl','0','yes'),(10434,'mainwp_child_nossl_key','3fe69225cb5ea9998d81751b5bfb0a6f3365193f088e15a287116216244b048b','yes'),(10435,'mainwp_premium_updates','a:0:{}','no'),(10438,'mainwp_child_clone_sites','0','no'),(10439,'mainwp_child_siteid','795','no'),(12615,'category_children','a:0:{}','yes'),(13979,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(21051,'wp_force_deactivated_plugins','a:0:{}','yes'),(33268,'mainwp_cache_control_cache_solution','Cache Enabler','yes'),(35765,'mainwp_child_auto_purge_cache','0','yes'),(35766,'mainwp_child_cloud_flair_enabled','0','yes'),(35767,'mainwp_cloudflair_email','','yes'),(35768,'mainwp_cloudflair_key','','yes'),(41855,'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'),(50796,'wrm_8f847d17a1836d1141eb','1655455111','yes'),(50803,'ai1wm_secret_key','79855XiG5RXz','yes'),(50804,'ai1wm_backups_labels','a:0:{}','yes'),(50805,'ai1wm_sites_links','a:0:{}','yes'),(50806,'swift_performance_plugin_organizer','a:0:{}','yes'),(50807,'jetpack_active_modules','a:0:{}','yes'),(50808,'wrm_70c5382db7cf5f9a4de5','1660734087','yes'),(50814,'_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:1680042762;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(50823,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"6.0.3\";s:7:\"current\";s:3:\"6.0\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1666081698;s:5:\"retry\";b:0;}','no'),(50824,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-multisite-extension\";a:13:{s:4:\"name\";s:19:\"Multisite Extension\";s:4:\"slug\";s:19:\"multisite-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/multisite-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"4.27\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:595:\"<ul class=\"description\"><li>Export single site from the network</li><li>Export multiple sites from the network</li><li>Export the whole network</li><li>Import single site into the network</li><li>Import multiple sites into the network</li><li>Import a network</li><li>Clone single site within a network</li><li>Multi-network support</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Backup scheduler with hourly, daily, and weekly options</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/multisite-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/multisite-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/multisite-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/multisite-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/multisite-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40189;}}','yes'),(50825,'_site_transient_ai1wm_last_check_for_updates','1680042762','no'),(50828,'_transient_health-check-site-status-result','{\"good\":12,\"recommended\":6,\"critical\":1}','yes'),(52446,'ai1wmme_plugin_key','72821048-196b-4fc6-a1e9-59bd100238e8','yes'),(52447,'Niteoweb.SpiderBlocker.Bots','a:40:{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:4:\"name\";s:5:\"Baidu\";s:2:\"re\";s:11:\"Baiduspider\";s:4:\"desc\";s:47:\"http://www.baidu.com/search/robots_english.html\";s:5:\"state\";b:1;}i:37;a:4:{s:4:\"name\";s:8:\"Serpstat\";s:2:\"re\";s:8:\"serpstat\";s:4:\"desc\";s:21:\"https://serpstat.com/\";s:5:\"state\";b:1;}i:38;a:4:{s:4:\"name\";s:5:\"SpyFu\";s:2:\"re\";s:5:\"spyfu\";s:4:\"desc\";s:22:\"https://www.spyfu.com/\";s:5:\"state\";b:1;}i:39;a:4:{s:4:\"name\";s:5:\"Prlog\";s:2:\"re\";s:5:\"Prlog\";s:4:\"desc\";s:17:\"https://prlog.ru/\";s:5:\"state\";b:1;}}','yes'),(55185,'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'),(76634,'wpil_2_license_status','','yes'),(76635,'wpil_2_license_key','','yes'),(76636,'wpil_2_license_data','','yes'),(76637,'wpil_2_ignore_numbers','1','yes'),(76638,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(76639,'wpil_2_links_open_new_tab','0','yes'),(76640,'wpil_2_debug_mode','0','yes'),(76641,'wpil_option_update_reporting_data_on_save','0','yes'),(76642,'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'),(76643,'wpil_has_run_initial_scan','1','yes'),(76644,'wpil_site_db_version','1.22','yes'),(76645,'wpil_link_table_is_created','1','yes'),(76646,'wpil_fresh_install','','yes'),(76647,'wpil_install_date','2023-02-16 20:35:30','yes'),(76650,'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:1676579732;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}s:7:\"abspath\";s:33:\"/opt/aphex/sites/sustainaqua.org/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:8:\"sdk_path\";s:39:\"wp-sheet-editor-premium/vendor/freemius\";s:7:\"version\";s:5:\"2.5.3\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1676579732;}}','yes'),(76651,'fs_debug_mode','','yes'),(76652,'fs_accounts','a:6:{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:15:{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:1676579732;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:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:15:\"sustainaqua.org\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1676582258;s:7:\"version\";s:13:\"2.25.2-beta.1\";}s:15:\"prev_is_premium\";b:1;}}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:0;}}s:9:\"unique_id\";s:32:\"0fcf81daa8fd191bd4b379fdc666943a\";s:7:\"updates\";a:1:{i:1010;N;}}','yes'),(76665,'vg_sheet_editor','a:8:{s:8:\"last_tab\";N;s:13:\"be_post_types\";a:1:{i:0;s:4:\"post\";}s:17:\"be_posts_per_page\";i:20;s:23:\"be_load_items_on_scroll\";i:1;s:19:\"be_fix_columns_left\";i:2;s:22:\"be_posts_per_page_save\";i:4;s:26:\"be_timeout_between_batches\";i:6;s:23:\"be_disable_post_actions\";i:0;}','yes'),(76666,'vgse_columns_visibility','a:0:{}','yes'),(76667,'vgse_columns_visibility_migrated','1','yes'),(76668,'vgse_welcome_redirect','no','yes'),(76669,'vgse_hide_whats_new_2.25.2-beta.1','yes','yes'),(76670,'fs_gdpr','a:1:{s:2:\"u0\";a:1:{s:8:\"required\";b:0;}}','yes'),(78420,'_site_transient_timeout_php_check_0bf95b5f09d09e56bf994b7894d9087c','1680386138','no'),(78421,'_site_transient_php_check_0bf95b5f09d09e56bf994b7894d9087c','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(78652,'_transient_timeout_f64f5a1c07c500d65389109dfb80179e','1680129162','no'),(78653,'_transient_f64f5a1c07c500d65389109dfb80179e','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 28 Mar 2023 22:32:42 GMT\";s:12:\"content-type\";s:25:\"text/plain; charset=utf-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:5:\"ord 3\";}}s:4:\"body\";s:1159:\"{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:1159:\"{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:3:\"raw\";s:1406:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Tue, 28 Mar 2023 22:32:42 GMT\r\nContent-Type: text/plain; charset=utf-8\r\nTransfer-Encoding: chunked\r\nConnection: close\r\nVary: Accept-Encoding\r\nX-Frame-Options: SAMEORIGIN\r\nContent-Encoding: br\r\nX-nc:  ord 3\r\n\r\n{\"plugins\":{\"wp-sheet-editor-premium\\/wp-sheet-editor.php\":{\"id\":\"w.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"slug\":\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\",\"plugin\":\"wp-sheet-editor-premium\\/wp-sheet-editor.php\",\"new_version\":\"2.25.1\",\"url\":\"https:\\/\\/wordpress.org\\/plugins\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/\",\"package\":\"https:\\/\\/downloads.wordpress.org\\/plugin\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages.2.25.1.zip\",\"icons\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-256x256.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/icon-128x128.png?rev=1543619\"},\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-1544x500.png?rev=1543619\",\"1x\":\"https:\\/\\/ps.w.org\\/wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\\/assets\\/banner-772x250.png?rev=1543627\"},\"banners_rtl\":[],\"requires\":\"3.6\",\"tested\":\"6.1.1\",\"requires_php\":false,\"compatibility\":[]}},\"translations\":[]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:7:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Tue, 28 Mar 2023 22:32:42 GMT\";}s:12:\"content-type\";a:1:{i:0;s:25:\"text/plain; charset=utf-8\";}s:4:\"vary\";a:1:{i:0;s:15:\"Accept-Encoding\";}s:15:\"x-frame-options\";a:1:{i:0;s:10:\"SAMEORIGIN\";}s:16:\"content-encoding\";a:1:{i:0;s:2:\"br\";}s:4:\"x-nc\";a:1:{i:0;s:5:\"ord 3\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1000000000000001;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:51:\"https://api.wordpress.org/plugins/update-check/1.1/\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(78654,'_site_transient_timeout_theme_roots','1680044563','no'),(78655,'_site_transient_theme_roots','a:6:{s:12:\"startup-blog\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:15:\"twentyten_child\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(78656,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680042763;s:7:\"checked\";a:6:{s:12:\"startup-blog\";s:4:\"1.37\";s:9:\"twentyten\";s:3:\"3.6\";s:15:\"twentyten_child\";s:0:\"\";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:5:{s:12:\"startup-blog\";a:6:{s:5:\"theme\";s:12:\"startup-blog\";s:11:\"new_version\";s:4:\"1.38\";s:3:\"url\";s:42:\"https://wordpress.org/themes/startup-blog/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/startup-blog.1.38.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.4\";}s:9:\"twentyten\";a:6:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"3.7\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.3.7.zip\";s:8:\"requires\";s:3:\"3.0\";s:12:\"requires_php\";s:5:\"5.2.4\";}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'),(78657,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1680042764;s:8:\"response\";a:10:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.2\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.73\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.73.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2837281\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2837281\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.3\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:7:\"5.7.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/contact-form-7.5.7.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";b:0;}s:29:\"mainwp-child/mainwp-child.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/mainwp-child\";s:4:\"slug\";s:12:\"mainwp-child\";s:6:\"plugin\";s:29:\"mainwp-child/mainwp-child.php\";s:11:\"new_version\";s:7:\"4.4.0.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/mainwp-child/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/mainwp-child.4.4.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-256x256.png?rev=2734948\";s:2:\"1x\";s:65:\"https://ps.w.org/mainwp-child/assets/icon-128x128.png?rev=2734948\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/mainwp-child/assets/banner-1544x500.jpg?rev=2734948\";s:2:\"1x\";s:67:\"https://ps.w.org/mainwp-child/assets/banner-772x250.jpg?rev=2734948\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/mainwp-child/assets/banner-1544x500-rtl.jpg?rev=2712922\";s:2:\"1x\";s:71:\"https://ps.w.org/mainwp-child/assets/banner-772x250-rtl.jpg?rev=2712922\";}s:8:\"requires\";s:3:\"5.4\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.4\";}s:37:\"recent-posts-widget-extended/rpwe.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:42:\"w.org/plugins/recent-posts-widget-extended\";s:4:\"slug\";s:28:\"recent-posts-widget-extended\";s:6:\"plugin\";s:37:\"recent-posts-widget-extended/rpwe.php\";s:11:\"new_version\";s:5:\"2.0.2\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/recent-posts-widget-extended/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/recent-posts-widget-extended.2.0.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/recent-posts-widget-extended/assets/icon-256x256.png?rev=2619497\";s:2:\"1x\";s:81:\"https://ps.w.org/recent-posts-widget-extended/assets/icon-128x128.png?rev=2619497\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/recent-posts-widget-extended/assets/banner-1544x500.png?rev=2619497\";s:2:\"1x\";s:83:\"https://ps.w.org/recent-posts-widget-extended/assets/banner-772x250.png?rev=2619497\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"7.2\";}s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:36:\"w.org/plugins/scheduled-post-trigger\";s:4:\"slug\";s:22:\"scheduled-post-trigger\";s:6:\"plugin\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/scheduled-post-trigger/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/scheduled-post-trigger.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/scheduled-post-trigger/assets/icon-128x128.jpg?rev=1492075\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/scheduled-post-trigger/assets/banner-772x250.jpg?rev=1492080\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:47:\"simple-social-buttons/simple-social-buttons.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/simple-social-buttons\";s:4:\"slug\";s:21:\"simple-social-buttons\";s:6:\"plugin\";s:47:\"simple-social-buttons/simple-social-buttons.php\";s:11:\"new_version\";s:5:\"4.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/simple-social-buttons/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/simple-social-buttons.4.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/simple-social-buttons/assets/icon-256x256.png?rev=2439696\";s:2:\"1x\";s:74:\"https://ps.w.org/simple-social-buttons/assets/icon-128x128.png?rev=2439696\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/simple-social-buttons/assets/banner-1544x500.png?rev=2439696\";s:2:\"1x\";s:76:\"https://ps.w.org/simple-social-buttons/assets/banner-772x250.png?rev=2439696\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";b:0;s:14:\"upgrade_notice\";s:47:\"<ul>\n<li>Please upgrade immediately.</li>\n</ul>\";}s:23:\"spiderblocker/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/spiderblocker\";s:4:\"slug\";s:13:\"spiderblocker\";s:6:\"plugin\";s:23:\"spiderblocker/index.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/spiderblocker/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/spiderblocker.1.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-256x256.jpg?rev=2476085\";s:2:\"1x\";s:66:\"https://ps.w.org/spiderblocker/assets/icon-128x128.jpg?rev=2476085\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/spiderblocker/assets/banner-1544x500.jpg?rev=2476085\";s:2:\"1x\";s:68:\"https://ps.w.org/spiderblocker/assets/banner-772x250.jpg?rev=2476085\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";b:0;}s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:54:\"w.org/plugins/auto-terms-of-service-and-privacy-policy\";s:4:\"slug\";s:40:\"auto-terms-of-service-and-privacy-policy\";s:6:\"plugin\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:11:\"new_version\";s:5:\"2.5.0\";s:3:\"url\";s:71:\"https://wordpress.org/plugins/auto-terms-of-service-and-privacy-policy/\";s:7:\"package\";s:89:\"https://downloads.wordpress.org/plugin/auto-terms-of-service-and-privacy-policy.2.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:85:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/icon.svg?rev=2292425\";s:3:\"svg\";s:85:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/icon.svg?rev=2292425\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:95:\"https://ps.w.org/auto-terms-of-service-and-privacy-policy/assets/banner-772x250.png?rev=2292425\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";s:6:\"tested\";s:5:\"6.1.1\";s:12:\"requires_php\";s:3:\"5.3\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"20.4\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:35:\"404-to-homepage/404-to-homepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/404-to-homepage\";s:4:\"slug\";s:15:\"404-to-homepage\";s:6:\"plugin\";s:35:\"404-to-homepage/404-to-homepage.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/404-to-homepage/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/404-to-homepage.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-256x256.png?rev=2105401\";s:2:\"1x\";s:68:\"https://ps.w.org/404-to-homepage/assets/icon-128x128.png?rev=2105401\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/404-to-homepage/assets/banner-1544x500.jpg?rev=2105401\";s:2:\"1x\";s:70:\"https://ps.w.org/404-to-homepage/assets/banner-772x250.jpg?rev=2105401\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:29:\"theme-editor/theme_editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/theme-editor\";s:4:\"slug\";s:12:\"theme-editor\";s:6:\"plugin\";s:29:\"theme-editor/theme_editor.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/theme-editor/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/theme-editor.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/theme-editor/assets/icon-128x128.png?rev=1644634\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/theme-editor/assets/banner-772x250.jpg?rev=1644636\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:6:\"plugin\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:11:\"new_version\";s:13:\"2.25.2-beta.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:18:{s:35:\"404-to-homepage/404-to-homepage.php\";s:3:\"1.0\";s:19:\"akismet/akismet.php\";s:5:\"4.2.4\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.61\";s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";s:4:\"4.18\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:7:\"5.5.6.1\";s:9:\"hello.php\";s:5:\"1.7.2\";s:37:\"wordpress-autoblogging/basic-auth.php\";s:3:\"0.1\";s:37:\"link-whisper-premium/link-whisper.php\";s:5:\"1.5.9\";s:29:\"mainwp-child/mainwp-child.php\";s:5:\"4.2.3\";s:37:\"recent-posts-widget-extended/rpwe.php\";s:5:\"1.1.0\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:3:\"3.0\";s:47:\"simple-social-buttons/simple-social-buttons.php\";s:5:\"4.0.1\";s:23:\"spiderblocker/index.php\";s:5:\"1.3.1\";s:29:\"theme-editor/theme_editor.php\";s:3:\"2.7\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:5:\"2.4.9\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:13:\"2.25.2-beta.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"19.1\";}}','no'),(78691,'_transient_timeout_global_styles_startup-blog','1680077555','no'),(78692,'_transient_global_styles_startup-blog','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 12px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 28px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--regular: 16px;--wp--preset--font-size--larger: 38px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(78693,'_transient_timeout_global_styles_svg_filters_startup-blog','1680077555','no'),(78694,'_transient_global_styles_svg_filters_startup-blog','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=305 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','1597916923:1'),(5,10,'_edit_last','1'),(6,10,'_edit_lock','1597916988:1'),(7,11,'_wp_attached_file','2020/08/TK.jpeg'),(8,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1346;s:4:\"file\";s:15:\"2020/08/TK.jpeg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"TK-300x197.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"TK-1024x673.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:673;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"TK-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"TK-768x505.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"TK-1536x1010.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1010;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"two-columns\";a:4:{s:4:\"file\";s:15:\"TK-640x421.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:421;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:{}}}'),(9,8,'ct_startup_blog_last_updated','default'),(10,8,'_thumbnail_id','11'),(13,13,'_wp_attached_file','2020/08/s-w.jpeg'),(14,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1828;s:4:\"file\";s:16:\"2020/08/s-w.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"s-w-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"s-w-1024x731.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"s-w-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"s-w-768x548.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"s-w-1536x1097.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"s-w-2048x1462.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"two-columns\";a:4:{s:4:\"file\";s:16:\"s-w-640x457.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:457;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:28:\"Chinnapong - stock.adobe.com\";s:6:\"camera\";s:11:\"NIKON D5500\";s:7:\"caption\";s:181:\"World ocean day,, saving water campaign, sustainable ecological ecosystems concept with green earth on woman\'s hands on blue sea background : Element of this image furnished by NASA\";s:17:\"created_timestamp\";s:10:\"1431625420\";s:9:\"copyright\";s:30:\"©Chinnapong - stock.adobe.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:183:\"World ocean day,, saving water campaign, sustainable ecological ecosystems concept with green earth on woman\'s hands on blue sea background : Element of this image furnished by NASA .\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:5:\"water\";i:1;s:3:\"day\";i:2;s:5:\"world\";i:3;s:4:\"save\";i:4;s:5:\"ocean\";i:5;s:6:\"health\";i:6;s:6:\"energy\";i:7;s:3:\"eco\";i:8;s:6:\"global\";i:9;s:10:\"sanitation\";i:10;s:3:\"bio\";i:11;s:10:\"biological\";i:12;s:8:\"business\";i:13;s:9:\"butterfly\";i:14;s:4:\"care\";i:15;s:5:\"clean\";i:16;s:12:\"conservation\";i:17;s:9:\"corporate\";i:18;s:3:\"csr\";i:19;s:11:\"development\";i:20;s:5:\"drink\";i:21;s:5:\"earth\";i:22;s:10:\"ecological\";i:23;s:7:\"ecology\";i:24;s:9:\"ecosystem\";i:25;s:9:\"efficient\";i:26;s:4:\"drop\";i:27;s:11:\"environment\";i:28;s:13:\"environmental\";i:29;s:8:\"friendly\";i:30;s:4:\"hand\";i:31;s:7:\"healthy\";i:32;s:7:\"hygiene\";i:33;s:13:\"international\";i:34;s:7:\"droplet\";i:35;s:6:\"nature\";i:36;s:10:\"conceptual\";i:37;s:12:\"preservation\";i:38;s:7:\"protect\";i:39;s:4:\"pure\";i:40;s:8:\"resource\";i:41;s:14:\"responsibility\";i:42;s:5:\"river\";i:43;s:4:\"safe\";i:44;s:6:\"safety\";i:45;s:4:\"idea\";i:46;s:6:\"social\";i:47;s:14:\"sustainability\";i:48;s:11:\"sustainable\";i:49;s:5:\"woman\";i:50;s:5:\"water\";i:51;s:3:\"day\";i:52;s:5:\"world\";i:53;s:4:\"save\";i:54;s:5:\"ocean\";i:55;s:6:\"health\";i:56;s:6:\"energy\";i:57;s:3:\"eco\";i:58;s:6:\"global\";i:59;s:10:\"sanitation\";i:60;s:3:\"bio\";i:61;s:10:\"biological\";i:62;s:8:\"business\";i:63;s:9:\"butterfly\";i:64;s:4:\"care\";i:65;s:5:\"clean\";i:66;s:12:\"conservation\";i:67;s:9:\"corporate\";i:68;s:3:\"csr\";i:69;s:11:\"development\";i:70;s:5:\"drink\";i:71;s:5:\"earth\";i:72;s:10:\"ecological\";i:73;s:7:\"ecology\";i:74;s:9:\"ecosystem\";i:75;s:9:\"efficient\";i:76;s:4:\"drop\";i:77;s:11:\"environment\";i:78;s:13:\"environmental\";i:79;s:8:\"friendly\";i:80;s:4:\"hand\";i:81;s:7:\"healthy\";i:82;s:7:\"hygiene\";i:83;s:13:\"international\";i:84;s:7:\"droplet\";i:85;s:6:\"nature\";i:86;s:10:\"conceptual\";i:87;s:12:\"preservation\";i:88;s:7:\"protect\";i:89;s:4:\"pure\";i:90;s:8:\"resource\";i:91;s:14:\"responsibility\";i:92;s:5:\"river\";i:93;s:4:\"safe\";i:94;s:6:\"safety\";i:95;s:4:\"idea\";i:96;s:6:\"social\";i:97;s:14:\"sustainability\";i:98;s:11:\"sustainable\";i:99;s:5:\"woman\";}}}'),(15,10,'ct_startup_blog_last_updated','default'),(16,10,'_thumbnail_id','13'),(19,15,'_form','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(20,15,'_mail','a:8:{s:7:\"subject\";s:36:\"www.sustainaqua.org \"[your-subject]\"\";s:6:\"sender\";s:42:\"www.sustainaqua.org <[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 www.sustainaqua.org (http://sustainaqua.org)\";s:9:\"recipient\";s:20:\"[email protected]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(21,15,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:36:\"www.sustainaqua.org \"[your-subject]\"\";s:6:\"sender\";s:42:\"www.sustainaqua.org <[email protected]>\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on www.sustainaqua.org (http://sustainaqua.org)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:30:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(22,15,'_messages','a:8:{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.\";}'),(23,15,'_additional_settings',NULL),(24,15,'_locale','en_US'),(39,21,'_edit_last','1'),(40,21,'_wp_page_template','default'),(41,21,'_edit_lock','1597918776:1'),(45,25,'_edit_last','1'),(46,25,'_wp_page_template','default'),(47,25,'_edit_lock','1597919392:1'),(48,27,'_edit_last','1'),(49,27,'_edit_lock','1597919301:1'),(50,27,'_wp_page_template','default'),(54,29,'_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\"]'),(55,29,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:36:\"www.sustainaqua.org \"[your-subject]\"\";s:6:\"sender\";s:42:\"www.sustainaqua.org <[email protected]>\";s:9:\"recipient\";s:20:\"[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 www.sustainaqua.org (http://sustainaqua.org)\";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;}'),(56,29,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:36:\"www.sustainaqua.org \"[your-subject]\"\";s:6:\"sender\";s:42:\"www.sustainaqua.org <[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 www.sustainaqua.org (http://sustainaqua.org)\";s:18:\"additional_headers\";s:30:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(57,29,'_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.\";}'),(58,29,'_additional_settings',''),(59,29,'_locale','en_US'),(60,30,'_edit_last','1'),(61,30,'_edit_lock','1597919225:1'),(62,30,'_wp_page_template','default'),(66,27,'_yoast_wpseo_content_score','30'),(70,25,'_yoast_wpseo_content_score','30'),(71,42,'_menu_item_type','custom'),(72,42,'_menu_item_menu_item_parent','0'),(73,42,'_menu_item_object_id','42'),(74,42,'_menu_item_object','custom'),(75,42,'_menu_item_target',''),(76,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(77,42,'_menu_item_xfn',''),(78,42,'_menu_item_url','http://sustainaqua.org/'),(80,43,'_menu_item_type','post_type'),(81,43,'_menu_item_menu_item_parent','0'),(82,43,'_menu_item_object_id','21'),(83,43,'_menu_item_object','page'),(84,43,'_menu_item_target',''),(85,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(86,43,'_menu_item_xfn',''),(87,43,'_menu_item_url',''),(89,44,'_menu_item_type','post_type'),(90,44,'_menu_item_menu_item_parent','0'),(91,44,'_menu_item_object_id','30'),(92,44,'_menu_item_object','page'),(93,44,'_menu_item_target',''),(94,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(95,44,'_menu_item_xfn',''),(96,44,'_menu_item_url',''),(98,45,'_menu_item_type','post_type'),(99,45,'_menu_item_menu_item_parent','0'),(100,45,'_menu_item_object_id','27'),(101,45,'_menu_item_object','page'),(102,45,'_menu_item_target',''),(103,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(104,45,'_menu_item_xfn',''),(105,45,'_menu_item_url',''),(107,46,'_menu_item_type','post_type'),(108,46,'_menu_item_menu_item_parent','0'),(109,46,'_menu_item_object_id','25'),(110,46,'_menu_item_object','page'),(111,46,'_menu_item_target',''),(112,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(113,46,'_menu_item_xfn',''),(114,46,'_menu_item_url',''),(128,53,'_menu_item_type','custom'),(129,53,'_menu_item_menu_item_parent','0'),(130,53,'_menu_item_object_id','53'),(131,53,'_menu_item_object','custom'),(132,53,'_menu_item_target',''),(133,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,53,'_menu_item_xfn',''),(135,53,'_menu_item_url','#'),(136,54,'_menu_item_type','custom'),(137,54,'_menu_item_menu_item_parent','0'),(138,54,'_menu_item_object_id','54'),(139,54,'_menu_item_object','custom'),(140,54,'_menu_item_target',''),(141,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(142,54,'_menu_item_xfn',''),(143,54,'_menu_item_url','#'),(144,55,'_menu_item_type','custom'),(145,55,'_menu_item_menu_item_parent','0'),(146,55,'_menu_item_object_id','55'),(147,55,'_menu_item_object','custom'),(148,55,'_menu_item_target',''),(149,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(150,55,'_menu_item_xfn',''),(151,55,'_menu_item_url','#'),(154,56,'_wp_attached_file','2020/08/efeqaw.jpg'),(155,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:450;s:4:\"file\";s:18:\"2020/08/efeqaw.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"efeqaw-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"efeqaw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:16:\"efeqaw-45x45.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(156,57,'_wp_attached_file','2020/08/weth-e1597921383918.png'),(157,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:284;s:4:\"file\";s:31:\"2020/08/weth-e1597921383918.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"weth-e1597921383918-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"weth-e1597921383918-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:29:\"weth-e1597921383918-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(158,57,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:341;s:4:\"file\";s:8:\"weth.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:16:\"weth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:16:\"weth-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"rpwe-thumbnail-orig\";a:4:{s:4:\"file\";s:14:\"weth-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"full-1597921383918\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:291;s:4:\"file\";s:23:\"weth-e1597921329516.png\";}s:23:\"thumbnail-1597921383918\";a:4:{s:4:\"file\";s:31:\"weth-e1597921329516-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"medium-1597921383918\";a:4:{s:4:\"file\";s:31:\"weth-e1597921329516-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"rpwe-thumbnail-1597921383918\";a:4:{s:4:\"file\";s:29:\"weth-e1597921329516-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}'),(175,75,'_wp_attached_file','2020/08/logo11.png'),(176,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:94;s:4:\"file\";s:18:\"2020/08/logo11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo11-150x94.png\";s:5:\"width\";i:150;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:16:\"logo11-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(177,76,'_wp_attached_file','2020/08/cropped-logo11.png'),(178,76,'_wp_attachment_context','custom-logo'),(179,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:90;s:4:\"file\";s:26:\"2020/08/cropped-logo11.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-logo11-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo11-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(180,10,'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;}'),(181,10,'ssb_total_counts','0'),(182,10,'ssb_cache_timestamp','465799'),(199,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;}'),(200,8,'ssb_total_counts','0'),(201,8,'ssb_cache_timestamp','466463'),(202,85,'_edit_last','1'),(203,85,'_edit_lock','1602034973:1'),(204,85,'_oembed_06580c04e61262094a56e7939b53e5d7','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"792\" height=\"446\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(205,85,'_oembed_time_06580c04e61262094a56e7939b53e5d7','1602034989'),(206,87,'_wp_attached_file','2020/10/d5f45fd4g5fd4g.jpg'),(207,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:401;s:4:\"file\";s:26:\"2020/10/d5f45fd4g5fd4g.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"d5f45fd4g5fd4g-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"d5f45fd4g5fd4g-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"d5f45fd4g5fd4g-768x395.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"two-columns\";a:4:{s:4:\"file\";s:26:\"d5f45fd4g5fd4g-640x329.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:24:\"d5f45fd4g5fd4g-45x45.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(208,85,'ct_startup_blog_last_updated','default'),(209,85,'_thumbnail_id','87'),(210,85,'_ssb_hide','false'),(211,85,'_yoast_wpseo_content_score','30'),(212,85,'_yoast_wpseo_primary_category','8'),(213,85,'_oembed_6a0c7357bc668b9707c46cd6c4635aec','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(214,85,'_oembed_time_6a0c7357bc668b9707c46cd6c4635aec','1602035096'),(215,85,'_oembed_e3997d822bf31c3b8f956be54ba4f89d','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(216,85,'_oembed_time_e3997d822bf31c3b8f956be54ba4f89d','1602035110'),(217,85,'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;}'),(218,85,'ssb_total_counts','0'),(219,85,'ssb_cache_timestamp','466528'),(220,90,'_edit_last','1'),(221,90,'_edit_lock','1611879897:1'),(222,90,'_oembed_cc826c6019612fa8b07561b564b1a012','<iframe title=\"10 STOCKS to Buy NOW ? (HIGH GROWTH)\" width=\"792\" height=\"446\" src=\"https://www.youtube.com/embed/31lN3uvjw6M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(223,90,'_oembed_time_cc826c6019612fa8b07561b564b1a012','1611879687'),(224,91,'_wp_attached_file','2021/01/65gh64g5gf4.jpg'),(225,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:23:\"2021/01/65gh64g5gf4.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"65gh64g5gf4-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"65gh64g5gf4-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"65gh64g5gf4-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:23:\"65gh64g5gf4-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"two-columns\";a:4:{s:4:\"file\";s:23:\"65gh64g5gf4-640x336.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:21:\"65gh64g5gf4-45x45.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(226,90,'ct_startup_blog_last_updated','default'),(227,90,'_thumbnail_id','91'),(228,90,'_ssb_hide','false'),(229,90,'_yoast_wpseo_content_score','30'),(230,90,'_yoast_wpseo_estimated-reading-time-minutes','2'),(231,90,'_yoast_wpseo_primary_category','9'),(232,90,'_oembed_50475107cabeab9297a28fac91c6000c','<iframe title=\"10 STOCKS to Buy NOW ? (HIGH GROWTH)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/31lN3uvjw6M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(233,90,'_oembed_time_50475107cabeab9297a28fac91c6000c','1611879930'),(234,90,'_oembed_ea48f64fc162228f9b83b0aa2e2d1bc3','<iframe title=\"10 STOCKS to Buy NOW ? (HIGH GROWTH)\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/31lN3uvjw6M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(235,90,'_oembed_time_ea48f64fc162228f9b83b0aa2e2d1bc3','1611879947'),(238,90,'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;}'),(239,90,'ssb_total_counts','0'),(240,90,'ssb_cache_timestamp','466638'),(241,76,'_oembed_e138f4cddc7f3962b08ab883a1667b41','{{unknown}}'),(242,95,'_oembed_4b4a4ef1ebe98f6f165ba255327cc600','<iframe title=\"LIVE - Im in a Risky $12 Million Dollar Bitcoin Trade RIGHT NOW - Market CIpher CryptoFace\" width=\"792\" height=\"446\" src=\"https://www.youtube.com/embed/Hj1Qu2lBu1w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(243,95,'_oembed_time_4b4a4ef1ebe98f6f165ba255327cc600','1615987249'),(244,96,'_wp_attached_file','2021/03/5dc6ds5.jpg'),(245,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2021/03/5dc6ds5.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"5dc6ds5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"5dc6ds5-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:19:\"5dc6ds5-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"two-columns\";a:4:{s:4:\"file\";s:19:\"5dc6ds5-640x480.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:17:\"5dc6ds5-45x45.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(246,95,'_edit_last','1'),(247,95,'ct_startup_blog_last_updated','default'),(248,95,'_thumbnail_id','96'),(249,95,'_ssb_hide','false'),(250,95,'_yoast_wpseo_content_score','30'),(251,95,'_yoast_wpseo_estimated-reading-time-minutes','4'),(252,95,'_yoast_wpseo_primary_category','10'),(253,95,'_edit_lock','1615987184:1'),(254,95,'_oembed_3574971db069140fc6f5cccb445defac','<iframe title=\"LIVE - Im in a Risky $12 Million Dollar Bitcoin Trade RIGHT NOW - Market CIpher CryptoFace\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/Hj1Qu2lBu1w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(255,95,'_oembed_time_3574971db069140fc6f5cccb445defac','1615987307'),(256,95,'_oembed_97b564efa25ccad73896c57a7fcc328e','<iframe title=\"LIVE - Im in a Risky $12 Million Dollar Bitcoin Trade RIGHT NOW - Market CIpher CryptoFace\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/Hj1Qu2lBu1w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(257,95,'_oembed_time_97b564efa25ccad73896c57a7fcc328e','1615987309'),(262,95,'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;}'),(263,95,'ssb_total_counts','0'),(264,95,'ssb_cache_timestamp','466245'),(265,102,'_edit_last','1'),(266,102,'_edit_lock','1622582068:1'),(267,102,'_oembed_29ef3ba7bd768ae926dfe43d7ef416da','<iframe title=\"Voorsorteren! Dit Kan Je Verwachten Bij Het CBR Examen!\" width=\"792\" height=\"446\" src=\"https://www.youtube.com/embed/zqje5Hq3arM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(268,102,'_oembed_time_29ef3ba7bd768ae926dfe43d7ef416da','1622582004'),(269,103,'_wp_attached_file','2021/06/5fdg5fdgfd.png'),(270,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:235;s:4:\"file\";s:22:\"2021/06/5fdg5fdgfd.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"5fdg5fdgfd-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:20:\"5fdg5fdgfd-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(271,102,'ct_startup_blog_last_updated','default'),(272,102,'_thumbnail_id','103'),(273,102,'_ssb_hide','false'),(274,102,'_yoast_wpseo_estimated-reading-time-minutes',''),(275,102,'_oembed_89ea2ea0de0440fcd7d6ecd2e6d23489','<iframe title=\"Voorsorteren! Dit Kan Je Verwachten Bij Het CBR Examen!\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/zqje5Hq3arM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(276,102,'_oembed_time_89ea2ea0de0440fcd7d6ecd2e6d23489','1622582079'),(277,102,'_oembed_ab3b06a4172d25306d4eb53646a558c7','<iframe title=\"Voorsorteren! Dit Kan Je Verwachten Bij Het CBR Examen!\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/zqje5Hq3arM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(278,102,'_oembed_time_ab3b06a4172d25306d4eb53646a558c7','1622582081'),(281,106,'_edit_last','1'),(282,106,'_edit_lock','1623614039:1'),(283,106,'_oembed_50e75d00cd8489ff48f2b92dd619a59b','<iframe title=\"Top 10 Hardest and Most Failed Driving Theory Test Questions Revision\" width=\"792\" height=\"446\" src=\"https://www.youtube.com/embed/WropdMNR09U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(284,106,'_oembed_time_50e75d00cd8489ff48f2b92dd619a59b','1623614080'),(285,107,'_wp_attached_file','2021/06/5sf45sd4f.jpg'),(286,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:183;s:6:\"height\";i:275;s:4:\"file\";s:21:\"2021/06/5sf45sd4f.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"5sf45sd4f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"rpwe-thumbnail\";a:4:{s:4:\"file\";s:19:\"5sf45sd4f-45x45.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:45;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:{}}}'),(287,106,'ct_startup_blog_last_updated','default'),(288,106,'_thumbnail_id','107'),(289,106,'_ssb_hide','false'),(290,106,'_yoast_wpseo_content_score','30'),(291,106,'_yoast_wpseo_estimated-reading-time-minutes','7'),(292,106,'_yoast_wpseo_primary_category','12'),(293,106,'_oembed_cac5367b3c0edab7ae32870c1ee3bdb7','<iframe title=\"Top 10 Hardest and Most Failed Driving Theory Test Questions Revision\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/WropdMNR09U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(294,106,'_oembed_time_cac5367b3c0edab7ae32870c1ee3bdb7','1623614159'),(295,106,'_oembed_94b70c9373f17abff81a66a38dc1ac3f','<iframe title=\"Top 10 Hardest and Most Failed Driving Theory Test Questions Revision\" width=\"829\" height=\"466\" src=\"https://www.youtube.com/embed/WropdMNR09U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(296,106,'_oembed_time_94b70c9373f17abff81a66a38dc1ac3f','1623614161'),(299,106,'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;}'),(300,106,'ssb_total_counts','0'),(301,106,'ssb_cache_timestamp','466650'),(302,102,'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;}'),(303,102,'ssb_total_counts','0'),(304,102,'ssb_cache_timestamp','465853');
/*!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=111 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-08-20 09:51:03','2020-08-20 09:51:03','Aquasana, even the name seems like a nurturing streaming waterway or undulating stream. The Latin partner for water is water. Water continues life and sana, or sauna mends. That is the reason for an item name with bunches of industry punch. Throughout the previous fifteen years Sun Water Systems has planned and delivered industry items for fifty or more American and International organizations. They likewise produce Aquasana Water Filter Systems. This shows why Aquasana is the most elevated appraised water channel framework in America. Exactly what is the Aquasana arrangement of sifting? The present channels use media that pull in toxins and sullying small scale particles like a magnet to metal. Utilizing both positive and negative charges, these free radicals break their bond with the water. Chlorine is hard to expel under any conditions; anyway it reacts to utilizing actuated charcoal to break molecule bonds with water.\r\n\r\nAquasana matches the new degree of client mindfulness. Ongoing news about water wellbeing has been not exactly consoling. As indicated by the guard dog Ralph Nader Institute, \"US drinking water contains in excess of 2,100 poisonous synthetic substances that can cause malignant growth.\" That\'s terrifying! Another statement is from Carol Browner, US EPA boss. \"The manner in which we ensure safe drinking water is broken and should be fixed.\" That\'s considerably all the more alarming! The administration has next to zero wellbeing prerequisites on filtered water. Packaged items must satisfy faucet water guidelines; that doesn\'t address your feelings of dread. Home water channel frameworks are required to archive the immaculateness of the degree of water they produce. They are administered by severe guidelines. At the point when you gauge the choices, water channel frameworks are likewise better for the environment. There are no polyvinyl chlorides, no draining jugs; nothing left that can\'t biodegrade in a hundred years. You realize that having a water channel framework is sound, however would it be able to set aside you cash? Indeed, it can offer you the comfort of faucet water, however at an unfathomably low ten pennies for every gallon. Simply consider what you shell out for filtered water conveyed to your home each month, or bought at the store bearing an in vogue name and plastic container. The Aquasana line includes the AQ 4000 Drinking System, the AQ 4100 Shower Filtration System, and the RINO EQ 300 Whole House System, just as glass water bottle six packs, and the AC-2 Aqua Canteen two container set. Aquasana, the name is water, and unadulterated invigorating water is life.','Aquasana Water Filters Out the Bad Stuff','','publish','closed','closed','','aquasana-water-filters-out-the-bad-stuff','','','2020-08-20 09:51:03','2020-08-20 09:51:03','',0,'http://sustainaqua.org/?p=8',0,'post','',0),(10,1,'2020-08-20 09:51:59','2020-08-20 09:51:59','Our bodies are made out of 70% H2O. We live on it, and will get dried out inside hours without it. However in numerous spots individuals abandon perfect, safe water, while in others squander is normal.\r\n\r\nCrisp drinking water is a significant asset that is more popular regularly in a developing Earth. The extension of urban areas, horticulture, populace and the changing atmosphere implies that provisions are progressively under danger from consumption, contamination and asset clashes. While dry season attacked locales in the Middle East, Northern Africa and Australia have since quite a while ago needed to grapple with shortage of water, urban communities in Europe and the United States are feeling the strain to secure their water sources.\r\n\r\nShort of what one percent of the world\'s water is new and available, over 97% is salt with a further. 2.5% solidified. By far most of new water is contained in submerged springs. The world isn\'t running out, yet changes to land use and atmosphere will influence the accessibility of consumable drinking water.\r\n\r\nThe United Nations Water Program pronounce water is a human right, and that it ought to be unreservedly accessible to all. Our requirement for water is essential to such an extent, that entrance to it for all must be secured. Clean water isn\'t just the way to food creation, however basic to wellbeing. In spite of this, huge quantities of individuals in Asia and Sub-Saharan Africa are doing without. The World Health Organization gauge right around 4,000 youngsters bite the dust every day because of filthy water or helpless cleanliness connected to absence of water.\r\n\r\nAll inclusive, farming is the essential client of water at 70-85% of accessible new water, in any event 15% of rural water system is esteemed unreasonable use, most by far of it in food creation in India, China and Egypt. Meat cultivating shockingly utilizes the most, including the water system of feed crops for meat creatures. Steps are being taken to ration water in cultivating by changing water system techniques and dry harvest planting.\r\n\r\nModern employments of water don\'t frequently ring a bell, yet you might be astounded to realize that industry expends 59% of the water flexibly in created countries. The greatest client is cooling for power creation, squandering water, yet the vitality produced by creation. Paper creation is a major client, anyway even this parched industry is figuring out how to adapt to less. The UN water report that \"A cutting edge paper plant in Finland has diminished the measure of water utilized per unit of yield by over 90% in the course of the most recent 20 years: on account of progress from synthetic to thermomechanical mash, and establishment of a natural wastewater treatment office that allowed reusing of water.\"\r\n\r\nLocal use represents just 8% universally, however as urban communities develop the weight is on people and civil gatherings to eliminate water use. Numerous urban communities are going to privatization of water as a way to control use. For poor people, paying for a fundamental characteristic asset like water is an additional stressor. In 2000 the city of Cochabamba, (Bolivia) endeavored to privatize the water framework by offering the rights to it\'s water to the Betchel partnership under coercion from the World Bank. Far reaching riots and an overall strike came about, even the police took to the streets in fight. The poor were confronting paying as much as a fourth of their month to month compensation in water. After the demise of a dissident shot by the military, the water chiefs left the nation and the water privatization law was repealed.','Saving Water, Saving the Planet','','publish','closed','closed','','saving-water-saving-the-planet','','','2020-08-20 09:51:59','2020-08-20 09:51:59','',0,'http://sustainaqua.org/?p=10',0,'post','',0),(11,1,'2020-08-20 09:50:54','2020-08-20 09:50:54','','TK','','inherit','closed','closed','','tk','','','2020-08-20 09:50:54','2020-08-20 09:50:54','',8,'http://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg',0,'attachment','image/jpeg',0),(12,1,'2020-08-20 09:51:03','2020-08-20 09:51:03','Aquasana, even the name seems like a nurturing streaming waterway or undulating stream. The Latin partner for water is water. Water continues life and sana, or sauna mends. That is the reason for an item name with bunches of industry punch. Throughout the previous fifteen years Sun Water Systems has planned and delivered industry items for fifty or more American and International organizations. They likewise produce Aquasana Water Filter Systems. This shows why Aquasana is the most elevated appraised water channel framework in America. Exactly what is the Aquasana arrangement of sifting? The present channels use media that pull in toxins and sullying small scale particles like a magnet to metal. Utilizing both positive and negative charges, these free radicals break their bond with the water. Chlorine is hard to expel under any conditions; anyway it reacts to utilizing actuated charcoal to break molecule bonds with water.\r\n\r\nAquasana matches the new degree of client mindfulness. Ongoing news about water wellbeing has been not exactly consoling. As indicated by the guard dog Ralph Nader Institute, \"US drinking water contains in excess of 2,100 poisonous synthetic substances that can cause malignant growth.\" That\'s terrifying! Another statement is from Carol Browner, US EPA boss. \"The manner in which we ensure safe drinking water is broken and should be fixed.\" That\'s considerably all the more alarming! The administration has next to zero wellbeing prerequisites on filtered water. Packaged items must satisfy faucet water guidelines; that doesn\'t address your feelings of dread. Home water channel frameworks are required to archive the immaculateness of the degree of water they produce. They are administered by severe guidelines. At the point when you gauge the choices, water channel frameworks are likewise better for the environment. There are no polyvinyl chlorides, no draining jugs; nothing left that can\'t biodegrade in a hundred years. You realize that having a water channel framework is sound, however would it be able to set aside you cash? Indeed, it can offer you the comfort of faucet water, however at an unfathomably low ten pennies for every gallon. Simply consider what you shell out for filtered water conveyed to your home each month, or bought at the store bearing an in vogue name and plastic container. The Aquasana line includes the AQ 4000 Drinking System, the AQ 4100 Shower Filtration System, and the RINO EQ 300 Whole House System, just as glass water bottle six packs, and the AC-2 Aqua Canteen two container set. Aquasana, the name is water, and unadulterated invigorating water is life.','Aquasana Water Filters Out the Bad Stuff','','inherit','closed','closed','','8-revision-v1','','','2020-08-20 09:51:03','2020-08-20 09:51:03','',8,'http://sustainaqua.org/8-revision-v1/',0,'revision','',0),(13,1,'2020-08-20 09:51:17','2020-08-20 09:51:17','','vhf','','inherit','closed','closed','','world-ocean-day-saving-water-campaign-sustainable-ecological-ecosystems-concept-with-green-earth-on-womans-hands-on-blue-sea-background-element-of-this-image-furnished-by-nasa','','','2020-08-20 09:51:48','2020-08-20 09:51:48','',10,'http://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg',0,'attachment','image/jpeg',0),(14,1,'2020-08-20 09:51:59','2020-08-20 09:51:59','Our bodies are made out of 70% H2O. We live on it, and will get dried out inside hours without it. However in numerous spots individuals abandon perfect, safe water, while in others squander is normal.\r\n\r\nCrisp drinking water is a significant asset that is more popular regularly in a developing Earth. The extension of urban areas, horticulture, populace and the changing atmosphere implies that provisions are progressively under danger from consumption, contamination and asset clashes. While dry season attacked locales in the Middle East, Northern Africa and Australia have since quite a while ago needed to grapple with shortage of water, urban communities in Europe and the United States are feeling the strain to secure their water sources.\r\n\r\nShort of what one percent of the world\'s water is new and available, over 97% is salt with a further. 2.5% solidified. By far most of new water is contained in submerged springs. The world isn\'t running out, yet changes to land use and atmosphere will influence the accessibility of consumable drinking water.\r\n\r\nThe United Nations Water Program pronounce water is a human right, and that it ought to be unreservedly accessible to all. Our requirement for water is essential to such an extent, that entrance to it for all must be secured. Clean water isn\'t just the way to food creation, however basic to wellbeing. In spite of this, huge quantities of individuals in Asia and Sub-Saharan Africa are doing without. The World Health Organization gauge right around 4,000 youngsters bite the dust every day because of filthy water or helpless cleanliness connected to absence of water.\r\n\r\nAll inclusive, farming is the essential client of water at 70-85% of accessible new water, in any event 15% of rural water system is esteemed unreasonable use, most by far of it in food creation in India, China and Egypt. Meat cultivating shockingly utilizes the most, including the water system of feed crops for meat creatures. Steps are being taken to ration water in cultivating by changing water system techniques and dry harvest planting.\r\n\r\nModern employments of water don\'t frequently ring a bell, yet you might be astounded to realize that industry expends 59% of the water flexibly in created countries. The greatest client is cooling for power creation, squandering water, yet the vitality produced by creation. Paper creation is a major client, anyway even this parched industry is figuring out how to adapt to less. The UN water report that \"A cutting edge paper plant in Finland has diminished the measure of water utilized per unit of yield by over 90% in the course of the most recent 20 years: on account of progress from synthetic to thermomechanical mash, and establishment of a natural wastewater treatment office that allowed reusing of water.\"\r\n\r\nLocal use represents just 8% universally, however as urban communities develop the weight is on people and civil gatherings to eliminate water use. Numerous urban communities are going to privatization of water as a way to control use. For poor people, paying for a fundamental characteristic asset like water is an additional stressor. In 2000 the city of Cochabamba, (Bolivia) endeavored to privatize the water framework by offering the rights to it\'s water to the Betchel partnership under coercion from the World Bank. Far reaching riots and an overall strike came about, even the police took to the streets in fight. The poor were confronting paying as much as a fourth of their month to month compensation in water. After the demise of a dissident shot by the military, the water chiefs left the nation and the water privatization law was repealed.','Saving Water, Saving the Planet','','inherit','closed','closed','','10-revision-v1','','','2020-08-20 09:51:59','2020-08-20 09:51:59','',10,'http://sustainaqua.org/10-revision-v1/',0,'revision','',0),(15,1,'2020-08-20 10:02:36','2020-08-20 10:02:36','<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nwww.sustainaqua.org \"[your-subject]\"\nwww.sustainaqua.org <[email protected]>\nFrom: [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 www.sustainaqua.org (http://sustainaqua.org)\[email protected]\nReply-To: [your-email]\n\n0\n0\n\nwww.sustainaqua.org \"[your-subject]\"\nwww.sustainaqua.org <[email protected]>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on www.sustainaqua.org (http://sustainaqua.org)\n[your-email]\nReply-To: [email protected]\n\n0\n0\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.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-08-20 10:02:36','2020-08-20 10:02:36','',0,'http://sustainaqua.org/?post_type=wpcf7_contact_form&p=15',0,'wpcf7_contact_form','',0),(21,1,'2020-08-20 10:21:48','2020-08-20 10:21:48','','About','','publish','closed','closed','','about','','','2020-08-20 10:21:48','2020-08-20 10:21:48','',0,'http://sustainaqua.org/?page_id=21',0,'page','',0),(22,1,'2020-08-20 10:21:48','2020-08-20 10:21:48','','About','','inherit','closed','closed','','21-revision-v1','','','2020-08-20 10:21:48','2020-08-20 10:21:48','',21,'http://sustainaqua.org/21-revision-v1/',0,'revision','',0),(25,1,'2020-08-20 10:25:49','2020-08-20 10:25:49','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\r\n\r\n<h2>Intellectual Property</h2>\r\n\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\r\n<h2>Links To Other Web Sites</h2>\r\n\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\r\n\r\n\r\n<h2>Governing Law</h2>\r\n\r\nThese Terms shall be governed and construed in accordance with the laws of United States 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\r\n<h2>Changes</h2>\r\n\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\r\n<h2>Contact Us</h2>\r\n\r\nIf you have any questions about these Terms, please contact us.','Terms & Conditions','','publish','closed','closed','','terms-conditions-2','','','2020-08-20 10:32:08','2020-08-20 10:32:08','',0,'http://sustainaqua.org/?page_id=25',0,'page','',0),(26,1,'2020-08-20 10:25:49','2020-08-20 10:25:49','','Terms & Conditions','','inherit','closed','closed','','25-revision-v1','','','2020-08-20 10:25:49','2020-08-20 10:25:49','',25,'http://sustainaqua.org/25-revision-v1/',0,'revision','',0),(27,1,'2020-08-20 10:26:33','2020-08-20 10:26:33','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\r\n<h2>Information Collection And Use</h2>\r\n\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\r\n<ul>\r\n<li>Name</li><li>Email address</li><li>Telephone number</li><li>Address</li></ul>\r\n\r\n<h2>Log Data</h2>\r\n\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\r\n\r\n<h2>Cookies</h2>\r\n\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\r\n\r\n<h2>Service Providers</h2>\r\n\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\r\n<h2>Security</h2>\r\n\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\r\n<h2>Links To Other Sites</h2>\r\n\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\r\n<h2>Children\'s Privacy</h2>\r\n\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\r\n<h2>Compliance With Laws</h2>\r\n\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n\r\n<h2>Changes To This Privacy Policy</h2>\r\n\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\r\n<h2>Contact Us</h2>\r\n\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2020-08-20 10:30:38','2020-08-20 10:30:38','',0,'http://sustainaqua.org/?page_id=27',0,'page','',0),(28,1,'2020-08-20 10:26:33','2020-08-20 10:26:33','','Privacy Policy','','inherit','closed','closed','','27-revision-v1','','','2020-08-20 10:26:33','2020-08-20 10:26:33','',27,'http://sustainaqua.org/27-revision-v1/',0,'revision','',0),(29,1,'2020-08-20 10:28:37','2020-08-20 10:28:37','<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\nwww.sustainaqua.org \"[your-subject]\"\nwww.sustainaqua.org <[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 www.sustainaqua.org (http://sustainaqua.org)\nReply-To: [your-email]\n\n\n\n\nwww.sustainaqua.org \"[your-subject]\"\nwww.sustainaqua.org <[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 www.sustainaqua.org (http://sustainaqua.org)\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','','publish','closed','closed','','contact','','','2020-08-20 10:28:37','2020-08-20 10:28:37','',0,'http://sustainaqua.org/?post_type=wpcf7_contact_form&p=29',0,'wpcf7_contact_form','',0),(30,1,'2020-08-20 10:29:23','2020-08-20 10:29:23','[contact-form-7 id=\"29\" title=\"Contact\"]','Contact','','publish','closed','closed','','contact','','','2020-08-20 10:29:23','2020-08-20 10:29:23','',0,'http://sustainaqua.org/?page_id=30',0,'page','',0),(31,1,'2020-08-20 10:29:23','2020-08-20 10:29:23','[contact-form-7 id=\"29\" title=\"Contact\"]','Contact','','inherit','closed','closed','','30-revision-v1','','','2020-08-20 10:29:23','2020-08-20 10:29:23','',30,'http://sustainaqua.org/30-revision-v1/',0,'revision','',0),(36,1,'2020-08-20 10:30:38','2020-08-20 10:30:38','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\r\n<h2>Information Collection And Use</h2>\r\n\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\r\n<ul>\r\n<li>Name</li><li>Email address</li><li>Telephone number</li><li>Address</li></ul>\r\n\r\n<h2>Log Data</h2>\r\n\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\r\n\r\n<h2>Cookies</h2>\r\n\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\r\n\r\n<h2>Service Providers</h2>\r\n\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\r\n<h2>Security</h2>\r\n\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\r\n<h2>Links To Other Sites</h2>\r\n\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\r\n<h2>Children\'s Privacy</h2>\r\n\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\r\n<h2>Compliance With Laws</h2>\r\n\r\nWe will disclose your Personal Information where required to do so by law or subpoena.\r\n\r\n<h2>Changes To This Privacy Policy</h2>\r\n\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\r\n<h2>Contact Us</h2>\r\n\r\nIf you have any questions about this Privacy Policy, please contact us.','Privacy Policy','','inherit','closed','closed','','27-revision-v1','','','2020-08-20 10:30:38','2020-08-20 10:30:38','',27,'http://sustainaqua.org/27-revision-v1/',0,'revision','',0),(41,1,'2020-08-20 10:32:08','2020-08-20 10:32:08','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\r\n\r\n<h2>Intellectual Property</h2>\r\n\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\r\n<h2>Links To Other Web Sites</h2>\r\n\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\r\n\r\n\r\n<h2>Governing Law</h2>\r\n\r\nThese Terms shall be governed and construed in accordance with the laws of United States 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\r\n<h2>Changes</h2>\r\n\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\r\n<h2>Contact Us</h2>\r\n\r\nIf you have any questions about these Terms, please contact us.','Terms & Conditions','','inherit','closed','closed','','25-revision-v1','','','2020-08-20 10:32:08','2020-08-20 10:32:08','',25,'http://sustainaqua.org/25-revision-v1/',0,'revision','',0),(42,1,'2020-08-20 10:36:22','2020-08-20 10:36:22','','Home','','publish','closed','closed','','home','','','2020-08-20 11:14:40','2020-08-20 11:14:40','',0,'http://sustainaqua.org/?p=42',1,'nav_menu_item','',0),(43,1,'2020-08-20 10:36:22','2020-08-20 10:36:22',' ','','','publish','closed','closed','','43','','','2020-08-20 11:14:40','2020-08-20 11:14:40','',0,'http://sustainaqua.org/?p=43',2,'nav_menu_item','',0),(44,1,'2020-08-20 10:36:22','2020-08-20 10:36:22',' ','','','publish','closed','closed','','44','','','2020-08-20 11:14:40','2020-08-20 11:14:40','',0,'http://sustainaqua.org/?p=44',3,'nav_menu_item','',0),(45,1,'2020-08-20 10:36:22','2020-08-20 10:36:22',' ','','','publish','closed','closed','','45','','','2020-08-20 11:14:40','2020-08-20 11:14:40','',0,'http://sustainaqua.org/?p=45',4,'nav_menu_item','',0),(46,1,'2020-08-20 10:36:22','2020-08-20 10:36:22',' ','','','publish','closed','closed','','46','','','2020-08-20 11:14:40','2020-08-20 11:14:40','',0,'http://sustainaqua.org/?p=46',5,'nav_menu_item','',0),(53,1,'2020-08-20 10:49:12','2020-08-20 10:49:12','','1534  Maple Court, Sikeston, Missouri','','publish','closed','closed','','1534-maple-court-sikeston-missouri','','','2020-08-20 12:07:31','2020-08-20 12:07:31','',0,'http://sustainaqua.org/1534-maple-court-sikeston-missouri/',1,'nav_menu_item','',0),(54,1,'2020-08-20 10:49:12','2020-08-20 10:49:12','','Call Now - 57 33 91 81 21','','publish','closed','closed','','phone-57-33-91-81-21','','','2020-08-20 12:07:31','2020-08-20 12:07:31','',0,'http://sustainaqua.org/phone-57-33-91-81-21/',2,'nav_menu_item','',0),(55,1,'2020-08-20 10:49:12','2020-08-20 10:49:12','','Email - [email protected]','','publish','closed','closed','','adminsustainaqua-org','','','2020-08-20 12:07:31','2020-08-20 12:07:31','',0,'http://sustainaqua.org/adminsustainaqua-org/',3,'nav_menu_item','',0),(56,1,'2020-08-20 10:53:36','2020-08-20 10:53:36','','efeqaw','','inherit','closed','closed','','efeqaw','','','2020-08-20 10:53:36','2020-08-20 10:53:36','',0,'http://sustainaqua.org/wp-content/uploads/2020/08/efeqaw.jpg',0,'attachment','image/jpeg',0),(57,1,'2020-08-20 11:00:41','2020-08-20 11:00:41','','weth','','inherit','closed','closed','','weth','','','2020-08-20 11:00:41','2020-08-20 11:00:41','',0,'http://sustainaqua.org/wp-content/uploads/2020/08/weth.png',0,'attachment','image/png',0),(59,1,'2020-08-20 11:05:30','2020-08-20 11:05:30','.design-credit {\n    display: none;\n}\n\np {\n    margin: 1.5em 0;\n    text-align: justify;\n    font-size: 19px;\n    font-style: italic;\n}\n\n.site-credit::after {\n    content: \"Copyright © 2020 All Rights Reserved.\";\n}\n\n.site-credit a {\n    display: none;\n}\n\np.tagline {\n    display: none;\n}\n\n@media (min-width: 50em)\n.primary-header {\n    padding: 0.125em 11.112%;\n}\n','startup-blog','','publish','closed','closed','','startup-blog','','','2020-08-25 07:30:14','2020-08-25 07:30:14','',0,'http://sustainaqua.org/startup-blog/',0,'custom_css','',0),(70,1,'2020-08-20 11:40:57','2020-08-20 11:40:57','element.style {\n    display: none;\n}\n\n\np {\n    margin: 1.5em 0;\n    text-align: justify;\n    font-size: 19px;\n    font-style: italic;\n}\n\n.site-credit::after {\n    content: \"fygtyffddfghfhgfgdgfdgf\";\n}','startup-blog','','inherit','closed','closed','','59-revision-v1','','','2020-08-20 11:40:57','2020-08-20 11:40:57','',59,'http://sustainaqua.org/59-revision-v1/',0,'revision','',0),(72,1,'2020-08-20 11:41:56','2020-08-20 11:41:56','element.style {\n    display: none;\n}\n\n\np {\n    margin: 1.5em 0;\n    text-align: justify;\n    font-size: 19px;\n    font-style: italic;\n}\n\n.site-credit::after {\n    content: \"Copyright © 2020 All Rights Reserved.\";\n}\n\n.site-credit a {\n    display: none;\n}','startup-blog','','inherit','closed','closed','','59-revision-v1','','','2020-08-20 11:41:56','2020-08-20 11:41:56','',59,'http://sustainaqua.org/59-revision-v1/',0,'revision','',0),(74,1,'2020-08-20 11:43:09','2020-08-20 11:43:09','.design-credit {\n    display: none;\n}\n\np {\n    margin: 1.5em 0;\n    text-align: justify;\n    font-size: 19px;\n    font-style: italic;\n}\n\n.site-credit::after {\n    content: \"Copyright © 2020 All Rights Reserved.\";\n}\n\n.site-credit a {\n    display: none;\n}','startup-blog','','inherit','closed','closed','','59-revision-v1','','','2020-08-20 11:43:09','2020-08-20 11:43:09','',59,'http://sustainaqua.org/59-revision-v1/',0,'revision','',0),(75,1,'2020-08-20 11:50:13','2020-08-20 11:50:13','','logo11','','inherit','closed','closed','','logo11','','','2020-08-20 11:50:13','2020-08-20 11:50:13','',0,'http://sustainaqua.org/wp-content/uploads/2020/08/logo11.png',0,'attachment','image/png',0),(76,1,'2020-08-20 11:50:29','2020-08-20 11:50:29','http://sustainaqua.org/wp-content/uploads/2020/08/cropped-logo11.png','cropped-logo11.png','','inherit','closed','closed','','cropped-logo11-png','','','2020-08-20 11:50:29','2020-08-20 11:50:29','',0,'http://sustainaqua.org/wp-content/uploads/2020/08/cropped-logo11.png',0,'attachment','image/png',0),(79,1,'2020-08-20 11:52:04','2020-08-20 11:52:04','.design-credit {\n    display: none;\n}\n\np {\n    margin: 1.5em 0;\n    text-align: justify;\n    font-size: 19px;\n    font-style: italic;\n}\n\n.site-credit::after {\n    content: \"Copyright © 2020 All Rights Reserved.\";\n}\n\n.site-credit a {\n    display: none;\n}\n\n@media (min-width: 50em)\n.primary-header {\n    padding: 0.125em 11.112%;\n}','startup-blog','','inherit','closed','closed','','59-revision-v1','','','2020-08-20 11:52:04','2020-08-20 11:52:04','',59,'http://sustainaqua.org/59-revision-v1/',0,'revision','',0),(83,1,'2020-08-25 07:30:14','2020-08-25 07:30:14','.design-credit {\n    display: none;\n}\n\np {\n    margin: 1.5em 0;\n    text-align: justify;\n    font-size: 19px;\n    font-style: italic;\n}\n\n.site-credit::after {\n    content: \"Copyright © 2020 All Rights Reserved.\";\n}\n\n.site-credit a {\n    display: none;\n}\n\np.tagline {\n    display: none;\n}\n\n@media (min-width: 50em)\n.primary-header {\n    padding: 0.125em 11.112%;\n}\n','startup-blog','','inherit','closed','closed','','59-revision-v1','','','2020-08-25 07:30:14','2020-08-25 07:30:14','',59,'http://sustainaqua.org/59-revision-v1/',0,'revision','',0),(85,1,'2020-11-03 01:37:45','2020-11-03 01:37:45','De prijzen voor cryptocurrency stegen donderdag, onder leiding van een grote sprong in bitcoin.\r\n\r\n&nbsp;\r\n\r\nDe volledige marktkapitalisatie of waarde van cryptocurrencies steeg 35,3 miljard dollar in 24 uur vanaf 14.19 uur. Singaporese tijd, volgens gegevens van CoinMarketCap.com.\r\n\r\n&nbsp;\r\n\r\nBitcoin, die het grootste deel van die beweging voor zijn rekening neemt, stond op $ 9.388,30 - of een stijging van 18,57% in de afgelopen 24 uur vanaf 2.03 uur. Singaporese tijd, Coindesk-gegevens toonden. Dat is het hoogste niveau sinds 7 maart.\r\n\r\n&nbsp;\r\n\r\nhttps://www.youtube.com/watch?v=LtXyfRrsla0&amp;t=2s\r\n\r\n&nbsp;\r\n\r\nCryptocurrencies zagen in maart twee grote verkoopperiodes, te midden van de bredere duik op de aandelenmarkten. Maar die grond hebben ze nu teruggevonden.\r\n\r\n&nbsp;\r\n\r\nDeelnemers aan de industrie schrijven dit toe aan twee factoren: het monetaire beleid van de centrale bank en een aankomend evenement dat bekend staat als bitcoin halving.\r\n\r\n&nbsp;\r\n\r\nGrote centrale banken over de hele wereld hebben enorme stimuleringspakketten onthuld om de economische gevolgen van de coronaviruspandemie op te vangen. Ze hebben ook aangegeven bereid te zijn meer te doen. Dit was een factor achter de recente stijging van de aandelenmarkten in de afgelopen dagen en is doorgesijpeld naar bitcoin en andere cryptocurrencies.\r\n\r\n&nbsp;\r\n\r\n\"Ik heb het gevoel dat de algemene markten de realiteit in de praktijk niet weerspiegelen, maar dit is ook het gevolg van het feit dat de Fed in de VS buitengewoon duidelijk is dat ze alles zullen doen om te zorgen voor economische stabiliteit\", aldus Vijay Ayyar, business development bij cryptocurrency exchange Luno, vertelde CNBC. Hij doelde op de Amerikaanse centrale bank die beloofde de referentierente bijna nul te houden totdat de economie herstelt.\r\n\r\n&nbsp;\r\n\r\n\"We zouden ook veel geld kunnen zien stromen in aandelen en crypto, als gevolg van de nieuwe gelddruk.\"\r\n\r\n&nbsp;\r\n\r\nBitcoin \'halveren\'\r\n\r\nEen evenement dat bekend staat als bitcoin \"halving\" vindt plaats in mei en het heeft te maken met een voorgeprogrammeerde verandering in een deel van de onderliggende technologie van bitcoin, bekend als blockchain. <a href=\"https://www.bitcoinexchangenederland.nl/cardano/\">cardano kopen</a> is nodig.\r\n\r\n&nbsp;\r\n\r\nDe bitcoin-wereld werkt met zogenaamde \"miners\" met krachtige computers die strijden om complexe wiskundige problemen op te lossen om bitcoin-transacties te valideren. Wie die race wint, wordt beloond in bitcoin.\r\n\r\n&nbsp;\r\n\r\nMomenteel worden mijnwerkers 12,5 beloond per gedolven blok. De beloningen worden om de paar jaar gehalveerd om de inflatie onder controle te houden. Tegen mei 2020 wordt de beloning per mijnwerker opnieuw gehalveerd tot 6,25 nieuwe bitcoin. <a href=\"https://www.bitcoinexchangenederland.nl/chainlink/\">chainlink prijs</a> is stabiel.\r\n\r\n&nbsp;\r\n\r\nDit vermindert in wezen het aanbod van bitcoin dat op de markt komt. Halveren is een evenement dat elke vier jaar plaatsvindt. Eerdere halverende evenementen gingen vooraf aan grote prijsstijgingen in bitcoin.\r\n\r\n&nbsp;\r\n\r\n\"Hoewel een deel van deze opleving kan worden verklaard door een hernieuwde \'risico-op\'-houding van wereldwijde investeerders, is het ook duidelijk dat stieren zijn veroorzaakt door het aanstaande halveringsevenement en de verwachte waardevermeerdering erna,\" zei Matthew Dibb, mede-oprichter van Stack, een aanbieder van bitcoin-indexfondsen.\r\n\r\n&nbsp;\r\n\r\n\"Voor degenen die nu bitcoin kopen, zien velen dit als een kans om BTC te kopen tegen voordelige basistarieven voordat de prijs halveert.\"\r\n\r\n&nbsp;','De marktwaarde van cryptocurrency springt 35 miljard dollar in 24 uur, geleid door een stijging van bitcoin','','publish','closed','closed','','de-marktwaarde-van-cryptocurrency-springt-35-miljard-dollar-in-24-uur-geleid-door-een-stijging-van-bitcoin','','','2020-10-07 01:44:56','2020-10-07 01:44:56','',0,'http://sustainaqua.org/?p=85',0,'post','',0),(86,1,'2020-10-07 01:43:27','2020-10-07 01:43:27','<iframe title=\"CBR Auto Theorie Examen oefenen in 2020 Gratis Tips Dit kun jij verwachten\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/LtXyfRrsla0?start=2&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','6a0c7357bc668b9707c46cd6c4635aec','','','2020-10-07 01:43:27','2020-10-07 01:43:27','',0,'http://sustainaqua.org/6a0c7357bc668b9707c46cd6c4635aec/',0,'oembed_cache','',0),(87,1,'2020-10-07 01:44:19','2020-10-07 01:44:19','','d5f45fd4g5fd4g','','inherit','closed','closed','','d5f45fd4g5fd4g','','','2020-10-07 01:44:19','2020-10-07 01:44:19','',85,'http://sustainaqua.org/wp-content/uploads/2020/10/d5f45fd4g5fd4g.jpg',0,'attachment','image/jpeg',0),(88,1,'2020-10-07 01:44:56','2020-10-07 01:44:56','De prijzen voor cryptocurrency stegen donderdag, onder leiding van een grote sprong in bitcoin.\r\n\r\n&nbsp;\r\n\r\nDe volledige marktkapitalisatie of waarde van cryptocurrencies steeg 35,3 miljard dollar in 24 uur vanaf 14.19 uur. Singaporese tijd, volgens gegevens van CoinMarketCap.com.\r\n\r\n&nbsp;\r\n\r\nBitcoin, die het grootste deel van die beweging voor zijn rekening neemt, stond op $ 9.388,30 - of een stijging van 18,57% in de afgelopen 24 uur vanaf 2.03 uur. Singaporese tijd, Coindesk-gegevens toonden. Dat is het hoogste niveau sinds 7 maart.\r\n\r\n&nbsp;\r\n\r\nhttps://www.youtube.com/watch?v=LtXyfRrsla0&amp;t=2s\r\n\r\n&nbsp;\r\n\r\nCryptocurrencies zagen in maart twee grote verkoopperiodes, te midden van de bredere duik op de aandelenmarkten. Maar die grond hebben ze nu teruggevonden.\r\n\r\n&nbsp;\r\n\r\nDeelnemers aan de industrie schrijven dit toe aan twee factoren: het monetaire beleid van de centrale bank en een aankomend evenement dat bekend staat als bitcoin halving.\r\n\r\n&nbsp;\r\n\r\nGrote centrale banken over de hele wereld hebben enorme stimuleringspakketten onthuld om de economische gevolgen van de coronaviruspandemie op te vangen. Ze hebben ook aangegeven bereid te zijn meer te doen. Dit was een factor achter de recente stijging van de aandelenmarkten in de afgelopen dagen en is doorgesijpeld naar bitcoin en andere cryptocurrencies.\r\n\r\n&nbsp;\r\n\r\n\"Ik heb het gevoel dat de algemene markten de realiteit in de praktijk niet weerspiegelen, maar dit is ook het gevolg van het feit dat de Fed in de VS buitengewoon duidelijk is dat ze alles zullen doen om te zorgen voor economische stabiliteit\", aldus Vijay Ayyar, business development bij cryptocurrency exchange Luno, vertelde CNBC. Hij doelde op de Amerikaanse centrale bank die beloofde de referentierente bijna nul te houden totdat de economie herstelt.\r\n\r\n&nbsp;\r\n\r\n\"We zouden ook veel geld kunnen zien stromen in aandelen en crypto, als gevolg van de nieuwe gelddruk.\"\r\n\r\n&nbsp;\r\n\r\nBitcoin \'halveren\'\r\n\r\nEen evenement dat bekend staat als bitcoin \"halving\" vindt plaats in mei en het heeft te maken met een voorgeprogrammeerde verandering in een deel van de onderliggende technologie van bitcoin, bekend als blockchain. <a href=\"https://www.bitcoinexchangenederland.nl/cardano/\">cardano kopen</a> is nodig.\r\n\r\n&nbsp;\r\n\r\nDe bitcoin-wereld werkt met zogenaamde \"miners\" met krachtige computers die strijden om complexe wiskundige problemen op te lossen om bitcoin-transacties te valideren. Wie die race wint, wordt beloond in bitcoin.\r\n\r\n&nbsp;\r\n\r\nMomenteel worden mijnwerkers 12,5 beloond per gedolven blok. De beloningen worden om de paar jaar gehalveerd om de inflatie onder controle te houden. Tegen mei 2020 wordt de beloning per mijnwerker opnieuw gehalveerd tot 6,25 nieuwe bitcoin. <a href=\"https://www.bitcoinexchangenederland.nl/chainlink/\">chainlink prijs</a> is stabiel.\r\n\r\n&nbsp;\r\n\r\nDit vermindert in wezen het aanbod van bitcoin dat op de markt komt. Halveren is een evenement dat elke vier jaar plaatsvindt. Eerdere halverende evenementen gingen vooraf aan grote prijsstijgingen in bitcoin.\r\n\r\n&nbsp;\r\n\r\n\"Hoewel een deel van deze opleving kan worden verklaard door een hernieuwde \'risico-op\'-houding van wereldwijde investeerders, is het ook duidelijk dat stieren zijn veroorzaakt door het aanstaande halveringsevenement en de verwachte waardevermeerdering erna,\" zei Matthew Dibb, mede-oprichter van Stack, een aanbieder van bitcoin-indexfondsen.\r\n\r\n&nbsp;\r\n\r\n\"Voor degenen die nu bitcoin kopen, zien velen dit als een kans om BTC te kopen tegen voordelige basistarieven voordat de prijs halveert.\"\r\n\r\n&nbsp;','De marktwaarde van cryptocurrency springt 35 miljard dollar in 24 uur, geleid door een stijging van bitcoin','','inherit','closed','closed','','85-revision-v1','','','2020-10-07 01:44:56','2020-10-07 01:44:56','',85,'http://sustainaqua.org/85-revision-v1/',0,'revision','',0),(90,1,'2021-02-04 00:20:27','2021-02-04 00:20:27','E-commerce marktplaats Wish streeft ernaar om ongeveer $ 1,1 miljard op te halen in zijn aanstaande beursgang, waardoor het een waardering krijgt van maximaal $ 14,07 miljard.\r\n\r\nWish is van plan om 46 miljoen aandelen op de lijst te zetten tegen een prijs tussen $ 22 en $ 24.\r\n\r\nHet moederbedrijf van Wish, ContextLogic, heeft vorige maand zijn IPO-prospectus ingediend bij de SEC. <a href=\"https://aandelenkopen.nl/coca-cola-aandeel/\">aandeel coca cola </a>is te koop.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/31lN3uvjw6M\r\n\r\n&nbsp;\r\n\r\nE-commerce marktplaats Wish streeft ernaar om maar liefst $ 1,1 miljard op te halen in zijn beursgang, waardoor het een waardering krijgt van maximaal $ 14,07 miljard, onthulde het bedrijf in een nieuwe indiening op maandag. Het werd voor het laatst door particuliere investeerders gewaardeerd op $ 11,2 miljard.\r\n\r\n&nbsp;\r\n\r\nWish is van plan om 46 miljoen aandelen te verkopen met een prijs tussen $ 22 en $ 24 per aandeel, aldus de aanvraag. <a href=\"https://aandelenkopen.nl/randstad-aandeel/\">Randstad aandeel</a> is niet te koop.\r\n\r\n&nbsp;\r\n\r\nContextLogic, het moederbedrijf van Wish, is van plan zijn aandelen op de Nasdaq te noteren onder het symbool \"WISH\". Het bedrijf diende vorige maand zijn IPO-prospectus in, dat een matige omzetgroei en gestage verliezen liet zien. De indiening onthulde ook de sterke concentratie van Wish in China, die tijdens de coronavirus-pandemie drukte op zijn bedrijf.\r\n\r\n&nbsp;\r\n\r\nWish, opgericht in 2010 door voormalig Google-ingenieur Peter Szulczewski, is een online marktplaats met een verscheidenheid aan afgeprijsde artikelen, variërend van goedkope huishoudelijke artikelen en kleding tot elektronica en speelgoed. De app biedt een hele reeks producten voor slechts een paar dollar als een manier om consumenten met een laag of gemiddeld inkomen te bereiken met meer betaalbare opties dan ze op andere sites, waaronder Amazon, kunnen vinden.\r\n\r\n&nbsp;\r\n\r\nHet bedrijf gaat naar de beurs in een tijd waarin e-commerce enorm is toegenomen tijdens de pandemie, waarbij mensen over de hele wereld vertrouwen op online marktplaatsen voor zowel essentiële als niet-essentiële goederen. In zijn S-1-aanvraag zei Wish dat het zijn catalogus heeft uitgebreid tot meer dan 150 miljoen items en ongeveer 1,8 miljoen items per dag verkoopt.\r\n\r\n&nbsp;','Wish is van plan om tussen $ 22 en $ 24 per aandeel te prijzen met een waarde van maximaal $ 14 miljard','','publish','closed','closed','','wish-is-van-plan-om-tussen-22-en-24-per-aandeel-te-prijzen-met-een-waarde-van-maximaal-14-miljard','','','2021-01-29 00:25:30','2021-01-29 00:25:30','',0,'http://sustainaqua.org/?p=90',0,'post','',0),(91,1,'2021-01-29 00:23:06','2021-01-29 00:23:06','','65gh64g5gf4','','inherit','closed','closed','','65gh64g5gf4','','','2021-01-29 00:23:06','2021-01-29 00:23:06','',90,'http://sustainaqua.org/wp-content/uploads/2021/01/65gh64g5gf4.jpg',0,'attachment','image/jpeg',0),(92,1,'2021-01-29 00:25:30','2021-01-29 00:25:30','E-commerce marktplaats Wish streeft ernaar om ongeveer $ 1,1 miljard op te halen in zijn aanstaande beursgang, waardoor het een waardering krijgt van maximaal $ 14,07 miljard.\r\n\r\nWish is van plan om 46 miljoen aandelen op de lijst te zetten tegen een prijs tussen $ 22 en $ 24.\r\n\r\nHet moederbedrijf van Wish, ContextLogic, heeft vorige maand zijn IPO-prospectus ingediend bij de SEC. <a href=\"https://aandelenkopen.nl/coca-cola-aandeel/\">aandeel coca cola </a>is te koop.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/31lN3uvjw6M\r\n\r\n&nbsp;\r\n\r\nE-commerce marktplaats Wish streeft ernaar om maar liefst $ 1,1 miljard op te halen in zijn beursgang, waardoor het een waardering krijgt van maximaal $ 14,07 miljard, onthulde het bedrijf in een nieuwe indiening op maandag. Het werd voor het laatst door particuliere investeerders gewaardeerd op $ 11,2 miljard.\r\n\r\n&nbsp;\r\n\r\nWish is van plan om 46 miljoen aandelen te verkopen met een prijs tussen $ 22 en $ 24 per aandeel, aldus de aanvraag. <a href=\"https://aandelenkopen.nl/randstad-aandeel/\">Randstad aandeel</a> is niet te koop.\r\n\r\n&nbsp;\r\n\r\nContextLogic, het moederbedrijf van Wish, is van plan zijn aandelen op de Nasdaq te noteren onder het symbool \"WISH\". Het bedrijf diende vorige maand zijn IPO-prospectus in, dat een matige omzetgroei en gestage verliezen liet zien. De indiening onthulde ook de sterke concentratie van Wish in China, die tijdens de coronavirus-pandemie drukte op zijn bedrijf.\r\n\r\n&nbsp;\r\n\r\nWish, opgericht in 2010 door voormalig Google-ingenieur Peter Szulczewski, is een online marktplaats met een verscheidenheid aan afgeprijsde artikelen, variërend van goedkope huishoudelijke artikelen en kleding tot elektronica en speelgoed. De app biedt een hele reeks producten voor slechts een paar dollar als een manier om consumenten met een laag of gemiddeld inkomen te bereiken met meer betaalbare opties dan ze op andere sites, waaronder Amazon, kunnen vinden.\r\n\r\n&nbsp;\r\n\r\nHet bedrijf gaat naar de beurs in een tijd waarin e-commerce enorm is toegenomen tijdens de pandemie, waarbij mensen over de hele wereld vertrouwen op online marktplaatsen voor zowel essentiële als niet-essentiële goederen. In zijn S-1-aanvraag zei Wish dat het zijn catalogus heeft uitgebreid tot meer dan 150 miljoen items en ongeveer 1,8 miljoen items per dag verkoopt.\r\n\r\n&nbsp;','Wish is van plan om tussen $ 22 en $ 24 per aandeel te prijzen met een waarde van maximaal $ 14 miljard','','inherit','closed','closed','','90-revision-v1','','','2021-01-29 00:25:30','2021-01-29 00:25:30','',90,'http://sustainaqua.org/90-revision-v1/',0,'revision','',0),(93,0,'2021-02-04 00:25:56','2021-02-04 00:25:56','<iframe title=\"10 STOCKS to Buy NOW ? (HIGH GROWTH)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/31lN3uvjw6M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','50475107cabeab9297a28fac91c6000c','','','2021-02-04 00:25:56','2021-02-04 00:25:56','',0,'http://sustainaqua.org/50475107cabeab9297a28fac91c6000c/',0,'oembed_cache','',0),(95,1,'2021-04-14 13:20:26','2021-04-14 13:20:26','Bitcoin is de afgelopen maand 25% gestegen, terwijl GBTC 14% is gestegen\r\n\r\nArbitragehandel is zoveel uitgebuit: ProChain\'s Tawil\r\n\r\nEen van de meest populaire arbitragetransacties in cryptocurrencies is aan het ontrafelen nu de ooit zo forse premie van het grootste Bitcoin-fonds instort.\r\n\r\n&nbsp;\r\n\r\nDe handel is afhankelijk van de Grayscale Bitcoin Trust (ticker GBTC) die handelt tegen een premie ten opzichte van de waarde van de Bitcoin die hij bezit - een fenomeen dat grotendeels wordt veroorzaakt doordat beleggers betalen voor toegang tot de munt zonder deze rechtstreeks te hoeven kopen. Wanneer dat gebeurt, komen hedgefondsen binnen om te profiteren. Ze lenen Bitcoin, storten de munten bij GBTC in ruil voor aandelen die waardevoller zijn dan de munten die ze hebben gekocht, en ze nemen die winst op door de gemarkeerde aandelen te verkopen nadat een blokkeringsperiode van zes maanden is verstreken. Mede dankzij de populariteit van de handel zijn de activa van GBTC gestegen tot meer dan $ 35 miljard, van ongeveer $ 1,5 miljard een jaar geleden. Het <a href=\"https://cryptoclan.nl/\">crypto nieuws vandaag ontdekken</a> online.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/Hj1Qu2lBu1w\r\n\r\n&nbsp;\r\n\r\nHet fonds wordt gedurende een groot deel van zijn geschiedenis verhandeld tegen een premie ten opzichte van zijn onderliggende posities, waardoor de transactie zeer winstgevend is. Omdat de rally van Bitcoin echter schokkerig wordt en een stal van concurrerende producten de aandacht trekt, zakte GBTC naar een recordkorting ten opzichte van de waarde van de Bitcoin die het bezit. Die situatie wordt nog verergerd door het feit dat GBTC geen terugkopen toestaat - wat betekent dat aandelen alleen kunnen worden gecreëerd, maar niet vernietigd omdat de activa in een trust worden gehouden. Dat betekent dat toen nieuwe geaccrediteerde investeerders in het fonds ploegen en uitstaande GBTC naar een recordhoogte stuwden, die aandelen nu de lock-up-periode verlaten op een moment dat de vraag naar Bitcoin fluctueert.\r\n\r\n&nbsp;\r\n\r\n\"Het werd gewoon te populair en er is aan het eind van de dag maar zo veel vraag van particuliere beleggers die Schwab gebruiken of Fidelity of een traditionele makelaardij gebruiken\", zegt Nic Carter, een partner bij cryptogerichte venture-firma Castle Island Ventures. “In wezen stopten te veel fondsen kapitaal in deze handel, denkend dat het een slam dunk was, en toen dat kapitaal volwassen werd en de eenheden in de trust marktverhandelbaar werden, was de vraag die ze verwachtten te verwezenlijken er niet van de markt. \" <a href=\"https://cryptoclan.nl/crypto-app/\">crypto kopen app mobiel</a> nu ook mogelijk.\r\n\r\n&nbsp;\r\n<h2>De premie van GBTC ten opzichte van de intrinsieke waarde daalt</h2>\r\n&nbsp;\r\n\r\nDe prijs van GBTC daalde vorige week maar liefst 11,6% onder de intrinsieke waarde, de grootste korting ooit, volgens gegevens van Bloomberg. Dat cijfer kromp dinsdag tot 3,22% toen de Bitcoin-prijzen herstelden. Terwijl \'s werelds grootste cryptocurrency de afgelopen maand ongeveer 25% is gestegen, is GBTC in die periode 14% hoger.\r\n\r\n&nbsp;\r\n\r\nGBTC handelde eind december tegen een premie van wel 40%, omdat beleggers zich haastten om blootstelling te krijgen aan alles in een crypto-wrapper - meer dan het dubbele van de eenjarige gemiddelde premie van 16,3%.\r\n\r\n&nbsp;\r\n\r\nZeker, de aantrekkelijkheid van de arbitragehandel alleen is niet alleen verantwoordelijk voor de populariteit van GBTC in het afgelopen jaar. Ark Investment Management, geleid door de oude Bitcoin-stier Cathie Wood, is de vierde grootste houder van de trust. En voor die beleggers die op zoek zijn naar blootstelling aan Bitcoin buiten het aanmelden voor een crypto-uitwisseling of het opzetten van een digitale portemonnee, biedt GBTC - die kan worden gekocht en verkocht op makelaardijplatforms - een eenvoudige oplossing. Bovendien biedt GBTC een toegangspunt voor institutionele beleggers van wie het mandaat van het fonds hen mogelijk niet toestaat rechtstreeks Bitcoin te kopen.\r\n\r\n&nbsp;\r\n\r\nAndere grote houders van GBTC zijn Three Arrows Capital Ltd., Horizon Kinetics LLC en Churchill Management Corp., Bloomberg-gegevens laten zien.\r\n\r\n&nbsp;\r\n\r\nHandelaren die zich opstapelen in overgewaardeerde cryptofondsen riskeren een pijnlijke exit\r\n\r\nWaarom een ​​Amerikaanse Bitcoin ETF in 2021 echt zou kunnen zijn: QuickTake\r\n\r\nMaar voor die handelaren die zich wel in de arbitragehandel hebben gestort, zou de nu diepe korting van GBTC pijnlijk kunnen zijn, aldus Kyle Samani van Multicoin Capital Management LLC.\r\n\r\n&nbsp;\r\n\r\n`` Er zijn veel mensen die in die branche dachten dat ze geld zouden gaan verdienen, maar die nu geld gaan verliezen \'\', zegt Samani, mede-oprichter van het in Austin, Texas gevestigde cryptohedgefonds. \"Er kunnen enkele segmenten van handelaren zijn die overbelicht zijn en zich echt onder water bevinden.\"\r\n\r\n&nbsp;\r\n\r\nTemidden van dit alles zei Digital Currency Group Inc., het moederbedrijf van Grayscale Investments, woensdag dat het tot $ 250 miljoen aan GBTC-aandelen zal kopen. Grijstinten heeft een verzoek om commentaar afgewezen.\r\n\r\n&nbsp;\r\n\r\nNatuurlijk kan de premie opnieuw verschijnen. Volgens Carter zou de korting van GBTC kunnen dalen tot het punt waarop koopjesjagers het fonds beginnen te kopen. Bovendien zou de rally van Bitcoin opnieuw kunnen oplaaien, wat zou resulteren in dezelfde gloeiend hete vraag naar crypto-exposure die eind vorig jaar de premie van het vertrouwen enorm deed stijgen.\r\n\r\n&nbsp;\r\n\r\nMaar zelfs toch, gezien hoe alomtegenwoordig de GBTC-arbitrage is geworden, zal het in de toekomst waarschijnlijk niet hetzelfde rendement opleveren, volgens David Tawil van ProChain Capital.\r\n\r\n&nbsp;\r\n\r\n\"De arbitragehandel is zo vaak uitgebuit - als u de eerste persoon bent die het identificeert, zult u zeker de pers zijnDaarop wordt het meeste geld verdiend ”, zegt Tawil, die president is van ProChain, een cryptohedgefonds. “Ongeacht het aantal - de duizendste persoon die de handel identificeert en probeert deze te exploiteren - de arb gaat steeds verder naar beneden. We zijn niet meer in die inefficiënte begindagen. \"','Slam Dunk ’Bitcoin Arbitrage fizzles for Biggest Crypto Fund','','publish','closed','closed','','slam-dunk-bitcoin-arbitrage-fizzles-for-biggest-crypto-fund','','','2021-03-17 13:21:37','2021-03-17 13:21:37','',0,'http://sustainaqua.org/?p=95',0,'post','',0),(96,1,'2021-03-17 13:21:00','2021-03-17 13:21:00','','5dc6ds5','','inherit','closed','closed','','5dc6ds5','','','2021-03-17 13:21:00','2021-03-17 13:21:00','',95,'http://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg',0,'attachment','image/jpeg',0),(97,1,'2021-03-17 13:21:37','2021-03-17 13:21:37','Bitcoin is de afgelopen maand 25% gestegen, terwijl GBTC 14% is gestegen\r\n\r\nArbitragehandel is zoveel uitgebuit: ProChain\'s Tawil\r\n\r\nEen van de meest populaire arbitragetransacties in cryptocurrencies is aan het ontrafelen nu de ooit zo forse premie van het grootste Bitcoin-fonds instort.\r\n\r\n&nbsp;\r\n\r\nDe handel is afhankelijk van de Grayscale Bitcoin Trust (ticker GBTC) die handelt tegen een premie ten opzichte van de waarde van de Bitcoin die hij bezit - een fenomeen dat grotendeels wordt veroorzaakt doordat beleggers betalen voor toegang tot de munt zonder deze rechtstreeks te hoeven kopen. Wanneer dat gebeurt, komen hedgefondsen binnen om te profiteren. Ze lenen Bitcoin, storten de munten bij GBTC in ruil voor aandelen die waardevoller zijn dan de munten die ze hebben gekocht, en ze nemen die winst op door de gemarkeerde aandelen te verkopen nadat een blokkeringsperiode van zes maanden is verstreken. Mede dankzij de populariteit van de handel zijn de activa van GBTC gestegen tot meer dan $ 35 miljard, van ongeveer $ 1,5 miljard een jaar geleden. Het <a href=\"https://cryptoclan.nl/\">crypto nieuws vandaag ontdekken</a> online.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/Hj1Qu2lBu1w\r\n\r\n&nbsp;\r\n\r\nHet fonds wordt gedurende een groot deel van zijn geschiedenis verhandeld tegen een premie ten opzichte van zijn onderliggende posities, waardoor de transactie zeer winstgevend is. Omdat de rally van Bitcoin echter schokkerig wordt en een stal van concurrerende producten de aandacht trekt, zakte GBTC naar een recordkorting ten opzichte van de waarde van de Bitcoin die het bezit. Die situatie wordt nog verergerd door het feit dat GBTC geen terugkopen toestaat - wat betekent dat aandelen alleen kunnen worden gecreëerd, maar niet vernietigd omdat de activa in een trust worden gehouden. Dat betekent dat toen nieuwe geaccrediteerde investeerders in het fonds ploegen en uitstaande GBTC naar een recordhoogte stuwden, die aandelen nu de lock-up-periode verlaten op een moment dat de vraag naar Bitcoin fluctueert.\r\n\r\n&nbsp;\r\n\r\n\"Het werd gewoon te populair en er is aan het eind van de dag maar zo veel vraag van particuliere beleggers die Schwab gebruiken of Fidelity of een traditionele makelaardij gebruiken\", zegt Nic Carter, een partner bij cryptogerichte venture-firma Castle Island Ventures. “In wezen stopten te veel fondsen kapitaal in deze handel, denkend dat het een slam dunk was, en toen dat kapitaal volwassen werd en de eenheden in de trust marktverhandelbaar werden, was de vraag die ze verwachtten te verwezenlijken er niet van de markt. \" <a href=\"https://cryptoclan.nl/crypto-app/\">crypto kopen app mobiel</a> nu ook mogelijk.\r\n\r\n&nbsp;\r\n<h2>De premie van GBTC ten opzichte van de intrinsieke waarde daalt</h2>\r\n&nbsp;\r\n\r\nDe prijs van GBTC daalde vorige week maar liefst 11,6% onder de intrinsieke waarde, de grootste korting ooit, volgens gegevens van Bloomberg. Dat cijfer kromp dinsdag tot 3,22% toen de Bitcoin-prijzen herstelden. Terwijl \'s werelds grootste cryptocurrency de afgelopen maand ongeveer 25% is gestegen, is GBTC in die periode 14% hoger.\r\n\r\n&nbsp;\r\n\r\nGBTC handelde eind december tegen een premie van wel 40%, omdat beleggers zich haastten om blootstelling te krijgen aan alles in een crypto-wrapper - meer dan het dubbele van de eenjarige gemiddelde premie van 16,3%.\r\n\r\n&nbsp;\r\n\r\nZeker, de aantrekkelijkheid van de arbitragehandel alleen is niet alleen verantwoordelijk voor de populariteit van GBTC in het afgelopen jaar. Ark Investment Management, geleid door de oude Bitcoin-stier Cathie Wood, is de vierde grootste houder van de trust. En voor die beleggers die op zoek zijn naar blootstelling aan Bitcoin buiten het aanmelden voor een crypto-uitwisseling of het opzetten van een digitale portemonnee, biedt GBTC - die kan worden gekocht en verkocht op makelaardijplatforms - een eenvoudige oplossing. Bovendien biedt GBTC een toegangspunt voor institutionele beleggers van wie het mandaat van het fonds hen mogelijk niet toestaat rechtstreeks Bitcoin te kopen.\r\n\r\n&nbsp;\r\n\r\nAndere grote houders van GBTC zijn Three Arrows Capital Ltd., Horizon Kinetics LLC en Churchill Management Corp., Bloomberg-gegevens laten zien.\r\n\r\n&nbsp;\r\n\r\nHandelaren die zich opstapelen in overgewaardeerde cryptofondsen riskeren een pijnlijke exit\r\n\r\nWaarom een ​​Amerikaanse Bitcoin ETF in 2021 echt zou kunnen zijn: QuickTake\r\n\r\nMaar voor die handelaren die zich wel in de arbitragehandel hebben gestort, zou de nu diepe korting van GBTC pijnlijk kunnen zijn, aldus Kyle Samani van Multicoin Capital Management LLC.\r\n\r\n&nbsp;\r\n\r\n`` Er zijn veel mensen die in die branche dachten dat ze geld zouden gaan verdienen, maar die nu geld gaan verliezen \'\', zegt Samani, mede-oprichter van het in Austin, Texas gevestigde cryptohedgefonds. \"Er kunnen enkele segmenten van handelaren zijn die overbelicht zijn en zich echt onder water bevinden.\"\r\n\r\n&nbsp;\r\n\r\nTemidden van dit alles zei Digital Currency Group Inc., het moederbedrijf van Grayscale Investments, woensdag dat het tot $ 250 miljoen aan GBTC-aandelen zal kopen. Grijstinten heeft een verzoek om commentaar afgewezen.\r\n\r\n&nbsp;\r\n\r\nNatuurlijk kan de premie opnieuw verschijnen. Volgens Carter zou de korting van GBTC kunnen dalen tot het punt waarop koopjesjagers het fonds beginnen te kopen. Bovendien zou de rally van Bitcoin opnieuw kunnen oplaaien, wat zou resulteren in dezelfde gloeiend hete vraag naar crypto-exposure die eind vorig jaar de premie van het vertrouwen enorm deed stijgen.\r\n\r\n&nbsp;\r\n\r\nMaar zelfs toch, gezien hoe alomtegenwoordig de GBTC-arbitrage is geworden, zal het in de toekomst waarschijnlijk niet hetzelfde rendement opleveren, volgens David Tawil van ProChain Capital.\r\n\r\n&nbsp;\r\n\r\n\"De arbitragehandel is zo vaak uitgebuit - als u de eerste persoon bent die het identificeert, zult u zeker de pers zijnDaarop wordt het meeste geld verdiend ”, zegt Tawil, die president is van ProChain, een cryptohedgefonds. “Ongeacht het aantal - de duizendste persoon die de handel identificeert en probeert deze te exploiteren - de arb gaat steeds verder naar beneden. We zijn niet meer in die inefficiënte begindagen. \"','Slam Dunk ’Bitcoin Arbitrage fizzles for Biggest Crypto Fund','','inherit','closed','closed','','95-revision-v1','','','2021-03-17 13:21:37','2021-03-17 13:21:37','',95,'http://sustainaqua.org/?p=97',0,'revision','',0),(98,0,'2021-04-17 09:48:17','2021-04-17 09:48:17','<iframe title=\"LIVE - Im in a Risky $12 Million Dollar Bitcoin Trade RIGHT NOW - Market CIpher CryptoFace\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/Hj1Qu2lBu1w?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','3574971db069140fc6f5cccb445defac','','','2021-04-17 09:48:17','2021-04-17 09:48:17','',0,'http://sustainaqua.org/3574971db069140fc6f5cccb445defac/',0,'oembed_cache','',0),(102,1,'2021-06-09 21:12:49','2021-06-09 21:12:49','LABOR-vertegenwoordigers hebben gezegd \"er moet nog meer worden gedaan\" om de achterstand in rijexamens weg te werken nadat was aangekondigd dat 80 nieuwe testers zullen worden aangenomen.\r\n\r\n&nbsp;\r\n\r\nZe roepen de minister van Transport en de regering op om een ​​plan op te stellen om leerlingbestuurders uit het duister te loodsen.\r\n\r\n&nbsp;\r\n\r\nDuizenden mensen wachten in heel Ierland op hun rij- of theorie-examen\r\n\r\n&nbsp;\r\n\r\nDuizenden mensen wachten op hun rij- of theorie-examen aan de overkant\r\n\r\nChris O\'Dwyer, de lokale vertegenwoordiger van de Labour Party voor Clondalkin-Rathcoole, wil een stappenplan voor de terugkeer naar testdiensten. <a href=\"https://www.theorieexamenoefenen.net/scooter-theorie\">Online scooter theorie</a> is gratis.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/zqje5Hq3arM\r\n\r\n&nbsp;\r\n\r\nHij zei: \"Gedurende 2020 kreeg ik telefoontjes van buurtbewoners in Clondalkin die graag een rijexamen wilden, maar vanwege de beperkingen en nu de daaropvolgende achterstand lijkt het er nu op dat ze veel langer moeten wachten.\r\n\r\n&nbsp;\r\n\r\n\"We hebben meer testers nodig, meer testfaciliteiten en we moeten het hele proces heroverwegen om het toegankelijker te maken.\r\n\r\n&nbsp;\r\n\r\n\"Er staan ​​in totaal 9.966 op de wachtlijst in het Tallaght-testcentrum, met slechts 443 geplande tests in de komende weken en maanden.\"\r\n\r\n&nbsp;\r\n<h2>\'ONAANVAARDBAAR\'</h2>\r\nO\'Dwyer zei dat het gebrek aan testen volkomen onaanvaardbaar is, vooral voor mensen die door het werk onder druk worden gezet om de weg op te gaan.\r\n\r\n&nbsp;\r\n\r\nHij zei: \"Er moet meer worden gedaan om degenen te ondersteunen die toegang proberen te krijgen tot testen.\r\n\r\n&nbsp;\r\n\r\n\"Ik heb gehoord van een aantal Apprentices die veel druk en intimidatie krijgen van hun werkgevers om hun lessen af ​​te maken en hun rijbewijs te halen.\r\n\r\n&nbsp;\r\n\r\n\"Deze intimidatie heeft zich uitgebreid tot de implicatie dat hun contract zal worden \'herzien\' als ze hun licentie niet binnen een bepaalde periode kunnen krijgen. <a href=\"https://www.autotheorie.nl/motor-theorie/\">Online motor theorie examen oefenen</a> kan online.\r\n\r\n&nbsp;\r\n\r\n\"Dit is volkomen onaanvaardbaar, ongepast en onderstreept de noodzaak van onmiddellijk overheidsingrijpen om de achterstand weg te werken die wordt veroorzaakt door de sluiting van diensten.\"\r\n\r\n&nbsp;\r\n\r\nLabour TD Sean Sherlock ondervroeg deze week secretaris-generaal van het ministerie van Transport, Ken Spratt, over de 100.000 mensen die wachten op hun theorie-test voor chauffeurs.\r\n\r\n&nbsp;\r\n\r\nSherlock vroeg waarom slechts 4.000 mensen online worden getest onder een nieuwe tussentijdse maatregel, samen met zorgen over de vereiste Windows 8 of hoger, met Google Chrome en een minimale internetsnelheid van 5 MB die nodig is om zich in te schrijven voor het online theorie-examen.\r\n\r\n&nbsp;\r\n<h2>RAMP HET OP</h2>\r\nAls reactie op deze beweringen zei Spratt dat deze week een beslissing is genomen in het licht van vertragingen veroorzaakt door de Covid-19-pandemie om extra testers op te leiden.\r\n\r\n&nbsp;\r\n\r\nDe Road Safety Authority moet nog 80 testers krijgen om te proberen de achterstand weg te werken van degenen die wachten op hun rijexamen.\r\n\r\n&nbsp;\r\n\r\nDe helft van deze nieuwe testers wordt momenteel getraind en zou deze zomer tests moeten uitvoeren. De tweede helft wordt binnenkort uit een panel getrokken.\r\n\r\n&nbsp;\r\n\r\nSpratt voegde eraan toe dat hij teleurgesteld was toen hij zag dat online theorietests \"beperkt blijven tot bepaalde technologieën en bepaalde besturingssystemen\" en zei dat hij deze kwestie met de RSA zal bespreken.\r\n\r\n&nbsp;\r\n<h2>WAANZIN OP DE SNELWEG</h2>\r\nVoor degenen die al onderweg waren, adviseerde de AA chauffeurs om voorzichtig te reizen in het licht van de opheffing van het reisverbod tussen de verschillende provincies.\r\n\r\n&nbsp;\r\n\r\nHet Ierse verkeersvolume heeft tot 85 procent van de pre-pandemische niveaus bereikt, met een aanzienlijke piek in verkeersongevallen sinds de opheffing van de reisbeperkingen.\r\n\r\n&nbsp;\r\n\r\nSinds de limiet van 5 km op 12 april werd opgeheven, heeft de M50 van Dublin een toename van 20 procent gezien in het gerapporteerde verkeersvolume, dat nu 87 procent is van het pre-pandemische niveau.\r\n\r\n&nbsp;\r\n\r\nEr waren grotere stijgingen op de M11, meer dan 41 procent en meer dan 44 procent op de M1, terug naar 84 procent van de pre-Covid-niveaus.\r\n\r\n&nbsp;\r\n\r\nDe pechhulpdienst van de AA heeft ook een toename gezien in het aantal dagelijkse pechgevallen sinds de opheffing van de reisbeperkingen tussen de verschillende provincies.\r\n\r\n&nbsp;\r\n\r\nTot dusverre in mei was de AA gemiddeld 237 keer per dag defect, met een piek van 307 per dag op maandag 17 mei.\r\n\r\n&nbsp;\r\n\r\nAangezien sommige routes mogelijk zijn gewijzigd tijdens Covid-beperkingen, drong Paddy Comyn, hoofd communicatie van AA Ireland, chauffeurs aan om voorzichtig te reizen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','WACHTEN WACHTEN Arbeidsvertegenwoordigers zeggen dat er \'meer moet worden gedaan\' om de achterstand in rijexamens weg te werken, aangezien 80 testers moeten worden aangenomen','','publish','closed','closed','','wachten-wachten-arbeidsvertegenwoordigers-zeggen-dat-er-meer-moet-worden-gedaan-om-de-achterstand-in-rijexamens-weg-te-werken-aangezien-80-testers-moeten-worden-aangenomen','','','2021-06-01 21:14:27','2021-06-01 21:14:27','',0,'http://sustainaqua.org/?p=102',0,'post','',0),(103,1,'2021-06-01 21:13:47','2021-06-01 21:13:47','','5fdg5fdgfd','','inherit','closed','closed','','5fdg5fdgfd','','','2021-06-01 21:13:47','2021-06-01 21:13:47','',102,'http://sustainaqua.org/wp-content/uploads/2021/06/5fdg5fdgfd.png',0,'attachment','image/png',0),(104,1,'2021-06-01 21:14:27','2021-06-01 21:14:27','LABOR-vertegenwoordigers hebben gezegd \"er moet nog meer worden gedaan\" om de achterstand in rijexamens weg te werken nadat was aangekondigd dat 80 nieuwe testers zullen worden aangenomen.\r\n\r\n&nbsp;\r\n\r\nZe roepen de minister van Transport en de regering op om een ​​plan op te stellen om leerlingbestuurders uit het duister te loodsen.\r\n\r\n&nbsp;\r\n\r\nDuizenden mensen wachten in heel Ierland op hun rij- of theorie-examen\r\n\r\n&nbsp;\r\n\r\nDuizenden mensen wachten op hun rij- of theorie-examen aan de overkant\r\n\r\nChris O\'Dwyer, de lokale vertegenwoordiger van de Labour Party voor Clondalkin-Rathcoole, wil een stappenplan voor de terugkeer naar testdiensten. <a href=\"https://www.theorieexamenoefenen.net/scooter-theorie\">Online scooter theorie</a> is gratis.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/zqje5Hq3arM\r\n\r\n&nbsp;\r\n\r\nHij zei: \"Gedurende 2020 kreeg ik telefoontjes van buurtbewoners in Clondalkin die graag een rijexamen wilden, maar vanwege de beperkingen en nu de daaropvolgende achterstand lijkt het er nu op dat ze veel langer moeten wachten.\r\n\r\n&nbsp;\r\n\r\n\"We hebben meer testers nodig, meer testfaciliteiten en we moeten het hele proces heroverwegen om het toegankelijker te maken.\r\n\r\n&nbsp;\r\n\r\n\"Er staan ​​in totaal 9.966 op de wachtlijst in het Tallaght-testcentrum, met slechts 443 geplande tests in de komende weken en maanden.\"\r\n\r\n&nbsp;\r\n<h2>\'ONAANVAARDBAAR\'</h2>\r\nO\'Dwyer zei dat het gebrek aan testen volkomen onaanvaardbaar is, vooral voor mensen die door het werk onder druk worden gezet om de weg op te gaan.\r\n\r\n&nbsp;\r\n\r\nHij zei: \"Er moet meer worden gedaan om degenen te ondersteunen die toegang proberen te krijgen tot testen.\r\n\r\n&nbsp;\r\n\r\n\"Ik heb gehoord van een aantal Apprentices die veel druk en intimidatie krijgen van hun werkgevers om hun lessen af ​​te maken en hun rijbewijs te halen.\r\n\r\n&nbsp;\r\n\r\n\"Deze intimidatie heeft zich uitgebreid tot de implicatie dat hun contract zal worden \'herzien\' als ze hun licentie niet binnen een bepaalde periode kunnen krijgen. <a href=\"https://www.autotheorie.nl/motor-theorie/\">Online motor theorie examen oefenen</a> kan online.\r\n\r\n&nbsp;\r\n\r\n\"Dit is volkomen onaanvaardbaar, ongepast en onderstreept de noodzaak van onmiddellijk overheidsingrijpen om de achterstand weg te werken die wordt veroorzaakt door de sluiting van diensten.\"\r\n\r\n&nbsp;\r\n\r\nLabour TD Sean Sherlock ondervroeg deze week secretaris-generaal van het ministerie van Transport, Ken Spratt, over de 100.000 mensen die wachten op hun theorie-test voor chauffeurs.\r\n\r\n&nbsp;\r\n\r\nSherlock vroeg waarom slechts 4.000 mensen online worden getest onder een nieuwe tussentijdse maatregel, samen met zorgen over de vereiste Windows 8 of hoger, met Google Chrome en een minimale internetsnelheid van 5 MB die nodig is om zich in te schrijven voor het online theorie-examen.\r\n\r\n&nbsp;\r\n<h2>RAMP HET OP</h2>\r\nAls reactie op deze beweringen zei Spratt dat deze week een beslissing is genomen in het licht van vertragingen veroorzaakt door de Covid-19-pandemie om extra testers op te leiden.\r\n\r\n&nbsp;\r\n\r\nDe Road Safety Authority moet nog 80 testers krijgen om te proberen de achterstand weg te werken van degenen die wachten op hun rijexamen.\r\n\r\n&nbsp;\r\n\r\nDe helft van deze nieuwe testers wordt momenteel getraind en zou deze zomer tests moeten uitvoeren. De tweede helft wordt binnenkort uit een panel getrokken.\r\n\r\n&nbsp;\r\n\r\nSpratt voegde eraan toe dat hij teleurgesteld was toen hij zag dat online theorietests \"beperkt blijven tot bepaalde technologieën en bepaalde besturingssystemen\" en zei dat hij deze kwestie met de RSA zal bespreken.\r\n\r\n&nbsp;\r\n<h2>WAANZIN OP DE SNELWEG</h2>\r\nVoor degenen die al onderweg waren, adviseerde de AA chauffeurs om voorzichtig te reizen in het licht van de opheffing van het reisverbod tussen de verschillende provincies.\r\n\r\n&nbsp;\r\n\r\nHet Ierse verkeersvolume heeft tot 85 procent van de pre-pandemische niveaus bereikt, met een aanzienlijke piek in verkeersongevallen sinds de opheffing van de reisbeperkingen.\r\n\r\n&nbsp;\r\n\r\nSinds de limiet van 5 km op 12 april werd opgeheven, heeft de M50 van Dublin een toename van 20 procent gezien in het gerapporteerde verkeersvolume, dat nu 87 procent is van het pre-pandemische niveau.\r\n\r\n&nbsp;\r\n\r\nEr waren grotere stijgingen op de M11, meer dan 41 procent en meer dan 44 procent op de M1, terug naar 84 procent van de pre-Covid-niveaus.\r\n\r\n&nbsp;\r\n\r\nDe pechhulpdienst van de AA heeft ook een toename gezien in het aantal dagelijkse pechgevallen sinds de opheffing van de reisbeperkingen tussen de verschillende provincies.\r\n\r\n&nbsp;\r\n\r\nTot dusverre in mei was de AA gemiddeld 237 keer per dag defect, met een piek van 307 per dag op maandag 17 mei.\r\n\r\n&nbsp;\r\n\r\nAangezien sommige routes mogelijk zijn gewijzigd tijdens Covid-beperkingen, drong Paddy Comyn, hoofd communicatie van AA Ireland, chauffeurs aan om voorzichtig te reizen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','WACHTEN WACHTEN Arbeidsvertegenwoordigers zeggen dat er \'meer moet worden gedaan\' om de achterstand in rijexamens weg te werken, aangezien 80 testers moeten worden aangenomen','','inherit','closed','closed','','102-revision-v1','','','2021-06-01 21:14:27','2021-06-01 21:14:27','',102,'http://sustainaqua.org/?p=104',0,'revision','',0),(106,1,'2021-06-17 19:53:57','2021-06-17 19:53:57','Welke landen hebben bilaterale rijovereenkomsten met Spanje? Wie moet zijn rijbewijs omwisselen voor een Spaans rijbewijs of een internationaal rijbewijs aanvragen? En welke chauffeurs moeten in plaats daarvan het Spaanse rijexamen afleggen?\r\n\r\nChauffeurs uit de EU en EER\r\n\r\n&nbsp;\r\n\r\nDegenen met rijbewijzen uit de EU en de EER mogen in Spanje rijden met hun huidige rijbewijzen, zolang deze niet verlopen zijn. Als uw rijbewijs niet binnen 15 jaar verloopt, kunt u uw EU-rijbewijs blijven gebruiken, maar u kunt het ook vrij inwisselen wanneer u maar wilt. Volgens de DGT is dit proces vrijwillig.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/WropdMNR09U\r\n\r\n&nbsp;\r\n<h2>Rijbewijs inwisselen</h2>\r\n&nbsp;\r\n\r\nVolgens de Spaanse DGT, als het over 15 jaar of langer verloopt, of als er geen vervaldatum op staat, moet je het inwisselen voor een Spaanse. Wanneer uw licentie verloopt, moet u deze ook inwisselen voor een Spaanse.\r\n\r\n&nbsp;\r\n\r\nAls u uw rijbewijs wilt omwisselen voor een Spaans rijbewijs of als het verloopt, kunt u dit doen via de DGT in een proces dat renovación del permiso comunitario wordt genoemd.\r\n\r\n&nbsp;\r\n\r\nU moet zich echter binnen de eerste zes maanden van uw verblijf in Spanje registreren bij hun Provinciale Verkeershoofdkwartier of het plaatselijke DGT-kantoor.\r\n\r\n&nbsp;\r\n\r\nNa uw inschrijving bent u verplicht een medische keuring af te leggen om aan te tonen dat u rijgeschikt bent. U kunt dit laten doen in een van de erkende centra (Centro de Reconocimiento de Conductores Autorizado).\r\n\r\n&nbsp;\r\n\r\nAls u uw rijbewijs wel wilt omwisselen, heeft u de volgende documenten nodig om bij uw plaatselijke DGT-kantoor te overleggen:\r\n\r\nEen inschrijfformulier\r\n\r\nEen ID-kaart of paspoort\r\n\r\nBewijs van woonplaats in Spanje\r\n\r\nEen geldig rijbewijs\r\n\r\nTwee recente foto\'s\r\n\r\nEen verklaring dat je geen rijverbod of rijverbod hebt gekregen\r\n\r\nEen verklaring dat u niet in het bezit bent van een ander rijbewijs uit een ander land\r\n\r\nDegenen met Britse rijbewijzen\r\n\r\n&nbsp;\r\n\r\nDe voorwaarden voor Britse rijbewijshouders die in Spanje rijden, zijn gewijzigd nu het VK de EU officieel heeft verlaten en de overgangsperiode op 30 december 2020 is geëindigd.\r\n\r\n&nbsp;\r\n\r\nEr zijn momenteel onderhandelingen gaande tussen Spanje en het VK. Op de website van de Britse overheid staat dat zij EU-rijbewijshouders de mogelijkheid heeft geboden om in het VK te blijven rijden zonder dat zij hun rijbewijs hoeven in te wisselen voor Britse.\r\n\r\n&nbsp;\r\n\r\n“Je mag in Groot-Brittannië rijden tot je 70e. Als je 67 jaar of ouder bent als je ingezetene wordt, mag je 3 jaar rijden. Na deze tijd moet u uw rijbewijs omwisselen. Je hoeft je toets niet opnieuw te maken”, staat op de website van de Britse overheid.\r\n\r\n&nbsp;\r\n\r\nOf dit wederzijds zal zijn met Spanje, zal waarschijnlijk in de komende weken en maanden worden beslist.\r\n\r\n&nbsp;\r\n<h2>Voordeel Britse rijbewijs</h2>\r\n&nbsp;\r\n\r\nHet laatste nieuws van de Britse ambassade in Madrid is: “Als je in Spanje woont en een geldig Brits rijbewijs hebt, kun je dit blijven gebruiken om in Spanje te rijden tot 30 juni 2021.\r\n\r\n&nbsp;\r\n\r\n\"Als u uw Britse rijbewijs wilt inwisselen voor een Spaans rijbewijs, hangt het te volgen proces af van het feit of u uw voornemen om in te wisselen vóór 30 december 2020 bij de Spaanse Verkeersautoriteit (DGT) hebt geregistreerd\". <a href=\"https://verkeersborden.nu/snelheid-met-aanhanger\">hoe hard mag je rijden met een aanhanger</a>?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3>1. *Als u zich vóór 30 december 2020 heeft geregistreerd bij de Spaanse Verkeersautoriteit (DGT)*</h3>\r\nAls u vóór 1 januari 2021 in Spanje woonde en vóór 30 december 2020 bij de DGT geregistreerd was, moet u vóór 30 juni 2021 een afspraak met de DGT aanvragen om uw VK-rijbewijs in te wisselen.\r\n\r\n&nbsp;\r\n\r\nOm uw rijbewijs in te wisselen heeft u nodig:\r\n<ul>\r\n 	<li>bewijs dat u als inwoner van Spanje staat geregistreerd (bijv. TIE – Tarjeta de Identidad de Extranjero; groen EU-verblijfscertificaat)</li>\r\n 	<li>uw Britse licentie</li>\r\n</ul>\r\nLees hier de richtlijnen van DGT over hoe u een afspraak kunt maken (in het Spaans met Engelse vertaling).\r\n\r\n&nbsp;\r\n\r\nDe DGT zal uw Britse rijbewijs omwisselen voor een tijdelijk rijbewijs (\'autorización temporal para conducir\') totdat uw Spaanse rijbewijs is verwerkt. Dit document is alleen geldig in Spanje.\r\n\r\n&nbsp;\r\n<h3>2. *Als je je niet voor 30 december 2020 bij DGT hebt geregistreerd*</h3>\r\nAls u zich niet vóór 30 december 2020 bij DGT heeft geregistreerd en uw Britse rijbewijs wilt omwisselen, moet u het DGT-proces voor niet-EU-onderdanen volgen. Dit is inclusief het afleggen van een rijexamen.\r\n\r\n&nbsp;\r\n\r\n“De Britse regering is in gesprek met de Spaanse regering over een toekomstige omwisseling van het rijbewijs zonder dat een praktijktest nodig is.”\r\n\r\n&nbsp;\r\n\r\nUw geldige Britse rijbewijs blijft in Spanje erkend tot 30 juni 2021.\r\n\r\n&nbsp;\r\n<h3>3. *Rijden in het VK met een Spaans rijbewijs*</h3>\r\nJe kunt je Spaanse rijbewijs in het VK gebruiken voor korte bezoeken, of het inwisselen voor een VK-licentie zonder een test te doen.\r\n\r\n&nbsp;\r\n\r\nDe Britse ambassade zal het gedeelte \'Rijden in Spanje\' van hun Wonen in Spanje-gids bijwerken als er wijzigingen in de regels zijn, zodra informatie hier beschikbaar is.\r\n\r\n&nbsp;\r\n\r\nMet rijbewijzen die in deze landen zijn afgegeven, mogen toeristen 90 dagen in Spanje rijden. Als je naar Spanje bent verhuisd, mag je tot 6 maanden rijden na het verkrijgen van een verblijfsvergunning (ook met het internationale rijbewijs).\r\n\r\n&nbsp;\r\n\r\nNa die periode moeten licentiehouders uit deze landen hun licenties inwisselen voor Spaanse en mogen ze niet rijden totdat het proces is voltooid.\r\n\r\n&nbsp;\r\n\r\nHet inwisselen van het rijbewijs kan niet worden voltooid als het originele rijbewijs is verkregen nadat Spanje een overeenkomst met dat land heeft ondertekend (vraag dit na bij uw plaatselijke consulaat) en als het is verkregen nadat de bestuurder al legaal in Spanje woonde (alleen in het geval van Korea is het is toegestaan ​​de vergunning te hebben verkregen nadat hij legaal in Spanje heeft verbleven). <a href=\"https://verkeersborden.nu/theorie-examen-oefenen/\">online theorie oefenen</a> is mogelijk online.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEen schriftelijke verklaring dat u niet in het bezit bent van een ander rijbewijs van dezelfde klasse, afgegeven door een ander EU-land\r\n\r\nEen officiële vertaling van uw rijbewijs door een consulaat of ambassade voor Zuid-Koreanen\r\n\r\nEen officiële vertaling van het rijbewijs voor Japanners\r\n\r\nWat betreft de vereiste voor internationale rijbewijzen, beveelt de DGT aan dat alle licentiehouders uit landen die geen uitwisselingsovereenkomst met Spanje hebben, een IDP moeten krijgen. Het is onduidelijk of deze groep er een zou moeten krijgen (neem contact op met uw consulaat).\r\n\r\n&nbsp;\r\n<h2>Rijbewijshouders uit niet-EER-landen Spanje heeft een bilaterale uitwisselingsovereenkomst met</h2>\r\n&nbsp;\r\n\r\nChauffeurs uit Algerije, Argentinië, Brazilië, Bolivia, Chili, Colombia, Dominical Republiek, Ecuador, Guatemala, Macedonië, Marokko, Nicaragua, Peru, Panama, Paraguay, Filippijnen, Servië, Turkije, Tunesië, Oekraïne, Uruguay en Venezuela kunnen hun licenties voor Spaanse binnen hun eerste zes maanden van verblijf in Spanje.\r\n\r\n&nbsp;\r\n\r\nZe hebben dezelfde documenten nodig voor die uit Andorra, Zwitserland, Japan en Zuid-Korea, afgezien van de vertalingen die nodig zijn voor Japan en Zuid-Korea.\r\n\r\n&nbsp;\r\n\r\nVolgens het Spaanse Directoraat-Generaal Verkeer (DGT) hoeven bestuurders met een rijbewijs uit deze landen ook geen internationale rijbewijzen af ​​te sluiten om in Spanje te gaan rijden.\r\n\r\n&nbsp;\r\n<h2>Staatsburgers van andere niet-EER-landen zoals de VS, Canada, Australië en Nieuw-Zeeland</h2>\r\n&nbsp;\r\n\r\nDegenen met een rijbewijs van buiten de EU die geen onderdaan zijn van de landen met speciale overeenkomsten met Spanje (hierboven vermeld), mogen maximaal zes maanden in Spanje rijden voordat ze een Spaans rijbewijs nodig hebben. De respijtperiode van zes maanden begint vanaf het moment dat ze zich inschrijven voor verblijf.\r\n\r\n&nbsp;\r\n\r\nAls hun buitenlandse rijbewijs niet in het Spaans is, moeten ze er echter een officiële vertaling van krijgen of een internationaal rijbewijs (IDP) aanvragen voordat ze in Spanje gaan rijden.\r\n\r\n&nbsp;\r\n\r\nDit geldt ook voor mensen met rijbewijzen uit Engelssprekende landen zoals de VS, Canada, Australië en Nieuw-Zeeland.\r\n\r\n&nbsp;\r\n\r\nDus als je langdurig in Spanje verblijft en hier inwoner wordt, moet je je rijexamen in Spanje opnieuw doen (theorie en praktijk), aangezien Spanje geen uitwisselingsovereenkomst heeft met de meeste niet-EER-landen.\r\n\r\n&nbsp;\r\n\r\nNiet-EER-chauffeurs die sporadisch in Spanje verblijven, moeten weten dat de IDP slechts 12 maanden geldig is, maar dat uw huidige rijbewijs nog minimaal 6 maanden geldig moet zijn. Na deze tijd kan het echter worden verlengd.\r\n\r\n&nbsp;\r\n<h2>Om de IDP te krijgen heeft u de volgende documenten nodig:</h2>\r\n&nbsp;\r\n\r\nGesigneerde kopieën van de voor- en achterkant van uw huidige rijbewijs.\r\n\r\nTwee pasfoto\'s (zie aanvraagformulier voor vereisten)\r\n\r\nEen ingevuld IDP-aanvraagformulier\r\n\r\nOm uw vergoeding te betalen\r\n\r\n&nbsp;\r\n<h2>Spaans rijexamen afleggen</h2>\r\n&nbsp;\r\n\r\nAls je al een tijdje in Spanje rijdt, ben je waarschijnlijk gewend aan de verkeersregels en verschillen van Spaans rijden, maar als je dat niet hebt gedaan, wordt er waarschijnlijk van je verwacht dat je een paar lessen neemt voordat je opnieuw gaat zitten je examen.\r\n\r\n&nbsp;\r\n\r\nU kunt uw theoretisch rijexamen in het Engels afleggen, maar het praktische gedeelte van het examen zal in het Spaans worden afgenomen (hoewel het voldoende zou moeten zijn om alleen de specifieke woordenschat te kennen). Verschillende rijscholen kunnen je zowel in het Engels als in het Spaans lesgeven om je voor te bereiden en de Spaanse termen en woordenschat te leren kennen die je examinator zou kunnen gebruiken.\r\n\r\n&nbsp;\r\n\r\nJa, maar of u een internationaal rijbewijs moet afsluiten? voordat u een auto huurt in Spanje, hangt af van de bovenstaande criteria.\r\n\r\n&nbsp;\r\n\r\nIn theorie kan het voorkomen dat u een voertuig kunt huren als u geen IDP heeft, terwijl de Spaanse wet dat wel zou moeten hebben, maar in de praktijk zullen tal van autoverhuurbedrijven u nog steeds toestaan een auto te huren. Als je wordt aangehouden door de politie en je hebt geen IDP wanneer dat zou moeten, kunnen ze je een boete van € 200 opleggen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Rijden in Spanje: wie kan zijn rijbewijs inwisselen en wie moet het examen opnieuw afleggen?','','publish','closed','closed','','rijden-in-spanje-wie-kan-zijn-rijbewijs-inwisselen-en-wie-moet-het-examen-opnieuw-afleggen','','','2021-06-13 19:55:49','2021-06-13 19:55:49','',0,'http://sustainaqua.org/?p=106',0,'post','',0),(107,1,'2021-06-13 19:54:55','2021-06-13 19:54:55','','5sf45sd4f','','inherit','closed','closed','','5sf45sd4f','','','2021-06-13 19:54:55','2021-06-13 19:54:55','',106,'http://sustainaqua.org/wp-content/uploads/2021/06/5sf45sd4f.jpg',0,'attachment','image/jpeg',0),(108,1,'2021-06-13 19:55:49','2021-06-13 19:55:49','Welke landen hebben bilaterale rijovereenkomsten met Spanje? Wie moet zijn rijbewijs omwisselen voor een Spaans rijbewijs of een internationaal rijbewijs aanvragen? En welke chauffeurs moeten in plaats daarvan het Spaanse rijexamen afleggen?\r\n\r\nChauffeurs uit de EU en EER\r\n\r\n&nbsp;\r\n\r\nDegenen met rijbewijzen uit de EU en de EER mogen in Spanje rijden met hun huidige rijbewijzen, zolang deze niet verlopen zijn. Als uw rijbewijs niet binnen 15 jaar verloopt, kunt u uw EU-rijbewijs blijven gebruiken, maar u kunt het ook vrij inwisselen wanneer u maar wilt. Volgens de DGT is dit proces vrijwillig.\r\n\r\n&nbsp;\r\n\r\nhttps://youtu.be/WropdMNR09U\r\n\r\n&nbsp;\r\n<h2>Rijbewijs inwisselen</h2>\r\n&nbsp;\r\n\r\nVolgens de Spaanse DGT, als het over 15 jaar of langer verloopt, of als er geen vervaldatum op staat, moet je het inwisselen voor een Spaanse. Wanneer uw licentie verloopt, moet u deze ook inwisselen voor een Spaanse.\r\n\r\n&nbsp;\r\n\r\nAls u uw rijbewijs wilt omwisselen voor een Spaans rijbewijs of als het verloopt, kunt u dit doen via de DGT in een proces dat renovación del permiso comunitario wordt genoemd.\r\n\r\n&nbsp;\r\n\r\nU moet zich echter binnen de eerste zes maanden van uw verblijf in Spanje registreren bij hun Provinciale Verkeershoofdkwartier of het plaatselijke DGT-kantoor.\r\n\r\n&nbsp;\r\n\r\nNa uw inschrijving bent u verplicht een medische keuring af te leggen om aan te tonen dat u rijgeschikt bent. U kunt dit laten doen in een van de erkende centra (Centro de Reconocimiento de Conductores Autorizado).\r\n\r\n&nbsp;\r\n\r\nAls u uw rijbewijs wel wilt omwisselen, heeft u de volgende documenten nodig om bij uw plaatselijke DGT-kantoor te overleggen:\r\n\r\nEen inschrijfformulier\r\n\r\nEen ID-kaart of paspoort\r\n\r\nBewijs van woonplaats in Spanje\r\n\r\nEen geldig rijbewijs\r\n\r\nTwee recente foto\'s\r\n\r\nEen verklaring dat je geen rijverbod of rijverbod hebt gekregen\r\n\r\nEen verklaring dat u niet in het bezit bent van een ander rijbewijs uit een ander land\r\n\r\nDegenen met Britse rijbewijzen\r\n\r\n&nbsp;\r\n\r\nDe voorwaarden voor Britse rijbewijshouders die in Spanje rijden, zijn gewijzigd nu het VK de EU officieel heeft verlaten en de overgangsperiode op 30 december 2020 is geëindigd.\r\n\r\n&nbsp;\r\n\r\nEr zijn momenteel onderhandelingen gaande tussen Spanje en het VK. Op de website van de Britse overheid staat dat zij EU-rijbewijshouders de mogelijkheid heeft geboden om in het VK te blijven rijden zonder dat zij hun rijbewijs hoeven in te wisselen voor Britse.\r\n\r\n&nbsp;\r\n\r\n“Je mag in Groot-Brittannië rijden tot je 70e. Als je 67 jaar of ouder bent als je ingezetene wordt, mag je 3 jaar rijden. Na deze tijd moet u uw rijbewijs omwisselen. Je hoeft je toets niet opnieuw te maken”, staat op de website van de Britse overheid.\r\n\r\n&nbsp;\r\n\r\nOf dit wederzijds zal zijn met Spanje, zal waarschijnlijk in de komende weken en maanden worden beslist.\r\n\r\n&nbsp;\r\n<h2>Voordeel Britse rijbewijs</h2>\r\n&nbsp;\r\n\r\nHet laatste nieuws van de Britse ambassade in Madrid is: “Als je in Spanje woont en een geldig Brits rijbewijs hebt, kun je dit blijven gebruiken om in Spanje te rijden tot 30 juni 2021.\r\n\r\n&nbsp;\r\n\r\n\"Als u uw Britse rijbewijs wilt inwisselen voor een Spaans rijbewijs, hangt het te volgen proces af van het feit of u uw voornemen om in te wisselen vóór 30 december 2020 bij de Spaanse Verkeersautoriteit (DGT) hebt geregistreerd\". <a href=\"https://verkeersborden.nu/snelheid-met-aanhanger\">hoe hard mag je rijden met een aanhanger</a>?\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3>1. *Als u zich vóór 30 december 2020 heeft geregistreerd bij de Spaanse Verkeersautoriteit (DGT)*</h3>\r\nAls u vóór 1 januari 2021 in Spanje woonde en vóór 30 december 2020 bij de DGT geregistreerd was, moet u vóór 30 juni 2021 een afspraak met de DGT aanvragen om uw VK-rijbewijs in te wisselen.\r\n\r\n&nbsp;\r\n\r\nOm uw rijbewijs in te wisselen heeft u nodig:\r\n<ul>\r\n 	<li>bewijs dat u als inwoner van Spanje staat geregistreerd (bijv. TIE – Tarjeta de Identidad de Extranjero; groen EU-verblijfscertificaat)</li>\r\n 	<li>uw Britse licentie</li>\r\n</ul>\r\nLees hier de richtlijnen van DGT over hoe u een afspraak kunt maken (in het Spaans met Engelse vertaling).\r\n\r\n&nbsp;\r\n\r\nDe DGT zal uw Britse rijbewijs omwisselen voor een tijdelijk rijbewijs (\'autorización temporal para conducir\') totdat uw Spaanse rijbewijs is verwerkt. Dit document is alleen geldig in Spanje.\r\n\r\n&nbsp;\r\n<h3>2. *Als je je niet voor 30 december 2020 bij DGT hebt geregistreerd*</h3>\r\nAls u zich niet vóór 30 december 2020 bij DGT heeft geregistreerd en uw Britse rijbewijs wilt omwisselen, moet u het DGT-proces voor niet-EU-onderdanen volgen. Dit is inclusief het afleggen van een rijexamen.\r\n\r\n&nbsp;\r\n\r\n“De Britse regering is in gesprek met de Spaanse regering over een toekomstige omwisseling van het rijbewijs zonder dat een praktijktest nodig is.”\r\n\r\n&nbsp;\r\n\r\nUw geldige Britse rijbewijs blijft in Spanje erkend tot 30 juni 2021.\r\n\r\n&nbsp;\r\n<h3>3. *Rijden in het VK met een Spaans rijbewijs*</h3>\r\nJe kunt je Spaanse rijbewijs in het VK gebruiken voor korte bezoeken, of het inwisselen voor een VK-licentie zonder een test te doen.\r\n\r\n&nbsp;\r\n\r\nDe Britse ambassade zal het gedeelte \'Rijden in Spanje\' van hun Wonen in Spanje-gids bijwerken als er wijzigingen in de regels zijn, zodra informatie hier beschikbaar is.\r\n\r\n&nbsp;\r\n\r\nMet rijbewijzen die in deze landen zijn afgegeven, mogen toeristen 90 dagen in Spanje rijden. Als je naar Spanje bent verhuisd, mag je tot 6 maanden rijden na het verkrijgen van een verblijfsvergunning (ook met het internationale rijbewijs).\r\n\r\n&nbsp;\r\n\r\nNa die periode moeten licentiehouders uit deze landen hun licenties inwisselen voor Spaanse en mogen ze niet rijden totdat het proces is voltooid.\r\n\r\n&nbsp;\r\n\r\nHet inwisselen van het rijbewijs kan niet worden voltooid als het originele rijbewijs is verkregen nadat Spanje een overeenkomst met dat land heeft ondertekend (vraag dit na bij uw plaatselijke consulaat) en als het is verkregen nadat de bestuurder al legaal in Spanje woonde (alleen in het geval van Korea is het is toegestaan ​​de vergunning te hebben verkregen nadat hij legaal in Spanje heeft verbleven). <a href=\"https://verkeersborden.nu/theorie-examen-oefenen/\">online theorie oefenen</a> is mogelijk online.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nEen schriftelijke verklaring dat u niet in het bezit bent van een ander rijbewijs van dezelfde klasse, afgegeven door een ander EU-land\r\n\r\nEen officiële vertaling van uw rijbewijs door een consulaat of ambassade voor Zuid-Koreanen\r\n\r\nEen officiële vertaling van het rijbewijs voor Japanners\r\n\r\nWat betreft de vereiste voor internationale rijbewijzen, beveelt de DGT aan dat alle licentiehouders uit landen die geen uitwisselingsovereenkomst met Spanje hebben, een IDP moeten krijgen. Het is onduidelijk of deze groep er een zou moeten krijgen (neem contact op met uw consulaat).\r\n\r\n&nbsp;\r\n<h2>Rijbewijshouders uit niet-EER-landen Spanje heeft een bilaterale uitwisselingsovereenkomst met</h2>\r\n&nbsp;\r\n\r\nChauffeurs uit Algerije, Argentinië, Brazilië, Bolivia, Chili, Colombia, Dominical Republiek, Ecuador, Guatemala, Macedonië, Marokko, Nicaragua, Peru, Panama, Paraguay, Filippijnen, Servië, Turkije, Tunesië, Oekraïne, Uruguay en Venezuela kunnen hun licenties voor Spaanse binnen hun eerste zes maanden van verblijf in Spanje.\r\n\r\n&nbsp;\r\n\r\nZe hebben dezelfde documenten nodig voor die uit Andorra, Zwitserland, Japan en Zuid-Korea, afgezien van de vertalingen die nodig zijn voor Japan en Zuid-Korea.\r\n\r\n&nbsp;\r\n\r\nVolgens het Spaanse Directoraat-Generaal Verkeer (DGT) hoeven bestuurders met een rijbewijs uit deze landen ook geen internationale rijbewijzen af ​​te sluiten om in Spanje te gaan rijden.\r\n\r\n&nbsp;\r\n<h2>Staatsburgers van andere niet-EER-landen zoals de VS, Canada, Australië en Nieuw-Zeeland</h2>\r\n&nbsp;\r\n\r\nDegenen met een rijbewijs van buiten de EU die geen onderdaan zijn van de landen met speciale overeenkomsten met Spanje (hierboven vermeld), mogen maximaal zes maanden in Spanje rijden voordat ze een Spaans rijbewijs nodig hebben. De respijtperiode van zes maanden begint vanaf het moment dat ze zich inschrijven voor verblijf.\r\n\r\n&nbsp;\r\n\r\nAls hun buitenlandse rijbewijs niet in het Spaans is, moeten ze er echter een officiële vertaling van krijgen of een internationaal rijbewijs (IDP) aanvragen voordat ze in Spanje gaan rijden.\r\n\r\n&nbsp;\r\n\r\nDit geldt ook voor mensen met rijbewijzen uit Engelssprekende landen zoals de VS, Canada, Australië en Nieuw-Zeeland.\r\n\r\n&nbsp;\r\n\r\nDus als je langdurig in Spanje verblijft en hier inwoner wordt, moet je je rijexamen in Spanje opnieuw doen (theorie en praktijk), aangezien Spanje geen uitwisselingsovereenkomst heeft met de meeste niet-EER-landen.\r\n\r\n&nbsp;\r\n\r\nNiet-EER-chauffeurs die sporadisch in Spanje verblijven, moeten weten dat de IDP slechts 12 maanden geldig is, maar dat uw huidige rijbewijs nog minimaal 6 maanden geldig moet zijn. Na deze tijd kan het echter worden verlengd.\r\n\r\n&nbsp;\r\n<h2>Om de IDP te krijgen heeft u de volgende documenten nodig:</h2>\r\n&nbsp;\r\n\r\nGesigneerde kopieën van de voor- en achterkant van uw huidige rijbewijs.\r\n\r\nTwee pasfoto\'s (zie aanvraagformulier voor vereisten)\r\n\r\nEen ingevuld IDP-aanvraagformulier\r\n\r\nOm uw vergoeding te betalen\r\n\r\n&nbsp;\r\n<h2>Spaans rijexamen afleggen</h2>\r\n&nbsp;\r\n\r\nAls je al een tijdje in Spanje rijdt, ben je waarschijnlijk gewend aan de verkeersregels en verschillen van Spaans rijden, maar als je dat niet hebt gedaan, wordt er waarschijnlijk van je verwacht dat je een paar lessen neemt voordat je opnieuw gaat zitten je examen.\r\n\r\n&nbsp;\r\n\r\nU kunt uw theoretisch rijexamen in het Engels afleggen, maar het praktische gedeelte van het examen zal in het Spaans worden afgenomen (hoewel het voldoende zou moeten zijn om alleen de specifieke woordenschat te kennen). Verschillende rijscholen kunnen je zowel in het Engels als in het Spaans lesgeven om je voor te bereiden en de Spaanse termen en woordenschat te leren kennen die je examinator zou kunnen gebruiken.\r\n\r\n&nbsp;\r\n\r\nJa, maar of u een internationaal rijbewijs moet afsluiten? voordat u een auto huurt in Spanje, hangt af van de bovenstaande criteria.\r\n\r\n&nbsp;\r\n\r\nIn theorie kan het voorkomen dat u een voertuig kunt huren als u geen IDP heeft, terwijl de Spaanse wet dat wel zou moeten hebben, maar in de praktijk zullen tal van autoverhuurbedrijven u nog steeds toestaan een auto te huren. Als je wordt aangehouden door de politie en je hebt geen IDP wanneer dat zou moeten, kunnen ze je een boete van € 200 opleggen.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Rijden in Spanje: wie kan zijn rijbewijs inwisselen en wie moet het examen opnieuw afleggen?','','inherit','closed','closed','','106-revision-v1','','','2021-06-13 19:55:49','2021-06-13 19:55:49','',106,'http://sustainaqua.org/?p=108',0,'revision','',0),(109,0,'2021-06-25 14:59:42','2021-06-25 14:59:42','<iframe title=\"Top 10 Hardest and Most Failed Driving Theory Test Questions Revision\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/WropdMNR09U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','cac5367b3c0edab7ae32870c1ee3bdb7','','','2021-06-25 14:59:42','2021-06-25 14:59:42','',0,'http://sustainaqua.org/cac5367b3c0edab7ae32870c1ee3bdb7/',0,'oembed_cache','',0),(110,0,'2021-10-18 03:35:53','2021-10-18 03:35:53','<iframe title=\"Voorsorteren! Dit Kan Je Verwachten Bij Het CBR Examen!\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/zqje5Hq3arM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','89ea2ea0de0440fcd7d6ecd2e6d23489','','','2021-10-18 03:35:53','2021-10-18 03:35:53','',0,'http://sustainaqua.org/89ea2ea0de0440fcd7d6ecd2e6d23489/',0,'oembed_cache','',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,2,0),(8,3,0),(8,4,0),(8,5,0),(10,2,0),(10,3,0),(10,4,0),(10,5,0),(42,6,0),(43,6,0),(44,6,0),(45,6,0),(46,6,0),(53,7,0),(54,7,0),(55,7,0),(85,8,0),(90,9,0),(95,10,0),(102,11,0),(106,12,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=13 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,2),(3,3,'category','',0,2),(4,4,'category','',0,2),(5,5,'category','',0,2),(6,6,'nav_menu','',0,5),(7,7,'nav_menu','',0,3),(8,8,'category','',0,1),(9,9,'category','',0,1),(10,10,'category','',0,1),(11,11,'category','',0,1),(12,12,'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=13 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,'Blog','blog',0),(3,'Aqua','aqua',0),(4,'News','news',0),(5,'Water','water',0),(6,'Main Menu','main-menu',0),(7,'Top menu','top-menu',0),(8,'bitcoin en niveau','bitcoin-en-niveau',0),(9,'aandeel toekomst','aandeel-toekomst',0),(10,'cryptoclan uitwisseling','cryptoclan-uitwisseling',0),(11,'theorie test','theorie-test',0),(12,'verkeersborden regels','verkeersborden-regels',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=27 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','administrator'),(2,1,'first_name','Erica'),(3,1,'last_name','Brewer'),(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:\"af8d5f8f9c13615fdaea21cac7f6e9632c5e01b9224e8faf39620ec6b66bbd97\";a:4:{s:10:\"expiration\";i:1663817502;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:1663644702;}s:64:\"b277465fbd3b72290a866bbf57642be43bc009e16c2c1ec4fd984a69bc1ddcb7\";a:4:{s:10:\"expiration\";i:1663817503;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:1663644703;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','105'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"186.179.166.0\";}'),(19,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(20,1,'wp_user-settings-time','1602035092'),(22,1,'_yoast_wpseo_profile_updated','1597919216'),(24,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\";}'),(25,1,'metaboxhidden_nav-menus','a:2:{i:0;s:30:\"add-post-type-wpautoterms_page\";i:1;s:12:\"add-post_tag\";}'),(26,1,'nav_menu_recently_edited','7');
/*!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,'administrator','$P$BnytH9cobSldiT7ZvcFx.373uj9YwK1','administrator','[email protected]','http://sustainaqua.org','2020-07-03 21:39:48','',0,'Erica Brewer');
/*!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 `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  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=85 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,'https://sustainaqua.org/author/administrator/','45:2ae062f2f21926fdd0a301eae1901431',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/873574265efe733b8df7d543c9868113?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/873574265efe733b8df7d543c9868113?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-08-20 10:19:00','2022-09-12 09:44:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-13 19:55:49','2020-08-20 09:51:03'),(2,'https://sustainaqua.org/aquasana-water-filters-out-the-bad-stuff/','65:6c560961aa0fc63eb36fb5b5ae5d52e3',8,'post','post',1,0,NULL,NULL,'Aquasana Water Filters Out the Bad Stuff','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg',NULL,'11','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg','11','featured-image','{\"width\":2048,\"height\":1346,\"url\":\"https://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg\",\"size\":\"full\",\"id\":11,\"alt\":\"\",\"pixels\":2756608,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-08-20 10:19:00','2022-09-15 11:49:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 09:51:03','2020-08-20 09:51:03'),(3,NULL,NULL,11,'post','attachment',1,8,NULL,NULL,'TK','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg',NULL,'11','attachment-image',NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg','11','attachment-image','{\"width\":2048,\"height\":1346,\"url\":\"http://sustainaqua.org/wp-content/uploads/2020/08/TK.jpeg\",\"path\":\"/var/www/sustainaqua.org/public_html/wp-content/uploads/2020/08/TK.jpeg\",\"size\":\"full\",\"id\":11,\"alt\":\"\",\"pixels\":2756608,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-20 10:19:00','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(4,'https://sustainaqua.org/saving-water-saving-the-planet/','55:066dc026938c625ac6ef7cc4e266a99b',10,'post','post',1,0,NULL,NULL,'Saving Water, Saving the Planet','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg',NULL,'13','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg','13','featured-image','{\"width\":2560,\"height\":1828,\"url\":\"https://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg\",\"size\":\"full\",\"id\":13,\"alt\":\"\",\"pixels\":4679680,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-08-20 10:19:00','2022-09-13 06:28:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 09:51:59','2020-08-20 09:51:59'),(5,NULL,NULL,13,'post','attachment',1,10,NULL,NULL,'vhf','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg',NULL,'13','attachment-image',NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg','13','attachment-image','{\"width\":2560,\"height\":1828,\"url\":\"http://sustainaqua.org/wp-content/uploads/2020/08/s-w.jpeg\",\"path\":\"/var/www/sustainaqua.org/public_html/wp-content/uploads/2020/08/s-w.jpeg\",\"size\":\"full\",\"id\":13,\"alt\":\"\",\"pixels\":4679680,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2020-08-20 10:19:00','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(12,NULL,NULL,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-08-20 10:19:00','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(13,'https://sustainaqua.org/category/blog/','38:f756a3ce09659646e20889eb69e8b92f',2,'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-08-20 10:19:00','2022-09-13 16:30:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 09:51:59','2020-08-20 09:51:03'),(14,'https://sustainaqua.org/category/aqua/','38:af31fdf098ddf89721fabfa5815a4f0c',3,'term','category',NULL,NULL,NULL,NULL,'Aqua',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-20 10:19:00','2022-09-13 17:10:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 09:51:59','2020-08-20 09:51:03'),(15,'https://sustainaqua.org/category/news/','38:e35100cf7538daef21a85626d4f59a49',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-08-20 10:19:00','2022-09-13 14:43:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 09:51:59','2020-08-20 09:51:03'),(16,'https://sustainaqua.org/category/water/','39:1e67614584ef5b6336375d9852a59f59',5,'term','category',NULL,NULL,NULL,NULL,'Water',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-20 10:19:00','2022-09-13 15:10:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 09:51:59','2020-08-20 09:51:03'),(17,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:19:00','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(18,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:19:00','2022-09-15 03:06:47',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(19,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:19:00','2022-09-14 05:03:19',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(20,'https://sustainaqua.org/','24:cc7f1add5783a5012d4b77a4b007dd83',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Water management is very important at present.','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-08-20 10:19:00','2022-09-11 23:25:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-13 19:55:49','2020-08-20 09:51:03'),(21,'https://sustainaqua.org/wpautoterms/','36:3dc893a7d7fe27755049b6681c6fb030',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-08-20 10:19:00','2022-09-13 10:57:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(22,'https://sustainaqua.org/about/','30:fd1b560d419297a5e5a373e58ab926c5',21,'post','page',1,0,NULL,NULL,'About','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-20 10:21:34','2022-09-13 07:13:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 10:21:48','2020-08-20 10:21:48'),(24,'https://sustainaqua.org/terms-conditions-2/','43:44a1467fc6dd51da63e4dbc57dc8c6f7',25,'post','page',1,0,NULL,NULL,'Terms &#038; 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-08-20 10:22:34','2022-09-14 02:48:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 10:32:08','2020-08-20 10:25:49'),(25,'https://sustainaqua.org/privacy-policy/','39:5f1f75389fbf64fbaf8a1b85914ea403',27,'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-08-20 10:25:55','2022-09-15 11:15:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 10:30:38','2020-08-20 10:26:33'),(26,NULL,NULL,29,'post','wpcf7_contact_form',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:28:37','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(27,'https://sustainaqua.org/contact/','32:fa846b4cb877f9f33cb8a77d21ef79f9',30,'post','page',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2020-08-20 10:29:05','2022-09-12 19:37:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-08-20 10:29:23','2020-08-20 10:29:23'),(32,NULL,NULL,42,'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-08-20 10:36:15','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(33,NULL,NULL,43,'post','nav_menu_item',1,0,NULL,NULL,'(title)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:36:15','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(34,NULL,NULL,44,'post','nav_menu_item',1,0,NULL,NULL,'(title)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:36:15','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(35,NULL,NULL,45,'post','nav_menu_item',1,0,NULL,NULL,'(title)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:36:15','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(36,NULL,NULL,46,'post','nav_menu_item',1,0,NULL,NULL,'(title)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:36:15','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(43,NULL,NULL,53,'post','nav_menu_item',1,0,NULL,NULL,'1534 Maple Court, Sikeston, Missouri','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:49:12','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(44,NULL,NULL,54,'post','nav_menu_item',1,0,NULL,NULL,'Call Now &#8211; 57 33 91 81 21','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:49:12','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(45,NULL,NULL,55,'post','nav_menu_item',1,0,NULL,NULL,'Email &#8211; [email protected]','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 10:49:12','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(46,NULL,NULL,56,'post','attachment',1,0,NULL,NULL,'efeqaw','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/efeqaw.jpg',NULL,'56','attachment-image',NULL,NULL,NULL,'56','attachment-image',NULL,NULL,NULL,NULL,'2020-08-20 10:53:36','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(47,NULL,NULL,57,'post','attachment',1,0,NULL,NULL,'weth','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/weth.png',NULL,'57','attachment-image',NULL,NULL,NULL,'57','attachment-image',NULL,NULL,NULL,NULL,'2020-08-20 11:00:41','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(48,NULL,NULL,59,'post','custom_css',1,0,NULL,NULL,'startup-blog','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-08-20 11:05:30','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(57,NULL,NULL,75,'post','attachment',1,0,NULL,NULL,'logo11','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/logo11.png',NULL,'75','attachment-image',NULL,NULL,NULL,'75','attachment-image',NULL,NULL,NULL,NULL,'2020-08-20 11:50:13','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(58,NULL,NULL,76,'post','attachment',1,0,NULL,NULL,'cropped-logo11.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/08/cropped-logo11.png',NULL,'76','attachment-image',NULL,NULL,NULL,'76','attachment-image',NULL,NULL,NULL,NULL,'2020-08-20 11:50:29','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(65,'https://sustainaqua.org/de-marktwaarde-van-cryptocurrency-springt-35-miljard-dollar-in-24-uur-geleid-door-een-stijging-van-bitcoin/','131:8d90def846d837430ebbbe46a1936e88',85,'post','post',1,0,NULL,NULL,'De marktwaarde van cryptocurrency springt 35 miljard dollar in 24 uur, geleid door een stijging van bitcoin','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2020/10/d5f45fd4g5fd4g.jpg',NULL,'87','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2020/10/d5f45fd4g5fd4g.jpg','87','featured-image','{\"width\":780,\"height\":401,\"url\":\"https://sustainaqua.org/wp-content/uploads/2020/10/d5f45fd4g5fd4g.jpg\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2020/10/d5f45fd4g5fd4g.jpg\",\"size\":\"full\",\"id\":87,\"alt\":\"\",\"pixels\":312780,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-10-07 01:37:45','2022-09-14 21:45:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-07 01:44:56','2020-11-03 01:37:45'),(66,NULL,NULL,86,'post','oembed_cache',1,0,NULL,NULL,'(title)','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-07 01:43:27','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(67,'https://sustainaqua.org/category/bitcoin-en-niveau/','51:3f86196d0031a91edd8706625ef686d8',8,'term','category',NULL,NULL,NULL,NULL,'bitcoin en niveau',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-10-07 01:44:06','2022-09-13 15:51:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-10-07 01:44:56','2020-11-03 01:37:45'),(68,NULL,NULL,87,'post','attachment',1,85,NULL,NULL,'d5f45fd4g5fd4g','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2020/10/d5f45fd4g5fd4g.jpg',NULL,'87','attachment-image',NULL,NULL,NULL,'87','attachment-image',NULL,0,NULL,NULL,'2020-10-07 01:44:19','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(70,'https://sustainaqua.org/wish-is-van-plan-om-tussen-22-en-24-per-aandeel-te-prijzen-met-een-waarde-van-maximaal-14-miljard/','122:819e31d3151027046879db122b5c350d',90,'post','post',1,0,NULL,NULL,'Wish is van plan om tussen $ 22 en $ 24 per aandeel te prijzen met een waarde van maximaal $ 14 miljard','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/01/65gh64g5gf4.jpg',NULL,'91','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/01/65gh64g5gf4.jpg','91','featured-image','{\"width\":1200,\"height\":630,\"url\":\"https://sustainaqua.org/wp-content/uploads/2021/01/65gh64g5gf4.jpg\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2021/01/65gh64g5gf4.jpg\",\"size\":\"full\",\"id\":91,\"alt\":\"\",\"pixels\":756000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-01-29 00:20:27','2022-09-14 11:14:47',1,NULL,NULL,NULL,NULL,0,2,2,'2021-01-29 00:25:30','2021-02-04 00:20:27'),(71,NULL,NULL,91,'post','attachment',1,90,NULL,NULL,'65gh64g5gf4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2021/01/65gh64g5gf4.jpg',NULL,'91','attachment-image',NULL,NULL,NULL,'91','attachment-image',NULL,0,NULL,NULL,'2021-01-29 00:23:06','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(72,'https://sustainaqua.org/category/aandeel-toekomst/','50:7e999fe7714f749f6b02c4e15c756239',9,'term','category',NULL,NULL,NULL,NULL,'aandeel toekomst',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,'2021-01-29 00:25:11','2022-09-13 18:29:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-01-29 00:25:30','2021-02-04 00:20:27'),(73,'https://sustainaqua.org/category/cryptoclan-uitwisseling/','57:9bc10edc1b08d0d85c072bedd03688cc',10,'term','category',NULL,NULL,NULL,NULL,'cryptoclan uitwisseling',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,'2021-03-17 13:21:19','2022-09-15 06:24:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-03-17 13:21:37','2021-04-14 13:20:26'),(74,'https://sustainaqua.org/slam-dunk-bitcoin-arbitrage-fizzles-for-biggest-crypto-fund/','84:a30b6af4575395967b2997e18085635f',95,'post','post',1,0,NULL,NULL,'Slam Dunk ’Bitcoin Arbitrage fizzles for Biggest Crypto Fund','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg',NULL,'96','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg','96','featured-image','{\"width\":800,\"height\":600,\"url\":\"https://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg\",\"size\":\"full\",\"id\":96,\"alt\":\"\",\"pixels\":480000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-03-17 13:21:37','2022-09-12 09:44:06',1,NULL,NULL,NULL,NULL,0,4,2,'2021-03-17 13:21:37','2021-04-14 13:20:26'),(76,NULL,NULL,96,'post','attachment',1,95,NULL,NULL,'5dc6ds5','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg',NULL,'96','attachment-image',NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg','96','attachment-image','{\"width\":800,\"height\":600,\"url\":\"http://sustainaqua.org/wp-content/uploads/2021/03/5dc6ds5.jpg\",\"path\":\"/var/www/sustainaqua.org/public_html/wp-content/uploads/2021/03/5dc6ds5.jpg\",\"size\":\"full\",\"id\":96,\"alt\":\"\",\"pixels\":480000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-04-18 12:32:36','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,0,NULL,0,NULL,NULL),(79,'https://sustainaqua.org/wachten-wachten-arbeidsvertegenwoordigers-zeggen-dat-er-meer-moet-worden-gedaan-om-de-achterstand-in-rijexamens-weg-te-werken-aangezien-80-testers-moeten-worden-aangenomen/','196:ba274c3ea9d5afc239a2be0ba401d84d',102,'post','post',1,0,NULL,NULL,'WACHTEN WACHTEN Arbeidsvertegenwoordigers zeggen dat er &#8216;meer moet worden gedaan&#8217; om de achterstand in rijexamens weg te werken, aangezien 80 testers moeten worden aangenomen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/06/5fdg5fdgfd.png',NULL,'103','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/06/5fdg5fdgfd.png','103','featured-image','{\"width\":214,\"height\":235,\"url\":\"https://sustainaqua.org/wp-content/uploads/2021/06/5fdg5fdgfd.png\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2021/06/5fdg5fdgfd.png\",\"size\":\"full\",\"id\":103,\"alt\":\"\",\"pixels\":50290,\"type\":\"image/png\"}',0,NULL,NULL,'2021-06-01 21:12:49','2022-09-14 18:53:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-01 21:14:27','2021-06-09 21:12:49'),(80,NULL,NULL,103,'post','attachment',1,102,NULL,NULL,'5fdg5fdgfd','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2021/06/5fdg5fdgfd.png',NULL,'103','attachment-image',NULL,NULL,NULL,'103','attachment-image',NULL,NULL,NULL,NULL,'2021-06-01 21:13:47','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(81,'https://sustainaqua.org/category/theorie-test/','46:5a2e7253c962dfd499ba4175d1c7efbf',11,'term','category',NULL,NULL,NULL,NULL,'theorie test',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,'2021-06-01 21:14:12','2022-09-13 17:49:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-01 21:14:27','2021-06-09 21:12:49'),(82,'https://sustainaqua.org/rijden-in-spanje-wie-kan-zijn-rijbewijs-inwisselen-en-wie-moet-het-examen-opnieuw-afleggen/','115:2b56704085b31bfea7b611ae5ac9098e',106,'post','post',1,0,NULL,NULL,'Rijden in Spanje: wie kan zijn rijbewijs inwisselen en wie moet het examen opnieuw afleggen?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/06/5sf45sd4f.jpg',NULL,'107','featured-image',NULL,NULL,'https://sustainaqua.org/wp-content/uploads/2021/06/5sf45sd4f.jpg','107','featured-image','{\"width\":183,\"height\":275,\"url\":\"https://sustainaqua.org/wp-content/uploads/2021/06/5sf45sd4f.jpg\",\"path\":\"/opt/aphex/sites/sustainaqua.org/wp-content/uploads/2021/06/5sf45sd4f.jpg\",\"size\":\"full\",\"id\":107,\"alt\":\"\",\"pixels\":50325,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2021-06-13 19:54:23','2022-09-14 19:58:24',1,NULL,NULL,NULL,NULL,0,7,2,'2021-06-13 19:55:49','2021-06-17 19:53:57'),(83,NULL,NULL,107,'post','attachment',1,106,NULL,NULL,'5sf45sd4f','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://sustainaqua.org/wp-content/uploads/2021/06/5sf45sd4f.jpg',NULL,'107','attachment-image',NULL,NULL,NULL,'107','attachment-image',NULL,NULL,NULL,NULL,'2021-06-13 19:54:55','2022-09-11 23:17:56',1,NULL,NULL,NULL,NULL,1,NULL,0,NULL,NULL),(84,'https://sustainaqua.org/category/verkeersborden-regels/','55:0dffc75991c4c4c45e2c410fc8c31dc9',12,'term','category',NULL,NULL,NULL,NULL,'verkeersborden regels',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,'2021-06-13 19:55:24','2022-09-13 19:23:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-06-13 19:55:49','2021-06-17 19:53:57');
/*!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),(3,2,1,1),(4,0,0,1),(5,4,1,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(24,0,0,1),(25,0,0,1),(27,0,0,1),(65,0,0,1),(67,0,0,1),(68,65,1,1),(70,0,0,1),(71,70,1,1),(72,0,0,1),(73,0,0,1),(74,0,0,1),(76,74,1,1),(79,0,0,1),(80,79,1,1),(81,0,0,1),(82,0,0,1),(83,82,1,1),(84,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'),(15,'20200616130143'),(18,'20200617122511'),(16,'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=5 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,85,8,'category','2020-10-07 01:44:56','2022-09-14 21:45:33',1),(2,90,9,'category','2021-01-29 00:25:30','2022-09-14 11:14:47',1),(3,95,10,'category','2021-03-17 13:21:37','2022-09-12 09:44:06',1),(4,106,12,'category','2021-06-13 19:55:49','2022-09-14 19:58:24',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=17 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 (5,'https://www.bitcoinexchangenederland.nl/cardano/',85,0,'external',65,NULL,NULL,NULL,NULL,NULL,NULL),(6,'https://www.bitcoinexchangenederland.nl/chainlink/',85,0,'external',65,NULL,NULL,NULL,NULL,NULL,NULL),(9,'https://aandelenkopen.nl/coca-cola-aandeel/',90,0,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(10,'https://aandelenkopen.nl/randstad-aandeel/',90,0,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(11,'https://cryptoclan.nl/',95,0,'external',74,NULL,NULL,NULL,NULL,NULL,NULL),(12,'https://cryptoclan.nl/crypto-app/',95,0,'external',74,NULL,NULL,NULL,NULL,NULL,NULL),(13,'https://www.theorieexamenoefenen.net/scooter-theorie',102,0,'external',79,NULL,NULL,NULL,NULL,NULL,NULL),(14,'https://www.autotheorie.nl/motor-theorie/',102,0,'external',79,NULL,NULL,NULL,NULL,NULL,NULL),(15,'https://verkeersborden.nu/snelheid-met-aanhanger',106,0,'external',82,NULL,NULL,NULL,NULL,NULL,NULL),(16,'https://verkeersborden.nu/theorie-examen-oefenen/',106,0,'external',82,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 (7,0,0),(9,0,0),(21,0,0),(23,0,0),(25,0,0),(27,0,0),(30,0,0),(32,0,0),(33,0,0),(37,0,0),(38,0,0),(60,0,0),(62,0,0),(64,0,0),(66,0,0),(68,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:41:51