File: /opt/aphex/sites/linuxcompanies.be/db.sql
-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64)
--
-- Host: localhost Database: linuxcompanies_be
-- ------------------------------------------------------
-- 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_blc_filters`
--
DROP TABLE IF EXISTS `wp_blc_filters`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_blc_filters` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`params` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_blc_filters`
--
LOCK TABLES `wp_blc_filters` WRITE;
/*!40000 ALTER TABLE `wp_blc_filters` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_blc_filters` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_blc_instances`
--
DROP TABLE IF EXISTS `wp_blc_instances`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_blc_instances` (
`instance_id` int unsigned NOT NULL AUTO_INCREMENT,
`link_id` int unsigned NOT NULL,
`container_id` int unsigned NOT NULL,
`container_type` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`link_text` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`parser_type` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link',
`container_field` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_context` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`raw_url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
PRIMARY KEY (`instance_id`),
KEY `link_id` (`link_id`),
KEY `source_id` (`container_type`,`container_id`),
KEY `parser_type` (`parser_type`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_blc_instances`
--
LOCK TABLES `wp_blc_instances` WRITE;
/*!40000 ALTER TABLE `wp_blc_instances` DISABLE KEYS */;
INSERT INTO `wp_blc_instances` VALUES (1,1,30,'post','Read more','link','post_content','','http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/'),(2,2,58,'post','internet abonnement vergelijken','link','post_content','','https://internetvergelijken.org'),(3,3,61,'post','verzekeringen','link','post_content','','https://verzekering-winkel.com'),(4,4,66,'post','boekhouders','link','post_content','','https://boekhoudpakket-vergelijken.nl/boekhouder/'),(5,5,66,'post','','image','post_content','','http://linuxcompanies.be/wp-content/uploads/2020/02/212s-300x169.jpg'),(6,6,72,'post','goedkope autoverzekering afsluiten','link','post_content','','https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html'),(7,7,72,'post','autoverzekering bedrijfsauto','link','post_content','','https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html'),(8,8,78,'post','auto verkopen aan sloperij','link','post_content','','https://www.kentekencheck.nu/sloopauto-verkopen/'),(9,9,78,'post','de auto gratis verkopen','link','post_content','','https://www.kentekencheck.nu/auto-verkopen/'),(10,10,84,'post','energiemaatschappij vergelijken','link','post_content','','https://beste-energievergelijker.com'),(11,11,88,'post','snel geld lenen','link','post_content','','https://spaarbuidel.nl/geld-lenen/'),(12,12,75,'post','500plus bitcoin traden','link','post_content','','https://www.bitcoinexchangenederland.nl/plus500-bitcoin/'),(13,13,75,'post','Bitvavo','link','post_content','','https://www.bitcoinexchangenederland.nl/bitvavo/'),(14,14,91,'post','auto theorie-examen oefenvragen','link','post_content','','https://verkeersborden.nu/theorie-examen-oefenen'),(15,15,91,'post','verkeersborden met voorrang','link','post_content','','https://verkeersborden.nu/voorrangsregels'),(18,18,101,'post','laatste crypto nieuws','link','post_content','','https://cryptoclan.nl/'),(19,19,101,'post','vechain informatie','link','post_content','','https://cryptoclan.nl/currencies/VET/vechain/'),(20,20,101,'post','[YouTube Video]','youtube-iframe','post_content','','<iframe src=\"https://www.youtube.com/embed/uRdAOkdRbPc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>'),(21,21,106,'post','Koers air france klm','link','post_content','','https://aandelenkopen.nl/air-france-klm-aandeel/'),(22,22,106,'post','ING koers aandelen','link','post_content','','https://aandelenkopen.nl/ing-aandeel/');
/*!40000 ALTER TABLE `wp_blc_instances` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_blc_links`
--
DROP TABLE IF EXISTS `wp_blc_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_blc_links` (
`link_id` int unsigned NOT NULL AUTO_INCREMENT,
`url` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
`first_failure` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_check` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_success` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_check_attempt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`check_count` int unsigned NOT NULL DEFAULT '0',
`final_url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,
`redirect_count` smallint unsigned NOT NULL DEFAULT '0',
`log` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`http_code` smallint NOT NULL DEFAULT '0',
`status_code` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`status_text` varchar(250) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT '',
`request_duration` float NOT NULL DEFAULT '0',
`timeout` tinyint unsigned NOT NULL DEFAULT '0',
`broken` tinyint unsigned NOT NULL DEFAULT '0',
`warning` tinyint unsigned NOT NULL DEFAULT '0',
`may_recheck` tinyint(1) NOT NULL DEFAULT '1',
`being_checked` tinyint(1) NOT NULL DEFAULT '0',
`result_hash` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`false_positive` tinyint(1) NOT NULL DEFAULT '0',
`dismissed` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`link_id`),
KEY `url` (`url`(150)),
KEY `final_url` (`final_url`(150)),
KEY `http_code` (`http_code`),
KEY `broken` (`broken`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_blc_links`
--
LOCK TABLES `wp_blc_links` WRITE;
/*!40000 ALTER TABLE `wp_blc_links` DISABLE KEYS */;
INSERT INTO `wp_blc_links` VALUES (1,'http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/','2020-04-29 19:28:01','2021-12-11 01:47:32','2020-03-31 02:59:12','2021-12-11 01:47:32',60,'http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\nConnection timed out after 30001 milliseconds [Error #28]\n=== (No response) ===\n\nResponse headers\n================\n\n(Most likely the connection timed out or the domain doesn\'t exist.)\nLink is broken.',0,'','',30.0012,1,1,0,1,0,'0|broken|timeout|http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/',0,0),(2,'https://internetvergelijken.org','0000-00-00 00:00:00','2021-12-11 01:48:35','2021-12-11 01:48:35','2021-12-11 01:48:35',0,'https://internetvergelijken.org/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\ndate: Sat, 11 Dec 2021 01:19:09 GMT\r\nlink: <https://internetvergelijken.org/wp-json/>; rel="https://api.w.org/", <https://internetvergelijken.org/>; rel=shortlink\r\nset-cookie: cookielawinfo-checkbox-necessary=yes; expires=Sat, 11-Dec-2021 02:19:10 GMT; Max-Age=3600; path=/\r\nlast-modified: Sat, 11 Dec 2021 01:19:11 GMT\r\ncache-control: max-age=0\r\nexpires: Sat, 11 Dec 2021 01:19:09 GMT\r\ncontent-type: text/html; charset=UTF-8\r\nurl: /\r\nhost: internetvergelijken.org\r\nvary: Accept-Encoding\r\nage: 1767\r\nx-cache: cached\r\nx-varnish: HIT\r\naccept-ranges: bytes\r\ncontent-length: 103595\r\nconnection: close\r\n\r\nRequest headers\n================\nHEAD / HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: internetvergelijken.org\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.738346,0,0,0,1,0,'200|0|0|https://internetvergelijken.org/',0,0),(3,'https://verzekering-winkel.com','0000-00-00 00:00:00','2021-12-11 01:48:34','2021-12-11 01:48:34','2021-12-11 01:48:34',0,'https://verzekering-winkel.com/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\ndate: Sat, 11 Dec 2021 01:48:37 GMT\r\nserver: Apache/2\r\nx-powered-by: PHP/7.4.22\r\nupgrade: h2,h2c\r\nconnection: Upgrade\r\ncache-control: max-age=2592000\r\nexpires: Mon, 10 Jan 2022 01:48:37 GMT\r\nvary: User-Agent\r\ncontent-type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD / HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: verzekering-winkel.com\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',1.00325,0,0,0,1,0,'200|0|0|https://verzekering-winkel.com/',0,0),(4,'https://boekhoudpakket-vergelijken.nl/boekhouder/','0000-00-00 00:00:00','2021-12-11 01:47:31','2021-12-11 01:47:31','2021-12-11 01:47:31',0,'https://boekhoudpakket-vergelijken.nl/boekhouder/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:47:33 GMT\r\nServer: Apache\r\nX-Powered-By: PHP/7.0.33\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nCache-Control: max-age=2592000\r\nExpires: Mon, 10 Jan 2022 01:47:33 GMT\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /boekhouder/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: boekhoudpakket-vergelijken.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.734922,0,0,0,1,0,'200|0|0|https://boekhoudpakket-vergelijken.nl/boekhouder/',0,0),(5,'http://linuxcompanies.be/wp-content/uploads/2020/02/212s-300x169.jpg','2020-04-29 19:27:28','2021-12-11 01:48:02','2020-03-30 15:12:37','2021-12-11 01:48:02',60,'http://linuxcompanies.be/wp-content/uploads/2020/02/212s-300x169.jpg',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\nConnection timed out after 30001 milliseconds [Error #28]\n=== (No response) ===\n\nResponse headers\n================\n\n(Most likely the connection timed out or the domain doesn\'t exist.)\nLink is broken.',0,'','',30.0011,1,1,0,1,0,'0|broken|timeout|http://linuxcompanies.be/wp-content/uploads/2020/02/212s-300x169.jpg',0,0),(6,'https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html','0000-00-00 00:00:00','2021-12-11 01:47:26','2021-12-11 01:47:26','2021-12-11 01:47:26',0,'https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:47:29 GMT\r\nServer: Apache/2\r\nWPO-Cache-Status: not cached\r\nWPO-Cache-Message: The request method was not GET (HEAD)\r\nLink: <https://www.aansprakelijkheidsverzekering.com/wp-json/>; rel="https://api.w.org/", <https://www.aansprakelijkheidsverzekering.com/wp-json/wp/v2/pages/125038>; rel="alternate"; type="application/json", <https://www.aansprakelijkheidsverzekering.com/?p=125038>; rel=shortlink\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nVary: User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /goedkope-autoverzekering.html HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: www.aansprakelijkheidsverzekering.com\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',2.11189,0,0,0,1,0,'200|0|0|https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html',0,0),(7,'https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html','0000-00-00 00:00:00','2021-12-11 01:48:46','2021-12-11 01:48:46','2021-12-11 01:48:46',0,'https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:48 GMT\r\nServer: Apache/2\r\nWPO-Cache-Status: not cached\r\nWPO-Cache-Message: The request method was not GET (HEAD)\r\nLink: <https://www.aansprakelijkheidsverzekering.com/wp-json/>; rel="https://api.w.org/", <https://www.aansprakelijkheidsverzekering.com/wp-json/wp/v2/pages/124776>; rel="alternate"; type="application/json", <https://www.aansprakelijkheidsverzekering.com/?p=124776>; rel=shortlink\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nVary: User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /bedrijfsautoverzekering.html HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: www.aansprakelijkheidsverzekering.com\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',1.59628,0,0,0,1,0,'200|0|0|https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html',0,0),(8,'https://www.kentekencheck.nu/sloopauto-verkopen/','0000-00-00 00:00:00','2021-12-11 01:47:30','2021-12-11 01:47:30','2021-12-11 01:47:30',0,'https://www.kentekencheck.nu/sloopauto-verkopen/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sat, 11 Dec 2021 01:47:33 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nVary: Accept-Encoding\r\nLink: <https://www.kentekencheck.nu/wp-json/>; rel="https://api.w.org/"\r\nLink: <https://www.kentekencheck.nu/wp-json/wp/v2/pages/1666>; rel="alternate"; type="application/json"\r\nLink: <https://www.kentekencheck.nu/?p=1666>; rel=shortlink\r\nX-Cache: BYPASS\r\n\r\nRequest headers\n================\nHEAD /sloopauto-verkopen/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: www.kentekencheck.nu\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',1.19377,0,0,0,1,0,'200|0|0|https://www.kentekencheck.nu/sloopauto-verkopen/',0,0),(9,'https://www.kentekencheck.nu/auto-verkopen/','0000-00-00 00:00:00','2021-12-11 01:48:36','2021-12-11 01:48:36','2021-12-11 01:48:36',0,'https://www.kentekencheck.nu/auto-verkopen/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sat, 11 Dec 2021 01:48:38 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nVary: Accept-Encoding\r\nLink: <https://www.kentekencheck.nu/wp-json/>; rel="https://api.w.org/"\r\nLink: <https://www.kentekencheck.nu/wp-json/wp/v2/pages/1588>; rel="alternate"; type="application/json"\r\nLink: <https://www.kentekencheck.nu/?p=1588>; rel=shortlink\r\nX-Cache: BYPASS\r\n\r\nRequest headers\n================\nHEAD /auto-verkopen/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: www.kentekencheck.nu\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.691684,0,0,0,1,0,'200|0|0|https://www.kentekencheck.nu/auto-verkopen/',0,0),(10,'https://beste-energievergelijker.com','0000-00-00 00:00:00','2021-12-11 01:48:45','2021-12-11 01:48:45','2021-12-11 01:48:45',0,'https://beste-energievergelijker.com/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:48 GMT\r\nServer: Apache\r\nVary: User-Agent,Accept-Encoding\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nLast-Modified: Fri, 10 Dec 2021 23:44:46 GMT\r\nAccept-Ranges: bytes\r\nContent-Length: 68955\r\nCache-Control: max-age=0, no-cache, no-store, must-revalidate\r\nExpires: Mon, 29 Oct 1923 20:30:00 GMT\r\nPragma: no-cache\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD / HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: beste-energievergelijker.com\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.730402,0,0,0,1,0,'200|0|0|https://beste-energievergelijker.com/',0,0),(11,'https://spaarbuidel.nl/geld-lenen/','0000-00-00 00:00:00','2021-12-11 01:48:43','2021-12-11 01:48:43','2021-12-11 01:48:43',0,'https://spaarbuidel.nl/geld-lenen/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:45 GMT\r\nServer: Apache\r\nLink: <https://spaarbuidel.nl/wp-json/>; rel="https://api.w.org/", <https://spaarbuidel.nl/?p=988>; rel=shortlink\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nCache-Control: max-age=2592000\r\nExpires: Mon, 10 Jan 2022 01:48:45 GMT\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /geld-lenen/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: spaarbuidel.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',1.74221,0,0,0,1,0,'200|0|0|https://spaarbuidel.nl/geld-lenen/',0,0),(12,'https://www.bitcoinexchangenederland.nl/plus500-bitcoin/','0000-00-00 00:00:00','2021-12-11 01:48:38','2021-12-11 01:48:38','2021-12-11 01:48:38',0,'https://www.bitcoinexchangenederland.nl/plus500-bitcoin/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:40 GMT\r\nServer: Apache/2\r\nLink: <https://www.bitcoinexchangenederland.nl/wp-json/>; rel="https://api.w.org/", <https://www.bitcoinexchangenederland.nl/wp-json/wp/v2/pages/3124>; rel="alternate"; type="application/json", <https://www.bitcoinexchangenederland.nl/?p=3124>; rel=shortlink\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nCache-Control: max-age=0\r\nExpires: Sat, 11 Dec 2021 01:48:40 GMT\r\nVary: Accept-Encoding,User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /plus500-bitcoin/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: www.bitcoinexchangenederland.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',2.78257,0,0,0,1,0,'200|0|0|https://www.bitcoinexchangenederland.nl/plus500-bitcoin/',0,0),(13,'https://www.bitcoinexchangenederland.nl/bitvavo/','0000-00-00 00:00:00','2021-12-11 01:48:45','2021-12-11 01:48:45','2021-12-11 01:48:45',0,'https://www.bitcoinexchangenederland.nl/bitvavo/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:47 GMT\r\nServer: Apache/2\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nLast-Modified: Sat, 11 Dec 2021 01:03:35 GMT\r\nCache-Control: max-age=0\r\nExpires: Sat, 11 Dec 2021 01:48:47 GMT\r\nVary: Accept-Encoding,User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /bitvavo/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: www.bitcoinexchangenederland.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.512476,0,0,0,1,0,'200|0|0|https://www.bitcoinexchangenederland.nl/bitvavo/',0,0),(14,'https://verkeersborden.nu/theorie-examen-oefenen','0000-00-00 00:00:00','2021-12-11 01:48:37','2021-12-11 01:48:37','2021-12-11 01:48:37',0,'https://verkeersborden.nu/theorie-examen-oefenen',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sat, 11 Dec 2021 01:48:39 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nX-Powered-By: PHP/7.4.26\r\nCache-Control: private, must-revalidate\r\npragma: no-cache\r\nexpires: -1\r\nSet-Cookie: XSRF-TOKEN=eyJpdiI6IlFucURlQTFlSERqNWdnMFEzWE1xaVE9PSIsInZhbHVlIjoiS3VXczBlTGVlVjFJeDE0QW13RGJ3Y04zeDhmMU5qUVdud0xuZzNFR1oyQnVLbkg5V0hCampcL3VtN2xib1RTR1MiLCJtYWMiOiJjYzg0ZTJhOTg1NmUyODhhODVkOGY2N2VhYjc0M2Y5NWY5OGJhMDA0YzA0YjcyODQ1NTdmOTMzMGNkN2ZhMTY3In0%3D; expires=Sat, 11-Dec-2021 03:48:39 GMT; Max-Age=7200; path=/\r\nSet-Cookie: laravel_session=eyJpdiI6IkJzTVhKSVpXXC9FUlBDS2NReTlYRG53PT0iLCJ2YWx1ZSI6IlVMWmlSUG81SzBkZWxwWTFwRE50ckpRZFRjZjFoUXl3RnpCd1d0RDczUmhyVmtjTDhldXVyUTJFdlQydFdtbWwiLCJtYWMiOiJhY2U2NzY2MjIwZDYxOTg5NWJkMWY4NGFhMzZlNzM4OTlkMzFhM2MzZDBlYWYyOTI3ZTMyN2IwY2YzMDkyYjZiIn0%3D; expires=Sat, 11-Dec-2021 03:48:39 GMT; Max-Age=7200; path=/; httponly\r\nX-Powered-By: PleskLin\r\n\r\nRequest headers\n================\nHEAD /theorie-examen-oefenen HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: verkeersborden.nu\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.887021,0,0,0,1,0,'200|0|0|https://verkeersborden.nu/theorie-examen-oefenen',0,0),(15,'https://verkeersborden.nu/voorrangsregels','0000-00-00 00:00:00','2021-12-11 01:47:28','2021-12-11 01:47:28','2021-12-11 01:47:28',0,'https://verkeersborden.nu/voorrangsregels',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Sat, 11 Dec 2021 01:47:32 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nX-Powered-By: PHP/7.4.26\r\nCache-Control: private, must-revalidate\r\npragma: no-cache\r\nexpires: -1\r\nSet-Cookie: XSRF-TOKEN=eyJpdiI6Ik5PUG9taU9VRnY0M3NQWFRUSDNuWnc9PSIsInZhbHVlIjoiMUtZTEZsUU01bWVLbkp6bG1JTGpnYXNGd1FUOTVOSDJvT2hoSG03dXdFN1gyZFBRekJuRHZHUExYU2Erdlo2ZSIsIm1hYyI6ImY4OGMyMDRjMWIwZjI1ZTA0NDMwMTk3Y2EzNzVhNDI0NjMwY2ExZGQ5MDAwMWEwNWE2MzdkYTRkMzFjZjA3MGIifQ%3D%3D; expires=Sat, 11-Dec-2021 03:47:32 GMT; Max-Age=7200; path=/\r\nSet-Cookie: laravel_session=eyJpdiI6InBvaGZhdEVwOHhsZ1pBMUtmOW5Bcmc9PSIsInZhbHVlIjoiT1R0SUpuS0RYb3VWeDI4OVwvcjBNQ202NVFUSkE2aUFjTXVTV1RzMDNMZFlUd3BueDFDMTZSZmhJNGJpU01ZYjgiLCJtYWMiOiIzODYzZTU0ZDVkZGE5ZDQxMjYwYjA0MDAzZmM0NGVmNmFjZDkzNGI3NWE3YzBhZThkNmRhN2JmNGZkZWUxNjFmIn0%3D; expires=Sat, 11-Dec-2021 03:47:32 GMT; Max-Age=7200; path=/; httponly\r\nX-Powered-By: PleskLin\r\n\r\nRequest headers\n================\nHEAD /voorrangsregels HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: verkeersborden.nu\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',1.33876,0,0,0,1,0,'200|0|0|https://verkeersborden.nu/voorrangsregels',0,0),(18,'https://cryptoclan.nl/','0000-00-00 00:00:00','2021-12-11 01:48:40','2021-12-11 01:48:40','2021-12-11 01:48:40',0,'https://cryptoclan.nl/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:43 GMT\r\nServer: Apache/2\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nLast-Modified: Wed, 08 Dec 2021 18:59:51 GMT\r\nETag: "2dcaa-5d2a71836ab20"\r\nAccept-Ranges: bytes\r\nContent-Length: 187562\r\nVary: Accept-Encoding,User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD / HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: cryptoclan.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',0.991975,0,0,0,1,0,'200|0|0|https://cryptoclan.nl/',0,0),(19,'https://cryptoclan.nl/currencies/VET/vechain/','0000-00-00 00:00:00','2021-12-11 01:48:41','2021-12-11 01:48:41','2021-12-11 01:48:41',0,'https://cryptoclan.nl/currencies/VET/vechain/',1,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 301 ===\n\nResponse headers\n================\nHTTP/1.1 301 Moved Permanently\r\nDate: Sat, 11 Dec 2021 01:48:45 GMT\r\nServer: Apache/2\r\nLocation: https://cryptoclan.nl/vechain-verwachting/\r\nConnection: close\r\nContent-Type: text/html; charset=iso-8859-1\r\n\r\nRequest headers\n================\nHEAD /currencies/VET/vechain/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: cryptoclan.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',301,'','',0.481351,0,0,0,1,0,'301|0|0|https://cryptoclan.nl/currencies/VET/vechain/',0,0),(20,'http://www.youtube.com/watch?v=uRdAOkdRbPc','2021-01-15 00:13:44','2021-12-11 01:48:46','0000-00-00 00:00:00','2021-12-11 01:48:46',57,'http://www.youtube.com/watch?v=uRdAOkdRbPc',0,'<em>(Using YouTube API)</em>\n\n403 Forbidden\nUnknown YouTube API response received.\n---\nmessage: The request is missing a valid API key.\ndomain: global\nreason: forbidden\n\nLink is broken.',403,'warning','forbidden',0.080693,0,0,1,1,0,'youtube|403|0|0|-|-',0,0),(21,'https://aandelenkopen.nl/air-france-klm-aandeel/','0000-00-00 00:00:00','2021-12-11 01:48:32','2021-12-11 01:48:32','2021-12-11 01:48:32',0,'https://aandelenkopen.nl/air-france-klm-aandeel/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:35 GMT\r\nServer: Apache/2\r\nWPO-Cache-Status: not cached\r\nWPO-Cache-Message: The request method was not GET (HEAD)\r\nLink: <https://aandelenkopen.nl/wp-json/>; rel="https://api.w.org/", <https://aandelenkopen.nl/wp-json/wp/v2/pages/159>; rel="alternate"; type="application/json", <https://aandelenkopen.nl/?p=159>; rel=shortlink\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nVary: User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /air-france-klm-aandeel/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: aandelenkopen.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',2.27933,0,0,0,1,0,'200|0|0|https://aandelenkopen.nl/air-france-klm-aandeel/',0,0),(22,'https://aandelenkopen.nl/ing-aandeel/','0000-00-00 00:00:00','2021-12-11 01:48:48','2021-12-11 01:48:48','2021-12-11 01:48:48',0,'https://aandelenkopen.nl/ing-aandeel/',0,'[Warning] Could\'t follow the redirect URL (if any) because safemode or open base dir enabled\n=== HTTP code : 200 ===\n\nResponse headers\n================\nHTTP/1.1 200 OK\r\nDate: Sat, 11 Dec 2021 01:48:50 GMT\r\nServer: Apache/2\r\nWPO-Cache-Status: not cached\r\nWPO-Cache-Message: The request method was not GET (HEAD)\r\nLink: <https://aandelenkopen.nl/wp-json/>; rel="https://api.w.org/", <https://aandelenkopen.nl/wp-json/wp/v2/pages/193972>; rel="alternate"; type="application/json", <https://aandelenkopen.nl/?p=193972>; rel=shortlink\r\nUpgrade: h2,h2c\r\nConnection: Upgrade, close\r\nVary: User-Agent\r\nContent-Type: text/html; charset=UTF-8\r\n\r\nRequest headers\n================\nHEAD /ing-aandeel/ HTTP/1.1\r\nUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36\r\nHost: aandelenkopen.nl\r\nAccept: */*\r\nReferer: http://linuxcompanies.be\r\nConnection: close\r\n\r\n\nLink is valid.',200,'','',1.98011,0,0,0,1,0,'200|0|0|https://aandelenkopen.nl/ing-aandeel/',0,0);
/*!40000 ALTER TABLE `wp_blc_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_blc_synch`
--
DROP TABLE IF EXISTS `wp_blc_synch`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_blc_synch` (
`container_id` int unsigned NOT NULL,
`container_type` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`synched` tinyint unsigned NOT NULL,
`last_synch` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`container_type`,`container_id`),
KEY `synched` (`synched`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_blc_synch`
--
LOCK TABLES `wp_blc_synch` WRITE;
/*!40000 ALTER TABLE `wp_blc_synch` DISABLE KEYS */;
INSERT INTO `wp_blc_synch` VALUES (16,'page',1,'2020-01-24 11:55:52'),(43,'page',1,'2020-02-10 08:19:19'),(45,'page',1,'2020-02-17 06:59:10'),(48,'page',1,'2020-02-10 08:30:11'),(49,'page',1,'2020-02-10 08:30:11'),(25,'post',1,'2020-01-24 11:59:59'),(30,'post',1,'2020-02-02 21:18:48'),(33,'post',1,'2020-01-25 20:03:46'),(58,'post',1,'2020-02-13 15:02:15'),(61,'post',1,'2020-02-14 08:12:50'),(66,'post',1,'2020-02-17 09:52:19'),(72,'post',1,'2020-02-27 20:43:03'),(75,'post',1,'2020-03-10 22:43:45'),(78,'post',1,'2020-03-04 00:02:16'),(84,'post',1,'2020-03-07 17:30:54'),(88,'post',1,'2020-03-07 17:36:27'),(91,'post',1,'2020-03-17 18:57:16'),(96,'post',1,'2021-01-15 00:15:41'),(101,'post',1,'2021-01-15 00:13:44'),(106,'post',1,'2021-05-15 06:15:01');
/*!40000 ALTER TABLE `wp_blc_synch` ENABLE KEYS */;
UNLOCK TABLES;
--
-- 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_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_defender_lockout`
--
DROP TABLE IF EXISTS `wp_defender_lockout`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_defender_lockout` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`lockout_message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`release_time` int DEFAULT NULL,
`lock_time` int DEFAULT NULL,
`lock_time_404` int DEFAULT NULL,
`attempt` int DEFAULT NULL,
`attempt_404` int DEFAULT NULL,
`meta` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_defender_lockout`
--
LOCK TABLES `wp_defender_lockout` WRITE;
/*!40000 ALTER TABLE `wp_defender_lockout` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_defender_lockout` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_defender_lockout_log`
--
DROP TABLE IF EXISTS `wp_defender_lockout_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_defender_lockout_log` (
`id` int unsigned NOT NULL AUTO_INCREMENT,
`log` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`ip` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`date` int DEFAULT NULL,
`type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`user_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`blog_id` int DEFAULT NULL,
`tried` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_defender_lockout_log`
--
LOCK TABLES `wp_defender_lockout_log` WRITE;
/*!40000 ALTER TABLE `wp_defender_lockout_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_defender_lockout_log` 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=23078 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://linuxcompanies.be','yes'),(2,'home','http://linuxcompanies.be','yes'),(3,'blogname','linuxcompanies.be','yes'),(4,'blogdescription','Everything about Linux in one central spot','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','[email protected]','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','','yes'),(11,'comments_notify','0','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','[email protected]','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','2','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','0','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:22:{i:0;s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:91:\"all-in-one-wp-migration-multisite-extension/all-in-one-wp-migration-multisite-extension.php\";i:3;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:4;s:29:\"antispam-bee/antispam_bee.php\";i:5;s:43:\"broken-link-checker/broken-link-checker.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:35:\"cookie-law-info/cookie-law-info.php\";i:10;s:21:\"imsanity/imsanity.php\";i:11;s:37:\"link-whisper-premium/link-whisper.php\";i:12;s:29:\"mainwp-child/mainwp-child.php\";i:13;s:41:\"sassy-social-share/sassy-social-share.php\";i:14;s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";i:15;s:23:\"spiderblocker/index.php\";i:16;s:37:\"wordpress-autoblogging/basic-auth.php\";i:17;s:24:\"wordpress-seo/wp-seo.php\";i:18;s:23:\"wp-insert/wp-insert.php\";i:19;s:31:\"wp-post-modal/wp-post-modal.php\";i:20;s:19:\"wpremote/plugin.php\";i:21;s:32:\"xml-sitemap-feed/xml-sitemap.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','primer','yes'),(41,'stylesheet','primer','yes'),(42,'comment_whitelist','','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:12:{i:0;i:61;i:1;i:58;i:2;i:66;i:3;i:72;i:4;i:75;i:5;i:78;i:6;i:84;i:7;i:88;i:8;i:91;i:9;i:96;i:10;i:101;i:11;i:106;}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:7:\"Founder\";s:4:\"text\";s:239:\"<img src=\"http://linuxcompanies.be/wp-content/uploads/2020/02/happy_woman.jpg\" width=\"300\" height=\"250\" />\r\n\r\nWelkom bij linuxcompanies.be, ik ben <strong>Jennifer Smith</strong>, bedenker van deze blog. Beheer moeiteloos al uw informatie.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:11:\"Learn More!\";s:4:\"text\";s:204:\"<a href=\"https://www.softwareadvice.com/\" rel=\"noopener\" target=\"_blank\"><img src=\"http://linuxcompanies.be/wp-content/uploads/2020/02/77dbfee7db15a47bc539354d905bb605.jpg\" width=\"300\" height=\"250\" /></a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:5:{s:29:\"antispam-bee/antispam_bee.php\";a:2:{i:0;s:12:\"Antispam_Bee\";i:1;s:9:\"uninstall\";}s:19:\"wpremote/plugin.php\";a:2:{i:0;s:11:\"WPRWPAction\";i:1;s:9:\"uninstall\";}s:33:\"classic-editor/classic-editor.php\";a:2:{i:0;s:14:\"Classic_Editor\";i:1;s:9:\"uninstall\";}s:35:\"cookie-law-info/cookie-law-info.php\";s:25:\"uninstall_cookie_law_info\";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','24','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','','yes'),(93,'admin_email_lifespan','1592574014','yes'),(94,'initial_db_version','45805','yes'),(95,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:17:\"recent-comments-2\";i:3;s:11:\"tag_cloud-2\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";i:2;s:14:\"recent-posts-2\";i:3;s:12:\"categories-2\";i:4;s:13:\"media_video-3\";}s:9:\"sidebar-2\";a:0:{}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-3\";}s:8:\"footer-2\";a:1:{i:0;s:10:\"nav_menu-3\";}s:8:\"footer-3\";a:1:{i:0;s:10:\"calendar-3\";}s:4:\"hero\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'widget_tag_cloud','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'db-version-secure','4mFrEoV95w','yes'),(106,'antispam_bee','a:0:{}','no'),(107,'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:1676576578;s:11:\"plugin_path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}}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:1676576578;}s:7:\"abspath\";s:35:\"/opt/aphex/sites/linuxcompanies.be/\";}','yes'),(108,'fs_debug_mode','','yes'),(109,'fs_accounts','a:5:{s:11:\"plugin_data\";a:2:{s:40:\"auto-terms-of-service-and-privacy-policy\";a:14:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:139:\"/var/www/linuxcompanies.be/public_html/wp-content/plugins/auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";}s:17:\"install_timestamp\";i:1577022030;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:9:\"1.2.1.6.1\";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:5:\"1.8.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:17:\"linuxcompanies.be\";s:9:\"server_ip\";s:11:\"3.83.14.245\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1577022040;s:7:\"version\";s:5:\"1.8.1\";}s:15:\"prev_is_premium\";b:0;}s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";a:11:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1676576578;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.5.3\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:13:\"2.25.2-beta.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;}}s:13:\"file_slug_map\";a:2:{s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:40:\"auto-terms-of-service-and-privacy-policy\";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:2:{s:40:\"auto-terms-of-service-and-privacy-policy\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:40:\"Auto Terms of Service and Privacy Policy\";s:4:\"slug\";s:40:\"auto-terms-of-service-and-privacy-policy\";s:12:\"premium_slug\";N;s:4:\"type\";N;s:20:\"affiliate_moderation\";N;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:81:\"auto-terms-of-service-and-privacy-policy/auto-terms-of-service-privacy-policy.php\";s:7:\"version\";s:5:\"1.8.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";N;s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_d9ea0af03f0660769f7de48a9f664\";s:10:\"secret_key\";N;s:2:\"id\";s:2:\"78\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:28:\"WP Sheet Editor - Post Types\";s:4:\"slug\";s:59:\"wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages\";s:12:\"premium_slug\";s:23:\"wp-sheet-editor-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"wp-sheet-editor-premium/wp-sheet-editor.php\";s:7:\"version\";s:13:\"2.25.2-beta.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_ec1c7da603c0772f1bfe276efb715\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"1010\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"3e7107a165acf5082fc38d1bc4b319b2\";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\";}}}','yes'),(110,'wsblc_options','{\"max_execution_time\":420,\"check_threshold\":72,\"recheck_count\":3,\"recheck_threshold\":1800,\"run_in_dashboard\":true,\"run_via_cron\":true,\"mark_broken_links\":true,\"broken_link_css\":\".broken_link, a.broken_link {\\n\\ttext-decoration: line-through;\\n}\",\"nofollow_broken_links\":false,\"mark_removed_links\":false,\"removed_link_css\":\".removed_link, a.removed_link {\\n\\ttext-decoration: line-through;\\n}\",\"exclusion_list\":[],\"send_email_notifications\":true,\"send_authors_email_notifications\":false,\"notification_email_address\":\"\",\"notification_schedule\":\"daily\",\"last_notification_sent\":1619231278,\"suggestions_enabled\":true,\"warnings_enabled\":true,\"server_load_limit\":4,\"enable_load_limit\":true,\"custom_fields\":[],\"acf_fields\":[],\"enabled_post_statuses\":[\"publish\"],\"autoexpand_widget\":true,\"dashboard_widget_capability\":\"edit_others_posts\",\"show_link_count_bubble\":true,\"table_layout\":\"flexible\",\"table_compact\":true,\"table_visible_columns\":[\"new-url\",\"status\",\"used-in\",\"new-link-text\"],\"table_links_per_page\":30,\"table_color_code_status\":true,\"need_resynch\":false,\"current_db_version\":16,\"timeout\":30,\"highlight_permanent_failures\":false,\"failure_duration_threshold\":3,\"logging_enabled\":false,\"log_file\":\"\",\"incorrect_path\":false,\"clear_log_on\":\"\",\"custom_log_file_enabled\":false,\"installation_complete\":true,\"installation_flag_cleared_on\":\"2021-04-28T15:40:13+00:00 (1619624413.1865)\",\"installation_flag_set_on\":\"2021-04-28T15:40:13+00:00 (1619624413.7152)\",\"user_has_donated\":false,\"donation_flag_fixed\":false,\"show_link_actions\":{\"blc-deredirect-action\":false},\"youtube_api_key\":\"\",\"blc_post_modified\":\"\",\"first_installation_timestamp\":1577022030,\"active_modules\":{\"http\":{\"ModuleID\":\"http\",\"ModuleCategory\":\"checker\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcHttpChecker\",\"ModulePriority\":-1,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"Basic HTTP\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Check all links that have the HTTP\\/HTTPS protocol.\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"Basic HTTP\",\"AuthorName\":\"Janis Elsts\",\"file\":\"checkers\\/http.php\"},\"link\":{\"ModuleID\":\"link\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcHTMLLink\",\"ModulePriority\":1000,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"HTML links\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Example : <code><a href=\\\"http:\\/\\/example.com\\/\\\">link text<\\/a><\\/code>\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"HTML links\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/html_link.php\"},\"image\":{\"ModuleID\":\"image\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcHTMLImage\",\"ModulePriority\":900,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"HTML images\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"e.g. <code><img src=\\\"http:\\/\\/example.com\\/fluffy.jpg\\\"><\\/code>\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"HTML images\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/image.php\"},\"metadata\":{\"ModuleID\":\"metadata\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcMetadataParser\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"Metadata\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parses metadata (AKA custom fields)\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"Metadata\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/metadata.php\"},\"url_field\":{\"ModuleID\":\"url_field\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcUrlField\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"URL fields\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parses data fields that contain a single, plaintext URL.\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"URL fields\",\"AuthorName\":\"Janis Elsts\",\"file\":\"parsers\\/url_field.php\"},\"comment\":{\"ModuleID\":\"comment\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleLazyInit\":false,\"ModuleClassName\":\"blcCommentManager\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"Comments\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"Comments\",\"AuthorName\":\"Janis Elsts\",\"file\":\"containers\\/comment.php\"},\"acf\":{\"ModuleID\":\"acf\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcACFParser\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"ACF\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parses acf fields (AKA custom fields)\",\"Author\":\"Janne Aalto\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"ACF\",\"AuthorName\":\"Janne Aalto\",\"file\":\"parsers\\/acf_field.php\"},\"post\":{\"Name\":\"Posts\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleClassName\":\"blcAnyPostContainerManager\",\"ModuleID\":\"post\",\"file\":\"\",\"ModuleLazyInit\":false,\"ModulePriority\":0,\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"TextDomain\":\"broken-link-checker\",\"virtual\":true},\"page\":{\"Name\":\"Pages\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleClassName\":\"blcAnyPostContainerManager\",\"ModuleID\":\"page\",\"file\":\"\",\"ModuleLazyInit\":false,\"ModulePriority\":0,\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"TextDomain\":\"broken-link-checker\",\"virtual\":true},\"youtube-checker\":{\"ModuleID\":\"youtube-checker\",\"ModuleCategory\":\"checker\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcYouTubeChecker\",\"ModulePriority\":100,\"ModuleCheckerUrlPattern\":\"@^https?:\\/\\/(?:([\\\\w\\\\d]+\\\\.)*youtube\\\\.[^\\/]+\\/watch\\\\?.*v=[^\\/#]|youtu\\\\.be\\/[^\\/#\\\\?]+|(?:[\\\\w\\\\d]+\\\\.)*?youtube\\\\.[^\\/]+\\/(playlist|view_play_list)\\\\?[^\\/#]{15,}?)@i\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"YouTube API\",\"PluginURI\":\"\",\"Version\":\"3\",\"Description\":\"Check links to YouTube videos and playlists using the YouTube API.\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"YouTube API\",\"AuthorName\":\"Janis Elsts\",\"file\":\"extras\\/youtube.php\"},\"youtube-iframe\":{\"ModuleID\":\"youtube-iframe\",\"ModuleCategory\":\"parser\",\"ModuleContext\":\"on-demand\",\"ModuleLazyInit\":true,\"ModuleClassName\":\"blcYouTubeIframe\",\"ModulePriority\":120,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":false,\"ModuleAlwaysActive\":false,\"ModuleRequiresPro\":false,\"Name\":\"Embedded YouTube videos\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"Parse embedded videos from YouTube\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"Embedded YouTube videos\",\"AuthorName\":\"Janis Elsts\",\"file\":\"extras\\/youtube-iframe.php\"},\"dummy\":{\"ModuleID\":\"dummy\",\"ModuleCategory\":\"container\",\"ModuleContext\":\"all\",\"ModuleLazyInit\":false,\"ModuleClassName\":\"blcDummyManager\",\"ModulePriority\":0,\"ModuleCheckerUrlPattern\":\"\",\"ModuleHidden\":true,\"ModuleAlwaysActive\":true,\"ModuleRequiresPro\":false,\"Name\":\"Dummy\",\"PluginURI\":\"\",\"Version\":\"1.0\",\"Description\":\"\",\"Author\":\"Janis Elsts\",\"AuthorURI\":\"\",\"TextDomain\":\"broken-link-checker\",\"DomainPath\":\"\",\"Network\":false,\"RequiresWP\":\"\",\"RequiresPHP\":\"\",\"Title\":\"Dummy\",\"AuthorName\":\"Janis Elsts\",\"file\":\"containers\\/dummy.php\"}},\"module_deactivated_when\":{\"custom_field\":1577022030,\"acf_field\":1577022030,\"http\":1580677790,\"link\":1580677790,\"image\":1580677790,\"metadata\":1580677790,\"url_field\":1580677790,\"comment\":1580677790,\"acf\":1580677790,\"post\":1580677790,\"page\":1580677790,\"youtube-checker\":1580677790,\"youtube-iframe\":1580677790,\"dummy\":1580677790},\"last_email\":{\"subject\":\"[linuxcompanies.be] Broken links detected\",\"timestamp\":1619231278,\"success\":true}}','yes'),(112,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.5.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1577022031;s:7:\"version\";s:5:\"5.1.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(113,'manage-multiple-blogs','a:2:{s:5:\"blogs\";a:0:{}s:12:\"current_blog\";a:1:{s:4:\"type\";N;}}','yes'),(121,'ssba_buttons','{\"buffer\":{\"full_name\":\"Buffer\"},\"diggit\":{\"full_name\":\"Diggit\"},\"email\":{\"full_name\":\"Email\"},\"facebook\":{\"full_name\":\"Facebook\"},\"facebook_save\":{\"full_name\":\"Facebook Save\"},\"flattr\":{\"full_name\":\"Flattr\"},\"linkedin\":{\"full_name\":\"LinkedIn\"},\"pinterest\":{\"full_name\":\"Pinterest\"},\"print\":{\"full_name\":\"Print\"},\"reddit\":{\"full_name\":\"Reddit\"},\"stumbleupon\":{\"full_name\":\"StumbleUpon\"},\"tumblr\":{\"full_name\":\"Tumblr\"},\"twitter\":{\"full_name\":\"Twitter\"},\"vk\":{\"full_name\":\"VK\"},\"whatsapp\":{\"full_name\":\"WhatsApp\"},\"xing\":{\"full_name\":\"Xing\"},\"yummly\":{\"full_name\":\"Yummly\"}}','yes'),(123,'wprredirect','no','no'),(124,'bvActivateTime','1580678022','no'),(125,'wpseo','a:46:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";i:2;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:0:\"\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"17.6\";s:16:\"previous_version\";s:4:\"17.5\";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:1577022032;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:24:\"http://linuxcompanies.be\";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:1:{s:22:\"cookielawinfo-category\";s:22:\"cookielawinfo-category\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;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:{}}','yes'),(126,'wpseo_titles','a:107:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s: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'),(127,'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'),(128,'wpseo_flush_rewrite','1','yes'),(129,'cron','a:15:{i:1639064414;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:1639084423;a:2:{s:28:\"blc_cron_email_notifications\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:29:\"blc_cron_database_maintenance\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1639088175;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:1639187623;a:1:{s:20:\"blc_cron_check_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"10min\";s:4:\"args\";a:0:{}s:8:\"interval\";i:600;}}}i:1639188887;a:1:{s:13:\"cleanUpOldLog\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1639190440;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:1639208348;a:1:{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;}}}i:1639214087;a:1:{s:22:\"tweaksSendNotification\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1639223089;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:1639230032;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:1639230040;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s: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:1639230041;a:3:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1639316432;a:1:{s:18:\"wpseo_onpage_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:1639620007;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'),(130,'tagline','','yes'),(132,'auth_key','@bgD8IOWn21Xp|?XrdCZ8RHk8:e9yepA>)+~08j?o h{O]iw`UjA=x=~QxnYJ/T/','no'),(133,'auth_salt',':]a$wl}~r7W$u~&ay6&RC%LQ#<([q-qR,FY7+Rkftw:~V=xjI@jGzP[TAH$brMaB','no'),(134,'logged_in_key','Dj=S: gz0SyRtjzWyr9>.BCk_S2jUk{J}Z4-DG.OirPh7&g-VNV;~{+C#-[c}R V','no'),(135,'logged_in_salt','rthBtFUDd|Aqn*m#2`GD(JH8h %X+%UyLCsY <;Wdr!qD7X=3H/x>gd~#:7.GaL}','no'),(136,'update_day','3','yes'),(137,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(138,'widget_calendar','a:2:{i:3;a:1:{s:5:\"title\";s:9:\"Visit Us!\";}s:12:\"_multiwidget\";i:1;}','yes'),(139,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_media_video','a:2:{s:12:\"_multiwidget\";i:1;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=rb46F24HJM4\";s:5:\"title\";s:28:\"The worst things about Linux\";}}','yes'),(143,'widget_nav_menu','a:2:{i:3;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:8:\"nav_menu\";i:7;}s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'nonce_key','sSZaHmTcjtZ6tpV*ho56w)7QRla[|H)=ae-/+)`cp_v-.s0oOHcC?Fp30YdBSN1b','no'),(147,'nonce_salt','CVdfu.C]|!)Ii&Ietkc_8j^dzTX8BPCdaMsRBKdZbWTfT{YRXOLkdPOMKc@o{b!j','no'),(148,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_ssba_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(157,'imsanity_max_width','1920','no'),(158,'imsanity_max_height','1920','no'),(159,'imsanity_max_width_library','1920','no'),(160,'imsanity_max_height_library','1920','no'),(161,'imsanity_max_width_other','1920','no'),(162,'imsanity_max_height_other','1920','no'),(163,'imsanity_png_to_jpg','0','no'),(164,'imsanity_bmp_to_jpg','1','no'),(165,'imsanity_quality','82','no'),(166,'imsanity_deep_scan','','no'),(167,'imsanity_version','2.7.2','yes'),(172,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1579866535;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'),(175,'recovery_keys','a:0:{}','yes'),(185,'crawl-delay-value','8','yes'),(284,'widget_wpautoterms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1365,'iwp_client_replaced_old_hash_backup_files','1','yes'),(1609,'secure_auth_key','GT_Kjl9D)s$*t&&f03+4WySB.3T#+6tT%<_=itdXx)qdXS13VO_n4sCU+bG=CSaQ','no'),(1610,'secure_auth_salt','s21a1&12U?Zh8Z3I,DN`RH2L|a`1S9qDGLnQelLQF[<8=?`Js~dMBMcUi=a*.myJ','no'),(1639,'current_theme','Primer','yes'),(1640,'theme_mods_primer','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:7;}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:69:\"http://linuxcompanies.be/wp-content/uploads/2020/01/cropped-linux.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:22;s:3:\"url\";s:69:\"http://linuxcompanies.be/wp-content/uploads/2020/01/cropped-linux.jpg\";s:13:\"thumbnail_url\";s:69:\"http://linuxcompanies.be/wp-content/uploads/2020/01/cropped-linux.jpg\";s:6:\"height\";i:1299;s:5:\"width\";i:2400;}s:18:\"show_author_credit\";i:0;s:19:\"show_privacy_policy\";i:1;s:23:\"use_featured_hero_image\";i:0;s:10:\"page_width\";s:5:\"fluid\";}','yes'),(1641,'theme_switched','','yes'),(1642,'widget_primer-hero-text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1649,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1652,'recently_activated','a:1:{s:73:\"all-404-pages-redirect-to-homepage/all-404-pages-redirect-to-homepage.php\";i:1672319189;}','yes'),(1719,'heateor_sss','a:80:{s:24:\"horizontal_sharing_shape\";s:9:\"rectangle\";s:23:\"horizontal_sharing_size\";s:2:\"35\";s:24:\"horizontal_sharing_width\";s:2:\"70\";s:25:\"horizontal_sharing_height\";s:2:\"35\";s:24:\"horizontal_border_radius\";s:0:\"\";s:29:\"horizontal_font_color_default\";s:0:\"\";s:32:\"horizontal_sharing_replace_color\";s:4:\"#fff\";s:27:\"horizontal_font_color_hover\";s:0:\"\";s:38:\"horizontal_sharing_replace_color_hover\";s:4:\"#fff\";s:27:\"horizontal_bg_color_default\";s:0:\"\";s:25:\"horizontal_bg_color_hover\";s:0:\"\";s:31:\"horizontal_border_width_default\";s:0:\"\";s:31:\"horizontal_border_color_default\";s:0:\"\";s:29:\"horizontal_border_width_hover\";s:0:\"\";s:29:\"horizontal_border_color_hover\";s:0:\"\";s:22:\"vertical_sharing_shape\";s:6:\"square\";s:21:\"vertical_sharing_size\";s:2:\"40\";s:22:\"vertical_sharing_width\";s:2:\"80\";s:23:\"vertical_sharing_height\";s:2:\"40\";s:22:\"vertical_border_radius\";s:0:\"\";s:27:\"vertical_font_color_default\";s:0:\"\";s:30:\"vertical_sharing_replace_color\";s:4:\"#fff\";s:25:\"vertical_font_color_hover\";s:0:\"\";s:36:\"vertical_sharing_replace_color_hover\";s:4:\"#fff\";s:25:\"vertical_bg_color_default\";s:0:\"\";s:23:\"vertical_bg_color_hover\";s:0:\"\";s:29:\"vertical_border_width_default\";s:0:\"\";s:29:\"vertical_border_color_default\";s:0:\"\";s:27:\"vertical_border_width_hover\";s:0:\"\";s:27:\"vertical_border_color_hover\";s:0:\"\";s:10:\"hor_enable\";s:1:\"1\";s:21:\"horizontal_target_url\";s:7:\"default\";s:28:\"horizontal_target_url_custom\";s:0:\"\";s:5:\"title\";s:15:\"Spread the love\";s:18:\"instagram_username\";s:0:\"\";s:16:\"youtube_username\";s:0:\"\";s:20:\"comment_container_id\";s:7:\"respond\";s:23:\"horizontal_re_providers\";a:8:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"reddit\";i:3;s:8:\"linkedin\";i:4;s:9:\"pinterest\";i:5;s:4:\"MeWe\";i:6;s:3:\"mix\";i:7;s:8:\"whatsapp\";}s:21:\"hor_sharing_alignment\";s:4:\"left\";s:3:\"top\";s:1:\"1\";s:4:\"post\";s:1:\"1\";s:4:\"page\";s:1:\"1\";s:15:\"horizontal_more\";s:1:\"1\";s:15:\"vertical_enable\";s:1:\"1\";s:19:\"vertical_target_url\";s:7:\"default\";s:26:\"vertical_target_url_custom\";s:0:\"\";s:27:\"vertical_instagram_username\";s:0:\"\";s:25:\"vertical_youtube_username\";s:0:\"\";s:29:\"vertical_comment_container_id\";s:7:\"respond\";s:21:\"vertical_re_providers\";a:8:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"reddit\";i:3;s:8:\"linkedin\";i:4;s:9:\"pinterest\";i:5;s:4:\"MeWe\";i:6;s:3:\"mix\";i:7;s:8:\"whatsapp\";}s:11:\"vertical_bg\";s:0:\"\";s:9:\"alignment\";s:5:\"right\";s:11:\"left_offset\";s:3:\"-10\";s:12:\"right_offset\";s:3:\"-10\";s:10:\"top_offset\";s:3:\"100\";s:13:\"vertical_home\";s:1:\"1\";s:13:\"vertical_post\";s:1:\"1\";s:13:\"vertical_page\";s:1:\"1\";s:13:\"vertical_more\";s:1:\"1\";s:19:\"hide_mobile_sharing\";s:1:\"1\";s:21:\"vertical_screen_width\";s:3:\"783\";s:21:\"bottom_mobile_sharing\";s:1:\"1\";s:23:\"horizontal_screen_width\";s:3:\"783\";s:23:\"bottom_sharing_position\";s:1:\"0\";s:24:\"bottom_sharing_alignment\";s:4:\"left\";s:29:\"bottom_sharing_position_radio\";s:10:\"responsive\";s:6:\"fb_key\";s:0:\"\";s:9:\"fb_secret\";s:0:\"\";s:13:\"footer_script\";s:1:\"1\";s:14:\"delete_options\";s:1:\"1\";s:31:\"share_count_cache_refresh_count\";s:2:\"10\";s:30:\"share_count_cache_refresh_unit\";s:7:\"minutes\";s:14:\"bitly_username\";s:0:\"\";s:9:\"bitly_key\";s:0:\"\";s:8:\"language\";s:5:\"en_US\";s:16:\"twitter_username\";s:0:\"\";s:15:\"buffer_username\";s:0:\"\";s:10:\"amp_enable\";s:1:\"1\";s:10:\"custom_css\";s:0:\"\";s:18:\"bitly_access_token\";s:0:\"\";}','yes'),(1720,'heateor_sss_version','3.3.33','yes'),(1723,'widget_heateor_sss_sharing','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1724,'widget_heateor_sss_floating_sharing','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1725,'widget_heateor_sss_follow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1875,'CookieLawInfo-0.9','a:78:{s:18:\"animate_speed_hide\";s:3:\"500\";s:18:\"animate_speed_show\";s:3:\"500\";s:10:\"background\";s:4:\"#FFF\";s:14:\"background_url\";s:0:\"\";s:6:\"border\";s:9:\"#b1a6a6c2\";s:9:\"border_on\";b:1;s:9:\"bar_style\";s:0:\"\";s:13:\"button_1_text\";s:6:\"ACCEPT\";s:12:\"button_1_url\";s:1:\"#\";s:15:\"button_1_action\";s:27:\"#cookie_action_close_header\";s:20:\"button_1_link_colour\";s:4:\"#fff\";s:16:\"button_1_new_win\";b:0;s:18:\"button_1_as_button\";b:1;s:22:\"button_1_button_colour\";s:4:\"#000\";s:20:\"button_1_button_size\";s:6:\"medium\";s:14:\"button_1_style\";s:0:\"\";s:13:\"button_2_text\";s:9:\"Read More\";s:12:\"button_2_url\";s:24:\"http://linuxcompanies.be\";s:15:\"button_2_action\";s:17:\"CONSTANT_OPEN_URL\";s:20:\"button_2_link_colour\";s:4:\"#444\";s:16:\"button_2_new_win\";b:1;s:18:\"button_2_as_button\";b:0;s:22:\"button_2_button_colour\";s:4:\"#333\";s:20:\"button_2_button_size\";s:6:\"medium\";s:17:\"button_2_url_type\";s:3:\"url\";s:13:\"button_2_page\";s:1:\"3\";s:16:\"button_2_hidebar\";b:0;s:14:\"button_2_style\";s:0:\"\";s:13:\"button_3_text\";s:6:\"Reject\";s:12:\"button_3_url\";s:1:\"#\";s:15:\"button_3_action\";s:34:\"#cookie_action_close_header_reject\";s:20:\"button_3_link_colour\";s:4:\"#fff\";s:16:\"button_3_new_win\";b:0;s:18:\"button_3_as_button\";b:1;s:22:\"button_3_button_colour\";s:4:\"#000\";s:20:\"button_3_button_size\";s:6:\"medium\";s:14:\"button_3_style\";s:0:\"\";s:13:\"button_4_text\";s:15:\"Cookie settings\";s:12:\"button_4_url\";s:1:\"#\";s:15:\"button_4_action\";s:23:\"#cookie_action_settings\";s:20:\"button_4_link_colour\";s:7:\"#62a329\";s:16:\"button_4_new_win\";b:0;s:18:\"button_4_as_button\";b:0;s:22:\"button_4_button_colour\";s:4:\"#000\";s:20:\"button_4_button_size\";s:6:\"medium\";s:14:\"button_4_style\";s:0:\"\";s:11:\"font_family\";s:7:\"inherit\";s:10:\"header_fix\";b:0;s:5:\"is_on\";b:1;s:8:\"is_eu_on\";b:0;s:10:\"logging_on\";b:0;s:19:\"notify_animate_hide\";b:1;s:19:\"notify_animate_show\";b:0;s:13:\"notify_div_id\";s:20:\"#cookie-law-info-bar\";s:26:\"notify_position_horizontal\";s:5:\"right\";s:24:\"notify_position_vertical\";s:6:\"bottom\";s:14:\"notify_message\";s:199:\"This website uses cookies to improve your experience. We\\\'ll assume you\\\'re ok with this, but you can opt-out if you wish. [cookie_settings margin=\\\"5px 20px 5px 20px\\\"][cookie_button margin=\\\"5px\\\"]\";s:12:\"scroll_close\";b:0;s:19:\"scroll_close_reload\";b:0;s:19:\"accept_close_reload\";b:0;s:19:\"reject_close_reload\";b:0;s:20:\"showagain_background\";s:4:\"#fff\";s:16:\"showagain_border\";s:4:\"#000\";s:14:\"showagain_text\";s:24:\"Privacy & Cookies Policy\";s:16:\"showagain_div_id\";s:22:\"#cookie-law-info-again\";s:13:\"showagain_tab\";b:1;s:20:\"showagain_x_position\";s:5:\"100px\";s:4:\"text\";s:4:\"#000\";s:17:\"use_colour_picker\";b:1;s:12:\"show_once_yn\";b:0;s:9:\"show_once\";s:5:\"10000\";s:9:\"is_GMT_on\";b:1;s:8:\"as_popup\";b:0;s:13:\"popup_overlay\";b:1;s:16:\"bar_heading_text\";s:0:\"\";s:13:\"cookie_bar_as\";s:6:\"banner\";s:24:\"popup_showagain_position\";s:12:\"bottom-right\";s:15:\"widget_position\";s:4:\"left\";}','yes'),(1876,'cookielawinfo_privacy_overview_content_settings','a:2:{s:24:\"privacy_overview_content\";s:571:\"This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.\";s:22:\"privacy_overview_title\";s:16:\"Privacy Overview\";}','yes'),(1877,'cookielawinfo_necessary_settings','a:1:{s:21:\"necessary_description\";s:242:\"Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.\";}','yes'),(1878,'cookielawinfo_thirdparty_settings','a:5:{s:19:\"thirdparty_on_field\";b:1;s:25:\"third_party_default_state\";b:1;s:22:\"thirdparty_description\";s:302:\"Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.\";s:23:\"thirdparty_head_section\";s:0:\"\";s:23:\"thirdparty_body_section\";s:0:\"\";}','yes'),(2231,'iwp_client_activate_key','90a571101422d253d36e95f842c83652efdf1f28','yes'),(2232,'iwp_client_all_plugins_history','a:16:{s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:73:\"all-404-pages-redirect-to-homepage/all-404-pages-redirect-to-homepage.php\";s:3:\"1.1\";s:29:\"antispam-bee/antispam_bee.php\";s:5:\"2.9.1\";s:43:\"broken-link-checker/broken-link-checker.php\";s:7:\"1.11.11\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.5\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:33:\"defender-security/wp-defender.php\";s:5:\"2.2.5\";s:35:\"cookie-law-info/cookie-law-info.php\";s:5:\"1.8.3\";s:21:\"imsanity/imsanity.php\";s:5:\"2.5.0\";s:41:\"sassy-social-share/sassy-social-share.php\";s:5:\"3.3.8\";s:49:\"scheduled-post-trigger/scheduled-post-trigger.php\";s:3:\"3.0\";s:23:\"spiderblocker/index.php\";s:5:\"1.2.0\";s:23:\"wp-insert/wp-insert.php\";s:5:\"2.4.7\";s:31:\"wp-post-modal/wp-post-modal.php\";s:5:\"3.5.3\";s:19:\"wpremote/plugin.php\";s:3:\"3.4\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"13.1\";}','yes'),(2233,'iwp_client_all_themes_history','a:5:{s:6:\"primer\";s:5:\"1.8.8\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}','yes'),(2234,'iwp_client_wp_version_old','5.3.2','yes'),(2237,'Niteoweb.SpiderBlocker.Bots','a:39:{i:0;a:4:{s:4:\"name\";s:10:\"Ahrefs Bot\";s:2:\"re\";s:9:\"AhrefsBot\";s:4:\"desc\";s:25:\"https://ahrefs.com/robot/\";s:5:\"state\";b:1;}i:1;a:4:{s:4:\"name\";s:8:\"MJ12 bot\";s:2:\"re\";s:7:\"MJ12bot\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:2;a:4:{s:4:\"name\";s:9:\"Roger Bot\";s:2:\"re\";s:8:\"Rogerbot\";s:4:\"desc\";s:40:\"http://moz.com/help/pro/rogerbot-crawler\";s:5:\"state\";b:1;}i:3;a:4:{s:4:\"name\";s:11:\"Semrush Bot\";s:2:\"re\";s:10:\"SemrushBot\";s:4:\"desc\";s:31:\"http://www.semrush.com/bot.html\";s:5:\"state\";b:1;}i:4;a:4:{s:4:\"name\";s:11:\"ia_archiver\";s:2:\"re\";s:11:\"ia_archiver\";s:4:\"desc\";s:36:\"http://archive.org/about/exclude.php\";s:5:\"state\";b:1;}i:5;a:4:{s:4:\"name\";s:8:\"ScoutJet\";s:2:\"re\";s:8:\"ScoutJet\";s:4:\"desc\";s:19:\"http://scoutjet.com\";s:5:\"state\";b:1;}i:6;a:4:{s:4:\"name\";s:7:\"sistrix\";s:2:\"re\";s:7:\"sistrix\";s:4:\"desc\";s:26:\"http://crawler.sistrix.net\";s:5:\"state\";b:1;}i:7;a:4:{s:4:\"name\";s:16:\"SearchmetricsBot\";s:2:\"re\";s:16:\"SearchmetricsBot\";s:4:\"desc\";s:50:\"http://www.searchmetrics.com/en/searchmetrics-bot/\";s:5:\"state\";b:1;}i:8;a:4:{s:4:\"name\";s:14:\"SEOkicks-Robot\";s:2:\"re\";s:14:\"SEOkicks-Robot\";s:4:\"desc\";s:33:\"http://www.seokicks.de/robot.html\";s:5:\"state\";b:1;}i:9;a:4:{s:4:\"name\";s:16:\"Lipperhey Spider\";s:2:\"re\";s:16:\"Lipperhey Spider\";s:4:\"desc\";s:43:\"http://www.lipperhey.com/en/website-spider/\";s:5:\"state\";b:1;}i:10;a:4:{s:4:\"name\";s:6:\"Exabot\";s:2:\"re\";s:6:\"Exabot\";s:4:\"desc\";s:44:\"http://www.exalead.com/search/webmasterguide\";s:5:\"state\";b:1;}i:11;a:4:{s:4:\"name\";s:6:\"NC Bot\";s:2:\"re\";s:5:\"NCBot\";s:4:\"desc\";s:55:\"https://twitter.com/NetComber/status/334476871691550721\";s:5:\"state\";b:1;}i:12;a:4:{s:4:\"name\";s:15:\"BacklinkCrawler\";s:2:\"re\";s:15:\"BacklinkCrawler\";s:4:\"desc\";s:40:\"http://www.backlinktest.com/crawler.html\";s:5:\"state\";b:1;}i:13;a:4:{s:4:\"name\";s:15:\"archive.org Bot\";s:2:\"re\";s:15:\"archive.org_bot\";s:4:\"desc\";s:42:\"http://archive.org/details/archive.org_bot\";s:5:\"state\";b:1;}i:14;a:4:{s:4:\"name\";s:12:\"MeanPath Bot\";s:2:\"re\";s:11:\"meanpathbot\";s:4:\"desc\";s:37:\"https://meanpath.com/meanpathbot.html\";s:5:\"state\";b:1;}i:15;a:4:{s:4:\"name\";s:18:\"PagesInventory Bot\";s:2:\"re\";s:14:\"PagesInventory\";s:4:\"desc\";s:56:\"http://www.botsvsbrowsers.com/details/1002332/index.html\";s:5:\"state\";b:1;}i:16;a:4:{s:4:\"name\";s:12:\"Aboundex Bot\";s:2:\"re\";s:11:\"Aboundexbot\";s:4:\"desc\";s:32:\"http://www.aboundex.com/crawler/\";s:5:\"state\";b:1;}i:17;a:4:{s:4:\"name\";s:15:\"SeoProfiler Bot\";s:2:\"re\";s:5:\"spbot\";s:4:\"desc\";s:31:\"http://www.seoprofiler.com/bot/\";s:5:\"state\";b:1;}i:18;a:4:{s:4:\"name\";s:11:\"Linkdex Bot\";s:2:\"re\";s:10:\"linkdexbot\";s:4:\"desc\";s:34:\"http://www.linkdex.com/about/bots/\";s:5:\"state\";b:1;}i:19;a:4:{s:4:\"name\";s:7:\"Gigabot\";s:2:\"re\";s:7:\"Gigabot\";s:4:\"desc\";s:45:\"http://www.useragentstring.com/pages/Gigabot/\";s:5:\"state\";b:1;}i:20;a:4:{s:4:\"name\";s:6:\"DotBot\";s:2:\"re\";s:6:\"dotbot\";s:4:\"desc\";s:35:\"http://en.wikipedia.org/wiki/DotBot\";s:5:\"state\";b:1;}i:21;a:4:{s:4:\"name\";s:5:\"Nutch\";s:2:\"re\";s:5:\"Nutch\";s:4:\"desc\";s:32:\"http://nutch.apache.org/bot.html\";s:5:\"state\";b:1;}i:22;a:4:{s:4:\"name\";s:8:\"BLEX Bot\";s:2:\"re\";s:7:\"BLEXBot\";s:4:\"desc\";s:27:\"http://webmeup-crawler.com/\";s:5:\"state\";b:1;}i:23;a:4:{s:4:\"name\";s:6:\"Ezooms\";s:2:\"re\";s:6:\"Ezooms\";s:4:\"desc\";s:49:\"http://graphicline.co.za/blogs/what-is-ezooms-bot\";s:5:\"state\";b:1;}i:24;a:4:{s:4:\"name\";s:11:\"Majestic 12\";s:2:\"re\";s:11:\"Majestic-12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:25;a:4:{s:4:\"name\";s:12:\"Majestic SEO\";s:2:\"re\";s:12:\"Majestic-SEO\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:26;a:4:{s:4:\"name\";s:7:\"DSearch\";s:2:\"re\";s:7:\"DSearch\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:27;a:4:{s:4:\"name\";s:4:\"MJ12\";s:2:\"re\";s:4:\"MJ12\";s:4:\"desc\";s:56:\"http://www.majestic12.co.uk/projects/dsearch/mj12bot.php\";s:5:\"state\";b:1;}i:28;a:4:{s:4:\"name\";s:10:\"Blekko Bot\";s:2:\"re\";s:9:\"BlekkoBot\";s:4:\"desc\";s:33:\"http://blekko.com/about/blekkobot\";s:5:\"state\";b:1;}i:29;a:4:{s:4:\"name\";s:6:\"Yandex\";s:2:\"re\";s:6:\"Yandex\";s:4:\"desc\";s:41:\"http://help.yandex.com/search/?id=1112030\";s:5:\"state\";b:0;}i:30;a:4:{s:4:\"name\";s:10:\"Google Bot\";s:2:\"re\";s:9:\"googlebot\";s:4:\"desc\";s:57:\"https://support.google.com/webmasters/answer/182072?hl=en\";s:5:\"state\";b:0;}i:31;a:4:{s:4:\"name\";s:18:\"Feedfetcher Google\";s:2:\"re\";s:18:\"Feedfetcher-Google\";s:4:\"desc\";s:51:\"https://support.google.com/webmasters/answer/178852\";s:5:\"state\";b:0;}i:32;a:4:{s:4:\"name\";s:8:\"Bing Bot\";s:2:\"re\";s:7:\"BingBot\";s:4:\"desc\";s:36:\"http://en.wikipedia.org/wiki/Bingbot\";s:5:\"state\";b:0;}i:33;a:4:{s:4:\"name\";s:9:\"Nerdy Bot\";s:2:\"re\";s:8:\"NerdyBot\";s:4:\"desc\";s:20:\"http://nerdybot.com/\";s:5:\"state\";b:1;}i:34;a:4:{s:4:\"name\";s:9:\"James BOT\";s:2:\"re\";s:8:\"JamesBOT\";s:4:\"desc\";s:32:\"http://cognitiveseo.com/bot.html\";s:5:\"state\";b:1;}i:35;a:4:{s:4:\"name\";s:7:\"Tin Eye\";s:2:\"re\";s:6:\"TinEye\";s:4:\"desc\";s:34:\"http://www.tineye.com/crawler.html\";s:5:\"state\";b:1;}i:36;a:4:{s:5:\"state\";b:1;s:2:\"re\";s:11:\"Baiduspider\";s:4:\"name\";s:5:\"Baidu\";s:4:\"desc\";s:47:\"http://www.baidu.com/search/robots_english.html\";}i:37;a:4:{s:5:\"state\";b:1;s:2:\"re\";s:8:\"serpstat\";s:4:\"name\";s:8:\"Serpstat\";s:4:\"desc\";s:21:\"https://serpstat.com/\";}i:38;a:4:{s:5:\"state\";b:1;s:4:\"desc\";s:22:\"https://www.spyfu.com/\";s:2:\"re\";s:5:\"spyfu\";s:4:\"name\";s:5:\"SpyFu\";}}','yes'),(2244,'wpmudev_recommended_plugins_registered','a:1:{s:33:\"defender-security/wp-defender.php\";a:1:{s:13:\"registered_at\";i:1580678085;}}','no'),(2245,'defenderLockoutNeedUpdateLog','1','no'),(2246,'wd_db_version','2.2.1','no'),(2249,'wd_hardener_settings','{\"id\":\"wd_hardener_settings\",\"issues\":[\"disable-trackback\",\"wp-version\",\"disable-file-editor\",\"prevent-enum-users\",\"security-key\",\"protect-information\",\"prevent-php-executed\",\"login-duration\",\"disable-xml-rpc\",\"sh-xframe\",\"sh-xss-protection\",\"sh-feature-policy\",\"sh-referrer-policy\",\"sh-strict-transport\",\"sh-content-type-options\"],\"fixed\":[\"php-version\",\"replace-admin-username\",\"db-prefix\",\"hide-error\"],\"ignore\":[],\"last_status_check\":1619536182,\"notification\":true,\"notification_repeat\":false,\"receipts\":[{\"first_name\":\"Jennifer Smith\",\"email\":\"[email protected]\"}],\"data\":{\"head_requests\":{\"http:\\/\\/linuxcompanies.be\\/wp-content\\/plugins\\/defender-security\\/changelog.txt\":{\"ttl\":1583293609,\"data\":{\"date\":\"Tue, 03 Mar 2020 03:46:50 GMT\",\"server\":\"Apache\",\"last-modified\":\"Wed, 05 Feb 2020 02:02:22 GMT\",\"vary\":\"Accept-Encoding\",\"content-encoding\":\"gzip\",\"content-length\":\"5586\",\"content-type\":\"text\\/plain\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/linuxcompanies.be\\/wp-content\\/uploads\\/wp-defender\\/index.php\":{\"ttl\":1585843210,\"data\":{\"date\":\"Wed, 01 Apr 2020 16:00:10 GMT\",\"server\":\"Apache\",\"last-modified\":\"Sun, 02 Feb 2020 21:14:50 GMT\",\"content-length\":\"0\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/linuxcompanies.be\":{\"ttl\":1585797873,\"data\":{\"date\":\"Wed, 01 Apr 2020 03:00:08 GMT\",\"server\":\"Apache\",\"link\":\"<http:\\/\\/linuxcompanies.be\\/wp-json\\/>; rel=\\\"https:\\/\\/api.w.org\\/\\\"\",\"vary\":\"Accept-Encoding\",\"content-encoding\":\"gzip\",\"content-length\":\"14660\",\"content-type\":\"text\\/html; charset=UTF-8\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/linuxcompanies.be\\/wp-content\\/plugins\\/defender-security\\/changelog.txt\":{\"ttl\":1583309884,\"data\":{\"date\":\"Tue, 03 Mar 2020 08:18:04 GMT\",\"server\":\"Apache\",\"last-modified\":\"Wed, 05 Feb 2020 02:02:22 GMT\",\"vary\":\"Accept-Encoding\",\"content-encoding\":\"gzip\",\"content-length\":\"5586\",\"content-type\":\"text\\/plain\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/linuxcompanies.be\":{\"ttl\":1585864811,\"data\":{\"date\":\"Wed, 01 Apr 2020 21:00:10 GMT\",\"server\":\"Apache\",\"link\":\"<http:\\/\\/linuxcompanies.be\\/wp-json\\/>; rel=\\\"https:\\/\\/api.w.org\\/\\\"\",\"vary\":\"Accept-Encoding\",\"content-encoding\":\"gzip\",\"content-length\":\"14662\",\"content-type\":\"text\\/html; charset=UTF-8\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/linuxcompanies.be\\/wp-content\\/plugins\\/defender-security\\/languages\\/wpdef-default.pot\":{\"ttl\":1585832412,\"data\":{\"date\":\"Wed, 01 Apr 2020 13:00:13 GMT\",\"server\":\"Apache\",\"last-modified\":\"Wed, 04 Mar 2020 02:02:13 GMT\",\"vary\":\"Accept-Encoding\",\"content-encoding\":\"gzip\",\"content-length\":\"42012\",\"content-type\":\"text\\/plain\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/linuxcompanies.be\\/wp-content\\/plugins\\/defender-security\\/languages\\/wpdef-default.pot\":{\"ttl\":1585797872,\"data\":{\"date\":\"Wed, 01 Apr 2020 03:24:33 GMT\",\"server\":\"Apache\",\"last-modified\":\"Wed, 04 Mar 2020 02:02:13 GMT\",\"vary\":\"Accept-Encoding\",\"content-encoding\":\"gzip\",\"content-length\":\"42012\",\"content-type\":\"text\\/plain\",\"accept-ranges\":\"bytes\",\"response_code\":200}}}},\"exclude_file_paths\":[],\"new_htconfig\":[],\"active_server\":\"apache\",\"last_seen\":1580678086,\"last_sent\":1581285731,\"min_php_version\":\"7.3\",\"stable_php_version\":\"7.4\",\"is_prefix_changed\":false}','no'),(2250,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:36:\"defender-security/main-activator.php\";i:1580678087;}s:5:\"queue\";a:2:{s:32:\"8fd0ace4601f79987713eb1d03875e7f\";a:4:{s:6:\"plugin\";s:36:\"defender-security/main-activator.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1580678087;s:6:\"sticky\";b:1;}s:32:\"29569d78905bb3f115fb6ff66a971f7e\";a:3:{s:6:\"plugin\";s:36:\"defender-security/main-activator.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1618826622;}}s:4:\"done\";a:0:{}}','no'),(2251,'defender_last_settings','a:51:{s:16:\"2.1.1_1588179198\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588179202\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588179484\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588179763\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588179835\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588179836\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588180997\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588180998\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588181731\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588181733\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588182029\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588182030\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588182408\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588182755\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588182766\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588182767\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588183135\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588183136\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588183500\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184172\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184173\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184423\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184424\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184560\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184561\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184889\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588184890\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588185585\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588185586\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588186248\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588186250\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588186609\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588186610\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588186940\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588186944\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588187276\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588187277\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588187639\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588187642\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588187962\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588187963\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188442\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188446\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188447\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";a:0:{}s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"sunday\";s:11:\"report_time\";s:4:\"0:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:0:{}s:15:\"report_receipts\";a:0:{}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188448\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188449\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188450\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188452\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188460\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188462\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}s:16:\"2.1.1_1588188671\";a:5:{s:15:\"security_tweaks\";a:3:{s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}}s:4:\"scan\";a:16:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:259:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\n{ISSUES_LIST}\n\nStay Safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:340:\"Hi {USER_NAME},\n\nWP Defender here, reporting back from the front.\n\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\n\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\n\nStay safe,\nWP Defender\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"sunday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:14:\"95.97.167.133\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:9:\"wednesday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:14:\"Jennifer Smith\";s:5:\"email\";s:22:\"[email protected]\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:14:\"advanced_tools\";a:2:{s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:8:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:24:\"manage_wpautoterms_pages\";i:5;s:31:\"manage_wpautoterms_pages_editor\";i:6;s:13:\"wpseo_manager\";i:7;s:12:\"wpseo_editor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://linuxcompanies.be/wp-content/plugins/defender-security/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:186:\"Hi {{display_name}},\n\nYour temporary login passcode is {{passcode}}.\n\nCopy and paste the passcode into the input field on the login screen to complete logging in.\n\nRegards,\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:6:\"remove\";s:18:\"uninstall_settings\";s:5:\"reset\";s:18:\"high_contrast_mode\";b:0;}}}','no'),(2252,'wd_scan_settings','{\"scan_core\":true,\"scan_vuln\":true,\"scan_content\":true,\"recipients\":[{\"first_name\":\"Jennifer Smith\",\"email\":\"[email protected]\"}],\"recipients_notification\":[{\"first_name\":\"Jennifer Smith\",\"email\":\"[email protected]\"}],\"notification\":true,\"report\":false,\"always_send\":false,\"always_send_notification\":false,\"max_filesize\":1,\"email_subject\":\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\",\"email_has_issue\":\"Hi {USER_NAME},\\n\\nWP Defender here, reporting back from the front.\\n\\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\\n{ISSUES_LIST}\\n\\nStay Safe,\\nWP Defender\\nOfficial WPMU DEV Superhero\",\"email_all_ok\":\"Hi {USER_NAME},\\n\\nWP Defender here, reporting back from the front.\\n\\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\\n\\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\\n\\nStay safe,\\nWP Defender\\nOfficial WPMU DEV Superhero\",\"frequency\":\"7\",\"day\":\"sunday\",\"time\":\"4:00\",\"last_report_sent\":\"\"}','no'),(2253,'wd_masking_login_settings','{\"mask_url\":\"\",\"redirect_traffic\":false,\"redirect_traffic_url\":\"\",\"enabled\":false,\"otps\":[]}','no'),(2254,'wd_2auth_settings','{\"enabled\":false,\"lost_phone\":true,\"force_auth\":false,\"force_auth_mess\":\"You are required to setup two-factor authentication to use this site.\",\"user_roles\":[\"administrator\",\"editor\",\"author\",\"contributor\",\"manage_wpautoterms_pages\",\"manage_wpautoterms_pages_editor\",\"wpseo_manager\",\"wpseo_editor\"],\"force_auth_roles\":[],\"custom_graphic\":false,\"custom_graphic_url\":\"http:\\/\\/linuxcompanies.be\\/wp-content\\/plugins\\/defender-security\\/assets\\/img\\/2factor-disabled.svg\",\"is_conflict\":[],\"email_subject\":\"Your OTP code\",\"email_sender\":\"admin\",\"email_body\":\"Hi {{display_name}},\\n\\nYour temporary login passcode is {{passcode}}.\\n\\nCopy and paste the passcode into the input field on the login screen to complete logging in.\\n\\nRegards,\\nAdministrator\"}','no'),(2258,'wp_post_modal_breakpoint','0','yes'),(2259,'wp_post_modal_wrapping','','yes'),(2260,'wp_post_modal_button','','yes'),(2262,'wp_post_modal_container','','yes'),(2263,'wp_post_modal_close','','yes'),(2264,'wp_post_modal_styling','1','yes'),(2265,'wp_post_modal_scrolling','1','yes'),(2266,'wp_post_modal_loader','1','yes'),(2267,'wp_post_modal_urlstate','1','yes'),(2268,'wp_post_modal_rest','1','yes'),(2269,'wp_post_modal_iframe','1','yes'),(3457,'redirect_to_404r','http://linuxcompanies.be','yes'),(3458,'status_404r','1','yes'),(3459,'wp_insert_legalpages','a:4:{s:14:\"privacy_policy\";a:2:{s:7:\"content\";s:2668:\"<p>At [sitename], the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by [sitename] and how it is used.</p><p><b>Log Files</b></p><p>Like many other Web sites, [sitename] makes use of log files. The information inside the log files includes internet protocol (IP) addresses, type of browser, Internet Service Provider (ISP), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user\\\'s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.</p><p><b>Cookies and Web Beacons</b></p><p>[sitename] does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.</p><p><b>DoubleClick DART Cookie</b></p><ul><li>Google, as a third party vendor, uses cookies to serve ads on [sitename].</li><li>Google\\\'s use of the DART cookie enables it to serve ads to users based on their visit to [sitename] and other sites on the Internet.</li><li>Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - <a href=\\\"https://www.google.com/policies/privacy/\\\" rel=\\\"nofollow\\\">https://www.google.com/policies/privacy/</a>.</li></ul><p>These third-party ad servers or ad networks use technology to the advertisements and links that appear on [sitename] send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.</p><p>[sitename] has no access to or control over these cookies that are used by third-party advertisers.</p><p>You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. [sitename]\\\'s privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.</p><p>If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browser\\\'s respective websites.</p>\";s:13:\"assigned_page\";s:2:\"48\";}s:16:\"terms_conditions\";a:2:{s:7:\"content\";s:2315:\"<p>Welcome to [sitename]. If you continue to browse and use this website you are agreeing to comply with and be bound by the following terms and conditions of use, which together with our privacy policy govern [sitename]\\\'s relationship with you in relation to this website.</p><p>The term [sitename] or \\\'us\\\' or \\\'we\\\' refers to the owner of the website. The term \\\'you\\\' refers to the user or viewer of our website. The use of this website is subject to the following terms of use:</p><ul><li>The content of the pages of this website is for your general information and use only. It is subject to change without notice.</li><li>Neither we nor any third parties provide any warranty or guarantee as to the accuracy, timeliness, performance, completeness or suitability of the information and materials found or offered on this website for any particular purpose. You acknowledge that such information and materials may contain inaccuracies or errors and we expressly exclude liability for any such inaccuracies or errors to the fullest extent permitted by law.</li><li>Your use of any information or materials on this website is entirely at your own risk, for which we shall not be liable. It shall be your own responsibility to ensure that any products, services or information available through this website meet your specific requirements.</li><li>This website contains material which is owned by or licensed to us. This material includes, but is not limited to, the design, layout, look, appearance and graphics. Reproduction is prohibited other than in accordance with the copyright notice, which forms part of these terms and conditions.</li><li>All trademarks reproduced in this website, which are not the property of, or licensed to the operator, are acknowledged on the website.</li><li>Unauthorized use of this website may give rise to a claim for damages and/or be a criminal offense.</li><li>From time to time this website may also include links to other websites. These links are provided for your convenience to provide further information. They do not signify that we endorse the website(s). We have no responsibility for the content of the linked website(s).</li><li>You may not create a link to this website from another website or document without [sitename]\\\'s prior written consent.</li></ul>\";s:13:\"assigned_page\";s:2:\"49\";}s:10:\"disclaimer\";a:2:{s:7:\"content\";s:0:\"\";s:13:\"assigned_page\";s:0:\"\";}s:9:\"copyright\";a:2:{s:7:\"content\";s:0:\"\";s:13:\"assigned_page\";s:0:\"\";}}','yes'),(3460,'wp_insert_version','2.5','yes'),(3461,'widget_wp_insert_ad_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6344,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1583071273;}','yes'),(9494,'db_upgraded','','yes'),(9498,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"[email protected]\";s:7:\"version\";s:5:\"5.8.2\";s:9:\"timestamp\";i:1637728916;}','no'),(10432,'can_compress_scripts','0','no'),(10439,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"17.6\";}','yes'),(11107,'xmlsf_sitemaps','a:1:{s:7:\"sitemap\";s:11:\"sitemap.xml\";}','yes'),(11108,'xmlsf_post_types','a:2:{s:4:\"post\";a:5:{s:6:\"active\";s:1:\"1\";s:7:\"archive\";s:6:\"yearly\";s:8:\"priority\";s:3:\"0.7\";s:16:\"dynamic_priority\";s:1:\"1\";s:4:\"tags\";a:1:{s:5:\"image\";s:8:\"featured\";}}s:4:\"page\";a:4:{s:6:\"active\";s:1:\"1\";s:8:\"priority\";s:3:\"0.5\";s:16:\"dynamic_priority\";s:0:\"\";s:4:\"tags\";a:1:{s:5:\"image\";s:8:\"attached\";}}}','yes'),(11109,'xmlsf_taxonomies','','yes'),(11110,'xmlsf_taxonomy_settings','a:4:{s:6:\"active\";s:0:\"\";s:8:\"priority\";s:3:\"0.3\";s:16:\"dynamic_priority\";s:1:\"1\";s:10:\"term_limit\";s:4:\"5000\";}','yes'),(11111,'xmlsf_ping','a:2:{i:0;s:6:\"google\";i:1;s:4:\"bing\";}','no'),(11112,'xmlsf_robots','','no'),(11113,'xmlsf_urls','','yes'),(11114,'xmlsf_custom_sitemaps','','yes'),(11115,'xmlsf_domains','','yes'),(11116,'xmlsf_version','5.3.1','yes'),(11119,'xmlsf_images_meta_primed','a:2:{s:4:\"post\";a:2:{i:0;s:4:\"2020\";i:1;s:4:\"2021\";}s:4:\"page\";a:1:{i:0;s:3:\"all\";}}','yes'),(19587,'secret_key','4u5.4MSMqu~;1! =Nrw(Ly^X*de+;JpXS,>]5Xye/>Fcw/f!A<{CkIb{^?z6d 2K','no'),(21543,'category_children','a:0:{}','yes'),(21590,'mainwp_child_update_version','1.5','yes'),(21591,'mainwp_child_plugin_version','4.1.8','yes'),(21592,'mainwp_child_auth','a:7:{i:5;s:32:\"5f6f656e14a79225e31f788f402895fe\";s:4:\"last\";i:1677753498;i:4;s:32:\"8dc69f9ab2628d74fcd7b922bee31ac3\";i:3;s:32:\"bbe456692936b8cbcf3a881f19a2b165\";i:2;s:32:\"e7f23fa415bc01a2526ea67ea54c5052\";i:1;s:32:\"4e749998b108bce8ed212d9ba5ae1d12\";i:0;s:32:\"804aeb3ad71593ed5ed91c8e14087aaf\";}','yes'),(21593,'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'),(21594,'mainwp_child_activated_once','1','no'),(21651,'mainwp_child_pubkey','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF5RnNOejdZMEtDdXZFZ05nMVU5cAorQ2Y2MGJHZHJ1MmZFNzMvL0dZbmpBTWVUN0g5QWtLdmM1VXczQ3pZdGFZVk1RRUVBZUtwckFkdy8yalRJWHNICmRKK1dMbHRhd0UxWER6dzhwUld6Nk41b3luVHJ0bmlvaFJTSjR3dHJVQmVKRFB3OVdMd3N3TSs0UVc5S0VHWFQKbFlHemd0NXJwb0JCNFgxcS95aTFXcDhqcjRic245Ykk4amFVN1lOZUJHcUMwQ0t6Q0w3MGx5czlOUEVrcXZ5RwozREdUL0pUK3JYYklMRElNd1B3bE9iK0pXZkxzNHFQTWwrR2ZqK0JKdERTSXhwbG5OQUp3OEplREd5YXg2QTNPCjRFK2dseFdIckxCeC9tSDBWUXY3ZWVaRHVQSEx0V0MxSFZXMjJYNkRTUWYrYXRNVFM3TlpUbjhBTkV1anl4dWsKZVFJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(21652,'mainwp_child_server','https://dashboard.comparrot.nl/wp-admin/','no'),(21653,'mainwp_child_nonce','0','no'),(21654,'mainwp_child_nossl','0','yes'),(21655,'mainwp_child_nossl_key','056077e5d3b8b3772c9d9964321b24aa1f92c6b5d3cfe9c91c7563fe688221e6','yes'),(21656,'mainwp_premium_updates','a:0:{}','no'),(21659,'mainwp_child_clone_sites','0','no'),(21660,'mainwp_child_siteid','476','no'),(22041,'blc_installation_log','a:65:{i:0;a:3:{i:0;i:1;i:1;s:40:\"Plugin activated at 2021-04-28 15:40:13.\";i:2;N;}i:1;a:3:{i:0;i:1;i:1;s:27:\"Installation/update begins.\";i:2;N;}i:2;a:3:{i:0;i:1;i:1;s:25:\"Upgrading the database...\";i:2;N;}i:3;a:3:{i:0;i:1;i:1;s:31:\"... SHOW TABLES (0.001 seconds)\";i:2;N;}i:4;a:3:{i:0;i:1;i:1;s:55:\"... SHOW FULL COLUMNS FROM WP_blc_filters 0.007 seconds\";i:2;N;}i:5;a:3:{i:0;i:1;i:1;s:48:\"... SHOW INDEX FROM WP_blc_filters 0.000 seconds\";i:2;N;}i:6;a:3:{i:0;i:1;i:1;s:57:\"... SHOW FULL COLUMNS FROM WP_blc_instances 0.001 seconds\";i:2;N;}i:7;a:3:{i:0;i:1;i:1;s:50:\"... SHOW INDEX FROM WP_blc_instances 0.001 seconds\";i:2;N;}i:8;a:3:{i:0;i:1;i:1;s:53:\"... SHOW FULL COLUMNS FROM WP_blc_links 0.002 seconds\";i:2;N;}i:9;a:3:{i:0;i:1;i:1;s:46:\"... SHOW INDEX FROM WP_blc_links 0.001 seconds\";i:2;N;}i:10;a:3:{i:0;i:1;i:1;s:53:\"... SHOW FULL COLUMNS FROM WP_blc_synch 0.004 seconds\";i:2;N;}i:11;a:3:{i:0;i:1;i:1;s:46:\"... SHOW INDEX FROM WP_blc_synch 0.001 seconds\";i:2;N;}i:12;a:3:{i:0;i:1;i:1;s:103:\" [OK] ALTER TABLE `WP_blc_instances` MODIFY COLUMN `link_text` text NOT NULL DEFAULT \'\' (0.009 seconds)\";i:2;N;}i:13;a:3:{i:0;i:1;i:1;s:32:\"Schema update took 0.028 seconds\";i:2;N;}i:14;a:3:{i:0;i:1;i:1;s:24:\"Database schema updated.\";i:2;N;}i:15;a:3:{i:0;i:1;i:1;s:31:\"Database successfully upgraded.\";i:2;N;}i:16;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.041 seconds\";i:2;N;}i:17;a:3:{i:0;i:1;i:1;s:27:\"Cleaning up the database...\";i:2;N;}i:18;a:3:{i:0;i:1;i:1;s:38:\"... Deleting invalid container records\";i:2;N;}i:19;a:3:{i:0;i:0;i:1;s:44:\"... 0 synch records deleted in 0.002 seconds\";i:2;N;}i:20;a:3:{i:0;i:1;i:1;s:35:\"... Deleting invalid link instances\";i:2;N;}i:21;a:3:{i:0;i:0;i:1;s:40:\"... 0 instances deleted in 0.002 seconds\";i:2;N;}i:22;a:3:{i:0;i:0;i:1;s:45:\"... 0 more instances deleted in 0.001 seconds\";i:2;N;}i:23;a:3:{i:0;i:1;i:1;s:27:\"... Deleting orphaned links\";i:2;N;}i:24;a:3:{i:0;i:0;i:1;s:36:\"... 0 links deleted in 0.004 seconds\";i:2;N;}i:25;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.008 seconds\";i:2;N;}i:26;a:3:{i:0;i:1;i:1;s:20:\"Notifying modules...\";i:2;N;}i:27;a:3:{i:0;i:0;i:1;s:25:\"... Updating module cache\";i:2;N;}i:28;a:3:{i:0;i:1;i:1;s:36:\"... Cache refresh took 0.024 seconds\";i:2;N;}i:29;a:3:{i:0;i:0;i:1;s:19:\"... Loading modules\";i:2;N;}i:30;a:3:{i:0;i:1;i:1;s:37:\"... 4 modules loaded in 0.002 seconds\";i:2;N;}i:31;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"http\"\";i:2;N;}i:32;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"link\"\";i:2;N;}i:33;a:3:{i:0;i:0;i:1;s:28:\"... Notifying module \"image\"\";i:2;N;}i:34;a:3:{i:0;i:0;i:1;s:31:\"... Notifying module \"metadata\"\";i:2;N;}i:35;a:3:{i:0;i:0;i:1;s:32:\"... Notifying module \"url_field\"\";i:2;N;}i:36;a:3:{i:0;i:0;i:1;s:30:\"... Notifying module \"comment\"\";i:2;N;}i:37;a:3:{i:0;i:0;i:1;s:51:\"...... Deleting synch. records for removed comments\";i:2;N;}i:38;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows deleted in 0.005 seconds\";i:2;N;}i:39;a:3:{i:0;i:0;i:1;s:47:\"...... Creating synch. records for new comments\";i:2;N;}i:40;a:3:{i:0;i:0;i:1;s:39:\"...... 0 rows inserted in 0.006 seconds\";i:2;N;}i:41;a:3:{i:0;i:0;i:1;s:26:\"... Notifying module \"acf\"\";i:2;N;}i:42;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"post\"\";i:2;N;}i:43;a:3:{i:0;i:0;i:1;s:74:\"...... Deleting synch records for removed posts & post with invalid status\";i:2;N;}i:44;a:3:{i:0;i:0;i:1;s:189:\"DELETE synch.* FROM WP_blc_synch AS synch WHERE synch.container_id NOT IN (\'101\', \'96\', \'91\', \'75\', \'78\', \'72\', \'66\', \'61\', \'58\', \'49\', \'48\', \'45\', \'43\', \'88\', \'84\', \'16\', \'30\', \'25\', \'33\')\";i:2;N;}i:45;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows deleted in 0.003 seconds\";i:2;N;}i:46;a:3:{i:0;i:0;i:1;s:41:\"...... Marking changed posts as unsynched\";i:2;N;}i:47;a:3:{i:0;i:0;i:1;s:220:\"UPDATE\n WP_blc_synch AS synch\n JOIN WP_posts AS posts ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)\n SET\n synched = 0\n WHERE\n synch.last_synch < posts.post_modified\";i:2;N;}i:48;a:3:{i:0;i:0;i:1;s:38:\"...... 0 rows updated in 0.004 seconds\";i:2;N;}i:49;a:3:{i:0;i:0;i:1;s:43:\"...... Creating synch records for new posts\";i:2;N;}i:50;a:3:{i:0;i:0;i:1;s:389:\"INSERT INTO WP_blc_synch(container_id, container_type, synched)\n SELECT posts.id, posts.post_type, 0\n FROM\n WP_posts AS posts LEFT JOIN WP_blc_synch AS synch\n ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)\n WHERE\n posts.post_status IN (\'publish\')\n AND posts.post_type IN (\'post\', \'page\')\n AND synch.container_id IS NULL\";i:2;N;}i:51;a:3:{i:0;i:0;i:1;s:39:\"...... 0 rows inserted in 0.001 seconds\";i:2;N;}i:52;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"page\"\";i:2;N;}i:53;a:3:{i:0;i:0;i:1;s:74:\"...... Skipping \"page\" resyncyh since all post types were already synched.\";i:2;N;}i:54;a:3:{i:0;i:0;i:1;s:38:\"... Notifying module \"youtube-checker\"\";i:2;N;}i:55;a:3:{i:0;i:0;i:1;s:37:\"... Notifying module \"youtube-iframe\"\";i:2;N;}i:56;a:3:{i:0;i:0;i:1;s:28:\"... Notifying module \"dummy\"\";i:2;N;}i:57;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.063 seconds\";i:2;N;}i:58;a:3:{i:0;i:1;i:1;s:38:\"Updating server load limit settings...\";i:2;N;}i:59;a:3:{i:0;i:1;i:1;s:26:\"Optimizing the database...\";i:2;N;}i:60;a:3:{i:0;i:1;i:1;s:24:\"--- Total: 0.378 seconds\";i:2;N;}i:61;a:3:{i:0;i:1;i:1;s:26:\"Completing installation...\";i:2;N;}i:62;a:3:{i:0;i:1;i:1;s:20:\"Configuration saved.\";i:2;N;}i:63;a:3:{i:0;i:1;i:1;s:78:\"Installation/update completed at 2021-04-28 15:40:13 with 29 queries executed.\";i:2;N;}i:64;a:3:{i:0;i:1;i:1;s:25:\"Total time: 0.544 seconds\";i:2;N;}}','yes'),(22042,'blc_activation_enabled','1','yes'),(22043,'wt_cli_start_date','1619624413','yes'),(22044,'wt_cli_cookie_db_version','1.0','yes'),(22045,'wt_cli_db_version','2.0.6','yes'),(22046,'wt_cli_version','2.0.6','yes'),(22060,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','yes'),(22062,'finished_updating_comment_type','1','yes'),(22431,'auto_plugin_theme_update_emails','a:0:{}','yes'),(22509,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(22967,'xmlsf_comments_meta_primed','a:0:{}','yes'),(22968,'xmlsf_authors','','yes'),(22969,'xmlsf_author_settings','a:3:{s:6:\"active\";s:1:\"1\";s:8:\"priority\";s:3:\"0.3\";s:10:\"term_limit\";s:4:\"1000\";}','yes'),(22971,'rewrite_rules','a:114:{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:74:\"sitemap(-[a-z0-9\\-_]+)?(?:\\.([0-9]{4,8}))?(?:\\.([0-9]{1,2}))?\\.xml(\\.gz)?$\";s:72:\"index.php?feed=sitemap$matches[1]$matches[4]&m=$matches[2]&w=$matches[3]\";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: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:41:\"cookielawinfo/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"cookielawinfo/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"cookielawinfo/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cookielawinfo/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"cookielawinfo/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"cookielawinfo/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"cookielawinfo/([^/]+)/embed/?$\";s:46:\"index.php?cookielawinfo=$matches[1]&embed=true\";s:34:\"cookielawinfo/([^/]+)/trackback/?$\";s:40:\"index.php?cookielawinfo=$matches[1]&tb=1\";s:42:\"cookielawinfo/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?cookielawinfo=$matches[1]&paged=$matches[2]\";s:49:\"cookielawinfo/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?cookielawinfo=$matches[1]&cpage=$matches[2]\";s:38:\"cookielawinfo/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?cookielawinfo=$matches[1]&page=$matches[2]\";s:30:\"cookielawinfo/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"cookielawinfo/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"cookielawinfo/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cookielawinfo/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"cookielawinfo/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"cookielawinfo/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"cookielawinfo-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:75:\"index.php?taxonomy=cookielawinfo-category&term=$matches[1]&feed=$matches[2]\";s:58:\"cookielawinfo-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:75:\"index.php?taxonomy=cookielawinfo-category&term=$matches[1]&feed=$matches[2]\";s:39:\"cookielawinfo-category/([^/]+)/embed/?$\";s:69:\"index.php?taxonomy=cookielawinfo-category&term=$matches[1]&embed=true\";s:51:\"cookielawinfo-category/([^/]+)/page/?([0-9]{1,})/?$\";s:76:\"index.php?taxonomy=cookielawinfo-category&term=$matches[1]&paged=$matches[2]\";s:33:\"cookielawinfo-category/([^/]+)/?$\";s:58:\"index.php?taxonomy=cookielawinfo-category&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(23027,'imsanity_delete_originals','','no'),(23046,'ai1wm_secret_key','miT8bMQ1vzXH','yes'),(23047,'ai1wm_backups_labels','a:0:{}','yes'),(23048,'ai1wm_sites_links','a:0:{}','yes'),(23049,'swift_performance_plugin_organizer','a:0:{}','yes'),(23050,'jetpack_active_modules','a:0:{}','yes'),(23051,'_transient_doing_cron','1660732216.8104310035705566406250','yes'),(23053,'_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:1676576575;s:15:\"version_checked\";s:3:\"6.0\";s:12:\"translations\";a:0:{}}','no'),(23057,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1676576578;s:7:\"checked\";a:7:{s:6:\"primer\";s:5:\"1.8.9\";s:14:\"twentynineteen\";s:3:\"2.1\";s:15:\"twentyseventeen\";s:3:\"2.8\";s:13:\"twentysixteen\";s:3:\"2.5\";s:12:\"twentytwenty\";s:3:\"1.8\";s:15:\"twentytwentyone\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.2\";}s:8:\"response\";a:6:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.4.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.8.zip\";s:8:\"requires\";s:3:\"4.4\";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'),(23058,'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'),(23060,'_site_transient_timeout_theme_roots','1676578375','no'),(23061,'_site_transient_theme_roots','a:7:{s:6:\"primer\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(23062,'wpil_2_license_status','','yes'),(23063,'wpil_2_license_key','','yes'),(23064,'wpil_2_license_data','','yes'),(23065,'wpil_2_ignore_numbers','1','yes'),(23066,'wpil_2_post_types','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(23067,'wpil_2_links_open_new_tab','0','yes'),(23068,'wpil_2_debug_mode','0','yes'),(23069,'wpil_option_update_reporting_data_on_save','0','yes'),(23070,'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'),(23071,'wpil_has_run_initial_scan','1','yes'),(23072,'wpil_site_db_version','1.22','yes'),(23073,'wpil_link_table_is_created','1','yes'),(23074,'wpil_fresh_install','','yes'),(23075,'wpil_install_date','2023-02-16 19:42:56','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=357 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,4,'_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\"]'),(4,4,'_mail','a:8:{s:7:\"subject\";s:79:\"linuxcompanies.be | Everything about Linux in one central spot \"[your-subject]\"\";s:6:\"sender\";s:87:\"linuxcompanies.be | Everything about Linux in one central spot <[email protected]>\";s:4:\"body\";s:225:\"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 linuxcompanies.be | Everything about Linux in one central spot (http://linuxcompanies.be)\";s:9:\"recipient\";s:22:\"[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;}'),(5,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:79:\"linuxcompanies.be | Everything about Linux in one central spot \"[your-subject]\"\";s:6:\"sender\";s:87:\"linuxcompanies.be | Everything about Linux in one central spot <[email protected]>\";s:4:\"body\";s:167:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on linuxcompanies.be | Everything about Linux in one central spot (http://linuxcompanies.be)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: [email protected]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,4,'_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.\";}'),(7,4,'_additional_settings',NULL),(8,4,'_locale','en_US'),(9,6,'_menu_item_type','taxonomy'),(10,6,'_menu_item_menu_item_parent','0'),(11,6,'_menu_item_object_id','3'),(12,6,'_menu_item_object','category'),(13,6,'_menu_item_target',''),(14,6,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(15,6,'_menu_item_xfn',''),(16,6,'_menu_item_url',''),(27,8,'_menu_item_type','taxonomy'),(28,8,'_menu_item_menu_item_parent','0'),(29,8,'_menu_item_object_id','6'),(30,8,'_menu_item_object','category'),(31,8,'_menu_item_target',''),(32,8,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(33,8,'_menu_item_xfn',''),(34,8,'_menu_item_url',''),(36,9,'_menu_item_type','taxonomy'),(37,9,'_menu_item_menu_item_parent','0'),(38,9,'_menu_item_object_id','5'),(39,9,'_menu_item_object','category'),(40,9,'_menu_item_target',''),(41,9,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(42,9,'_menu_item_xfn',''),(43,9,'_menu_item_url',''),(45,10,'_menu_item_type','taxonomy'),(46,10,'_menu_item_menu_item_parent','0'),(47,10,'_menu_item_object_id','4'),(48,10,'_menu_item_object','category'),(49,10,'_menu_item_target',''),(50,10,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(51,10,'_menu_item_xfn',''),(52,10,'_menu_item_url',''),(56,13,'_edit_last','1'),(57,13,'_edit_lock','1579866572:1'),(58,16,'_edit_lock','1579866737:1'),(59,16,'_edit_last','1'),(79,21,'_wp_attached_file','2020/01/linux.jpg'),(80,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1030;s:4:\"file\";s:17:\"2020/01/linux.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"linux-300x161.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"linux-1024x549.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"linux-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"linux-768x412.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"linux-1536x824.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:824;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:18:\"linux-1600x858.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:858;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:{}}}'),(81,22,'_wp_attached_file','2020/01/cropped-linux.jpg'),(82,22,'_wp_attachment_context','custom-header'),(83,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2400;s:6:\"height\";i:1299;s:4:\"file\";s:25:\"2020/01/cropped-linux.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"cropped-linux-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"cropped-linux-1024x554.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"cropped-linux-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:25:\"cropped-linux-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"cropped-linux-1536x831.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"cropped-linux-2048x1108.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"primer-featured\";a:4:{s:4:\"file\";s:26:\"cropped-linux-1600x866.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:866;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:17:\"attachment_parent\";i:21;}'),(84,22,'_wp_attachment_custom_header_last_used_primer','1579867300'),(85,22,'_wp_attachment_is_custom_header','primer'),(86,23,'_wp_attached_file','2020/01/icon.png'),(87,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:930;s:6:\"height\";i:930;s:4:\"file\";s:16:\"2020/01/icon.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"icon-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(88,24,'_wp_attached_file','2020/01/cropped-icon.png'),(89,24,'_wp_attachment_context','site-icon'),(90,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2020/01/cropped-icon.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93,26,'_wp_attached_file','2020/01/linux-kopen.jpg'),(94,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:539;s:4:\"file\";s:23:\"2020/01/linux-kopen.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"linux-kopen-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"linux-kopen-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:\"linux-kopen-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;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:{}}}'),(95,25,'_edit_last','1'),(96,25,'_edit_lock','1579867056:1'),(97,25,'_thumbnail_id','26'),(100,25,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(101,25,'_yoast_wpseo_content_score','30'),(102,25,'_wp_old_date','2020-01-24'),(103,25,'_yoast_wpseo_primary_category','2'),(108,30,'_edit_last','1'),(109,30,'_edit_lock','1580678326:1'),(110,31,'_wp_attached_file','2020/01/linuxen.jpg'),(111,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:293;s:4:\"file\";s:19:\"2020/01/linuxen.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"linuxen-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"linuxen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,30,'_thumbnail_id','31'),(115,30,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(116,30,'_yoast_wpseo_content_score','30'),(117,30,'_wp_old_date','2020-01-25'),(118,30,'_yoast_wpseo_primary_category','5'),(119,33,'_edit_last','1'),(120,33,'_edit_lock','1579982624:1'),(121,34,'_wp_attached_file','2020/01/linux-logo.jpg'),(122,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:752;s:6:\"height\";i:703;s:4:\"file\";s:22:\"2020/01/linux-logo.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"linux-logo-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"linux-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(123,33,'_thumbnail_id','34'),(126,33,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(127,33,'_yoast_wpseo_content_score','30'),(128,33,'_wp_old_date','2020-01-25'),(129,33,'_yoast_wpseo_primary_category','6'),(144,43,'_edit_last','1'),(145,43,'_edit_lock','1581322635:1'),(146,43,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(147,45,'_edit_last','1'),(148,45,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(149,45,'_edit_lock','1581922676:1'),(174,53,'_menu_item_type','post_type'),(175,53,'_menu_item_menu_item_parent','0'),(176,53,'_menu_item_object_id','43'),(177,53,'_menu_item_object','page'),(178,53,'_menu_item_target',''),(179,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(180,53,'_menu_item_xfn',''),(181,53,'_menu_item_url',''),(182,54,'_menu_item_type','post_type'),(183,54,'_menu_item_menu_item_parent','0'),(184,54,'_menu_item_object_id','48'),(185,54,'_menu_item_object','page'),(186,54,'_menu_item_target',''),(187,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(188,54,'_menu_item_xfn',''),(189,54,'_menu_item_url',''),(190,55,'_menu_item_type','post_type'),(191,55,'_menu_item_menu_item_parent','0'),(192,55,'_menu_item_object_id','45'),(193,55,'_menu_item_object','page'),(194,55,'_menu_item_target',''),(195,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,55,'_menu_item_xfn',''),(197,55,'_menu_item_url',''),(198,56,'_wp_attached_file','2020/02/happy_woman.jpg'),(199,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2020/02/happy_woman.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"happy_woman-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:23:\"happy_woman-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,57,'_wp_attached_file','2020/02/77dbfee7db15a47bc539354d905bb605.jpg'),(201,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:250;s:4:\"file\";s:44:\"2020/02/77dbfee7db15a47bc539354d905bb605.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"77dbfee7db15a47bc539354d905bb605-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,58,'_edit_last','1'),(203,58,'_edit_lock','1581545075:1'),(204,59,'_wp_attached_file','2020/02/012int.png'),(205,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:18:\"2020/02/012int.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"012int-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"012int-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"012int-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"012int-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;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:{}}}'),(206,58,'_oembed_beab403e3f475ae3e243316bbc35ccaf','<iframe title=\"Internetsnelheid verbeteren?\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/Zsymcs0iRgw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(207,58,'_oembed_time_beab403e3f475ae3e243316bbc35ccaf','1581544762'),(208,58,'_thumbnail_id','59'),(209,58,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(210,58,'_yoast_wpseo_primary_category','8'),(211,62,'_wp_attached_file','2020/02/v12.jpg'),(212,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:15:\"2020/02/v12.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"v12-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"v12-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"v12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"v12-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(213,61,'_edit_last','1'),(214,61,'_edit_lock','1581544921:1'),(215,61,'_oembed_936af86a9b8c84b7a71bb7c713e92736','<iframe title=\"Autoverzekering: Bekijk video over de autoverzekering - Verzekeruzelf.nl\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/pbCavYAK9sg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(216,61,'_oembed_time_936af86a9b8c84b7a71bb7c713e92736','1581544982'),(217,61,'_thumbnail_id','62'),(218,61,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(219,61,'_yoast_wpseo_content_score','30'),(220,61,'_yoast_wpseo_primary_category','4'),(223,66,'_edit_last','1'),(224,66,'_edit_lock','1581635011:1'),(225,66,'_oembed_65916ac27a215bc5058f4d75ac855795','<iframe title=\"Be a Bookkeeper! How to start your business step-by-step.\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/W089i96rbzI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(226,66,'_oembed_time_65916ac27a215bc5058f4d75ac855795','1581634547'),(227,67,'_wp_attached_file','2020/02/212s.jpg'),(228,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1068;s:6:\"height\";i:601;s:4:\"file\";s:16:\"2020/02/212s.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"212s-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"212s-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"212s-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:16:\"212s-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;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:{}}}'),(229,66,'_thumbnail_id','67'),(230,66,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(231,66,'_yoast_wpseo_content_score','30'),(232,66,'_yoast_wpseo_primary_category','5'),(236,72,'_edit_last','1'),(237,72,'_edit_lock','1582141396:1'),(238,72,'_oembed_700ebbbb8d31a6d0c7645653b4a76fba','<iframe title=\"Volkswagen Autoverzekering - Nieuwwaardegarantie\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/6JQn2bzvuI4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(239,72,'_oembed_time_700ebbbb8d31a6d0c7645653b4a76fba','1582141375'),(240,72,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(241,72,'_yoast_wpseo_primary_category','4'),(242,74,'_wp_attached_file','2020/02/cjdkd33.jpeg'),(243,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:324;s:6:\"height\";i:155;s:4:\"file\";s:20:\"2020/02/cjdkd33.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"cjdkd33-300x144.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"cjdkd33-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(244,72,'_thumbnail_id','74'),(245,75,'_edit_last','1'),(246,75,'_edit_lock','1582322670:1'),(247,75,'_oembed_bfe504859d1da273b743de25abecb62b','<iframe title=\"Bitcoins Sudden Drop... Here's Why it Matters\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/OWYvsBPPqb4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(248,75,'_oembed_time_bfe504859d1da273b743de25abecb62b','1582322750'),(249,76,'_wp_attached_file','2020/02/jadlde4.jpeg'),(250,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:168;s:4:\"file\";s:20:\"2020/02/jadlde4.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"jadlde4-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(251,75,'_thumbnail_id','76'),(252,75,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(253,75,'_yoast_wpseo_content_score','30'),(254,75,'_yoast_wpseo_primary_category','9'),(255,78,'_edit_last','1'),(256,78,'_edit_lock','1582411574:1'),(257,78,'_oembed_a079ab2110759ac6577505a8baa5378f','<iframe title=\"Uw auto verkopen op een VLOTTE, VEILIGE en ZORGELOZE manier.\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/A7FaPWC_IWo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(258,78,'_oembed_time_a079ab2110759ac6577505a8baa5378f','1582411663'),(259,79,'_wp_attached_file','2020/02/v03434.jpg'),(260,79,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:404;s:4:\"file\";s:18:\"2020/02/v03434.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"v03434-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"v03434-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(261,78,'_thumbnail_id','79'),(262,78,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(263,78,'_yoast_wpseo_content_score','30'),(264,78,'_yoast_wpseo_primary_category','10'),(267,84,'_oembed_54618fb8453ca1e8ea51c102e6615ff1','<iframe title=\"Bereken hoeveel jij kan besparen op je energierekening\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/0tHQtNjdLTg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(268,84,'_oembed_time_54618fb8453ca1e8ea51c102e6615ff1','1583602056'),(269,85,'_wp_attached_file','2020/03/82918e.jpg'),(270,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:511;s:4:\"file\";s:18:\"2020/03/82918e.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"82918e-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"82918e-1024x409.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:409;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"82918e-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:18:\"82918e-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;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:{}}}'),(271,84,'_edit_last','1'),(272,84,'_edit_lock','1583602132:1'),(273,84,'_thumbnail_id','85'),(275,84,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(276,84,'_yoast_wpseo_content_score','60'),(277,84,'_wp_old_date','2020-03-07'),(278,84,'_yoast_wpseo_primary_category','11'),(279,88,'_edit_last','1'),(280,88,'_edit_lock','1583602470:1'),(281,88,'_oembed_4cad141cb5d8c7505dde6da8375ebf1f','<iframe title=\"Waarom geld lenen van China best gevaarlijk is • Z zoekt uit\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/TSSieqW0WW0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(282,88,'_oembed_time_4cad141cb5d8c7505dde6da8375ebf1f','1583602524'),(283,89,'_wp_attached_file','2020/03/gel9129a.jpg'),(284,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2020/03/gel9129a.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"gel9129a-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"gel9129a-1024x372.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"gel9129a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"gel9129a-768x279.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:279;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:{}}}'),(285,88,'_thumbnail_id','89'),(287,88,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(288,88,'_yoast_wpseo_content_score','60'),(289,88,'_wp_old_date','2020-03-07'),(290,88,'_yoast_wpseo_primary_category','12'),(292,78,'_oembed_bfe504859d1da273b743de25abecb62b','<iframe title=\"Bitcoins Sudden Drop... Here's Why it Matters\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/OWYvsBPPqb4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(293,78,'_oembed_time_bfe504859d1da273b743de25abecb62b','1583878759'),(294,91,'_edit_last','1'),(295,91,'_edit_lock','1584122851:1'),(296,91,'_oembed_2b3668a028b9dbcd54a2594aa0ae3982','<iframe title=\"Zo gaat het bij het theorie-examen van het CBR\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/Yr_ysialPKE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(297,91,'_oembed_time_2b3668a028b9dbcd54a2594aa0ae3982','1584122910'),(298,92,'_wp_attached_file','2020/03/v3894.jpg'),(299,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:484;s:4:\"file\";s:17:\"2020/03/v3894.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"v3894-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"v3894-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(300,91,'_thumbnail_id','92'),(301,91,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(302,91,'_yoast_wpseo_content_score','30'),(303,91,'_yoast_wpseo_primary_category','13'),(305,96,'_edit_last','1'),(306,96,'_edit_lock','1610669658:1'),(307,96,'_oembed_6c62f463727afeeec991cb7ba6fba0c2','<iframe title=\"Peer To Peer Lending: Is It Worth It?\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/2rZEgmLIJ1o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(308,96,'_oembed_time_6c62f463727afeeec991cb7ba6fba0c2','1584482082'),(309,97,'_wp_attached_file','2020/03/kb93.jpeg'),(310,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:17:\"2020/03/kb93.jpeg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"kb93-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(311,96,'_thumbnail_id','97'),(312,96,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(313,96,'_yoast_wpseo_content_score','60'),(314,96,'_yoast_wpseo_primary_category','14'),(317,91,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:61:\"http://linuxcompanies.be/wp-content/uploads/2020/03/v3894.jpg\";s:5:\"title\";s:5:\"v3894\";s:7:\"caption\";s:0:\"\";}'),(318,88,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:64:\"http://linuxcompanies.be/wp-content/uploads/2020/03/gel9129a.jpg\";s:5:\"title\";s:8:\"gel9129a\";s:7:\"caption\";s:0:\"\";}'),(319,84,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:62:\"http://linuxcompanies.be/wp-content/uploads/2020/03/82918e.jpg\";s:5:\"title\";s:6:\"82918e\";s:7:\"caption\";s:0:\"\";}'),(320,78,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:62:\"http://linuxcompanies.be/wp-content/uploads/2020/02/v03434.jpg\";s:5:\"title\";s:6:\"v03434\";s:7:\"caption\";s:0:\"\";}'),(321,75,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:64:\"http://linuxcompanies.be/wp-content/uploads/2020/02/jadlde4.jpeg\";s:5:\"title\";s:7:\"jadlde4\";s:7:\"caption\";s:0:\"\";}'),(322,72,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:64:\"http://linuxcompanies.be/wp-content/uploads/2020/02/cjdkd33.jpeg\";s:5:\"title\";s:7:\"cjdkd33\";s:7:\"caption\";s:0:\"\";}'),(323,66,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:60:\"http://linuxcompanies.be/wp-content/uploads/2020/02/212s.jpg\";s:5:\"title\";s:4:\"212s\";s:7:\"caption\";s:0:\"\";}'),(324,58,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:62:\"http://linuxcompanies.be/wp-content/uploads/2020/02/012int.png\";s:5:\"title\";s:6:\"012int\";s:7:\"caption\";s:0:\"\";}'),(325,61,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:59:\"http://linuxcompanies.be/wp-content/uploads/2020/02/v12.jpg\";s:5:\"title\";s:3:\"v12\";s:7:\"caption\";s:0:\"\";}'),(326,30,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:63:\"http://linuxcompanies.be/wp-content/uploads/2020/01/linuxen.jpg\";s:5:\"title\";s:7:\"linuxen\";s:7:\"caption\";s:0:\"\";}'),(327,33,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:66:\"http://linuxcompanies.be/wp-content/uploads/2020/01/linux-logo.jpg\";s:5:\"title\";s:10:\"linux-logo\";s:7:\"caption\";s:0:\"\";}'),(328,25,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"http://linuxcompanies.be/wp-content/uploads/2020/01/linux-kopen.jpg\";s:5:\"title\";s:11:\"linux-kopen\";s:7:\"caption\";s:0:\"\";}'),(329,102,'_wp_attached_file','2020/09/b4g4f4b4gf4.jpg'),(330,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:23:\"2020/09/b4g4f4b4gf4.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"b4g4f4b4gf4-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:23:\"b4g4f4b4gf4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(331,101,'_edit_last','1'),(332,101,'_thumbnail_id','102'),(333,101,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(334,101,'_yoast_wpseo_content_score','30'),(335,101,'_yoast_wpseo_primary_category','15'),(336,101,'_edit_lock','1600203132:1'),(337,101,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:67:\"http://linuxcompanies.be/wp-content/uploads/2020/09/b4g4f4b4gf4.jpg\";s:5:\"title\";s:11:\"b4g4f4b4gf4\";s:7:\"caption\";s:0:\"\";}'),(339,96,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:61:\"http://linuxcompanies.be/wp-content/uploads/2020/03/kb93.jpeg\";s:5:\"title\";s:4:\"kb93\";s:7:\"caption\";s:0:\"\";}'),(341,106,'_edit_last','1'),(342,106,'_edit_lock','1618598625:1'),(343,106,'_oembed_64ee7e100cf55deb0d18d5d44caefdad','<iframe title=\"?⚠️ NIO DROPS OVER 6% With TESLA Stock Forming Bullish Patterns // NIO & TESLA Stock Price Update\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/wjY5XN6eqsY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(344,106,'_oembed_time_64ee7e100cf55deb0d18d5d44caefdad','1618598685'),(345,107,'_wp_attached_file','2021/04/fd44d.jpg'),(346,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:450;s:4:\"file\";s:17:\"2021/04/fd44d.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"fd44d-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"fd44d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(347,106,'_thumbnail_id','107'),(348,106,'_heateor_sss_meta','a:2:{s:7:\"sharing\";i:0;s:16:\"vertical_sharing\";i:0;}'),(349,106,'_yoast_wpseo_content_score','30'),(350,106,'_yoast_wpseo_primary_category','16'),(353,106,'_xmlsf_image_featured','a:3:{s:3:\"loc\";s:61:\"http://linuxcompanies.be/wp-content/uploads/2021/04/fd44d.jpg\";s:5:\"title\";s:5:\"fd44d\";s:7:\"caption\";s:0:\"\";}'),(355,58,'_oembed_64ee7e100cf55deb0d18d5d44caefdad','<iframe title=\"?⚠️ NIO DROPS OVER 6% With TESLA Stock Forming Bullish Patterns // NIO & TESLA Stock Price Update\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/wjY5XN6eqsY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(356,58,'_oembed_time_64ee7e100cf55deb0d18d5d44caefdad','1620586568');
/*!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=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (4,0,'2019-12-22 13:40:31','2019-12-22 13:40:31','<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\"]\nlinuxcompanies.be | Everything about Linux in one central spot \"[your-subject]\"\nlinuxcompanies.be | Everything about Linux in one central spot \nFrom: [your-name] \nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on linuxcompanies.be | Everything about Linux in one central spot (http://linuxcompanies.be)\[email protected]\nReply-To: [your-email]\n\n0\n0\n\nlinuxcompanies.be | Everything about Linux in one central spot \"[your-subject]\"\nlinuxcompanies.be | Everything about Linux in one central spot \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on linuxcompanies.be | Everything about Linux in one central spot (http://linuxcompanies.be)\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','','','2019-12-22 13:40:31','2019-12-22 13:40:31','',0,'http://linuxcompanies.be/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(6,1,'2020-01-24 11:51:03','2020-01-24 11:51:03',' ','','','publish','closed','closed','','6','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=6',1,'nav_menu_item','',0),(8,1,'2020-01-24 11:51:03','2020-01-24 11:51:03',' ','','','publish','closed','closed','','8','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=8',2,'nav_menu_item','',0),(9,1,'2020-01-24 11:51:04','2020-01-24 11:51:04',' ','','','publish','closed','closed','','9','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=9',3,'nav_menu_item','',0),(10,1,'2020-01-24 11:51:04','2020-01-24 11:51:04',' ','','','publish','closed','closed','','10','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=10',4,'nav_menu_item','',0),(13,1,'2020-01-24 11:51:54','2020-01-24 11:51:54','Last updated: [wpautoterms last_updated_date]\r\n\r\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\r\n\r\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\r\n\r\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\r\n<h2>Links To Other Web Sites</h2>\r\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\r\n\r\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\r\n\r\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\r\n<h2>Termination</h2>\r\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\r\n\r\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\r\n<h2>Disclaimer</h2>\r\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\r\n<h2>Governing Law</h2>\r\nThese Terms shall be governed and construed in accordance with the laws of Belgium without regard to its conflict of law provisions.\r\n\r\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\r\n<h2>Changes</h2>\r\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\r\n\r\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\r\n<h2>Contact Us</h2>\r\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-01-24 11:51:54','2020-01-24 11:51:54','',0,'http://linuxcompanies.be/?post_type=wpautoterms_page&p=13',0,'wpautoterms_page','',0),(14,1,'2020-01-24 11:51:50','2020-01-24 11:51:50','','placeholder','','inherit','closed','closed','','13-revision-v1','','','2020-01-24 11:51:50','2020-01-24 11:51:50','',13,'http://linuxcompanies.be/13-revision-v1/',0,'revision','',0),(15,1,'2020-01-24 11:51:50','2020-01-24 11:51:50','\nLast updated: [wpautoterms last_updated_date]\n\nPlease read these Terms of Use (\"Terms\", \"Terms of Use\") carefully before using the [wpautoterms site_url] website (the \"Service\") operated by [wpautoterms company_name] (\"us\", \"we\", or \"our\").\n\nYour access to and use of the Service is conditioned on your acceptance of and compliance with these Terms. These Terms apply to all visitors, users and others who access or use the Service.\n\nBy accessing or using the Service you agree to be bound by these Terms. If you disagree with any part of the terms then you may not access the Service.\n\n\n\n<h2>Links To Other Web Sites</h2>\n\nOur Service may contain links to third-party web sites or services that are not owned or controlled by [wpautoterms company_name].\n\n[wpautoterms company_name] has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that [wpautoterms company_name] shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on or through any such web sites or services.\n\nWe strongly advise you to read the terms and conditions and privacy policies of any third-party web sites or services that you visit.\n\n<h2>Termination</h2>\n\nWe may terminate or suspend access to our Service immediately, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms.\n\nAll provisions of the Terms which by their nature should survive termination shall survive termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity and limitations of liability.\n\n\n<h2>Disclaimer</h2>\n\nYour use of the Service is at your sole risk. The Service is provided on an \"AS IS\" and \"AS AVAILABLE\" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.\n\n<h2>Governing Law</h2>\n\nThese Terms shall be governed and construed in accordance with the laws of Belgium without regard to its conflict of law provisions.\n\nOur failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have between us regarding the Service.\n\n<h2>Changes</h2>\n\nWe reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will try to provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.\n\nBy continuing to access or use our Service after those revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, please stop using the Service.\n\n<h2>Contact Us</h2>\n\nIf you have any questions about these Terms, please contact us.','Terms and Conditions','','inherit','closed','closed','','13-revision-v1','','','2020-01-24 11:51:50','2020-01-24 11:51:50','',13,'http://linuxcompanies.be/13-revision-v1/',0,'revision','',0),(16,1,'2020-01-24 11:52:16','2020-01-24 11:52:16','<!-- wp:paragraph -->\n<p> [wpautoterms page=\"terms-and-conditions\"] </p>\n<!-- /wp:paragraph -->','Algemene voorwaarden','','publish','closed','closed','','algemene-voorwaarden','','','2020-01-24 11:52:16','2020-01-24 11:52:16','',0,'http://linuxcompanies.be/?page_id=16',0,'page','',0),(17,1,'2020-01-24 11:52:16','2020-01-24 11:52:16','<!-- wp:paragraph -->\n<p> [wpautoterms page=\"terms-and-conditions\"] </p>\n<!-- /wp:paragraph -->','Algemene voorwaarden','','inherit','closed','closed','','16-revision-v1','','','2020-01-24 11:52:16','2020-01-24 11:52:16','',16,'http://linuxcompanies.be/16-revision-v1/',0,'revision','',0),(21,1,'2020-01-24 11:53:21','2020-01-24 11:53:21','','linux','','inherit','closed','closed','','linux','','','2020-01-24 11:53:21','2020-01-24 11:53:21','',0,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux.jpg',0,'attachment','image/jpeg',0),(22,1,'2020-01-24 11:53:26','2020-01-24 11:53:26','','cropped-linux.jpg','','inherit','closed','closed','','cropped-linux-jpg','','','2020-01-24 11:53:26','2020-01-24 11:53:26','',0,'http://linuxcompanies.be/wp-content/uploads/2020/01/cropped-linux.jpg',0,'attachment','image/jpeg',0),(23,1,'2020-01-24 11:55:19','2020-01-24 11:55:19','','icon','','inherit','closed','closed','','icon','','','2020-01-24 11:55:19','2020-01-24 11:55:19','',0,'http://linuxcompanies.be/wp-content/uploads/2020/01/icon.png',0,'attachment','image/png',0),(24,1,'2020-01-24 11:55:22','2020-01-24 11:55:22','http://linuxcompanies.be/wp-content/uploads/2020/01/cropped-icon.png','cropped-icon.png','','inherit','closed','closed','','cropped-icon-png','','','2020-01-24 11:55:22','2020-01-24 11:55:22','',0,'http://linuxcompanies.be/wp-content/uploads/2020/01/cropped-icon.png',0,'attachment','image/png',0),(25,1,'2020-01-13 14:57:07','2020-01-13 14:57:07','Op het gebied van new age technologie zijn velen nog onbekend met de termen zoals webhosting. Webhosting is de term die wordt gebruikt voor de schijfruimte of de server die aan bedrijven wordt geleverd voor hun websites. Dit zijn de ruimtes waar de bestanden die nodig zijn voor een website worden bewaard en ook worden uitgezonden op het internet. En een van de meest populaire webhosts van vandaag is Linux hosting.\r\n<h2>Linux hosting is erg populair geworden onder veel gebruikers</h2>\r\nLinux hosting wordt erg populair met zijn voordelen. De voordelen zijn niet alleen gericht op het ontwerp, maar ook op de functionaliteit en de kosteneffectiviteit. De volgende zijn de voordelen van het kiezen van een Linux-server hosting en waarom dit een top keuze is onder zakenmensen.\r\n\r\nTen eerste is het zeer eenvoudig te gebruiken. Door de jaren heen heeft Linux de reputatie gekregen een beetje gecompliceerd te zijn dan Windows. Echter, hun webontwikkelaars hebben het mogelijk gemaakt voor mensen om het te gebruiken met gemak in vergelijking met voor en met aangepaste functionaliteit, zullen gebruikers zeker houden van Linux hosting.\r\n<ul>\r\n <li>Daarnaast staat Linux in het verleden bekend als een meer beveiligd en veilig besturingssysteem. Nu hebben ze dezelfde beveiliging en technologie ingebouwd in hun Linux-server hostingtoepassingen. Hierdoor bent u er zeker van dat de websites niet te veel downtime zullen ervaren.</li>\r\n</ul>\r\n<h2>Linux hosting kan erg makkelijk te gebruiken zijn in combinatie met je computer of laptop</h2>\r\nTen derde zal compatibiliteit geen probleem zijn met Linux-hosting. Ze hebben geïntegreerde compatibiliteitsprogramma\'s om andere toepassingen van andere fabrikanten, zoals Windows, goed te laten draaien op hun servers.\r\n<ul>\r\n <li>Ten vierde is er de stabiliteit. Wordt gerelateerd aan de voordelen hierboven besproken, waardoor andere toepassingen zoals databases zal zeer soepel lopen op Linux hosting waardoor het een zeer stabiele server voor uw website. Nogmaals, overbelasting van verschillende applicaties zal geen probleem zijn met deze hosting. Zet gewoon alle applicaties die u nodig hebt en u zult er zeker van zijn dat uw website niet zal worden neergezet als gevolg van instabiliteit.</li>\r\n</ul>\r\n<h2>Veel besparen door gebruik te maken van Linux servers</h2>\r\nTot slot zult u veel besparen door gebruik te maken van Linux server hosting. Als u zich kunt herinneren, is het Linux-besturingssysteem gratis beschikbaar gesteld aan particulieren. Vandaar dat de toepassingen die u zult gebruiken voor deze host ook gratis zal worden gedownload voor iedereen. Stelt u zich eens voor dat u al het geld dat u bespaart bij het kopen van licenties van andere bedrijven.\r\n<ul>\r\n <li>Dit zijn de redenen waarom de meeste zakenmensen zouden gaan voor Linux hosting. De voordelen zijn duidelijk vermeld die een naam voor Linux-webhosting maakt als de beste en meest kostenefficiënte dienst die men kan krijgen.</li>\r\n</ul>','Er zijn enorm veel gebruikers van Linux, maar waarom kiezen ze voor dit systeem in plaats van Windows?','','publish','closed','open','','er-zijn-enorm-veel-gebruikers-van-linux-maar-waarom-kiezen-ze-voor-dit-systeem-in-plaats-van-windows','','','2020-01-24 11:59:56','2020-01-24 11:59:56','',0,'http://linuxcompanies.be/?p=25',0,'post','',0),(26,1,'2020-01-24 11:58:17','2020-01-24 11:58:17','','linux-kopen','','inherit','closed','closed','','linux-kopen','','','2020-01-24 11:58:17','2020-01-24 11:58:17','',25,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux-kopen.jpg',0,'attachment','image/jpeg',0),(27,1,'2020-01-24 11:59:56','2020-01-24 11:59:56','Op het gebied van new age technologie zijn velen nog onbekend met de termen zoals webhosting. Webhosting is de term die wordt gebruikt voor de schijfruimte of de server die aan bedrijven wordt geleverd voor hun websites. Dit zijn de ruimtes waar de bestanden die nodig zijn voor een website worden bewaard en ook worden uitgezonden op het internet. En een van de meest populaire webhosts van vandaag is Linux hosting.\r\n<h2>Linux hosting is erg populair geworden onder veel gebruikers</h2>\r\nLinux hosting wordt erg populair met zijn voordelen. De voordelen zijn niet alleen gericht op het ontwerp, maar ook op de functionaliteit en de kosteneffectiviteit. De volgende zijn de voordelen van het kiezen van een Linux-server hosting en waarom dit een top keuze is onder zakenmensen.\r\n\r\nTen eerste is het zeer eenvoudig te gebruiken. Door de jaren heen heeft Linux de reputatie gekregen een beetje gecompliceerd te zijn dan Windows. Echter, hun webontwikkelaars hebben het mogelijk gemaakt voor mensen om het te gebruiken met gemak in vergelijking met voor en met aangepaste functionaliteit, zullen gebruikers zeker houden van Linux hosting.\r\n<ul>\r\n <li>Daarnaast staat Linux in het verleden bekend als een meer beveiligd en veilig besturingssysteem. Nu hebben ze dezelfde beveiliging en technologie ingebouwd in hun Linux-server hostingtoepassingen. Hierdoor bent u er zeker van dat de websites niet te veel downtime zullen ervaren.</li>\r\n</ul>\r\n<h2>Linux hosting kan erg makkelijk te gebruiken zijn in combinatie met je computer of laptop</h2>\r\nTen derde zal compatibiliteit geen probleem zijn met Linux-hosting. Ze hebben geïntegreerde compatibiliteitsprogramma\'s om andere toepassingen van andere fabrikanten, zoals Windows, goed te laten draaien op hun servers.\r\n<ul>\r\n <li>Ten vierde is er de stabiliteit. Wordt gerelateerd aan de voordelen hierboven besproken, waardoor andere toepassingen zoals databases zal zeer soepel lopen op Linux hosting waardoor het een zeer stabiele server voor uw website. Nogmaals, overbelasting van verschillende applicaties zal geen probleem zijn met deze hosting. Zet gewoon alle applicaties die u nodig hebt en u zult er zeker van zijn dat uw website niet zal worden neergezet als gevolg van instabiliteit.</li>\r\n</ul>\r\n<h2>Veel besparen door gebruik te maken van Linux servers</h2>\r\nTot slot zult u veel besparen door gebruik te maken van Linux server hosting. Als u zich kunt herinneren, is het Linux-besturingssysteem gratis beschikbaar gesteld aan particulieren. Vandaar dat de toepassingen die u zult gebruiken voor deze host ook gratis zal worden gedownload voor iedereen. Stelt u zich eens voor dat u al het geld dat u bespaart bij het kopen van licenties van andere bedrijven.\r\n<ul>\r\n <li>Dit zijn de redenen waarom de meeste zakenmensen zouden gaan voor Linux hosting. De voordelen zijn duidelijk vermeld die een naam voor Linux-webhosting maakt als de beste en meest kostenefficiënte dienst die men kan krijgen.</li>\r\n</ul>','Er zijn enorm veel gebruikers van Linux, maar waarom kiezen ze voor dit systeem in plaats van Windows?','','inherit','closed','closed','','25-revision-v1','','','2020-01-24 11:59:56','2020-01-24 11:59:56','',25,'http://linuxcompanies.be/25-revision-v1/',0,'revision','',0),(30,1,'2020-01-21 13:58:06','2020-01-21 13:58:06','Met de groeiende komst van technologie en het World Wide Web is het belang van domein en hosting de afgelopen 2 decennia sterk toegenomen. Vandaag de dag, bijna elke kleine en grote onderneming, acht het geschikt om haar zakelijke aanbod en concepten te laten zien op haar eigen ruimte op het internet, haar website.\r\n<ul>\r\n <li>Er zijn vele platformen, frameworks en 2 belangrijke architecturen die zeer nuttig zijn geweest in het hosten van websites en blogs. Windows en Linux zijn 2 superieure platformen waarop het beste van de frameworks feilloos kan worden geïntegreerd en gebruikt. Toch is er een zeker verschil tussen de twee. Hieronder staan bepaalde punten die Linux, een veelgebruikte architectuur voor webhosting, tot stand brengen.</li>\r\n</ul>\r\n<h2>Open Source Architectuur</h2>\r\nDit is de belangrijkste factor die Linux voor velen een gunstige optie maakt. Het is gratis te installeren en te gebruiken! Uiteraard wordt de kostenfactor sterk gereduceerd wanneer u uw webadres op de Linux-architectuur laat hosten. Een ander voordeel van het gebruik van een Open Source ding is dat de ontwikkelingen ervan worden bijgedragen door de gebruikers. Dit betekent meer exposure, meer ideeën en betere vooruitzichten om geïmproviseerd te worden.\r\n<h2>Ongeëvenaarde flexibiliteit</h2>\r\nRekening houdend met het feit dat het een Open Source Software is, ligt het voor de hand dat mensen, met behulp van verschillende systemen, het zouden downloaden en gebruiken! Als zodanig is het platform zeer flexibel en is het ontworpen om op alle soorten systemen te werken, wat de meeste propriëtaire architecturen niet doen! <a class=\"modal-link\" href=\"http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/\">Read more</a>\r\n<h2>Compatibiliteit</h2>\r\nDe Linux-architectuur is zo ontworpen dat het kan werken in compatibiliteit met de meest gezochte platformen en databases zoals PHP, MySQL, WordPress en verschillende andere dergelijke platformen die het best werken wanneer ze gebruikt worden op een Linux-ondersteund systeem. Het is mogelijk om bepaalde platformen zoals JAVA ook op Linux te integreren! De vrijheid om te kiezen voor een groot aantal scripttalen is ook in Linux voorbeeldig.\r\n<h2>Laadsnelheid, stabiliteit en veiligheid</h2>\r\nLinux webhosting geniet een prachtige status voor zover deze drie factoren in aanmerking worden genomen. Een Linux gehoste site zou in een veel kortere tijd worden geladen dan in een andere architectuur. Dit resulteert in een hogere winst voor een deel van de eigenaar. Ten tweede is een Linux-gestuurd systeem veel minder kwetsbaar voor virus- en botaanvallen. Bovendien is het een zeer stabiele architectuur om in te werken en geeft het de gebruiker een onvergelijkbare vrijheid om van de voordelen te genieten.','Met de groei van het internet zijn er natuurlijk veel ontwikkelingen zichtbaar, ook op het gebied van Linux kunnen we veranderingen zien!','','publish','closed','open','','met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien','','','2020-02-02 21:18:44','2020-02-02 21:18:44','',0,'http://linuxcompanies.be/?p=30',0,'post','',0),(31,1,'2020-01-25 20:00:10','2020-01-25 20:00:10','','linuxen','','inherit','closed','closed','','linuxen','','','2020-01-25 20:00:10','2020-01-25 20:00:10','',30,'http://linuxcompanies.be/wp-content/uploads/2020/01/linuxen.jpg',0,'attachment','image/jpeg',0),(32,1,'2020-01-25 20:00:20','2020-01-25 20:00:20','Met de groeiende komst van technologie en het World Wide Web is het belang van domein en hosting de afgelopen 2 decennia sterk toegenomen. Vandaag de dag, bijna elke kleine en grote onderneming, acht het geschikt om haar zakelijke aanbod en concepten te laten zien op haar eigen ruimte op het internet, haar website.\r\n<ul>\r\n <li>Er zijn vele platformen, frameworks en 2 belangrijke architecturen die zeer nuttig zijn geweest in het hosten van websites en blogs. Windows en Linux zijn 2 superieure platformen waarop het beste van de frameworks feilloos kan worden geïntegreerd en gebruikt. Toch is er een zeker verschil tussen de twee. Hieronder staan bepaalde punten die Linux, een veelgebruikte architectuur voor webhosting, tot stand brengen.</li>\r\n</ul>\r\n<h2>Open Source Architectuur</h2>\r\nDit is de belangrijkste factor die Linux voor velen een gunstige optie maakt. Het is gratis te installeren en te gebruiken! Uiteraard wordt de kostenfactor sterk gereduceerd wanneer u uw webadres op de Linux-architectuur laat hosten. Een ander voordeel van het gebruik van een Open Source ding is dat de ontwikkelingen ervan worden bijgedragen door de gebruikers. Dit betekent meer exposure, meer ideeën en betere vooruitzichten om geïmproviseerd te worden.\r\n<h2>Ongeëvenaarde flexibiliteit</h2>\r\nRekening houdend met het feit dat het een Open Source Software is, ligt het voor de hand dat mensen, met behulp van verschillende systemen, het zouden downloaden en gebruiken! Als zodanig is het platform zeer flexibel en is het ontworpen om op alle soorten systemen te werken, wat de meeste propriëtaire architecturen niet doen!\r\n<h2>Compatibiliteit</h2>\r\nDe Linux-architectuur is zo ontworpen dat het kan werken in compatibiliteit met de meest gezochte platformen en databases zoals PHP, MySQL, WordPress en verschillende andere dergelijke platformen die het best werken wanneer ze gebruikt worden op een Linux-ondersteund systeem. Het is mogelijk om bepaalde platformen zoals JAVA ook op Linux te integreren! De vrijheid om te kiezen voor een groot aantal scripttalen is ook in Linux voorbeeldig.\r\n<h2>Laadsnelheid, stabiliteit en veiligheid</h2>\r\nLinux webhosting geniet een prachtige status voor zover deze drie factoren in aanmerking worden genomen. Een Linux gehoste site zou in een veel kortere tijd worden geladen dan in een andere architectuur. Dit resulteert in een hogere winst voor een deel van de eigenaar. Ten tweede is een Linux-gestuurd systeem veel minder kwetsbaar voor virus- en botaanvallen. Bovendien is het een zeer stabiele architectuur om in te werken en geeft het de gebruiker een onvergelijkbare vrijheid om van de voordelen te genieten.','Met de groei van het internet zijn er natuurlijk veel ontwikkelingen zichtbaar, ook op het gebied van Linux kunnen we veranderingen zien!','','inherit','closed','closed','','30-revision-v1','','','2020-01-25 20:00:20','2020-01-25 20:00:20','',30,'http://linuxcompanies.be/30-revision-v1/',0,'revision','',0),(33,1,'2020-01-07 21:02:11','2020-01-07 21:02:11','Het krijgen van Linux hosting is helemaal geen ingewikkelde procedure. Als u Windows draait maar geïnteresseerd bent in het, is er niets om u zorgen over te maken, omdat het besturingssysteem op uw PC en webhosting geen effecten op elkaar heeft. Dus, wilt u meer weten over Linux? Laten we er eens naar kijken.\r\n\r\nDe eerste positieve noot over Linux zou de betaalbaarheid ervan zijn. Het is open-source software en dus goedkoper dan andere software zoals Windows of Mac, omdat er geen licentiekosten aan verbonden zijn. In tegenstelling tot Windows, dat een strikte licentieregel heeft zoals één licentie voor één product, heeft Linux deze beperking niet. U kunt in principe meerdere installaties uitvoeren met één enkele aankoop.\r\n<ul>\r\n <li>Op de vraag naar de betrouwbaarheid heeft Linux bewezen stabiel en betrouwbaar te zijn in het bedienen van talloze webhostingpakketten op het internet. Ook al wordt Windows thuis meer gebruikt in PC\'s, het heeft nog steeds een inhaalslag te maken als het gaat om het hosten van een serveromgeving. Je kunt dus waarschijnlijk zien dat Linux de standaard heeft gezet voor andere platformen. Als er een vergelijking is, zullen ze altijd vergelijken met de Linux.</li>\r\n</ul>\r\n<h2>Een Linux systeem heeft natuurlijk talloze verschillende functies beschikbaar</h2>\r\nDaarnaast is het Linux systeem in staat om gebruikers te voorzien van vele functies, zodat ze in staat zijn om dynamische en interactieve pagina\'s te maken. Het integreert met PHP, Perl, MySQL en meer om veel oplossingen te bieden voor hun gebruikers. Gebruikers kunnen ook veel meer toepassingen vinden die gratis kunnen worden verkregen om hun website verder te verbeteren op basis van hun specifieke behoeften. Al met al is het Linux-besturingssysteem in staat om de gebruiker een volledig afgerond systeem te bieden dat zeer nuttig kan zijn voor elke vorm van online zakendoen.\r\n<h2>Het bedienen van Linux hoeft helemaal niet lastig te zijn</h2>\r\nNu, je zou kunnen denken dat het bedienen van het Linux-besturingssysteem je hoofdpijn zou geven, maar dat zal het eigenlijk niet doen. Dit systeem is gemakkelijk te gebruiken voor een gemiddelde gebruiker. In tegenstelling tot Microsoft, dat je een mooie grafische interface biedt, draait Linux met commando-invoer. Bovendien kunt u alle functies in het bedieningspaneel bedienen. Er zijn vele top notch control panel die extreem goed werken in de Linux-omgeving, zoals cPanel en Plesk. Er is dus niets om je zorgen over te maken wat betreft de moeilijkheidsgraad van het gebruik.\r\n<ul>\r\n <li>Dus daar heb je het, Linux is een allround krachtig platform dat de goederen kan leveren, ongeacht of je een blog, website of een e-commerce site runt. Het is zeer betaalbaar, maar bevat veel middelen om u te helpen bij het opbouwen van uw internetimperium.</li>\r\n</ul>\r\n<h2>Een laatste advies voor het gebruik van Linux</h2>\r\nWebhosting is een onderwerp waar elke bedrijfseigenaar en webontwikkelaar mee te maken heeft. Ik ben er zeker van dat de meesten van ons behoorlijk gefrustreerd zijn met schaduwrijke webhosts en bevooroordeelde hostingreviews. Er zijn echter sites die gewijd zijn aan het beoordelen en het verstrekken van informatie over verschillende webhosts.','Linux hosting kiezen is een goede keuze, je hebt namelijk ontzettend veel stabiliteit en functionaliteit beschikbaar!','','publish','closed','open','','linux-hosting-kiezen-is-een-goede-keuze-je-hebt-namelijk-ontzettend-veel-stabiliteit-en-functionaliteit-beschikbaar','','','2020-01-25 20:03:42','2020-01-25 20:03:42','',0,'http://linuxcompanies.be/?p=33',0,'post','',0),(34,1,'2020-01-25 20:03:37','2020-01-25 20:03:37','','linux-logo','','inherit','closed','closed','','linux-logo','','','2020-01-25 20:03:37','2020-01-25 20:03:37','',33,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux-logo.jpg',0,'attachment','image/jpeg',0),(35,1,'2020-01-25 20:03:42','2020-01-25 20:03:42','Het krijgen van Linux hosting is helemaal geen ingewikkelde procedure. Als u Windows draait maar geïnteresseerd bent in het, is er niets om u zorgen over te maken, omdat het besturingssysteem op uw PC en webhosting geen effecten op elkaar heeft. Dus, wilt u meer weten over Linux? Laten we er eens naar kijken.\r\n\r\nDe eerste positieve noot over Linux zou de betaalbaarheid ervan zijn. Het is open-source software en dus goedkoper dan andere software zoals Windows of Mac, omdat er geen licentiekosten aan verbonden zijn. In tegenstelling tot Windows, dat een strikte licentieregel heeft zoals één licentie voor één product, heeft Linux deze beperking niet. U kunt in principe meerdere installaties uitvoeren met één enkele aankoop.\r\n<ul>\r\n <li>Op de vraag naar de betrouwbaarheid heeft Linux bewezen stabiel en betrouwbaar te zijn in het bedienen van talloze webhostingpakketten op het internet. Ook al wordt Windows thuis meer gebruikt in PC\'s, het heeft nog steeds een inhaalslag te maken als het gaat om het hosten van een serveromgeving. Je kunt dus waarschijnlijk zien dat Linux de standaard heeft gezet voor andere platformen. Als er een vergelijking is, zullen ze altijd vergelijken met de Linux.</li>\r\n</ul>\r\n<h2>Een Linux systeem heeft natuurlijk talloze verschillende functies beschikbaar</h2>\r\nDaarnaast is het Linux systeem in staat om gebruikers te voorzien van vele functies, zodat ze in staat zijn om dynamische en interactieve pagina\'s te maken. Het integreert met PHP, Perl, MySQL en meer om veel oplossingen te bieden voor hun gebruikers. Gebruikers kunnen ook veel meer toepassingen vinden die gratis kunnen worden verkregen om hun website verder te verbeteren op basis van hun specifieke behoeften. Al met al is het Linux-besturingssysteem in staat om de gebruiker een volledig afgerond systeem te bieden dat zeer nuttig kan zijn voor elke vorm van online zakendoen.\r\n<h2>Het bedienen van Linux hoeft helemaal niet lastig te zijn</h2>\r\nNu, je zou kunnen denken dat het bedienen van het Linux-besturingssysteem je hoofdpijn zou geven, maar dat zal het eigenlijk niet doen. Dit systeem is gemakkelijk te gebruiken voor een gemiddelde gebruiker. In tegenstelling tot Microsoft, dat je een mooie grafische interface biedt, draait Linux met commando-invoer. Bovendien kunt u alle functies in het bedieningspaneel bedienen. Er zijn vele top notch control panel die extreem goed werken in de Linux-omgeving, zoals cPanel en Plesk. Er is dus niets om je zorgen over te maken wat betreft de moeilijkheidsgraad van het gebruik.\r\n<ul>\r\n <li>Dus daar heb je het, Linux is een allround krachtig platform dat de goederen kan leveren, ongeacht of je een blog, website of een e-commerce site runt. Het is zeer betaalbaar, maar bevat veel middelen om u te helpen bij het opbouwen van uw internetimperium.</li>\r\n</ul>\r\n<h2>Een laatste advies voor het gebruik van Linux</h2>\r\nWebhosting is een onderwerp waar elke bedrijfseigenaar en webontwikkelaar mee te maken heeft. Ik ben er zeker van dat de meesten van ons behoorlijk gefrustreerd zijn met schaduwrijke webhosts en bevooroordeelde hostingreviews. Er zijn echter sites die gewijd zijn aan het beoordelen en het verstrekken van informatie over verschillende webhosts.','Linux hosting kiezen is een goede keuze, je hebt namelijk ontzettend veel stabiliteit en functionaliteit beschikbaar!','','inherit','closed','closed','','33-revision-v1','','','2020-01-25 20:03:42','2020-01-25 20:03:42','',33,'http://linuxcompanies.be/33-revision-v1/',0,'revision','',0),(41,1,'2020-02-02 21:18:44','2020-02-02 21:18:44','Met de groeiende komst van technologie en het World Wide Web is het belang van domein en hosting de afgelopen 2 decennia sterk toegenomen. Vandaag de dag, bijna elke kleine en grote onderneming, acht het geschikt om haar zakelijke aanbod en concepten te laten zien op haar eigen ruimte op het internet, haar website.\r\n<ul>\r\n <li>Er zijn vele platformen, frameworks en 2 belangrijke architecturen die zeer nuttig zijn geweest in het hosten van websites en blogs. Windows en Linux zijn 2 superieure platformen waarop het beste van de frameworks feilloos kan worden geïntegreerd en gebruikt. Toch is er een zeker verschil tussen de twee. Hieronder staan bepaalde punten die Linux, een veelgebruikte architectuur voor webhosting, tot stand brengen.</li>\r\n</ul>\r\n<h2>Open Source Architectuur</h2>\r\nDit is de belangrijkste factor die Linux voor velen een gunstige optie maakt. Het is gratis te installeren en te gebruiken! Uiteraard wordt de kostenfactor sterk gereduceerd wanneer u uw webadres op de Linux-architectuur laat hosten. Een ander voordeel van het gebruik van een Open Source ding is dat de ontwikkelingen ervan worden bijgedragen door de gebruikers. Dit betekent meer exposure, meer ideeën en betere vooruitzichten om geïmproviseerd te worden.\r\n<h2>Ongeëvenaarde flexibiliteit</h2>\r\nRekening houdend met het feit dat het een Open Source Software is, ligt het voor de hand dat mensen, met behulp van verschillende systemen, het zouden downloaden en gebruiken! Als zodanig is het platform zeer flexibel en is het ontworpen om op alle soorten systemen te werken, wat de meeste propriëtaire architecturen niet doen! <a class=\"modal-link\" href=\"http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/\">Read more</a>\r\n<h2>Compatibiliteit</h2>\r\nDe Linux-architectuur is zo ontworpen dat het kan werken in compatibiliteit met de meest gezochte platformen en databases zoals PHP, MySQL, WordPress en verschillende andere dergelijke platformen die het best werken wanneer ze gebruikt worden op een Linux-ondersteund systeem. Het is mogelijk om bepaalde platformen zoals JAVA ook op Linux te integreren! De vrijheid om te kiezen voor een groot aantal scripttalen is ook in Linux voorbeeldig.\r\n<h2>Laadsnelheid, stabiliteit en veiligheid</h2>\r\nLinux webhosting geniet een prachtige status voor zover deze drie factoren in aanmerking worden genomen. Een Linux gehoste site zou in een veel kortere tijd worden geladen dan in een andere architectuur. Dit resulteert in een hogere winst voor een deel van de eigenaar. Ten tweede is een Linux-gestuurd systeem veel minder kwetsbaar voor virus- en botaanvallen. Bovendien is het een zeer stabiele architectuur om in te werken en geeft het de gebruiker een onvergelijkbare vrijheid om van de voordelen te genieten.','Met de groei van het internet zijn er natuurlijk veel ontwikkelingen zichtbaar, ook op het gebied van Linux kunnen we veranderingen zien!','','inherit','closed','closed','','30-revision-v1','','','2020-02-02 21:18:44','2020-02-02 21:18:44','',30,'http://linuxcompanies.be/30-revision-v1/',0,'revision','',0),(43,1,'2020-02-10 08:19:03','2020-02-10 08:19:03','','Welcome','','publish','closed','closed','','welcome','','','2020-02-10 08:19:13','2020-02-10 08:19:13','',0,'http://linuxcompanies.be/?page_id=43',0,'page','',0),(44,1,'2020-02-10 08:19:03','2020-02-10 08:19:03','','Welcome','','inherit','closed','closed','','43-revision-v1','','','2020-02-10 08:19:03','2020-02-10 08:19:03','',43,'http://linuxcompanies.be/43-revision-v1/',0,'revision','',0),(45,1,'2020-02-10 08:19:52','2020-02-10 08:19:52','[contact-form-7 id=\"4\" title=\"\"]','Reach Us','','publish','closed','closed','','reach-us','','','2020-02-17 06:59:05','2020-02-17 06:59:05','',0,'http://linuxcompanies.be/?page_id=45',0,'page','',0),(46,1,'2020-02-10 08:19:52','2020-02-10 08:19:52','','Reach Us','','inherit','closed','closed','','45-revision-v1','','','2020-02-10 08:19:52','2020-02-10 08:19:52','',45,'http://linuxcompanies.be/45-revision-v1/',0,'revision','',0),(47,1,'2020-02-10 08:23:13','2020-02-10 08:23:13','[contact-form-7 id=\"4\" title=\"\"]','Reach Us','','inherit','closed','closed','','45-revision-v1','','','2020-02-10 08:23:13','2020-02-10 08:23:13','',45,'http://linuxcompanies.be/45-revision-v1/',0,'revision','',0),(48,1,'2020-02-10 08:26:43','2020-02-10 08:26:43','','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2020-02-10 08:26:43','2020-02-10 08:26:43','',0,'http://linuxcompanies.be/privacy-policy/',0,'page','',0),(49,1,'2020-02-10 08:26:52','2020-02-10 08:26:52','','Terms and Conditions','','publish','closed','closed','','terms-and-conditions','','','2020-02-10 08:26:52','2020-02-10 08:26:52','',0,'http://linuxcompanies.be/terms-and-conditions/',0,'page','',0),(53,1,'2020-02-10 08:29:21','2020-02-10 08:29:21',' ','','','publish','closed','closed','','53','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=53',5,'nav_menu_item','',0),(54,1,'2020-02-10 08:30:09','2020-02-10 08:30:09',' ','','','publish','closed','closed','','54','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=54',6,'nav_menu_item','',0),(55,1,'2020-02-10 08:30:09','2020-02-10 08:30:09',' ','','','publish','closed','closed','','55','','','2020-02-10 08:30:09','2020-02-10 08:30:09','',0,'http://linuxcompanies.be/?p=55',7,'nav_menu_item','',0),(56,1,'2020-02-10 08:40:24','2020-02-10 08:40:24','','happy_woman','','inherit','closed','closed','','happy_woman','','','2020-02-10 08:40:24','2020-02-10 08:40:24','',0,'http://linuxcompanies.be/wp-content/uploads/2020/02/happy_woman.jpg',0,'attachment','image/jpeg',0),(57,1,'2020-02-10 08:42:12','2020-02-10 08:42:12','','77dbfee7db15a47bc539354d905bb605','','inherit','closed','closed','','77dbfee7db15a47bc539354d905bb605','','','2020-02-10 08:42:12','2020-02-10 08:42:12','',0,'http://linuxcompanies.be/wp-content/uploads/2020/02/77dbfee7db15a47bc539354d905bb605.jpg',0,'attachment','image/jpeg',0),(58,1,'2020-02-13 13:22:36','2020-02-13 13:22:36','Natuurlijk ben je al bezig geweest met <a href=\"https://internetvergelijken.org\">internet abonnement vergelijken</a> om kosten te besparen, maar er zijn genoeg andere dingen die je in de gaten moet houden. Het internet is een fundamenteel onderdeel van de wereld van vandaag, maar het is belangrijk om de nitty-gritty specifiek te begrijpen wanneer men het vergelijkt met andere Internet Service Providers. Als u wilt evalueren hoe uw internetverbinding werkt in het algemeen, dus u moet de internetsnelheidstest op verschillende tijdstippen controleren.Hier zijn verschillende manieren om te controleren hoe de snelheidstest werkt in het maken van uw internetverbinding prestaties glad.\r\n<h2>Doe een test met modem/router</h2>\r\nVoer een snelheidstest uit en als het niet goed gaat in vergelijking met de snelheid van de Internet Service Provider, controleer dan de modem of router. Het is gebleken dat de grootste oorzaak van traag internet een slecht modem is. Het is dus echt nodig om ervoor te zorgen dat de modem geschikt is voor het internetplan en u goed van dienst is.\r\n<h2>Virusscan</h2>\r\nVirussen veroorzaken grote hindernissen in de snelheid. Dus als de snelheidstest je het minste resultaat geeft, dan moet je de virussen scannen. Echter, deze kwaadaardige softwares of virussen krijgen plaats op de computer en vertragen de snelheid van het apparaat en de internetprestaties. Het heeft dus de voorkeur om de dagelijkse scanner op Personal Computer te onderzoeken, zodat de snelheid van het internet in het algemeen niet beïnvloed kan worden.\r\n<h2>Controleer de interferentie op het systeem</h2>\r\nHet is echter ook mogelijk dat de snelheid van het internet wordt beïnvloed door virussen of andere programma\'s en dat kan leiden tot zoveel frustratie. Daarom is voorgesteld om deze programma\'s uit te schakelen en een snelheidstest uit te voeren om de prestaties grondig te controleren.\r\n\r\nhttps://www.youtube.com/watch?v=Zsymcs0iRgw\r\n<h2>Controleer de filters</h2>\r\nHet is zeldzaam dat er tegenwoordig een internetverbinding is met de telefoonlijn, maar het is beter te controleren of er goede kwaliteitsfilters op de lijn zijn geïnstalleerd. Zo kunnen kleine stekkers die op de telefoonlijn zijn aangesloten de storingen goed uitfilteren waardoor de snelheid van het internet wordt verhoogd. .\r\n<h3>Steek de stekker er recht in</h3>\r\nHoewel deze dagen, wifi is in, maar het wordt vaak langzamer. Dus, probeer het akkoord uit de doos te halen terwijl je het recht in de modem steekt, vooral als het de desktopcomputer of de laptop is.\r\n<h3>Verwijder externe interferentie</h3>\r\nIn elk ander huis is er een heleboel wifi-gadgets zoals iPhone, iPad of eender welk geluidssysteem. Dus, noodzaak is om te controleren of deze dingen zijn een reden voor elektromagnetische interferentie of niet. HoweverPsychology Artikelen, is het de voorkeur om luidsprekers te verplaatsen uit de weg en andere elektronische apparaten weg te maken van de modem ruimte.','Welke Zaken Moet Je Regelen Als Je Veilig Gebruik Wil Maken Van Je Internet Abonnement? Er Zitten Soms Wat Haken En Ogen Aan!','','publish','closed','open','','welke-zaken-moet-je-regelen-als-je-veilig-gebruik-wil-maken-van-je-internet-abonnement-er-zitten-soms-wat-haken-en-ogen-aan','','','2020-02-12 22:04:35','2020-02-12 22:04:35','',0,'http://linuxcompanies.be/?p=58',0,'post','',0),(59,1,'2020-02-12 21:58:52','2020-02-12 21:58:52','','012int','','inherit','closed','closed','','012int','','','2020-02-12 21:58:52','2020-02-12 21:58:52','',58,'http://linuxcompanies.be/wp-content/uploads/2020/02/012int.png',0,'attachment','image/png',0),(60,1,'2020-02-12 21:59:35','2020-02-12 21:59:35','Natuurlijk ben je al bezig geweest met <a href=\"https://internetvergelijken.org\">internet abonnement vergelijken</a> om kosten te besparen, maar er zijn genoeg andere dingen die je in de gaten moet houden. Het internet is een fundamenteel onderdeel van de wereld van vandaag, maar het is belangrijk om de nitty-gritty specifiek te begrijpen wanneer men het vergelijkt met andere Internet Service Providers. Als u wilt evalueren hoe uw internetverbinding werkt in het algemeen, dus u moet de internetsnelheidstest op verschillende tijdstippen controleren.Hier zijn verschillende manieren om te controleren hoe de snelheidstest werkt in het maken van uw internetverbinding prestaties glad.\r\n<h2>Doe een test met modem/router</h2>\r\nVoer een snelheidstest uit en als het niet goed gaat in vergelijking met de snelheid van de Internet Service Provider, controleer dan de modem of router. Het is gebleken dat de grootste oorzaak van traag internet een slecht modem is. Het is dus echt nodig om ervoor te zorgen dat de modem geschikt is voor het internetplan en u goed van dienst is.\r\n<h2>Virusscan</h2>\r\nVirussen veroorzaken grote hindernissen in de snelheid. Dus als de snelheidstest je het minste resultaat geeft, dan moet je de virussen scannen. Echter, deze kwaadaardige softwares of virussen krijgen plaats op de computer en vertragen de snelheid van het apparaat en de internetprestaties. Het heeft dus de voorkeur om de dagelijkse scanner op Personal Computer te onderzoeken, zodat de snelheid van het internet in het algemeen niet beïnvloed kan worden.\r\n<h2>Controleer de interferentie op het systeem</h2>\r\nHet is echter ook mogelijk dat de snelheid van het internet wordt beïnvloed door virussen of andere programma\'s en dat kan leiden tot zoveel frustratie. Daarom is voorgesteld om deze programma\'s uit te schakelen en een snelheidstest uit te voeren om de prestaties grondig te controleren.\r\n\r\nhttps://www.youtube.com/watch?v=Zsymcs0iRgw\r\n<h2>Controleer de filters</h2>\r\nHet is zeldzaam dat er tegenwoordig een internetverbinding is met de telefoonlijn, maar het is beter te controleren of er goede kwaliteitsfilters op de lijn zijn geïnstalleerd. Zo kunnen kleine stekkers die op de telefoonlijn zijn aangesloten de storingen goed uitfilteren waardoor de snelheid van het internet wordt verhoogd. .\r\n<h3>Steek de stekker er recht in</h3>\r\nHoewel deze dagen, wifi is in, maar het wordt vaak langzamer. Dus, probeer het akkoord uit de doos te halen terwijl je het recht in de modem steekt, vooral als het de desktopcomputer of de laptop is.\r\n<h3>Verwijder externe interferentie</h3>\r\nIn elk ander huis is er een heleboel wifi-gadgets zoals iPhone, iPad of eender welk geluidssysteem. Dus, noodzaak is om te controleren of deze dingen zijn een reden voor elektromagnetische interferentie of niet. HoweverPsychology Artikelen, is het de voorkeur om luidsprekers te verplaatsen uit de weg en andere elektronische apparaten weg te maken van de modem ruimte.','Welke Zaken Moet Je Regelen Als Je Veilig Gebruik Wil Maken Van Je Internet Abonnement? Er Zitten Soms Wat Haken En Ogen Aan!','','inherit','closed','closed','','58-revision-v1','','','2020-02-12 21:59:35','2020-02-12 21:59:35','',58,'http://linuxcompanies.be/58-revision-v1/',0,'revision','',0),(61,1,'2020-02-14 07:32:47','2020-02-14 07:32:47','Als men bijvoorbeeld geen verzekeringnemer is en voor een bepaalde behandeling in het ziekenhuis moet worden opgenomen, zal men alle zware kosten van de behandeling zelf moeten dragen, wat zal resulteren in een extreme belasting van de persoon of het gezin, vooral de persoon of het gezin is niet financieel sterk genoeg om plotselinge problemen het hoofd te bieden en te beheren.\r\n\r\nIn tegenstelling tot deze situatie zal de verzekeringnemer, indien hij met dezelfde situatie wordt geconfronteerd, in sommige gevallen de kosten zelf moeten dragen, maar zijn bedrag zal later worden terugbetaald. Een ding waar je rekening mee moet houden is om onderzoek te doen naar alle mogelijke <a href=\"https://verzekering-winkel.com\">verzekeringen</a> op het internet.\r\n<h2>Maar waarom moet je zo goed onderzoek blijven doen naar allerlei verzekeringen?</h2>\r\nDe nationale verzekering kan worden opgevat als een systeem van verzekering voor werknemers en werkgevers. Dit type verzekering werd ingevoerd als een systeem ten behoeve van de werknemers wanneer zij ziek werden of tijdens hun werkloosheid. Verdere verbeteringen introduceerden andere voordelen van pensioen, onderwijs voor kinderen, enz.\r\n<blockquote>Het systeem omvat de betaling van een nominale vaste bijdrage door werknemers of werkgevers uit hun inkomen op maandelijkse of wekelijkse basis en soms jaarlijks om medische en professionele voorzieningen van de verzekering te krijgen. Dit soort verzekeringen is in de loop der tijd zo populair geworden dat bijna alle organisaties deze faciliteit nu aan hun werknemers aanbieden; ook zelfstandigen maken gebruik van deze faciliteit.</blockquote>\r\n<h3>Wat zijn de meest populaire verzekeringen op dit moment?</h3>\r\nEen ander soort zeer populaire verzekering is de Zakelijke verzekering. Verschillende vormen van dit soort verzekeringen zijn door veel verzekeringsmaatschappijen aangeboden en hebben betrekking op verschillende soorten beroepsaansprakelijkheidsverzekeringen. Een zakenman kan verschillende soorten risicobeheersmaatregelen nodig hebben om zijn of haar bedrijf veilig te stellen.\r\n<ul>\r\n <li>Al deze aspecten van risicomanagement worden gedekt door deze verzekering. Van de vele soorten verzekeringen worden hier enkele belangrijke beschreven voor een goed begrip.</li>\r\n</ul>\r\n<h3>Er zijn genoeg mogelijkheden om de beste verzekering te vinden in Nederland</h3>\r\nEen handelskredietverzekering dekt de verzekering van de vorderingen en in het geval dat de debiteur in gebreke blijft, betaalt de onderneming de vorderingen aan de verzekeringnemer, waardoor hij/zij wordt beschermd tegen eventuele verliezen.\r\n<blockquote>De bedrijfsonderbrekingsverzekering geeft de zakenman een voorsprong in het geval dat een of ander gevaar zijn/haar routinematige bedrijfsvoering onderbreekt en dekt het verlies van inkomsten. Dit soort polissen zijn van groot voordeel, vooral voor degenen die nieuw zijn in het bedrijfsleven of voor kleine ondernemers, omdat ze een gevoel van veiligheid hebben bij het doen van investeringen.</blockquote>\r\nhttps://www.youtube.com/watch?v=pbCavYAK9sg','Wat Zijn De Meest Belangrijke Zaken Rondom Verzekeren En Wat Voor Voorzorgsmaatregelen Moet Je Nemen Bij Het Afsluiten?','','publish','closed','open','','wat-zijn-de-meest-belangrijke-zaken-rondom-verzekeren-en-wat-voor-voorzorgsmaatregelen-moet-je-nemen-bij-het-afsluiten','','','2020-02-12 22:04:18','2020-02-12 22:04:18','',0,'http://linuxcompanies.be/?p=61',0,'post','',0),(62,1,'2020-02-12 22:02:15','2020-02-12 22:02:15','','v12','','inherit','closed','closed','','v12','','','2020-02-12 22:02:15','2020-02-12 22:02:15','',61,'http://linuxcompanies.be/wp-content/uploads/2020/02/v12.jpg',0,'attachment','image/jpeg',0),(63,1,'2020-02-12 22:03:10','2020-02-12 22:03:10','Als men bijvoorbeeld geen verzekeringnemer is en voor een bepaalde behandeling in het ziekenhuis moet worden opgenomen, zal men alle zware kosten van de behandeling zelf moeten dragen, wat zal resulteren in een extreme belasting van de persoon of het gezin, vooral de persoon of het gezin is niet financieel sterk genoeg om plotselinge problemen het hoofd te bieden en te beheren. In tegenstelling tot deze situatie zal de verzekeringnemer, indien hij met dezelfde situatie wordt geconfronteerd, in sommige gevallen de kosten zelf moeten dragen, maar zijn bedrag zal later worden terugbetaald.\r\n<h2>Maar waarom moet je zo goed onderzoek blijven doen naar allerlei verzekeringen?</h2>\r\nDe nationale verzekering kan worden opgevat als een systeem van verzekering voor werknemers en werkgevers. Dit type verzekering werd ingevoerd als een systeem ten behoeve van de werknemers wanneer zij ziek werden of tijdens hun werkloosheid. Verdere verbeteringen introduceerden andere voordelen van pensioen, onderwijs voor kinderen, enz.\r\n<blockquote>Het systeem omvat de betaling van een nominale vaste bijdrage door werknemers of werkgevers uit hun inkomen op maandelijkse of wekelijkse basis en soms jaarlijks om medische en professionele voorzieningen van de verzekering te krijgen. Dit soort verzekeringen is in de loop der tijd zo populair geworden dat bijna alle organisaties deze faciliteit nu aan hun werknemers aanbieden; ook zelfstandigen maken gebruik van deze faciliteit.</blockquote>\r\n<h3>Wat zijn de meest populaire verzekeringen op dit moment?</h3>\r\nEen ander soort zeer populaire verzekering is de Zakelijke verzekering. Verschillende vormen van dit soort verzekeringen zijn door veel verzekeringsmaatschappijen aangeboden en hebben betrekking op verschillende soorten beroepsaansprakelijkheidsverzekeringen. Een zakenman kan verschillende soorten risicobeheersmaatregelen nodig hebben om zijn of haar bedrijf veilig te stellen.\r\n<ul>\r\n <li>Al deze aspecten van risicomanagement worden gedekt door deze verzekering. Van de vele soorten verzekeringen worden hier enkele belangrijke beschreven voor een goed begrip.</li>\r\n</ul>\r\n<h3>Er zijn genoeg mogelijkheden om de beste verzekering te vinden in Nederland</h3>\r\nEen handelskredietverzekering dekt de verzekering van de vorderingen en in het geval dat de debiteur in gebreke blijft, betaalt de onderneming de vorderingen aan de verzekeringnemer, waardoor hij/zij wordt beschermd tegen eventuele verliezen.\r\n<blockquote>De bedrijfsonderbrekingsverzekering geeft de zakenman een voorsprong in het geval dat een of ander gevaar zijn/haar routinematige bedrijfsvoering onderbreekt en dekt het verlies van inkomsten. Dit soort polissen zijn van groot voordeel, vooral voor degenen die nieuw zijn in het bedrijfsleven of voor kleine ondernemers, omdat ze een gevoel van veiligheid hebben bij het doen van investeringen.</blockquote>\r\nhttps://www.youtube.com/watch?v=pbCavYAK9sg','Wat Zijn De Meest Belangrijke Zaken Rondom Verzekeren En Wat Voor Voorzorgsmaatregelen Moet Je Nemen Bij Het Afsluiten?','','inherit','closed','closed','','61-revision-v1','','','2020-02-12 22:03:10','2020-02-12 22:03:10','',61,'http://linuxcompanies.be/61-revision-v1/',0,'revision','',0),(64,1,'2020-02-12 22:03:30','2020-02-12 22:03:30','<iframe title=\"Internetsnelheid verbeteren?\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/Zsymcs0iRgw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','beab403e3f475ae3e243316bbc35ccaf','','','2020-02-12 22:03:30','2020-02-12 22:03:30','',0,'http://linuxcompanies.be/beab403e3f475ae3e243316bbc35ccaf/',0,'oembed_cache','',0),(65,1,'2020-02-12 22:04:18','2020-02-12 22:04:18','Als men bijvoorbeeld geen verzekeringnemer is en voor een bepaalde behandeling in het ziekenhuis moet worden opgenomen, zal men alle zware kosten van de behandeling zelf moeten dragen, wat zal resulteren in een extreme belasting van de persoon of het gezin, vooral de persoon of het gezin is niet financieel sterk genoeg om plotselinge problemen het hoofd te bieden en te beheren.\r\n\r\nIn tegenstelling tot deze situatie zal de verzekeringnemer, indien hij met dezelfde situatie wordt geconfronteerd, in sommige gevallen de kosten zelf moeten dragen, maar zijn bedrag zal later worden terugbetaald. Een ding waar je rekening mee moet houden is om onderzoek te doen naar alle mogelijke <a href=\"https://verzekering-winkel.com\">verzekeringen</a> op het internet.\r\n<h2>Maar waarom moet je zo goed onderzoek blijven doen naar allerlei verzekeringen?</h2>\r\nDe nationale verzekering kan worden opgevat als een systeem van verzekering voor werknemers en werkgevers. Dit type verzekering werd ingevoerd als een systeem ten behoeve van de werknemers wanneer zij ziek werden of tijdens hun werkloosheid. Verdere verbeteringen introduceerden andere voordelen van pensioen, onderwijs voor kinderen, enz.\r\n<blockquote>Het systeem omvat de betaling van een nominale vaste bijdrage door werknemers of werkgevers uit hun inkomen op maandelijkse of wekelijkse basis en soms jaarlijks om medische en professionele voorzieningen van de verzekering te krijgen. Dit soort verzekeringen is in de loop der tijd zo populair geworden dat bijna alle organisaties deze faciliteit nu aan hun werknemers aanbieden; ook zelfstandigen maken gebruik van deze faciliteit.</blockquote>\r\n<h3>Wat zijn de meest populaire verzekeringen op dit moment?</h3>\r\nEen ander soort zeer populaire verzekering is de Zakelijke verzekering. Verschillende vormen van dit soort verzekeringen zijn door veel verzekeringsmaatschappijen aangeboden en hebben betrekking op verschillende soorten beroepsaansprakelijkheidsverzekeringen. Een zakenman kan verschillende soorten risicobeheersmaatregelen nodig hebben om zijn of haar bedrijf veilig te stellen.\r\n<ul>\r\n <li>Al deze aspecten van risicomanagement worden gedekt door deze verzekering. Van de vele soorten verzekeringen worden hier enkele belangrijke beschreven voor een goed begrip.</li>\r\n</ul>\r\n<h3>Er zijn genoeg mogelijkheden om de beste verzekering te vinden in Nederland</h3>\r\nEen handelskredietverzekering dekt de verzekering van de vorderingen en in het geval dat de debiteur in gebreke blijft, betaalt de onderneming de vorderingen aan de verzekeringnemer, waardoor hij/zij wordt beschermd tegen eventuele verliezen.\r\n<blockquote>De bedrijfsonderbrekingsverzekering geeft de zakenman een voorsprong in het geval dat een of ander gevaar zijn/haar routinematige bedrijfsvoering onderbreekt en dekt het verlies van inkomsten. Dit soort polissen zijn van groot voordeel, vooral voor degenen die nieuw zijn in het bedrijfsleven of voor kleine ondernemers, omdat ze een gevoel van veiligheid hebben bij het doen van investeringen.</blockquote>\r\nhttps://www.youtube.com/watch?v=pbCavYAK9sg','Wat Zijn De Meest Belangrijke Zaken Rondom Verzekeren En Wat Voor Voorzorgsmaatregelen Moet Je Nemen Bij Het Afsluiten?','','inherit','closed','closed','','61-revision-v1','','','2020-02-12 22:04:18','2020-02-12 22:04:18','',61,'http://linuxcompanies.be/61-revision-v1/',0,'revision','',0),(66,1,'2020-02-17 08:40:54','2020-02-17 08:40:54','Bedrijven bieden een grote verscheidenheid aan administraties, van essentiële boekhoudingen tot meer verbijsterende kwesties, bijvoorbeeld overheidsvormen en beoordelingen. Veel boekhoudingsfirma\'s maken gebruik van full-service medewerkers of junior <a href=\"https://boekhoudpakket-vergelijken.nl/boekhouder/\">boekhouders</a> om met essentiële boekhoudingsadministraties voor hun klanten om te gaan.\r\n<h2>De boekhouding van bedrijven kan behoorlijk complex worden</h2>\r\nDeze omvatten te betalen en te ontvangen verslagen, het laden, financiën van maand aan maand en driemaandelijkse uitgaven, bank compromissen, algemene verslagpassages, en maand aan maand proefaanpassingen. De accountants kunnen ook geldgerelateerde proclamaties maken, maar de aankondigingen worden gewoonlijk beoordeeld door een CPA in het kantoor voordat ze worden tentoongesteld aan een klant.\r\n<h2>Boekhouding regelen? Wie Doet Dat In Het Bedrijf?</h2>\r\nAbnormale overheidsadministraties voor de boekhouding worden vaak aangeboden door CPA\'s die door boekhoudkantoren worden gebruikt. Deze administraties omvatten regelmatig het helpen van klanten bij het maken van uitgavenplannen, het consumeren van monetaire verklaringen, en het klaarstomen van buurt-, staats-, en overheidsbeoordelingsformulieren. Boekhoudkundige bedrijven bieden beoordelingen en bedrijfswaarderingen aan, screenen devaluatie van voordelen en stellen klanten in staat om te beslissen over hun inkomensbehoeften.\r\n\r\n<img class=\"size-medium wp-image-67 aligncenter\" src=\"http://linuxcompanies.be/wp-content/uploads/2020/02/212s-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n<h3>Er zijn een aantal landen in Europa die regels hebben opgesteld voor bedrijven</h3>\r\nEen paar bedrijven bieden meetbare boekhoudingsadministraties voor organisaties die te maken hebben met afpersingskwesties. Andere besteden veel tijd aan het opzetten van PC-boekhoudkaders en het evalueren van datasystemen. In veel gevallen is elk onderdeel van het bedrijf in een eenzame natie werkzaam en is het georganiseerd om in te stemmen met de administratieve voorwaarde in die natie. In 2007 verklaarde KPMG een fusie van vier bedrijven (in het Verenigd Koninkrijk, Duitsland, Zwitserland en Liechtenstein) om een eenzame onderneming op te zetten.\r\n\r\nhttps://www.youtube.com/watch?v=W089i96rbzI','Welke Zaken Moet Je Zeker In Je Boekhoudpakket Verwerken Voor Boekhouders? Lees Er Alles Over In Deze Gids!','','publish','closed','open','','welke-zaken-moet-je-zeker-in-je-boekhoudpakket-verwerken-voor-boekhouders-lees-er-alles-over-in-deze-gids','','','2020-02-13 22:59:26','2020-02-13 22:59:26','',0,'http://linuxcompanies.be/?p=66',0,'post','',0),(67,1,'2020-02-13 22:59:06','2020-02-13 22:59:06','','212s','','inherit','closed','closed','','212s','','','2020-02-13 22:59:06','2020-02-13 22:59:06','',66,'http://linuxcompanies.be/wp-content/uploads/2020/02/212s.jpg',0,'attachment','image/jpeg',0),(68,1,'2020-02-13 22:59:26','2020-02-13 22:59:26','Bedrijven bieden een grote verscheidenheid aan administraties, van essentiële boekhoudingen tot meer verbijsterende kwesties, bijvoorbeeld overheidsvormen en beoordelingen. Veel boekhoudingsfirma\'s maken gebruik van full-service medewerkers of junior <a href=\"https://boekhoudpakket-vergelijken.nl/boekhouder/\">boekhouders</a> om met essentiële boekhoudingsadministraties voor hun klanten om te gaan.\r\n<h2>De boekhouding van bedrijven kan behoorlijk complex worden</h2>\r\nDeze omvatten te betalen en te ontvangen verslagen, het laden, financiën van maand aan maand en driemaandelijkse uitgaven, bank compromissen, algemene verslagpassages, en maand aan maand proefaanpassingen. De accountants kunnen ook geldgerelateerde proclamaties maken, maar de aankondigingen worden gewoonlijk beoordeeld door een CPA in het kantoor voordat ze worden tentoongesteld aan een klant.\r\n<h2>Boekhouding regelen? Wie Doet Dat In Het Bedrijf?</h2>\r\nAbnormale overheidsadministraties voor de boekhouding worden vaak aangeboden door CPA\'s die door boekhoudkantoren worden gebruikt. Deze administraties omvatten regelmatig het helpen van klanten bij het maken van uitgavenplannen, het consumeren van monetaire verklaringen, en het klaarstomen van buurt-, staats-, en overheidsbeoordelingsformulieren. Boekhoudkundige bedrijven bieden beoordelingen en bedrijfswaarderingen aan, screenen devaluatie van voordelen en stellen klanten in staat om te beslissen over hun inkomensbehoeften.\r\n\r\n<img class=\"size-medium wp-image-67 aligncenter\" src=\"http://linuxcompanies.be/wp-content/uploads/2020/02/212s-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />\r\n<h3>Er zijn een aantal landen in Europa die regels hebben opgesteld voor bedrijven</h3>\r\nEen paar bedrijven bieden meetbare boekhoudingsadministraties voor organisaties die te maken hebben met afpersingskwesties. Andere besteden veel tijd aan het opzetten van PC-boekhoudkaders en het evalueren van datasystemen. In veel gevallen is elk onderdeel van het bedrijf in een eenzame natie werkzaam en is het georganiseerd om in te stemmen met de administratieve voorwaarde in die natie. In 2007 verklaarde KPMG een fusie van vier bedrijven (in het Verenigd Koninkrijk, Duitsland, Zwitserland en Liechtenstein) om een eenzame onderneming op te zetten.\r\n\r\nhttps://www.youtube.com/watch?v=W089i96rbzI','Welke Zaken Moet Je Zeker In Je Boekhoudpakket Verwerken Voor Boekhouders? Lees Er Alles Over In Deze Gids!','','inherit','closed','closed','','66-revision-v1','','','2020-02-13 22:59:26','2020-02-13 22:59:26','',66,'http://linuxcompanies.be/66-revision-v1/',0,'revision','',0),(69,0,'2020-02-14 08:02:25','2020-02-14 08:02:25','<iframe title=\"Autoverzekering: Bekijk video over de autoverzekering - Verzekeruzelf.nl\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/pbCavYAK9sg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','936af86a9b8c84b7a71bb7c713e92736','','','2020-02-14 08:02:25','2020-02-14 08:02:25','',0,'http://linuxcompanies.be/936af86a9b8c84b7a71bb7c713e92736/',0,'oembed_cache','',0),(70,0,'2020-02-17 09:00:16','2020-02-17 09:00:16','<iframe title=\"Be a Bookkeeper! How to start your business step-by-step.\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/W089i96rbzI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','65916ac27a215bc5058f4d75ac855795','','','2020-02-17 09:00:16','2020-02-17 09:00:16','',0,'http://linuxcompanies.be/65916ac27a215bc5058f4d75ac855795/',0,'oembed_cache','',0),(72,1,'2020-02-27 19:41:55','2020-02-27 19:41:55','Een van de beste manieren om uw autoverzekeringskosten laag te houden, is om een goed rijrecord te hebben. Hieronder staan andere dingen die u kunt doen om uw verzekeringskosten te verlagen.\r\n\r\nEen <a href=\"https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html\" target=\"_blank\" rel=\"noopener noreferrer\">goedkope autoverzekering afsluiten</a> is zeker niet onmogelijk. U hoeft alleen diverse verzekeringen te vergelijken om snel te weten te komen welke goedkoop is en u voldoende dekking geeft. Een <a href=\"https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html\" target=\"_blank\" rel=\"noopener noreferrer\">autoverzekering bedrijfsauto</a> kunt u zo ook vinden.\r\n<h2>1. Kijk rond</h2>\r\nPrijzen variëren van bedrijf tot bedrijf, dus het loont om rond te shoppen. Ontvang minimaal drie offertes. U kunt bedrijven rechtstreeks bellen of toegang krijgen tot informatie op internet. Uw nationale verzekeringsafdeling kan ook vergelijkingen aanbieden van prijzen die worden aangerekend door grote verzekeraars.\r\n<h2>2. Vergelijk verzekeringskosten voordat u een auto koopt</h2>\r\nControleer de verzekeringskosten voordat u een nieuwe of gebruikte auto koopt. Premies voor autoverzekeringen zijn gedeeltelijk gebaseerd op de prijs van de auto, de reparatiekosten, het algehele veiligheidsrecord en de kans op diefstal. Veel verzekeraars bieden kortingen voor functies die het risico op letsel of diefstal verminderen. Om u te helpen beslissen welke auto u wilt kopen, kunt u informatie krijgen van het Insurance Institute for Highway Safety (www.iihs.org).\r\n<h2>3. Vraag om een hoger eigen risico</h2>\r\nEigen risico is wat u betaalt voordat uw verzekering ingaat. Door een hoger eigen risico aan te vragen, kunt u uw kosten aanzienlijk verlagen. Als u uw eigen risico verhoogt van $ 200 naar $ 500, kunt u bijvoorbeeld uw kosten voor aanvaringen en uitgebreide dekking met 15 tot 30 procent verminderen. Als u naar een eigen risico van $ 1.000 gaat, kunt u 40 procent of meer besparen. Voordat u een hoger eigen risico kiest, moet u ervoor zorgen dat u voldoende geld opzij hebt staan om het te betalen als u een claim hebt.\r\n\r\nhttps://www.youtube.com/watch?v=6JQn2bzvuI4\r\n<h2>4. Verminder de dekking van oudere auto\'s</h2>\r\nOverweeg een botsing en / of uitgebreide dekking voor oudere auto\'s te laten vallen. Als uw auto minder dan 10 keer de premie waard is, is de aanschaf van de dekking mogelijk niet kosteneffectief. Autodealers en banken kunnen u de waarde van auto\'s vertellen. Of je kunt het online opzoeken in Kelley\'s Blue Book (www.kbb.com). Controleer uw dekking tijdens verlengingstijd om ervoor te zorgen dat uw verzekeringsbehoeften niet zijn gewijzigd.\r\n<h2>5. Koop uw huiseigenaren en autodekking bij dezelfde verzekeraar</h2>\r\nVeel verzekeraars geven u een pauze als u twee of meer soorten verzekeringen koopt. U kunt ook een korting krijgen als u meer dan één voertuig bij hetzelfde bedrijf hebt verzekerd. Sommige verzekeraars verlagen de tarieven voor langdurige klanten. Maar het is nog steeds zinvol om rond te shoppen! U kunt geld besparen bij het kopen van verschillende verzekeringsmaatschappijen, vergeleken met een multipolicy korting.\r\n<h2>6. Houd een goed kredietrecord bij</h2>\r\nHet opbouwen van een solide kredietgeschiedenis kan uw verzekeringskosten drukken. De meeste verzekeraars gebruiken kredietinformatie om autoverzekeringen te bepalen. Onderzoek toont aan dat mensen die hun krediet effectief beheren minder claims hebben. Om uw kredietwaardigheid te beschermen, betaalt u uw rekeningen op tijd, krijgt u niet meer krediet dan u nodig hebt en houdt u uw tegoeden zo laag mogelijk. Controleer uw kredietrecord regelmatig en laat eventuele fouten onmiddellijk corrigeren zodat uw record nauwkeurig blijft.\r\n<h2>7. Profiteer van lage kilometerkortingen</h2>\r\nSommige bedrijven bieden kortingen aan automobilisten die een lager dan gemiddeld aantal kilometers per jaar rijden. Lage kilometerstanden kunnen ook van toepassing zijn op bestuurders die carpoolen om te werken.','7 manieren om uw autoverzekeringskosten te verlagen','','publish','closed','closed','','7-manieren-om-uw-autoverzekeringskosten-te-verlagen','','','2020-02-19 19:45:27','2020-02-19 19:45:27','',0,'http://linuxcompanies.be/?p=72',0,'post','',0),(73,1,'2020-02-19 19:43:47','2020-02-19 19:43:47','Een van de beste manieren om uw autoverzekeringskosten laag te houden, is om een goed rijrecord te hebben. Hieronder staan andere dingen die u kunt doen om uw verzekeringskosten te verlagen.\r\n\r\nEen <a href=\"https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html\" target=\"_blank\" rel=\"noopener noreferrer\">goedkope autoverzekering afsluiten</a> is zeker niet onmogelijk. U hoeft alleen diverse verzekeringen te vergelijken om snel te weten te komen welke goedkoop is en u voldoende dekking geeft. Een <a href=\"https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html\" target=\"_blank\" rel=\"noopener noreferrer\">autoverzekering bedrijfsauto</a> kunt u zo ook vinden.\r\n<h2>1. Kijk rond</h2>\r\nPrijzen variëren van bedrijf tot bedrijf, dus het loont om rond te shoppen. Ontvang minimaal drie offertes. U kunt bedrijven rechtstreeks bellen of toegang krijgen tot informatie op internet. Uw nationale verzekeringsafdeling kan ook vergelijkingen aanbieden van prijzen die worden aangerekend door grote verzekeraars.\r\n<h2>2. Vergelijk verzekeringskosten voordat u een auto koopt</h2>\r\nControleer de verzekeringskosten voordat u een nieuwe of gebruikte auto koopt. Premies voor autoverzekeringen zijn gedeeltelijk gebaseerd op de prijs van de auto, de reparatiekosten, het algehele veiligheidsrecord en de kans op diefstal. Veel verzekeraars bieden kortingen voor functies die het risico op letsel of diefstal verminderen. Om u te helpen beslissen welke auto u wilt kopen, kunt u informatie krijgen van het Insurance Institute for Highway Safety (www.iihs.org).\r\n<h2>3. Vraag om een hoger eigen risico</h2>\r\nEigen risico is wat u betaalt voordat uw verzekering ingaat. Door een hoger eigen risico aan te vragen, kunt u uw kosten aanzienlijk verlagen. Als u uw eigen risico verhoogt van $ 200 naar $ 500, kunt u bijvoorbeeld uw kosten voor aanvaringen en uitgebreide dekking met 15 tot 30 procent verminderen. Als u naar een eigen risico van $ 1.000 gaat, kunt u 40 procent of meer besparen. Voordat u een hoger eigen risico kiest, moet u ervoor zorgen dat u voldoende geld opzij hebt staan om het te betalen als u een claim hebt.\r\n\r\nhttps://www.youtube.com/watch?v=6JQn2bzvuI4\r\n<h2>4. Verminder de dekking van oudere auto\'s</h2>\r\nOverweeg een botsing en / of uitgebreide dekking voor oudere auto\'s te laten vallen. Als uw auto minder dan 10 keer de premie waard is, is de aanschaf van de dekking mogelijk niet kosteneffectief. Autodealers en banken kunnen u de waarde van auto\'s vertellen. Of je kunt het online opzoeken in Kelley\'s Blue Book (www.kbb.com). Controleer uw dekking tijdens verlengingstijd om ervoor te zorgen dat uw verzekeringsbehoeften niet zijn gewijzigd.\r\n<h2>5. Koop uw huiseigenaren en autodekking bij dezelfde verzekeraar</h2>\r\nVeel verzekeraars geven u een pauze als u twee of meer soorten verzekeringen koopt. U kunt ook een korting krijgen als u meer dan één voertuig bij hetzelfde bedrijf hebt verzekerd. Sommige verzekeraars verlagen de tarieven voor langdurige klanten. Maar het is nog steeds zinvol om rond te shoppen! U kunt geld besparen bij het kopen van verschillende verzekeringsmaatschappijen, vergeleken met een multipolicy korting.\r\n<h2>6. Houd een goed kredietrecord bij</h2>\r\nHet opbouwen van een solide kredietgeschiedenis kan uw verzekeringskosten drukken. De meeste verzekeraars gebruiken kredietinformatie om autoverzekeringen te bepalen. Onderzoek toont aan dat mensen die hun krediet effectief beheren minder claims hebben. Om uw kredietwaardigheid te beschermen, betaalt u uw rekeningen op tijd, krijgt u niet meer krediet dan u nodig hebt en houdt u uw tegoeden zo laag mogelijk. Controleer uw kredietrecord regelmatig en laat eventuele fouten onmiddellijk corrigeren zodat uw record nauwkeurig blijft.\r\n<h2>7. Profiteer van lage kilometerkortingen</h2>\r\nSommige bedrijven bieden kortingen aan automobilisten die een lager dan gemiddeld aantal kilometers per jaar rijden. Lage kilometerstanden kunnen ook van toepassing zijn op bestuurders die carpoolen om te werken.','7 manieren om uw autoverzekeringskosten te verlagen','','inherit','closed','closed','','72-revision-v1','','','2020-02-19 19:43:47','2020-02-19 19:43:47','',72,'http://linuxcompanies.be/72-revision-v1/',0,'revision','',0),(74,1,'2020-02-19 19:45:20','2020-02-19 19:45:20','','cjdkd33','','inherit','closed','closed','','cjdkd33','','','2020-02-19 19:45:20','2020-02-19 19:45:20','',72,'http://linuxcompanies.be/wp-content/uploads/2020/02/cjdkd33.jpeg',0,'attachment','image/jpeg',0),(75,1,'2020-03-10 22:04:41','2020-03-10 22:04:41','Nu we eindelijk klaar zijn voor een nieuwe bullmarkt na twee jaar cryptowinter, wat is de beste manier om ons voor te bereiden op die voordelen? Laten we eens kijken naar 5 tips om te weten om ervoor te zorgen dat je niet de cryptoblues zingt.\r\n<h2>1. HAAL ALTIJD UW GELD VAN DE CRYPTO-UITWISSELING NADAT U KLAAR BENT MET HANDELEN</h2>\r\nUitwisselingen zijn notoir onzeker, of ze nu worden gehackt, gebruikersfondsen verkeerd beheren, zwendel verlaten of een verrassingsgeweer AML / KYC halen om uw fondsen te grijpen, u loopt altijd het risico met uw fondsen op de beurs. Er zijn zeer geldige redenen waarom \"Niet uw sleutels, niet uw Bitcoin\" een mantra is onder handelaren en hodlers. Veel handelaren zijn opgeruimd door hacks, onethische uitwisselingen en exit-oplichting.\r\n\r\nMet verrassende AML / KYC-inbeslagname is het misschien mogelijk om geld terug te vorderen, als je het niet erg vindt om jezelf te bedwelmen, maar sommige platforms stellen eenvoudigweg de informatie-eisen zo ernstig dat je je munten misschien nooit terugkrijgt. U kunt beginnen op sites zoals <a href=\"https://www.bitcoinexchangenederland.nl/plus500-bitcoin/\" target=\"_blank\" rel=\"noopener noreferrer\">500plus bitcoin traden</a> en <a href=\"https://www.bitcoinexchangenederland.nl/bitvavo/\" target=\"_blank\" rel=\"noopener noreferrer\">Bitvavo</a>.\r\n<h1>2. PRAAT NIET OVER UW MUNTEN OF TRANSACTIES OP SOCIALE MEDIA</h1>\r\nRusland om Facebook te verbieden is US Blocks Libra Cryptocurrency\r\n\r\nOpsec (operationele beveiliging) is koning in het land van crypto. Tijdens de laatste bullmarkt zagen we mensen ontvoerd worden, het slachtoffer worden van huisinvasies of aanvallen van $ 5 dollar en voor alles beroofd worden. Allemaal omdat ze wilden opscheppen op sociale media. Doe dit alsjeblieft niet, het is alsof je een groot rood doelwit op je rug schildert.\r\n\r\nhttps://www.youtube.com/watch?v=OWYvsBPPqb4\r\n\r\n10 BTC & 20.000 gratis spins voor elke speler in Winter Cryptoland Adventure van mBitcasino!\r\n\r\nOp veel sociale mediaprofielen kunnen mensen achterhalen waar u bent, waar u woont, wie uw vrienden en familie zijn, enz. Niet het soort informatie dat criminelen willen hebben, vooral wanneer ze u zien posten over hoeveel geld u net hebt gemaakt. Hier is een lijst met mensen die zijn aangevallen voor munten.\r\n<h2>3. BEWAAR UW MUNTEN OFFLINE IN EEN HARDWARE WALLET</h2>\r\nEen andere opsec-overweging in uw gedachten als handelaar zou moeten zijn om uw munten offline in een hardware-portemonnee op te slaan. U kunt de hardware wallet en recovery seed op verschillende, maar veilige locaties bewaren. Hacken en ransomware is online een epidemie, en je munten van je laptop houden, in een hardware-portemonnee is een gemakkelijke manier om eenvoudig het risico van het verliezen van munten op deze manier te omzeilen.\r\n\r\nEen dief kan mogelijk nog steeds je munten hacken of stelen met een moersleutelaanval van $ 5, dus je moet ook rekening houden met een veilige manier om je hardware-portemonnee op te slaan, maar je munten op een dergelijk apparaat bewaren is veel veiliger dan op een apparaat verbonden met internet.','TOP 3 CRYPTO-HANDELSTIPS','','publish','closed','closed','','top-3-crypto-handelstips','','','2020-02-21 22:06:32','2020-02-21 22:06:32','',0,'http://linuxcompanies.be/?p=75',0,'post','',0),(76,1,'2020-02-21 22:06:18','2020-02-21 22:06:18','','jadlde4','','inherit','closed','closed','','jadlde4','','','2020-02-21 22:06:18','2020-02-21 22:06:18','',75,'http://linuxcompanies.be/wp-content/uploads/2020/02/jadlde4.jpeg',0,'attachment','image/jpeg',0),(77,1,'2020-02-21 22:06:32','2020-02-21 22:06:32','Nu we eindelijk klaar zijn voor een nieuwe bullmarkt na twee jaar cryptowinter, wat is de beste manier om ons voor te bereiden op die voordelen? Laten we eens kijken naar 5 tips om te weten om ervoor te zorgen dat je niet de cryptoblues zingt.\r\n<h2>1. HAAL ALTIJD UW GELD VAN DE CRYPTO-UITWISSELING NADAT U KLAAR BENT MET HANDELEN</h2>\r\nUitwisselingen zijn notoir onzeker, of ze nu worden gehackt, gebruikersfondsen verkeerd beheren, zwendel verlaten of een verrassingsgeweer AML / KYC halen om uw fondsen te grijpen, u loopt altijd het risico met uw fondsen op de beurs. Er zijn zeer geldige redenen waarom \"Niet uw sleutels, niet uw Bitcoin\" een mantra is onder handelaren en hodlers. Veel handelaren zijn opgeruimd door hacks, onethische uitwisselingen en exit-oplichting.\r\n\r\nMet verrassende AML / KYC-inbeslagname is het misschien mogelijk om geld terug te vorderen, als je het niet erg vindt om jezelf te bedwelmen, maar sommige platforms stellen eenvoudigweg de informatie-eisen zo ernstig dat je je munten misschien nooit terugkrijgt. U kunt beginnen op sites zoals <a href=\"https://www.bitcoinexchangenederland.nl/plus500-bitcoin/\" target=\"_blank\" rel=\"noopener noreferrer\">500plus bitcoin traden</a> en <a href=\"https://www.bitcoinexchangenederland.nl/bitvavo/\" target=\"_blank\" rel=\"noopener noreferrer\">Bitvavo</a>.\r\n<h1>2. PRAAT NIET OVER UW MUNTEN OF TRANSACTIES OP SOCIALE MEDIA</h1>\r\nRusland om Facebook te verbieden is US Blocks Libra Cryptocurrency\r\n\r\nOpsec (operationele beveiliging) is koning in het land van crypto. Tijdens de laatste bullmarkt zagen we mensen ontvoerd worden, het slachtoffer worden van huisinvasies of aanvallen van $ 5 dollar en voor alles beroofd worden. Allemaal omdat ze wilden opscheppen op sociale media. Doe dit alsjeblieft niet, het is alsof je een groot rood doelwit op je rug schildert.\r\n\r\nhttps://www.youtube.com/watch?v=OWYvsBPPqb4\r\n\r\n10 BTC & 20.000 gratis spins voor elke speler in Winter Cryptoland Adventure van mBitcasino!\r\n\r\nOp veel sociale mediaprofielen kunnen mensen achterhalen waar u bent, waar u woont, wie uw vrienden en familie zijn, enz. Niet het soort informatie dat criminelen willen hebben, vooral wanneer ze u zien posten over hoeveel geld u net hebt gemaakt. Hier is een lijst met mensen die zijn aangevallen voor munten.\r\n<h2>3. BEWAAR UW MUNTEN OFFLINE IN EEN HARDWARE WALLET</h2>\r\nEen andere opsec-overweging in uw gedachten als handelaar zou moeten zijn om uw munten offline in een hardware-portemonnee op te slaan. U kunt de hardware wallet en recovery seed op verschillende, maar veilige locaties bewaren. Hacken en ransomware is online een epidemie, en je munten van je laptop houden, in een hardware-portemonnee is een gemakkelijke manier om eenvoudig het risico van het verliezen van munten op deze manier te omzeilen.\r\n\r\nEen dief kan mogelijk nog steeds je munten hacken of stelen met een moersleutelaanval van $ 5, dus je moet ook rekening houden met een veilige manier om je hardware-portemonnee op te slaan, maar je munten op een dergelijk apparaat bewaren is veel veiliger dan op een apparaat verbonden met internet.','TOP 3 CRYPTO-HANDELSTIPS','','inherit','closed','closed','','75-revision-v1','','','2020-02-21 22:06:32','2020-02-21 22:06:32','',75,'http://linuxcompanies.be/75-revision-v1/',0,'revision','',0),(78,1,'2020-03-03 22:46:15','2020-03-03 22:46:15','Hoe kan ik mijn auto verkopen voor schroot?\r\n\r\nU zult niet rijk worden door uw voertuig te verkopen. Met wat opzettelijk onderzoek kun je op een van de volgende manieren een behoorlijke som geld voor junk cars krijgen.\r\n<h2>1. Verkoop privé</h2>\r\nIs uw auto op de een of andere manier uniek? Als uw voertuig iets heeft dat hem onderscheidt - een klassieke auto, weinig kilometers of moeilijk te vinden opties - kan er een potentiële koper zijn die junk cars zoals de uwe koopt. Particuliere kopers betalen geweldige prijzen als uw auto wenselijk is. Maar als uw auto een geavanceerd model is met typische roestkwesties, een kapotte motor of schade door ongevallen, is privé verkopen waarschijnlijk niet uw beste keuze.\r\n<h2>2. Verkoop aan een lokaal autokerkhof</h2>\r\nDe meeste auto\'s komen hier uiteindelijk terecht. Een <a href=\"https://www.kentekencheck.nu/sloopauto-verkopen/\" target=\"_blank\" rel=\"noopener noreferrer\">auto verkopen aan sloperij</a> en ze zijn niet kieskeurig. Afvalverwijderingsdiensten vallen ook in deze categorie. Wat u wordt betaald voor schrootauto\'s en vrachtwagens draait allemaal rond het gewicht ervan op de industriële schaal van het autokerkhof, en het gangbare tarief voor schrootstaal of een vast tarief per auto. Er is geen onderhandelen en er is helemaal geen aandacht voor de eigenschappen van uw auto.\r\n<h2>3. Ruil het in of verkoop bij een dealer</h2>\r\nIn de meeste gevallen accepteren autodealers elke soort auto die wordt verhandeld - zelfs een junk-auto - als u bij hen een nieuw of tweedehands <a href=\"https://www.kentekencheck.nu/auto-verkopen/\" target=\"_blank\" rel=\"noopener noreferrer\">de auto gratis verkopen</a>. Sommigen kunnen ook contant betalen voor oude auto\'s zonder een ander voertuig te kopen, hoewel dit minder gebruikelijk is.\r\n\r\nhttps://www.youtube.com/watch?v=A7FaPWC_IWo\r\n\r\nHandelen in een oude auto bij een dealer heeft voordelen die niet algemeen bekend zijn. Hoewel je inruilwaarde vaak lager is dan die voor privéverkoop, als je al hebt besloten om een voertuig bij een bepaalde dealer te kopen en een eerlijke prijs hebt berekend - dan is het goed om te weten wat ze je voor je oude auto zouden geven. Van zin. Af en toe kan een push, pull of drag sale bij een dealer u zelfs meer betalen dan uw auto waard is, maar wees voorzichtig dat ze niet alleen de waarde van uw voertuig opblazen ten koste van wat een korting op het voertuig waar je naar kijkt! Er zijn ook fiscale voordelen van het inruilen van uw voertuig, hoewel dit meestal een kleine overweging is wanneer de waarde van uw voertuig relatief laag is.','Hoe u het meeste geld krijgt voor uw rommelwagen','','publish','closed','closed','','hoe-u-het-meeste-geld-krijgt-voor-uw-rommelwagen','','','2020-02-22 22:48:07','2020-02-22 22:48:07','',0,'http://linuxcompanies.be/?p=78',0,'post','',0),(79,1,'2020-02-22 22:48:01','2020-02-22 22:48:01','','v03434','','inherit','closed','closed','','v03434','','','2020-02-22 22:48:01','2020-02-22 22:48:01','',78,'http://linuxcompanies.be/wp-content/uploads/2020/02/v03434.jpg',0,'attachment','image/jpeg',0),(80,1,'2020-02-22 22:48:07','2020-02-22 22:48:07','Hoe kan ik mijn auto verkopen voor schroot?\r\n\r\nU zult niet rijk worden door uw voertuig te verkopen. Met wat opzettelijk onderzoek kun je op een van de volgende manieren een behoorlijke som geld voor junk cars krijgen.\r\n<h2>1. Verkoop privé</h2>\r\nIs uw auto op de een of andere manier uniek? Als uw voertuig iets heeft dat hem onderscheidt - een klassieke auto, weinig kilometers of moeilijk te vinden opties - kan er een potentiële koper zijn die junk cars zoals de uwe koopt. Particuliere kopers betalen geweldige prijzen als uw auto wenselijk is. Maar als uw auto een geavanceerd model is met typische roestkwesties, een kapotte motor of schade door ongevallen, is privé verkopen waarschijnlijk niet uw beste keuze.\r\n<h2>2. Verkoop aan een lokaal autokerkhof</h2>\r\nDe meeste auto\'s komen hier uiteindelijk terecht. Een <a href=\"https://www.kentekencheck.nu/sloopauto-verkopen/\" target=\"_blank\" rel=\"noopener noreferrer\">auto verkopen aan sloperij</a> en ze zijn niet kieskeurig. Afvalverwijderingsdiensten vallen ook in deze categorie. Wat u wordt betaald voor schrootauto\'s en vrachtwagens draait allemaal rond het gewicht ervan op de industriële schaal van het autokerkhof, en het gangbare tarief voor schrootstaal of een vast tarief per auto. Er is geen onderhandelen en er is helemaal geen aandacht voor de eigenschappen van uw auto.\r\n<h2>3. Ruil het in of verkoop bij een dealer</h2>\r\nIn de meeste gevallen accepteren autodealers elke soort auto die wordt verhandeld - zelfs een junk-auto - als u bij hen een nieuw of tweedehands <a href=\"https://www.kentekencheck.nu/auto-verkopen/\" target=\"_blank\" rel=\"noopener noreferrer\">de auto gratis verkopen</a>. Sommigen kunnen ook contant betalen voor oude auto\'s zonder een ander voertuig te kopen, hoewel dit minder gebruikelijk is.\r\n\r\nhttps://www.youtube.com/watch?v=A7FaPWC_IWo\r\n\r\nHandelen in een oude auto bij een dealer heeft voordelen die niet algemeen bekend zijn. Hoewel je inruilwaarde vaak lager is dan die voor privéverkoop, als je al hebt besloten om een voertuig bij een bepaalde dealer te kopen en een eerlijke prijs hebt berekend - dan is het goed om te weten wat ze je voor je oude auto zouden geven. Van zin. Af en toe kan een push, pull of drag sale bij een dealer u zelfs meer betalen dan uw auto waard is, maar wees voorzichtig dat ze niet alleen de waarde van uw voertuig opblazen ten koste van wat een korting op het voertuig waar je naar kijkt! Er zijn ook fiscale voordelen van het inruilen van uw voertuig, hoewel dit meestal een kleine overweging is wanneer de waarde van uw voertuig relatief laag is.','Hoe u het meeste geld krijgt voor uw rommelwagen','','inherit','closed','closed','','78-revision-v1','','','2020-02-22 22:48:07','2020-02-22 22:48:07','',78,'http://linuxcompanies.be/78-revision-v1/',0,'revision','',0),(81,0,'2020-02-27 20:01:08','2020-02-27 20:01:08','<iframe title=\"Volkswagen Autoverzekering - Nieuwwaardegarantie\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/6JQn2bzvuI4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','700ebbbb8d31a6d0c7645653b4a76fba','','','2020-02-27 20:01:08','2020-02-27 20:01:08','',0,'http://linuxcompanies.be/700ebbbb8d31a6d0c7645653b4a76fba/',0,'oembed_cache','',0),(82,0,'2020-03-03 23:02:11','2020-03-03 23:02:11','<iframe title=\"Uw auto verkopen op een VLOTTE, VEILIGE en ZORGELOZE manier.\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/A7FaPWC_IWo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','a079ab2110759ac6577505a8baa5378f','','','2020-03-03 23:02:11','2020-03-03 23:02:11','',0,'http://linuxcompanies.be/a079ab2110759ac6577505a8baa5378f/',0,'oembed_cache','',0),(84,1,'2020-02-01 17:24:09','2020-02-01 17:24:09','Nederlandse energieanalisten zijn professionals die gespecialiseerd zijn in commercieel en residentieel energieverbruik. Door het evalueren van uw huis en het totale stroomverbruik kunnen zij effectieve tips geven die uw energieverbruik sterk kunnen verminderen. Terwijl u geld bespaart, beschermt u ook de toekomst van onze planeet.\r\n<h2>Waarom makkelijk energieleveranciers bekijken of besparen op de energie in je woning</h2>\r\nHier zijn enkele van de basistips die energieanalisten uit Nederland aanbevelen voor dagelijks gebruik. U kunt ze toepassen totdat u klaar bent voor een volledige analyse van het energieverbruik van uw huis. Daarnaast raden we je aan om eens te beginnen met <a href=\"https://beste-energievergelijker.com\">energiemaatschappij vergelijken</a> om te zien of je kosten kunt besparen\r\n<h3>1.Lagere watertemperatuur - Scheelt een berg in de kosten</h3>\r\nStel de thermostaat van uw warmwaterboiler een paar graden lager in - ongeveer 120 F. Uw douche zal nog steeds lekker warm zijn, maar u zult niet kapot gaan.\r\n<h3>2. Verkort uw douches - Daardoor bespaar je warmte en gas</h3>\r\nDoor de timing van uw douchetijd zult u merken dat uw \"korte\" douche eigenlijk langer duurt dan verwacht. Hoe langer u doucht, hoe meer uw warmwaterboiler moet draaien.\r\n<h3>3. Airconditioning - Alleen aan als het nodig is</h3>\r\nZet de thermostaat op een energie zuinige stand. Als u het huis een graad of 2 warmer houdt, maakt dat geen groot verschil voor u, maar wel voor uw elektriciteitsrekening. Het is ook niet nodig om het huis als een ijskast te houden als u niet thuis bent.\r\n<h3>4. Verwarming - Zet hem uit om makkelijk energie en stroom te besparen</h3>\r\nEr gelden dezelfde regels als bij de airconditioning. U hoeft het huis niet te verwarmen als u de hele dag weg bent. Trek een trui aan terwijl de kamers opwarmen.\r\n<h3>5. Alternatieve energiebronnen - Makkelijk te gebruiken in woning</h3>\r\nOm uw energiekosten te verlagen, kunt u ook overwegen om alternatieve energiebronnen te installeren, zoals windmolens en zonnepanelen.\r\n<h3>6. Compacte fluorescerende lampen - Makkelijker energie besparingen maken</h3>\r\nEnergie-analisten uit Valencia zullen bevestigen dat deze lampen langer meegaan en minder energie verbruiken.\r\n<h3>7. Apparaten uitschakelen - Dat kan je veel stroom besparen</h3>\r\nAls u uw apparaten niet gebruikt, schakel ze dan uit. Doe de lichten uit in de slaapkamer als u \'s avonds in de woonkamer bent. 8. Schakel computers en monitoren uit als ze niet in gebruik zijn.\r\n\r\nhttps://www.youtube.com/watch?v=0tHQtNjdLTg','Energie besparen in je woning is niet lastig, ook het vergelijken van energieleveranciers kan je daar goed bij helpen in 2020','','publish','closed','closed','','energie-besparen-in-je-woning-is-niet-lastig-ook-het-vergelijken-van-energieleveranciers-kan-je-daar-goed-bij-helpen-in-2020','','','2020-03-07 17:30:50','2020-03-07 17:30:50','',0,'http://linuxcompanies.be/?p=84',0,'post','',0),(85,1,'2020-03-07 17:27:49','2020-03-07 17:27:49','','82918e','','inherit','closed','closed','','82918e','','','2020-03-07 17:27:49','2020-03-07 17:27:49','',84,'http://linuxcompanies.be/wp-content/uploads/2020/03/82918e.jpg',0,'attachment','image/jpeg',0),(86,1,'2020-03-07 17:29:21','2020-03-07 17:29:21','<iframe title=\"Bereken hoeveel jij kan besparen op je energierekening\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/0tHQtNjdLTg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','54618fb8453ca1e8ea51c102e6615ff1','','','2020-03-07 17:29:21','2020-03-07 17:29:21','',0,'http://linuxcompanies.be/54618fb8453ca1e8ea51c102e6615ff1/',0,'oembed_cache','',0),(87,1,'2020-03-07 17:30:50','2020-03-07 17:30:50','Nederlandse energieanalisten zijn professionals die gespecialiseerd zijn in commercieel en residentieel energieverbruik. Door het evalueren van uw huis en het totale stroomverbruik kunnen zij effectieve tips geven die uw energieverbruik sterk kunnen verminderen. Terwijl u geld bespaart, beschermt u ook de toekomst van onze planeet.\r\n<h2>Waarom makkelijk energieleveranciers bekijken of besparen op de energie in je woning</h2>\r\nHier zijn enkele van de basistips die energieanalisten uit Nederland aanbevelen voor dagelijks gebruik. U kunt ze toepassen totdat u klaar bent voor een volledige analyse van het energieverbruik van uw huis. Daarnaast raden we je aan om eens te beginnen met <a href=\"https://beste-energievergelijker.com\">energiemaatschappij vergelijken</a> om te zien of je kosten kunt besparen\r\n<h3>1.Lagere watertemperatuur - Scheelt een berg in de kosten</h3>\r\nStel de thermostaat van uw warmwaterboiler een paar graden lager in - ongeveer 120 F. Uw douche zal nog steeds lekker warm zijn, maar u zult niet kapot gaan.\r\n<h3>2. Verkort uw douches - Daardoor bespaar je warmte en gas</h3>\r\nDoor de timing van uw douchetijd zult u merken dat uw \"korte\" douche eigenlijk langer duurt dan verwacht. Hoe langer u doucht, hoe meer uw warmwaterboiler moet draaien.\r\n<h3>3. Airconditioning - Alleen aan als het nodig is</h3>\r\nZet de thermostaat op een energie zuinige stand. Als u het huis een graad of 2 warmer houdt, maakt dat geen groot verschil voor u, maar wel voor uw elektriciteitsrekening. Het is ook niet nodig om het huis als een ijskast te houden als u niet thuis bent.\r\n<h3>4. Verwarming - Zet hem uit om makkelijk energie en stroom te besparen</h3>\r\nEr gelden dezelfde regels als bij de airconditioning. U hoeft het huis niet te verwarmen als u de hele dag weg bent. Trek een trui aan terwijl de kamers opwarmen.\r\n<h3>5. Alternatieve energiebronnen - Makkelijk te gebruiken in woning</h3>\r\nOm uw energiekosten te verlagen, kunt u ook overwegen om alternatieve energiebronnen te installeren, zoals windmolens en zonnepanelen.\r\n<h3>6. Compacte fluorescerende lampen - Makkelijker energie besparingen maken</h3>\r\nEnergie-analisten uit Valencia zullen bevestigen dat deze lampen langer meegaan en minder energie verbruiken.\r\n<h3>7. Apparaten uitschakelen - Dat kan je veel stroom besparen</h3>\r\nAls u uw apparaten niet gebruikt, schakel ze dan uit. Doe de lichten uit in de slaapkamer als u \'s avonds in de woonkamer bent. 8. Schakel computers en monitoren uit als ze niet in gebruik zijn.\r\n\r\nhttps://www.youtube.com/watch?v=0tHQtNjdLTg','Energie besparen in je woning is niet lastig, ook het vergelijken van energieleveranciers kan je daar goed bij helpen in 2020','','inherit','closed','closed','','84-revision-v1','','','2020-03-07 17:30:50','2020-03-07 17:30:50','',84,'http://linuxcompanies.be/84-revision-v1/',0,'revision','',0),(88,1,'2020-02-03 22:31:16','2020-02-03 22:31:16','Snelle leningen zijn een manier om snel een lening te krijgen. Er zijn tal van soorten snelle leningen, van check advance loans tot persoonlijke leningen. Sommige zijn moeilijker te krijgen dan andere. Uiteraard moet je goed opletten bij <a href=\"https://spaarbuidel.nl/geld-lenen/\">snel geld lenen</a>, het kan namelijk zijn dat je een behoorlijke rente betaald.\r\n<ul>\r\n <li>Sommige vereisen onderpand, andere niet. Ze variëren allemaal in de voorwaarden, dus bij het zoeken naar een snelle lening is het belangrijk om de opties te wegen.</li>\r\n <li>Check advance loans zijn de plaatsen waar een persoon een korte termijn lening krijgt die hij of zij veilig stelt door het schrijven van een post gedateerde cheque. Deze leningen worden meestal gegeven voor een korte periode van tijd, ergens tussen twee weken en een maand.</li>\r\n</ul>\r\n<h3>Snel geld lenen? Wat voor krediet heb je daar precies voor nodig</h3>\r\nWanneer de lening verschuldigd is, kan de lener de lening afbetalen of het kasvoorschot de cheque die hij heeft gegeven contant laten opslaan. Deze leningen zijn meestal voor kleine bedragen, variërend van vijftig tot een paar duizend dollar.\r\n<ul>\r\n <li>Een andere snelle lening is een eigendomslening. Dit type lening gebruikt een autotitel als onderpand. De geldschieter neemt bij het verstrekken van de lening bezit van de autotitel. Als de lener in gebreke blijft, kan de lener de auto verkopen om het bedrag van de lening terug te krijgen.</li>\r\n <li>De uitlener krijgt meestal een mooie winst over wat de lener verschuldigd is, maar hij is niet verplicht om het overschot aan de lener te geven.</li>\r\n</ul>\r\nEr zijn ook snelle leningen voor huiseigenaren, deze worden snelle gewaarborgde leningen genoemd. Dit soort leningen zijn beveiligd tegen het eigendom van de kredietnemer als een tweede lading achter die van de hypotheek. Een snelle gewaarborgde lening zou over het algemeen in ongeveer tien tot 14 dagen aan de klant worden uitbetaald.\r\n\r\nhttps://www.youtube.com/watch?v=TSSieqW0WW0\r\n<h2>Snel geld lenen kan goed geregeld worden</h2>\r\nDe snelheid waarmee snelle gewaarborgde leningen voltooid zijn, is afhankelijk van een aantal variabelen, zoals de krediethistorie van de kredietnemer, de waarde van het onroerend goed en het statuut van de werknemer. Dit gezegd zijnde, zijn snel gedekte leningen een van de snelste vormen van financiering die momenteel beschikbaar zijn.\r\n<ul>\r\n <li>Pionnenwinkels zijn een ander type snelle lening. Een pandjeshuis is een winkel die gebruikte goederen koopt. Iemand geeft de winkel zijn goederen in ruil voor geld. Ze krijgen een korte periode waarin ze kunnen terugkeren om hun goederen terug te kopen of de lening terug te betalen.</li>\r\n <li>Als de persoon niet terugkeert om de lening te betalen, neemt het pandjeshuis de volledige eigendom van de goederen over en kan het doorverkopen om het bedrag van de lening terug te betalen. Meestal laten mensen het pandjeshuis de koopwaar gewoon houden, behalve in gevallen waar de koopwaar bijzonder waardevol is.</li>\r\n</ul>\r\n<h2>Een online lening kan een goede oplossing zijn</h2>\r\nEen nieuwer type snelle lening is een online lening. Deze zijn vaak vergelijkbaar met traditionele leningen, maar nemen veel minder tijd in beslag. Deze leningen worden vaak opgezet als automatische geldopnames. De kredietverstrekker krijgt van de kredietnemers controlegegevens en trekt elke maand de betaling van de lening af.','Snel geld lenen, is het nog steeds mogelijk in Nederland? En wat zijn de dingen die je in de gaten moet houden bij een snelle lening','','publish','closed','closed','','snel-geld-lenen-is-het-nog-steeds-mogelijk-in-nederland-en-wat-zijn-de-dingen-die-je-in-de-gaten-moet-houden-bij-een-snelle-lening','','','2020-03-07 17:36:22','2020-03-07 17:36:22','',0,'http://linuxcompanies.be/?p=88',0,'post','',0),(89,1,'2020-03-07 17:36:08','2020-03-07 17:36:08','','gel9129a','','inherit','closed','closed','','gel9129a','','','2020-03-07 17:36:08','2020-03-07 17:36:08','',88,'http://linuxcompanies.be/wp-content/uploads/2020/03/gel9129a.jpg',0,'attachment','image/jpeg',0),(90,1,'2020-03-07 17:36:22','2020-03-07 17:36:22','Snelle leningen zijn een manier om snel een lening te krijgen. Er zijn tal van soorten snelle leningen, van check advance loans tot persoonlijke leningen. Sommige zijn moeilijker te krijgen dan andere. Uiteraard moet je goed opletten bij <a href=\"https://spaarbuidel.nl/geld-lenen/\">snel geld lenen</a>, het kan namelijk zijn dat je een behoorlijke rente betaald.\r\n<ul>\r\n <li>Sommige vereisen onderpand, andere niet. Ze variëren allemaal in de voorwaarden, dus bij het zoeken naar een snelle lening is het belangrijk om de opties te wegen.</li>\r\n <li>Check advance loans zijn de plaatsen waar een persoon een korte termijn lening krijgt die hij of zij veilig stelt door het schrijven van een post gedateerde cheque. Deze leningen worden meestal gegeven voor een korte periode van tijd, ergens tussen twee weken en een maand.</li>\r\n</ul>\r\n<h3>Snel geld lenen? Wat voor krediet heb je daar precies voor nodig</h3>\r\nWanneer de lening verschuldigd is, kan de lener de lening afbetalen of het kasvoorschot de cheque die hij heeft gegeven contant laten opslaan. Deze leningen zijn meestal voor kleine bedragen, variërend van vijftig tot een paar duizend dollar.\r\n<ul>\r\n <li>Een andere snelle lening is een eigendomslening. Dit type lening gebruikt een autotitel als onderpand. De geldschieter neemt bij het verstrekken van de lening bezit van de autotitel. Als de lener in gebreke blijft, kan de lener de auto verkopen om het bedrag van de lening terug te krijgen.</li>\r\n <li>De uitlener krijgt meestal een mooie winst over wat de lener verschuldigd is, maar hij is niet verplicht om het overschot aan de lener te geven.</li>\r\n</ul>\r\nEr zijn ook snelle leningen voor huiseigenaren, deze worden snelle gewaarborgde leningen genoemd. Dit soort leningen zijn beveiligd tegen het eigendom van de kredietnemer als een tweede lading achter die van de hypotheek. Een snelle gewaarborgde lening zou over het algemeen in ongeveer tien tot 14 dagen aan de klant worden uitbetaald.\r\n\r\nhttps://www.youtube.com/watch?v=TSSieqW0WW0\r\n<h2>Snel geld lenen kan goed geregeld worden</h2>\r\nDe snelheid waarmee snelle gewaarborgde leningen voltooid zijn, is afhankelijk van een aantal variabelen, zoals de krediethistorie van de kredietnemer, de waarde van het onroerend goed en het statuut van de werknemer. Dit gezegd zijnde, zijn snel gedekte leningen een van de snelste vormen van financiering die momenteel beschikbaar zijn.\r\n<ul>\r\n <li>Pionnenwinkels zijn een ander type snelle lening. Een pandjeshuis is een winkel die gebruikte goederen koopt. Iemand geeft de winkel zijn goederen in ruil voor geld. Ze krijgen een korte periode waarin ze kunnen terugkeren om hun goederen terug te kopen of de lening terug te betalen.</li>\r\n <li>Als de persoon niet terugkeert om de lening te betalen, neemt het pandjeshuis de volledige eigendom van de goederen over en kan het doorverkopen om het bedrag van de lening terug te betalen. Meestal laten mensen het pandjeshuis de koopwaar gewoon houden, behalve in gevallen waar de koopwaar bijzonder waardevol is.</li>\r\n</ul>\r\n<h2>Een online lening kan een goede oplossing zijn</h2>\r\nEen nieuwer type snelle lening is een online lening. Deze zijn vaak vergelijkbaar met traditionele leningen, maar nemen veel minder tijd in beslag. Deze leningen worden vaak opgezet als automatische geldopnames. De kredietverstrekker krijgt van de kredietnemers controlegegevens en trekt elke maand de betaling van de lening af.','Snel geld lenen, is het nog steeds mogelijk in Nederland? En wat zijn de dingen die je in de gaten moet houden bij een snelle lening','','inherit','closed','closed','','88-revision-v1','','','2020-03-07 17:36:22','2020-03-07 17:36:22','',88,'http://linuxcompanies.be/88-revision-v1/',0,'revision','',0),(91,1,'2020-03-17 18:06:38','2020-03-17 18:06:38','In het verkeer ontkom je er eenmaal niet aan en zijn ze onmisbaar voor de veiligheid: Verkeersborden. Daar zijn er wel een heleboel van en kan je soms bij het onthouden door het bos de bomen niet meer zien. Toch is het belangrijk om rekening te houden met een belangrijke groep, namelijk de verkeersborden met voorrang. Bij deelname aan het verkeer mag er namelijk geen sprake zijn van een misverstand op dit gebied omdat de gevolgen dan wel zeer onprettig kunnen zijn.\r\n<h2>Bij het studeren pak je ze dan ook apart aan</h2>\r\nOmdat het nu eenmaal gaat om een belangrijke groep, is het beter om bij het studeren daar extra aandacht op te vestigen. Het vormt echter maar een deel van het vragenpakket en moet de aandacht natuurlijk ook besteed worden aan de overige examenonderdelen. Het examen bestaat uit drie onderdelen en wordt er ook gekeken naar het verkeersinzicht van de deelnemen. Daar wordt vaak nog wat ligt over nagedacht, maar zijn er gelukkig wel tal van oefenvragen waarbij de kennis kan worden uitgetest. De oefenvragen kunnen online worden opgezocht en zal elke rijschool er ook een flink aantal van hebben. Zij hebben immers door de jaren heen wel meer dan genoeg ervaring opgedaan en willen dat altijd wel graag delen met hun leerlingen. Het examen wordt wel steeds aangepast aan de actuele situatie en moeten alle ontwikkelingen daarom wel bijgehouden worden. Het is weer de rijschool die daar het beste op kan inspelen en kunnen zij gelijk aangegeven waarop de aandacht gevestigd dient te worden.\r\n\r\nhttps://www.youtube.com/watch?v=Yr_ysialPKE\r\n\r\nDoor met de <a href=\"https://verkeersborden.nu/theorie-examen-oefenen\" target=\"_blank\" rel=\"noopener noreferrer\">auto theorie-examen oefenvragen</a>, de kennis uit te testen, zal het wel snel duidelijk worden waar er sprake is van mogelijke hiaten en kan de studie vervolgens daarop worden gericht. Extra aandacht dient altijd besteedt te worden aan de <a href=\"https://verkeersborden.nu/voorrangsregels\" target=\"_blank\" rel=\"noopener noreferrer\">verkeersborden met voorrang</a> omdat die zeker een groep vormen waarover er op het examen vragen worden gesteld.','Auto theorie-examen oefenvragen','','publish','closed','closed','','auto-theorie-examen-oefenvragen','','','2020-03-13 18:09:00','2020-03-13 18:09:00','',0,'http://linuxcompanies.be/?p=91',0,'post','',0),(92,1,'2020-03-13 18:08:54','2020-03-13 18:08:54','','v3894','','inherit','closed','closed','','v3894','','','2020-03-13 18:08:54','2020-03-13 18:08:54','',91,'http://linuxcompanies.be/wp-content/uploads/2020/03/v3894.jpg',0,'attachment','image/jpeg',0),(93,1,'2020-03-13 18:09:00','2020-03-13 18:09:00','In het verkeer ontkom je er eenmaal niet aan en zijn ze onmisbaar voor de veiligheid: Verkeersborden. Daar zijn er wel een heleboel van en kan je soms bij het onthouden door het bos de bomen niet meer zien. Toch is het belangrijk om rekening te houden met een belangrijke groep, namelijk de verkeersborden met voorrang. Bij deelname aan het verkeer mag er namelijk geen sprake zijn van een misverstand op dit gebied omdat de gevolgen dan wel zeer onprettig kunnen zijn.\r\n<h2>Bij het studeren pak je ze dan ook apart aan</h2>\r\nOmdat het nu eenmaal gaat om een belangrijke groep, is het beter om bij het studeren daar extra aandacht op te vestigen. Het vormt echter maar een deel van het vragenpakket en moet de aandacht natuurlijk ook besteed worden aan de overige examenonderdelen. Het examen bestaat uit drie onderdelen en wordt er ook gekeken naar het verkeersinzicht van de deelnemen. Daar wordt vaak nog wat ligt over nagedacht, maar zijn er gelukkig wel tal van oefenvragen waarbij de kennis kan worden uitgetest. De oefenvragen kunnen online worden opgezocht en zal elke rijschool er ook een flink aantal van hebben. Zij hebben immers door de jaren heen wel meer dan genoeg ervaring opgedaan en willen dat altijd wel graag delen met hun leerlingen. Het examen wordt wel steeds aangepast aan de actuele situatie en moeten alle ontwikkelingen daarom wel bijgehouden worden. Het is weer de rijschool die daar het beste op kan inspelen en kunnen zij gelijk aangegeven waarop de aandacht gevestigd dient te worden.\r\n\r\nhttps://www.youtube.com/watch?v=Yr_ysialPKE\r\n\r\nDoor met de <a href=\"https://verkeersborden.nu/theorie-examen-oefenen\" target=\"_blank\" rel=\"noopener noreferrer\">auto theorie-examen oefenvragen</a>, de kennis uit te testen, zal het wel snel duidelijk worden waar er sprake is van mogelijke hiaten en kan de studie vervolgens daarop worden gericht. Extra aandacht dient altijd besteedt te worden aan de <a href=\"https://verkeersborden.nu/voorrangsregels\" target=\"_blank\" rel=\"noopener noreferrer\">verkeersborden met voorrang</a> omdat die zeker een groep vormen waarover er op het examen vragen worden gesteld.','Auto theorie-examen oefenvragen','','inherit','closed','closed','','91-revision-v1','','','2020-03-13 18:09:00','2020-03-13 18:09:00','',91,'http://linuxcompanies.be/91-revision-v1/',0,'revision','',0),(94,0,'2020-03-17 18:08:24','2020-03-17 18:08:24','<iframe title=\"Zo gaat het bij het theorie-examen van het CBR\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/Yr_ysialPKE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','2b3668a028b9dbcd54a2594aa0ae3982','','','2020-03-17 18:08:24','2020-03-17 18:08:24','',0,'http://linuxcompanies.be/2b3668a028b9dbcd54a2594aa0ae3982/',0,'oembed_cache','',0),(96,1,'2020-03-24 21:53:30','2020-03-24 21:53:30','<h2>1. Kies Peer to Peer Lending-platform met langere werkervaring, prijzen.</h2>\r\nIn de afgelopen jaren zijn er veel nieuwe sociale peer-to-peer kredietplatforms gemaakt. In het begin, als je net begint, is het beter om te beginnen met investeren in platforms met een grotere ervaring. U kunt ook controleren of uw geïnteresseerde P2P Social Lending-platform prijzen of andere certificaten heeft ontvangen. Deze informatie zal zeker wat extra vertrouwenswaarde aan uw beslissing toevoegen.\r\n<h2>2. Public relations van het Social Lending Platform.</h2>\r\nBetrouwbare bedrijven hebben altijd goede public relations met klanten. Dit is hetzelfde met verschillende p2p lending platformen. Probeer bedrijfs-facebook, twitter of andere sociale accounts te bekijken en stel zelfs enkele vragen. Kijk hoe snel ze reageren en hoe goed ze reageren. Dat zou u een klein inzicht kunnen geven hoe bedrijven omgaan met hun activiteiten en klanten.\r\n<h2>3. Als u niet zeker bent, begin dan klein.</h2>\r\nAls u nog steeds niet zeker weet of dit het juiste beleggingstype voor u is, begint u met kleine investeringen en bouwt u later uw portefeuille op. Zet geld dat je kunt veroorloven om te verliezen voor het geval er iets ergs gebeurt. Veel Social Lending-platforms bieden aan om te beginnen met een investering van slechts 10 EUR.\r\n\r\nhttps://www.youtube.com/watch?v=2rZEgmLIJ1o\r\n<h2>4. Diversifieer uw P2P-leningen.</h2>\r\nDiversificatie is een van de belangrijkste dingen. We adviseren u om minimaal 2 afzonderlijke peer-to-peer landingsplatforms te kiezen. Wanneer u leners kiest uit een specifiek P2P Social Lending-platform, diversifieer uw investering dan altijd in kleinere delen. Als u bijvoorbeeld klein wilt beginnen en 400 EUR wilt investeren, investeer ze dan niet in één platform en één lening. Denk aan uw systeem en begin strategisch. Bijvoorbeeld 2 P2P Lending platforms, elk platform met 10 investeringen voor 20 EUR.\r\n\r\nEr zijn natuurlijk ook andere manieren hoe u geld kunt verdienen. U kunt websites zoals Vuljespaarpot.nl bezoeken die betrouwbaar zijn.','4 Veilige sociale peer-to-peer leentips. Maak uw geld slimmer groeien!','','publish','closed','closed','','4-veilige-sociale-peer-to-peer-leentips-maak-uw-geld-slimmer-groeien','','','2021-01-15 00:15:32','2021-01-15 00:15:32','',0,'http://linuxcompanies.be/?p=96',0,'post','',0),(97,1,'2020-03-17 21:55:01','2020-03-17 21:55:01','','kb93','','inherit','closed','closed','','kb93','','','2020-03-17 21:55:01','2020-03-17 21:55:01','',96,'http://linuxcompanies.be/wp-content/uploads/2020/03/kb93.jpeg',0,'attachment','image/jpeg',0),(98,1,'2020-03-17 21:55:05','2020-03-17 21:55:05','<h2>1. Kies Peer to Peer Lending-platform met langere werkervaring, prijzen.</h2>\r\nIn de afgelopen jaren zijn er veel nieuwe sociale peer-to-peer kredietplatforms gemaakt. In het begin, als je net begint, is het beter om te beginnen met investeren in platforms met een grotere ervaring. U kunt ook controleren of uw geïnteresseerde P2P Social Lending-platform prijzen of andere certificaten heeft ontvangen. Deze informatie zal zeker wat extra vertrouwenswaarde aan uw beslissing toevoegen.\r\n<h2>2. Public relations van het Social Lending Platform.</h2>\r\nBetrouwbare bedrijven hebben altijd goede public relations met klanten. Dit is hetzelfde met verschillende <a href=\"https://vuljespaarpot.nl/geld-verdienen-met-p2p-lending/\" target=\"_blank\" rel=\"noopener noreferrer\">p2p lending platformen</a>. Probeer bedrijfs-facebook, twitter of andere sociale accounts te bekijken en stel zelfs enkele vragen. Kijk hoe snel ze reageren en hoe goed ze reageren. Dat zou u een klein inzicht kunnen geven hoe bedrijven omgaan met hun activiteiten en klanten.\r\n<h2>3. Als u niet zeker bent, begin dan klein.</h2>\r\nAls u nog steeds niet zeker weet of dit het juiste beleggingstype voor u is, begint u met kleine investeringen en bouwt u later uw portefeuille op. Zet geld dat je kunt veroorloven om te verliezen voor het geval er iets ergs gebeurt. Veel Social Lending-platforms bieden aan om te beginnen met een investering van slechts 10 EUR.\r\n\r\nhttps://www.youtube.com/watch?v=2rZEgmLIJ1o\r\n<h2>4. Diversifieer uw P2P-leningen.</h2>\r\nDiversificatie is een van de belangrijkste dingen. We adviseren u om minimaal 2 afzonderlijke peer-to-peer landingsplatforms te kiezen. Wanneer u leners kiest uit een specifiek P2P Social Lending-platform, diversifieer uw investering dan altijd in kleinere delen. Als u bijvoorbeeld klein wilt beginnen en 400 EUR wilt investeren, investeer ze dan niet in één platform en één lening. Denk aan uw systeem en begin strategisch. Bijvoorbeeld 2 P2P Lending platforms, elk platform met 10 investeringen voor 20 EUR.\r\n\r\nEr zijn natuurlijk ook andere manieren hoe u geld kunt verdienen. U kunt websites zoals <a href=\"https://vuljespaarpot.nl\" target=\"_blank\" rel=\"noopener noreferrer\">Vuljespaarpot.nl</a> bezoeken die betrouwbaar zijn.','4 Veilige sociale peer-to-peer leentips. Maak uw geld slimmer groeien!','','inherit','closed','closed','','96-revision-v1','','','2020-03-17 21:55:05','2020-03-17 21:55:05','',96,'http://linuxcompanies.be/96-revision-v1/',0,'revision','',0),(99,0,'2020-03-24 21:58:13','2020-03-24 21:58:13','<iframe title=\"Peer To Peer Lending: Is It Worth It?\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/2rZEgmLIJ1o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','6c62f463727afeeec991cb7ba6fba0c2','','','2020-03-24 21:58:13','2020-03-24 21:58:13','',0,'http://linuxcompanies.be/6c62f463727afeeec991cb7ba6fba0c2/',0,'oembed_cache','',0),(101,1,'2020-09-21 20:52:14','2020-09-21 20:52:14','Digibyte gaat over geloven in de kracht van technologie, de kracht van de gemeenschap, het gebruik in de echte wereld, lage kosten en zeer gedistribueerde blockchain. En ze gaan met projecten die hun doel en overtuigingen ondersteunen.\r\n\r\n \r\n\r\nDigibyte Comics, de officiële Twitter-pagina van Digibyte Comics, richt zich op het helpen van mensen om DigiByte te ontdekken door de kracht van visuele verhalen en humor. Ze hebben onlangs gesproken over verschillende talen voor de DigiByte Comics Manga.\r\n\r\n \r\n\r\nZe proberen een scala aan talen te dekken. Tot nu toe hebben ze gedekt voor Portugees, Engels, Spaans, Nederlands en Filipijns. Ze zijn op zoek naar vertalers om voor 15 oktober mee te doen; en om betaald te worden in DGB. Ze willen meer talen toevoegen.\r\n\r\n \r\n\r\nDigiBee is het ondersteuningsnetwerk dat de stichting DGB verder versterkt. Stichting Digibyte doet er alles aan om de vorm en de toekomst van DigiByte verder vorm te geven en ze proberen ook de gedecentraliseerde natuur veilig te stellen en zo te behouden - voor de mensen en door het mensenideaal.\r\n\r\n \r\n\r\nIn dit verband tweette Sydney Ifergan, de crypto-expert: \"Digibyte Foundation Digibee-donateurs beweren dat DigiByte het liefste, meest smaakvolle project is.\"\r\n\r\n \r\n\r\nDigibyte (DGB) en de alledaagse mensen\r\n\r\nOm massale acceptatie mogelijk te maken, of het nu gaat om DigiByte of een andere cryptocurrency, is het belangrijk voor gewone mensen om het cryptocurrency-mechanisme te begrijpen en te begrijpen hoe het werkt.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/uRdAOkdRbPc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nNiet iedereen is investeerder, maar gewone mensen zijn degenen die een goede voorraad waarde nodig hebben voor hun dagelijkse transacties. En ze besteden niet veel tijd om nieuwe dingen te begrijpen, tenzij het te indrukwekkend is. Liquiditeit is cruciaal voor dagelijkse bestedingen. <a href=\"https://cryptoclan.nl/\">laatste crypto nieuws</a> maakt de evaluatie bekend.\r\n\r\n \r\n\r\nPrijsvoorspelling en de waarde die bullish en bearish wordt, is van weinig belang voor degenen die crypto voor alledaagse dingen willen gebruiken. Veel mensen weten niet hoe ze worden uitgebuit door de financiële systemen en ze weten niet dat er een beter alternatief zou kunnen zijn. <a href=\"https://cryptoclan.nl/currencies/VET/vechain/\">vechain informatie</a> geeft duidelijkheid aan.\r\n\r\n \r\n\r\nHet idee van een aanzienlijke prijsstijging en -daling heeft niets te maken met de onstabiele markten. Normale mensen begrijpen parabolisch niet en hebben geen tijd om wild te raden over prijsstijging. Ze zijn in orde met alles dat het kopen en afhandelen van waarde voor hen gemakkelijk maakt. Velen begrijpen goud en olie nog steeds niet en ze zijn niet verder gegaan dan het idee om hun salaris uit te geven!\r\n\r\n \r\n\r\nWat iedereen echter zal begrijpen, is dat ze een alternatieve bron van inkomsten nodig hebben, en dat iedereen waarschijnlijk in orde zal zijn met elke cryptovaluta die hen die bron verschaft. Als DGB het mogelijk maakt, zullen ze het leuk vinden en gebruiken.\r\n\r\n ','Digibyte-gemeenschap die er hard aan werkt om hun ware potentieel te bereiken en van DGB het menselijke ding te maken','','publish','closed','closed','','digibyte-gemeenschap-die-er-hard-aan-werkt-om-hun-ware-potentieel-te-bereiken-en-van-dgb-het-menselijke-ding-te-maken','','','2020-09-15 20:54:02','2020-09-15 20:54:02','',0,'http://linuxcompanies.be/?p=101',0,'post','',0),(102,1,'2020-09-15 20:53:22','2020-09-15 20:53:22','','b4g4f4b4gf4','','inherit','closed','closed','','b4g4f4b4gf4','','','2020-09-15 20:53:22','2020-09-15 20:53:22','',101,'http://linuxcompanies.be/wp-content/uploads/2020/09/b4g4f4b4gf4.jpg',0,'attachment','image/jpeg',0),(103,1,'2020-09-15 20:54:02','2020-09-15 20:54:02','Digibyte gaat over geloven in de kracht van technologie, de kracht van de gemeenschap, het gebruik in de echte wereld, lage kosten en zeer gedistribueerde blockchain. En ze gaan met projecten die hun doel en overtuigingen ondersteunen.\r\n\r\n \r\n\r\nDigibyte Comics, de officiële Twitter-pagina van Digibyte Comics, richt zich op het helpen van mensen om DigiByte te ontdekken door de kracht van visuele verhalen en humor. Ze hebben onlangs gesproken over verschillende talen voor de DigiByte Comics Manga.\r\n\r\n \r\n\r\nZe proberen een scala aan talen te dekken. Tot nu toe hebben ze gedekt voor Portugees, Engels, Spaans, Nederlands en Filipijns. Ze zijn op zoek naar vertalers om voor 15 oktober mee te doen; en om betaald te worden in DGB. Ze willen meer talen toevoegen.\r\n\r\n \r\n\r\nDigiBee is het ondersteuningsnetwerk dat de stichting DGB verder versterkt. Stichting Digibyte doet er alles aan om de vorm en de toekomst van DigiByte verder vorm te geven en ze proberen ook de gedecentraliseerde natuur veilig te stellen en zo te behouden - voor de mensen en door het mensenideaal.\r\n\r\n \r\n\r\nIn dit verband tweette Sydney Ifergan, de crypto-expert: \"Digibyte Foundation Digibee-donateurs beweren dat DigiByte het liefste, meest smaakvolle project is.\"\r\n\r\n \r\n\r\nDigibyte (DGB) en de alledaagse mensen\r\n\r\nOm massale acceptatie mogelijk te maken, of het nu gaat om DigiByte of een andere cryptocurrency, is het belangrijk voor gewone mensen om het cryptocurrency-mechanisme te begrijpen en te begrijpen hoe het werkt.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/uRdAOkdRbPc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n \r\n\r\nNiet iedereen is investeerder, maar gewone mensen zijn degenen die een goede voorraad waarde nodig hebben voor hun dagelijkse transacties. En ze besteden niet veel tijd om nieuwe dingen te begrijpen, tenzij het te indrukwekkend is. Liquiditeit is cruciaal voor dagelijkse bestedingen. <a href=\"https://cryptoclan.nl/\">laatste crypto nieuws</a> maakt de evaluatie bekend.\r\n\r\n \r\n\r\nPrijsvoorspelling en de waarde die bullish en bearish wordt, is van weinig belang voor degenen die crypto voor alledaagse dingen willen gebruiken. Veel mensen weten niet hoe ze worden uitgebuit door de financiële systemen en ze weten niet dat er een beter alternatief zou kunnen zijn. <a href=\"https://cryptoclan.nl/currencies/VET/vechain/\">vechain informatie</a> geeft duidelijkheid aan.\r\n\r\n \r\n\r\nHet idee van een aanzienlijke prijsstijging en -daling heeft niets te maken met de onstabiele markten. Normale mensen begrijpen parabolisch niet en hebben geen tijd om wild te raden over prijsstijging. Ze zijn in orde met alles dat het kopen en afhandelen van waarde voor hen gemakkelijk maakt. Velen begrijpen goud en olie nog steeds niet en ze zijn niet verder gegaan dan het idee om hun salaris uit te geven!\r\n\r\n \r\n\r\nWat iedereen echter zal begrijpen, is dat ze een alternatieve bron van inkomsten nodig hebben, en dat iedereen waarschijnlijk in orde zal zijn met elke cryptovaluta die hen die bron verschaft. Als DGB het mogelijk maakt, zullen ze het leuk vinden en gebruiken.\r\n\r\n ','Digibyte-gemeenschap die er hard aan werkt om hun ware potentieel te bereiken en van DGB het menselijke ding te maken','','inherit','closed','closed','','101-revision-v1','','','2020-09-15 20:54:02','2020-09-15 20:54:02','',101,'http://linuxcompanies.be/101-revision-v1/',0,'revision','',0),(104,1,'2021-01-15 00:15:32','2021-01-15 00:15:32','<h2>1. Kies Peer to Peer Lending-platform met langere werkervaring, prijzen.</h2>\r\nIn de afgelopen jaren zijn er veel nieuwe sociale peer-to-peer kredietplatforms gemaakt. In het begin, als je net begint, is het beter om te beginnen met investeren in platforms met een grotere ervaring. U kunt ook controleren of uw geïnteresseerde P2P Social Lending-platform prijzen of andere certificaten heeft ontvangen. Deze informatie zal zeker wat extra vertrouwenswaarde aan uw beslissing toevoegen.\r\n<h2>2. Public relations van het Social Lending Platform.</h2>\r\nBetrouwbare bedrijven hebben altijd goede public relations met klanten. Dit is hetzelfde met verschillende p2p lending platformen. Probeer bedrijfs-facebook, twitter of andere sociale accounts te bekijken en stel zelfs enkele vragen. Kijk hoe snel ze reageren en hoe goed ze reageren. Dat zou u een klein inzicht kunnen geven hoe bedrijven omgaan met hun activiteiten en klanten.\r\n<h2>3. Als u niet zeker bent, begin dan klein.</h2>\r\nAls u nog steeds niet zeker weet of dit het juiste beleggingstype voor u is, begint u met kleine investeringen en bouwt u later uw portefeuille op. Zet geld dat je kunt veroorloven om te verliezen voor het geval er iets ergs gebeurt. Veel Social Lending-platforms bieden aan om te beginnen met een investering van slechts 10 EUR.\r\n\r\nhttps://www.youtube.com/watch?v=2rZEgmLIJ1o\r\n<h2>4. Diversifieer uw P2P-leningen.</h2>\r\nDiversificatie is een van de belangrijkste dingen. We adviseren u om minimaal 2 afzonderlijke peer-to-peer landingsplatforms te kiezen. Wanneer u leners kiest uit een specifiek P2P Social Lending-platform, diversifieer uw investering dan altijd in kleinere delen. Als u bijvoorbeeld klein wilt beginnen en 400 EUR wilt investeren, investeer ze dan niet in één platform en één lening. Denk aan uw systeem en begin strategisch. Bijvoorbeeld 2 P2P Lending platforms, elk platform met 10 investeringen voor 20 EUR.\r\n\r\nEr zijn natuurlijk ook andere manieren hoe u geld kunt verdienen. U kunt websites zoals Vuljespaarpot.nl bezoeken die betrouwbaar zijn.','4 Veilige sociale peer-to-peer leentips. Maak uw geld slimmer groeien!','','inherit','closed','closed','','96-revision-v1','','','2021-01-15 00:15:32','2021-01-15 00:15:32','',96,'http://linuxcompanies.be/96-revision-v1/',0,'revision','',0),(105,1,'2021-01-15 00:15:41','2021-01-15 00:15:41','<h2>1. Kies Peer to Peer Lending-platform met langere werkervaring, prijzen.</h2>\nIn de afgelopen jaren zijn er veel nieuwe sociale peer-to-peer kredietplatforms gemaakt. In het begin, als je net begint, is het beter om te beginnen met investeren in platforms met een grotere ervaring. U kunt ook controleren of uw geïnteresseerde P2P Social Lending-platform prijzen of andere certificaten heeft ontvangen. Deze informatie zal zeker wat extra vertrouwenswaarde aan uw beslissing toevoegen.\n<h2>2. Public relations van het Social Lending Platform.</h2>\nBetrouwbare bedrijven hebben altijd goede public relations met klanten. Dit is hetzelfde met verschillende p2p lending platformen. Probeer bedrijfs-facebook, twitter of andere sociale accounts te bekijken en stel zelfs enkele vragen. Kijk hoe snel ze reageren en hoe goed ze reageren. Dat zou u een klein inzicht kunnen geven hoe bedrijven omgaan met hun activiteiten en klanten.\n<h2>3. Als u niet zeker bent, begin dan klein.</h2>\nAls u nog steeds niet zeker weet of dit het juiste beleggingstype voor u is, begint u met kleine investeringen en bouwt u later uw portefeuille op. Zet geld dat je kunt veroorloven om te verliezen voor het geval er iets ergs gebeurt. Veel Social Lending-platforms bieden aan om te beginnen met een investering van slechts 10 EUR.\n\nhttps://www.youtube.com/watch?v=2rZEgmLIJ1o\n<h2>4. Diversifieer uw P2P-leningen.</h2>\nDiversificatie is een van de belangrijkste dingen. We adviseren u om minimaal 2 afzonderlijke peer-to-peer landingsplatforms te kiezen. Wanneer u leners kiest uit een specifiek P2P Social Lending-platform, diversifieer uw investering dan altijd in kleinere delen. Als u bijvoorbeeld klein wilt beginnen en 400 EUR wilt investeren, investeer ze dan niet in één platform en één lening. Denk aan uw systeem en begin strategisch. Bijvoorbeeld 2 P2P Lending platforms, elk platform met 10 investeringen voor 20 EUR.\n\nEr zijn natuurlijk ook andere manieren hoe u geld kunt verdienen. U kunt websites zoals Vuljespaarpot.nl bezoeken die betrouwbaar zijn.','4 Veilige sociale peer-to-peer leentips. Maak uw geld slimmer groeien!','','inherit','closed','closed','','96-autosave-v1','','','2021-01-15 00:15:41','2021-01-15 00:15:41','',96,'http://linuxcompanies.be/96-autosave-v1/',0,'revision','',0),(106,1,'2021-05-09 18:44:05','2021-05-09 18:44:05','Jim Cramer stemt in op TSLA-aandelen na het Q1-leveringsrapport van Tesla.\r\n\r\nTesla heeft over het eerste kwartaal 184.800 voertuigen afgeleverd, waarmee de consensusschatting van de FactSet-analisten van 172.230 voertuigen met 7% wordt overtroffen. Ondanks dat de productielijnen van Model S en Model X stilvielen terwijl Tesla werkt aan het vernieuwen van beide voertuigen, kon Tesla de leveringen met 2% opeenvolgend en 109% laten groeien ten opzichte van vorig jaar, waarmee een nieuw kwartaalrecord werd neergezet.\r\n\r\n \r\n\r\nhttps://youtu.be/wjY5XN6eqsY\r\n\r\n \r\n\r\nHoe reageert de markt op de cijfers van Tesla als de aandelen maandag beginnen te handelen? Tot dusver is de ontvangst positief.\r\n\r\n \r\n\r\nKort nadat de cijfers waren vrijgegeven, reageerde Jim Cramer op een tweet die suggereerde dat het aandeel TSLA \"binnenkort naar $ 1.000 zou moeten springen en in 2022 $ 1.200 of meer zou bereiken\", door te zeggen dat het \"agressief was, maar niet buiten de grenzen\". Voorafgaand aan het Q1-rapport sloot TSLA op een aandelenkoers van $ 661,75, -6% year-to-date.\r\n\r\n \r\n\r\nBlijf de concurrentie voor door u te abonneren op Tesla Daily op YouTube.\r\n\r\n \r\n\r\nGene Munster van Loup Ventures deelde zijn mening over het Tesla-rapport op Twitter - \"Indrukwekkend aantal gezien de tegenwind in maart met betrekking tot kopers die wachten op aankomende EV-credits en S&X-vernieuwing.\" <a href=\"https://aandelenkopen.nl/air-france-klm-aandeel/\">Koers air france klm</a> is omhoog.\r\n\r\n \r\n\r\n \r\n\r\n\"We worden aangemoedigd door de sterke ontvangst van Model Y in China en maken snel vorderingen met de volledige productiecapaciteit. De nieuwe Model S en Model X zijn ook uitzonderlijk goed ontvangen, met de nieuwe apparatuur geïnstalleerd en getest in Q1 en we zijn de vroege stadia van het versnellen van de productie, \"merkte Tesla op in de release.\r\n\r\n \r\n\r\nVoorafgaand aan de publicatie van vrijdag verwachtten analisten 831.000 leveringen voor Tesla voor het jaar, volgens schattingen opgesteld door het bedrijf. Met ongeveer 185.000 geleverde auto\'s in het eerste kwartaal, zal Tesla in de volgende drie kwartalen 646.000 voertuigen moeten verschepen - ongeveer 215.000 per kwartaal - om aan de verwachtingen van Wall St. te voldoen.\r\n\r\n \r\n\r\nHet gerucht gaat dat Tesla grotere ambities heeft. Uitgelekte gegevens van een bedrijfsoproep suggereren dat Tesla zich mogelijk richt op 1.000.000 leveringen in 2021. <a href=\"https://aandelenkopen.nl/ing-aandeel/\">ING koers aandelen</a> zijn verkocht.\r\n\r\n \r\n\r\nPierre Ferragu van New Street Research, die optimistisch is over de aandelen, maar verwachtte dat de leveringen de consensus zouden missen, merkte op: \"Het enige dat we waarschijnlijk mis hadden: de oprit van Model Y in China en Fremont. Zal ook helpen om 2Q21 er geweldig uit te laten zien en het volledige jaar te krijgen. bijna 1 miljoen leveringen! \"\r\n\r\n \r\n\r\n \r\n\r\nVerwacht dat analisten begin volgende week zullen blijven wegen terwijl investeerders zich voorbereiden op Tesla\'s Q1-winstrapport, dat waarschijnlijk gepland zal worden na sluiting van de markt op woensdag 21 april.\r\n\r\n ','Jim Cramer: Tesla Stock tot $ 1.000?','','publish','closed','closed','','jim-cramer-tesla-stock-tot-1-000','','','2021-04-16 18:45:40','2021-04-16 18:45:40','',0,'http://linuxcompanies.be/?p=106',0,'post','',0),(107,1,'2021-04-16 18:44:59','2021-04-16 18:44:59','','fd44d','','inherit','closed','closed','','fd44d','','','2021-04-16 18:44:59','2021-04-16 18:44:59','',106,'http://linuxcompanies.be/wp-content/uploads/2021/04/fd44d.jpg',0,'attachment','image/jpeg',0),(108,1,'2021-04-16 18:45:40','2021-04-16 18:45:40','Jim Cramer stemt in op TSLA-aandelen na het Q1-leveringsrapport van Tesla.\r\n\r\nTesla heeft over het eerste kwartaal 184.800 voertuigen afgeleverd, waarmee de consensusschatting van de FactSet-analisten van 172.230 voertuigen met 7% wordt overtroffen. Ondanks dat de productielijnen van Model S en Model X stilvielen terwijl Tesla werkt aan het vernieuwen van beide voertuigen, kon Tesla de leveringen met 2% opeenvolgend en 109% laten groeien ten opzichte van vorig jaar, waarmee een nieuw kwartaalrecord werd neergezet.\r\n\r\n \r\n\r\nhttps://youtu.be/wjY5XN6eqsY\r\n\r\n \r\n\r\nHoe reageert de markt op de cijfers van Tesla als de aandelen maandag beginnen te handelen? Tot dusver is de ontvangst positief.\r\n\r\n \r\n\r\nKort nadat de cijfers waren vrijgegeven, reageerde Jim Cramer op een tweet die suggereerde dat het aandeel TSLA \"binnenkort naar $ 1.000 zou moeten springen en in 2022 $ 1.200 of meer zou bereiken\", door te zeggen dat het \"agressief was, maar niet buiten de grenzen\". Voorafgaand aan het Q1-rapport sloot TSLA op een aandelenkoers van $ 661,75, -6% year-to-date.\r\n\r\n \r\n\r\nBlijf de concurrentie voor door u te abonneren op Tesla Daily op YouTube.\r\n\r\n \r\n\r\nGene Munster van Loup Ventures deelde zijn mening over het Tesla-rapport op Twitter - \"Indrukwekkend aantal gezien de tegenwind in maart met betrekking tot kopers die wachten op aankomende EV-credits en S&X-vernieuwing.\" <a href=\"https://aandelenkopen.nl/air-france-klm-aandeel/\">Koers air france klm</a> is omhoog.\r\n\r\n \r\n\r\n \r\n\r\n\"We worden aangemoedigd door de sterke ontvangst van Model Y in China en maken snel vorderingen met de volledige productiecapaciteit. De nieuwe Model S en Model X zijn ook uitzonderlijk goed ontvangen, met de nieuwe apparatuur geïnstalleerd en getest in Q1 en we zijn de vroege stadia van het versnellen van de productie, \"merkte Tesla op in de release.\r\n\r\n \r\n\r\nVoorafgaand aan de publicatie van vrijdag verwachtten analisten 831.000 leveringen voor Tesla voor het jaar, volgens schattingen opgesteld door het bedrijf. Met ongeveer 185.000 geleverde auto\'s in het eerste kwartaal, zal Tesla in de volgende drie kwartalen 646.000 voertuigen moeten verschepen - ongeveer 215.000 per kwartaal - om aan de verwachtingen van Wall St. te voldoen.\r\n\r\n \r\n\r\nHet gerucht gaat dat Tesla grotere ambities heeft. Uitgelekte gegevens van een bedrijfsoproep suggereren dat Tesla zich mogelijk richt op 1.000.000 leveringen in 2021. <a href=\"https://aandelenkopen.nl/ing-aandeel/\">ING koers aandelen</a> zijn verkocht.\r\n\r\n \r\n\r\nPierre Ferragu van New Street Research, die optimistisch is over de aandelen, maar verwachtte dat de leveringen de consensus zouden missen, merkte op: \"Het enige dat we waarschijnlijk mis hadden: de oprit van Model Y in China en Fremont. Zal ook helpen om 2Q21 er geweldig uit te laten zien en het volledige jaar te krijgen. bijna 1 miljoen leveringen! \"\r\n\r\n \r\n\r\n \r\n\r\nVerwacht dat analisten begin volgende week zullen blijven wegen terwijl investeerders zich voorbereiden op Tesla\'s Q1-winstrapport, dat waarschijnlijk gepland zal worden na sluiting van de markt op woensdag 21 april.\r\n\r\n ','Jim Cramer: Tesla Stock tot $ 1.000?','','inherit','closed','closed','','106-revision-v1','','','2021-04-16 18:45:40','2021-04-16 18:45:40','',106,'http://linuxcompanies.be/106-revision-v1/',0,'revision','',0),(110,0,'2021-09-27 18:19:39','2021-09-27 18:19:39','<iframe title=\"?⚠️ NIO DROPS OVER 6% With TESLA Stock Forming Bullish Patterns // NIO & TESLA Stock Price Update\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/wjY5XN6eqsY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','64ee7e100cf55deb0d18d5d44caefdad','','','2021-09-27 18:19:39','2021-09-27 18:19:39','',0,'http://linuxcompanies.be/64ee7e100cf55deb0d18d5d44caefdad/',0,'oembed_cache','',0),(111,0,'2021-09-27 18:22:59','2021-09-27 18:22:59','<iframe title=\"Bitcoins Sudden Drop... Here's Why it Matters\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/OWYvsBPPqb4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','bfe504859d1da273b743de25abecb62b','','','2021-09-27 18:22:59','2021-09-27 18:22:59','',0,'http://linuxcompanies.be/bfe504859d1da273b743de25abecb62b/',0,'oembed_cache','',0),(112,0,'2021-09-27 18:26:59','2021-09-27 18:26:59','<iframe title=\"Waarom geld lenen van China best gevaarlijk is • Z zoekt uit\" width=\"688\" height=\"387\" src=\"https://www.youtube.com/embed/TSSieqW0WW0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>','','','publish','closed','closed','','4cad141cb5d8c7505dde6da8375ebf1f','','','2021-09-27 18:26:59','2021-09-27 18:26:59','',0,'http://linuxcompanies.be/4cad141cb5d8c7505dde6da8375ebf1f/',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 (6,7,0),(8,7,0),(9,7,0),(10,7,0),(25,2,0),(25,6,0),(30,5,0),(33,6,0),(53,7,0),(54,7,0),(55,7,0),(58,8,0),(61,4,0),(66,5,0),(72,4,0),(75,9,0),(78,10,0),(84,11,0),(88,12,0),(91,13,0),(96,14,0),(101,15,0),(106,16,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=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(3,3,'category','',0,0),(4,4,'category','',0,2),(5,5,'category','',0,2),(6,6,'category','',0,2),(7,7,'nav_menu','',0,7),(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),(13,13,'category','',0,1),(14,14,'category','',0,1),(15,15,'category','',0,1),(16,16,'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=17 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','my-blog',0),(3,'Algemeen','algemeen',0),(4,'Verzekeren','verzekeren-in-nederland',0),(5,'Technologie','technologie',0),(6,'Computers/Linux','linux',0),(7,'Menu','menu',0),(8,'Online op internet','online-op-internet',0),(9,'crypto','crypto',0),(10,'autos','autos',0),(11,'Besparen','besparen',0),(12,'Geld','geld',0),(13,'verkeer','verkeer',0),(14,'p2p','p2p',0),(15,'Cryptoclan en verbanden','cryptoclan-en-verbanden',0),(16,'aandelen concurrent','aandelen-concurrent',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=30 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','blogadmin'),(2,1,'first_name','Jennifer'),(3,1,'last_name','Smith'),(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','text_widget_custom_html'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"cdde2e3408c068948472679faf6c5ea61bad60e6aec515bcd7523c5f37fada63\";a:4:{s:10:\"expiration\";i:1624600841;s:2:\"ip\";s:13:\"185.104.29.32\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1624428041;}s:64:\"4510dea6dde088a4516d2a16a5e5121546a5bdbcfe4141400514eed32cc9a834\";a:4:{s:10:\"expiration\";i:1624600841;s:2:\"ip\";s:13:\"185.104.29.32\";s:2:\"ua\";s:60:\"Mozilla/5.0 (compatible; MainWP/4.1.5.1; +http://mainwp.com)\";s:5:\"login\";i:1624428041;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','100'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"84.86.10.0\";}'),(19,1,'_yoast_wpseo_profile_updated','1579866536'),(20,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\";}'),(21,1,'metaboxhidden_nav-menus','a:3:{i:0;s:30:\"add-post-type-wpautoterms_page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(22,1,'nav_menu_recently_edited','7'),(23,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(24,1,'wp_user-settings-time','1582141423'),(25,1,'last_login_time','2021-04-16 18:43:55'),(27,1,'closedpostboxes_post','a:0:{}'),(28,1,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}');
/*!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,'blogadmin','$P$BraKlAFP82rxBxS8TvrsqsZQKJilMU/','blogadmin','[email protected]','','2019-12-22 13:40:16','',0,'Jennifer Smith');
/*!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=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_indexable`
--
LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'http://linuxcompanies.be/','26:fb3bbf7de368c1beb9061d8166cfd2f6',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Everything about Linux in one central spot','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,'2021-07-07 07:39:18','2021-11-29 13:41:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-04-16 18:45:40','2020-01-07 21:02:11'),(2,'http://linuxcompanies.be/author/blogadmin/','43:aad4b32329e6c45c6f2c97f79289bacc',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/b57764c88620c648d3b1fd5230d4cee9?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/b57764c88620c648d3b1fd5230d4cee9?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2021-07-07 09:08:07','2021-11-29 13:41:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-04-16 18:45:40','2020-01-07 21:02:11'),(3,'http://linuxcompanies.be/energie-besparen-in-je-woning-is-niet-lastig-ook-het-vergelijken-van-energieleveranciers-kan-je-daar-goed-bij-helpen-in-2020/','151:9646d04ad59e1a68936629f28cad65f8',84,'post','post',1,0,NULL,NULL,'Energie besparen in je woning is niet lastig, ook het vergelijken van energieleveranciers kan je daar goed bij helpen in 2020','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/82918e.jpg',NULL,'85','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/82918e.jpg','85','featured-image','{\"width\":1280,\"height\":511,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/03/82918e.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/03/82918e.jpg\",\"size\":\"full\",\"id\":85,\"alt\":\"\",\"pixels\":654080,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-07 09:08:07','2021-11-24 13:09:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-07 17:30:50','2020-02-01 17:24:09'),(4,'http://linuxcompanies.be/category/cryptoclan-en-verbanden/','59:bd97c3383d3dcdfe9cd2d4103a3371b8',15,'term','category',NULL,NULL,NULL,NULL,'Cryptoclan en verbanden',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-07 09:56:35','2021-11-26 04:28:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-15 20:54:02','2020-09-21 20:52:14'),(5,'http://linuxcompanies.be/category/algemeen/','44:a4130f5479e3776f0fe6d9103c94b199',3,'term','category',NULL,NULL,NULL,NULL,'Algemeen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-07 11:20:34','2021-11-28 12:13:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(6,'http://linuxcompanies.be/category/geld/','40:6bb7d6d4e85d6280917683640af2d79f',12,'term','category',NULL,NULL,NULL,NULL,'Geld',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-07 11:39:16','2021-11-26 18:00:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-07 17:36:22','2020-02-03 22:31:16'),(7,'http://linuxcompanies.be/category/crypto/','42:95062842847347988425a031dcbc6ba1',9,'term','category',NULL,NULL,NULL,NULL,'crypto',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-07 11:45:27','2021-11-27 09:06:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-21 22:06:32','2020-03-10 22:04:41'),(8,'http://linuxcompanies.be/category/p2p/','39:d9ed7170a16d2b052f90b975b6843140',14,'term','category',NULL,NULL,NULL,NULL,'p2p',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-07 11:46:37','2021-11-25 08:12:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-01-15 00:15:32','2020-03-24 21:53:30'),(9,'http://linuxcompanies.be/terms-and-conditions/','47:cc8c87a60a0e842d47e8074354d516aa',49,'post','page',1,0,NULL,NULL,'Terms and Conditions','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,'2021-07-07 13:30:50','2021-11-26 04:21:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-10 08:26:52','2020-02-10 08:26:52'),(10,'http://linuxcompanies.be/algemene-voorwaarden/','47:de9e61c46aa39d64c78aa395507d1570',16,'post','page',1,0,NULL,NULL,'Algemene voorwaarden','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,'2021-07-07 15:39:59','2021-11-26 19:07:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-01-24 11:52:16','2020-01-24 11:52:16'),(11,'http://linuxcompanies.be/welke-zaken-moet-je-zeker-in-je-boekhoudpakket-verwerken-voor-boekhouders-lees-er-alles-over-in-deze-gids/','132:10c0a24063540fdf3f617df5be6e42dd',66,'post','post',1,0,NULL,NULL,'Welke Zaken Moet Je Zeker In Je Boekhoudpakket Verwerken Voor Boekhouders? Lees Er Alles Over In Deze Gids!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/212s.jpg',NULL,'67','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/212s.jpg','67','featured-image','{\"width\":1068,\"height\":601,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/02/212s.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/02/212s.jpg\",\"size\":\"full\",\"id\":67,\"alt\":\"\",\"pixels\":641868,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-07 20:01:21','2021-11-26 13:14:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-13 22:59:26','2020-02-17 08:40:54'),(12,'http://linuxcompanies.be/auto-theorie-examen-oefenvragen/','58:e4d35ec11474f6090756a0e6221d3677',91,'post','post',1,0,NULL,NULL,'Auto theorie-examen oefenvragen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/v3894.jpg',NULL,'92','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/v3894.jpg','92','featured-image','{\"width\":468,\"height\":484,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/03/v3894.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/03/v3894.jpg\",\"size\":\"full\",\"id\":92,\"alt\":\"\",\"pixels\":226512,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-07 20:42:13','2021-11-24 14:45:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-13 18:09:00','2020-03-17 18:06:38'),(13,'http://linuxcompanies.be/4-veilige-sociale-peer-to-peer-leentips-maak-uw-geld-slimmer-groeien/','95:ba20c349dae6334b393aa29af672b065',96,'post','post',1,0,NULL,NULL,'4 Veilige sociale peer-to-peer leentips. Maak uw geld slimmer groeien!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/kb93.jpeg',NULL,'97','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/kb93.jpeg','97','featured-image','{\"width\":225,\"height\":225,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/03/kb93.jpeg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/03/kb93.jpeg\",\"size\":\"full\",\"id\":97,\"alt\":\"\",\"pixels\":50625,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-08 02:13:16','2021-11-25 08:12:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-01-15 00:15:32','2020-03-24 21:53:30'),(14,'http://linuxcompanies.be/category/verkeer/','43:04dcf278a69f439038fd22c15d674a99',13,'term','category',NULL,NULL,NULL,NULL,'verkeer',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-08 03:31:56','2021-11-24 14:45:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-13 18:09:00','2020-03-17 18:06:38'),(15,'http://linuxcompanies.be/7-manieren-om-uw-autoverzekeringskosten-te-verlagen/','78:91335b0e5f359a55a97d5d0a402b2abd',72,'post','post',1,0,NULL,NULL,'7 manieren om uw autoverzekeringskosten te verlagen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/cjdkd33.jpeg',NULL,'74','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/cjdkd33.jpeg','74','featured-image','{\"width\":324,\"height\":155,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/02/cjdkd33.jpeg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/02/cjdkd33.jpeg\",\"size\":\"full\",\"id\":74,\"alt\":\"\",\"pixels\":50220,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-08 04:00:32','2021-11-26 23:37:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-19 19:45:27','2020-02-27 19:41:55'),(16,'http://linuxcompanies.be/category/besparen/','44:8c1ffd1ab0dcb803b7adda2d141f2164',11,'term','category',NULL,NULL,NULL,NULL,'Besparen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-08 04:10:04','2021-11-24 13:09:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-07 17:30:50','2020-02-01 17:24:09'),(17,'http://linuxcompanies.be/category/verzekeren-in-nederland/','59:de633f03c41a503098c2b8b3a51e7bb0',4,'term','category',NULL,NULL,NULL,NULL,'Verzekeren',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-08 04:11:25','2021-11-26 23:37:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-19 19:45:27','2020-02-14 07:32:47'),(18,'http://linuxcompanies.be/category/online-op-internet/','54:8668496759b18abb1f2a2dc56d73bbc0',8,'term','category',NULL,NULL,NULL,NULL,'Online op internet',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-08 06:42:41','2021-11-29 13:41:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-12 22:04:35','2020-02-13 13:22:36'),(19,'http://linuxcompanies.be/wat-zijn-de-meest-belangrijke-zaken-rondom-verzekeren-en-wat-voor-voorzorgsmaatregelen-moet-je-nemen-bij-het-afsluiten/','145:668dec03fbb7e2ad14137c38f056a6ad',61,'post','post',1,0,NULL,NULL,'Wat Zijn De Meest Belangrijke Zaken Rondom Verzekeren En Wat Voor Voorzorgsmaatregelen Moet Je Nemen Bij Het Afsluiten?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/v12.jpg',NULL,'62','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/v12.jpg','62','featured-image','{\"width\":1280,\"height\":720,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/02/v12.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/02/v12.jpg\",\"size\":\"full\",\"id\":62,\"alt\":\"\",\"pixels\":921600,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-08 07:49:09','2021-11-25 04:50:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-12 22:04:18','2020-02-14 07:32:47'),(20,'http://linuxcompanies.be/jim-cramer-tesla-stock-tot-1-000/','59:676ac89740dc6402ee96392e15966af4',106,'post','post',1,0,NULL,NULL,'Jim Cramer: Tesla Stock tot $ 1.000?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2021/04/fd44d.jpg',NULL,'107','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2021/04/fd44d.jpg','107','featured-image','{\"width\":660,\"height\":450,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2021/04/fd44d.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2021/04/fd44d.jpg\",\"size\":\"full\",\"id\":107,\"alt\":\"\",\"pixels\":297000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-08 10:31:17','2021-11-24 22:21:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-04-16 18:45:40','2021-05-09 18:44:05'),(21,'http://linuxcompanies.be/hoe-u-het-meeste-geld-krijgt-voor-uw-rommelwagen/','75:4572add6b62b5e55e833b7fe4cb35202',78,'post','post',1,0,NULL,NULL,'Hoe u het meeste geld krijgt voor uw rommelwagen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/v03434.jpg',NULL,'79','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/v03434.jpg','79','featured-image','{\"width\":600,\"height\":404,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/02/v03434.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/02/v03434.jpg\",\"size\":\"full\",\"id\":79,\"alt\":\"\",\"pixels\":242400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-08 16:22:00','2021-11-27 11:11:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-22 22:48:07','2020-03-03 22:46:15'),(22,'http://linuxcompanies.be/top-3-crypto-handelstips/','51:f53ab57e4d5e4b311e89d258d801a46c',75,'post','post',1,0,NULL,NULL,'TOP 3 CRYPTO-HANDELSTIPS','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/jadlde4.jpeg',NULL,'76','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/jadlde4.jpeg','76','featured-image','{\"width\":300,\"height\":168,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/02/jadlde4.jpeg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/02/jadlde4.jpeg\",\"size\":\"full\",\"id\":76,\"alt\":\"\",\"pixels\":50400,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-08 18:33:23','2021-11-27 09:06:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-21 22:06:32','2020-03-10 22:04:41'),(23,'http://linuxcompanies.be/welcome/','34:b3d120a5d1dab7917ab81ec79875e07d',43,'post','page',1,0,NULL,NULL,'Welcome','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,'2021-07-09 00:00:09','2021-11-26 00:22:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-10 08:19:13','2020-02-10 08:19:03'),(24,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,'2021-07-09 00:27:07','2021-07-09 00:27:07',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(25,'http://linuxcompanies.be/category/autos/','41:2ad45127e57cb88353553f2254c6e448',10,'term','category',NULL,NULL,NULL,NULL,'autos',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-09 15:12:52','2021-11-27 11:11:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-22 22:48:07','2020-03-03 22:46:15'),(26,'http://linuxcompanies.be/snel-geld-lenen-is-het-nog-steeds-mogelijk-in-nederland-en-wat-zijn-de-dingen-die-je-in-de-gaten-moet-houden-bij-een-snelle-lening/','157:50d4b5dcc91d79b73670f22cca2b3968',88,'post','post',1,0,NULL,NULL,'Snel geld lenen, is het nog steeds mogelijk in Nederland? En wat zijn de dingen die je in de gaten moet houden bij een snelle lening','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/gel9129a.jpg',NULL,'89','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/03/gel9129a.jpg','89','featured-image','{\"width\":1100,\"height\":400,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/03/gel9129a.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/03/gel9129a.jpg\",\"size\":\"full\",\"id\":89,\"alt\":\"\",\"pixels\":440000,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-10 12:54:52','2021-11-26 18:00:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-07 17:36:22','2020-02-03 22:31:16'),(27,'http://linuxcompanies.be/category/technologie/','47:c0d89cabefc2356edfd7bc67ccab62fd',5,'term','category',NULL,NULL,NULL,NULL,'Technologie',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-10 13:55:11','2021-11-26 13:14:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-13 22:59:26','2020-01-21 13:58:06'),(28,'http://linuxcompanies.be/category/aandelen-concurrent/','55:ef70fe4b1b01145c17c98653105b734b',16,'term','category',NULL,NULL,NULL,NULL,'aandelen concurrent',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-11 03:55:09','2021-11-24 22:21:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2021-04-16 18:45:40','2021-05-09 18:44:05'),(29,'http://linuxcompanies.be/reach-us/','35:6fcf686433d31d9d7ceaaec2d5da13ca',45,'post','page',1,0,NULL,NULL,'Reach Us','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-11 07:50:47','2021-11-27 03:38:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-17 06:59:05','2020-02-10 08:19:52'),(30,'http://linuxcompanies.be/linux-hosting-kiezen-is-een-goede-keuze-je-hebt-namelijk-ontzettend-veel-stabiliteit-en-functionaliteit-beschikbaar/','142:ced079492a62245e308f6eaab9c84803',33,'post','post',1,0,NULL,NULL,'Linux hosting kiezen is een goede keuze, je hebt namelijk ontzettend veel stabiliteit en functionaliteit beschikbaar!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux-logo.jpg',NULL,'34','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux-logo.jpg','34','featured-image','{\"width\":752,\"height\":703,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/01/linux-logo.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/01/linux-logo.jpg\",\"size\":\"full\",\"id\":34,\"alt\":\"\",\"pixels\":528656,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-11 10:48:00','2021-11-25 07:20:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-01-25 20:03:42','2020-01-07 21:02:11'),(31,'http://linuxcompanies.be/category/linux/','41:5e96b8bac6fdeb494d15d62c02b05cda',6,'term','category',NULL,NULL,NULL,NULL,'Computers/Linux',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2021-07-12 03:36:20','2021-11-26 04:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-01-25 20:03:42','2020-01-07 21:02:11'),(32,'http://linuxcompanies.be/welke-zaken-moet-je-regelen-als-je-veilig-gebruik-wil-maken-van-je-internet-abonnement-er-zitten-soms-wat-haken-en-ogen-aan/','150:70d29c8550c3f4abda6e4fe2ff2e781a',58,'post','post',1,0,NULL,NULL,'Welke Zaken Moet Je Regelen Als Je Veilig Gebruik Wil Maken Van Je Internet Abonnement? Er Zitten Soms Wat Haken En Ogen Aan!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/012int.png',NULL,'59','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/02/012int.png','59','featured-image','{\"width\":1200,\"height\":628,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/02/012int.png\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/02/012int.png\",\"size\":\"full\",\"id\":59,\"alt\":\"\",\"pixels\":753600,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-07-12 05:41:05','2021-11-29 13:41:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-12 22:04:35','2020-02-13 13:22:36'),(33,'http://linuxcompanies.be/er-zijn-enorm-veel-gebruikers-van-linux-maar-waarom-kiezen-ze-voor-dit-systeem-in-plaats-van-windows/','127:1fbac18ee9df191635e361e2f89fd25e',25,'post','post',1,0,NULL,NULL,'Er zijn enorm veel gebruikers van Linux, maar waarom kiezen ze voor dit systeem in plaats van Windows?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux-kopen.jpg',NULL,'26','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/01/linux-kopen.jpg','26','featured-image','{\"width\":960,\"height\":539,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/01/linux-kopen.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/01/linux-kopen.jpg\",\"size\":\"full\",\"id\":26,\"alt\":\"\",\"pixels\":517440,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-12 14:16:12','2021-11-26 04:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-01-24 11:59:56','2020-01-13 14:57:07'),(34,'http://linuxcompanies.be/digibyte-gemeenschap-die-er-hard-aan-werkt-om-hun-ware-potentieel-te-bereiken-en-van-dgb-het-menselijke-ding-te-maken/','144:984f52366b24bcb8a63b245ecbc27cf7',101,'post','post',1,0,NULL,NULL,'Digibyte-gemeenschap die er hard aan werkt om hun ware potentieel te bereiken en van DGB het menselijke ding te maken','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/09/b4g4f4b4gf4.jpg',NULL,'102','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/09/b4g4f4b4gf4.jpg','102','featured-image','{\"width\":480,\"height\":360,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/09/b4g4f4b4gf4.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/09/b4g4f4b4gf4.jpg\",\"size\":\"full\",\"id\":102,\"alt\":\"\",\"pixels\":172800,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-13 12:35:20','2021-11-26 04:28:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-09-15 20:54:02','2020-09-21 20:52:14'),(35,'http://linuxcompanies.be/privacy-policy/','41:d11475d69e1bd65cb375da68ce0de3a8',48,'post','page',1,0,NULL,NULL,'Privacy Policy','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,'2021-07-14 14:52:08','2021-11-26 11:02:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-10 08:26:43','2020-02-10 08:26:43'),(36,'http://linuxcompanies.be/category/my-blog/','43:305b306c522922e1e0b0a7b91ae57213',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,NULL,NULL,NULL,'2021-07-15 20:23:23','2021-11-26 04:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-01-24 11:59:56','2020-01-13 14:57:07'),(37,'http://linuxcompanies.be/met-de-groei-van-het-internet-zijn-er-natuurlijk-veel-ontwikkelingen-zichtbaar-ook-op-het-gebied-van-linux-kunnen-we-veranderingen-zien/','162:b35ccbb7f1ec707168eaf5c3a16b8dd8',30,'post','post',1,0,NULL,NULL,'Met de groei van het internet zijn er natuurlijk veel ontwikkelingen zichtbaar, ook op het gebied van Linux kunnen we veranderingen zien!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/01/linuxen.jpg',NULL,'31','featured-image',NULL,NULL,'http://linuxcompanies.be/wp-content/uploads/2020/01/linuxen.jpg','31','featured-image','{\"width\":768,\"height\":293,\"url\":\"http://linuxcompanies.be/wp-content/uploads/2020/01/linuxen.jpg\",\"path\":\"/var/www/linuxcompanies.be/public_html/wp-content/uploads/2020/01/linuxen.jpg\",\"size\":\"full\",\"id\":31,\"alt\":\"\",\"pixels\":225024,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2021-07-22 04:41:16','2021-11-25 13:47:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-02-02 21:18:44','2020-01-21 13:58:06'),(38,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,'2021-08-12 18:51:28','2021-08-12 18:51:28',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL);
/*!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,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(8,0,0,1),(9,0,0,1),(10,0,0,1),(11,0,0,1),(12,0,0,1),(13,0,0,1),(14,0,0,1),(15,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(22,0,0,1),(23,0,0,1),(24,0,0,1),(25,0,0,1),(26,0,0,1),(27,0,0,1),(28,0,0,1),(29,0,0,1),(30,0,0,1),(31,0,0,1),(32,0,0,1),(33,0,0,1),(34,0,0,1),(35,0,0,1),(36,0,0,1),(37,0,0,1),(38,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 `idx_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'),(16,'20200617122511'),(17,'20200702141921'),(18,'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=16 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,75,9,'category','2020-04-30 06:37:31','2021-11-27 09:06:50',1),(2,84,11,'category','2020-04-30 09:02:53','2021-11-24 13:09:29',1),(3,91,13,'category','2020-05-01 01:08:11','2021-11-24 14:45:10',1),(4,25,2,'category','2020-05-03 10:37:27','2021-11-26 04:32:53',1),(5,88,12,'category','2020-05-05 07:40:26','2021-11-26 18:00:52',1),(6,33,6,'category','2020-05-07 23:04:34','2021-11-25 07:20:46',1),(7,30,5,'category','2020-05-07 23:04:35','2021-11-25 13:47:57',1),(8,58,8,'category','2020-05-07 23:04:59','2021-11-29 13:41:49',1),(9,61,4,'category','2020-05-07 23:05:00','2021-11-25 04:50:09',1),(10,66,5,'category','2020-05-07 23:05:03','2021-11-26 13:14:16',1),(11,72,4,'category','2020-05-07 23:05:04','2021-11-26 23:37:41',1),(12,78,10,'category','2020-05-07 23:05:08','2021-11-27 11:11:35',1),(13,96,14,'category','2020-05-07 23:05:19','2021-11-25 08:12:15',1),(14,101,15,'category','2020-09-15 20:54:02','2021-11-26 04:28:40',1),(15,106,16,'category','2021-04-16 18:45:40','2021-11-24 22:21:53',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=47 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 (6,'https://internetvergelijken.org',58,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,'https://verzekering-winkel.com',61,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,'https://boekhoudpakket-vergelijken.nl/boekhouder/',66,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,'https://www.aansprakelijkheidsverzekering.com/goedkope-autoverzekering.html',72,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,'https://www.aansprakelijkheidsverzekering.com/bedrijfsautoverzekering.html',72,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,'https://www.kentekencheck.nu/sloopauto-verkopen/',78,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,'https://www.kentekencheck.nu/auto-verkopen/',78,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,'https://beste-energievergelijker.com',84,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,'https://spaarbuidel.nl/geld-lenen/',88,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,'https://www.bitcoinexchangenederland.nl/plus500-bitcoin/',75,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,'https://www.bitcoinexchangenederland.nl/bitvavo/',75,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,'',75,0,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(32,'https://verkeersborden.nu/theorie-examen-oefenen',91,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(33,'https://verkeersborden.nu/voorrangsregels',91,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(40,'https://cryptoclan.nl/',101,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(41,'https://cryptoclan.nl/currencies/VET/vechain/',101,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(42,'',101,0,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(45,'https://aandelenkopen.nl/air-france-klm-aandeel/',106,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,'https://aandelenkopen.nl/ing-aandeel/',106,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_yoast_seo_meta`
--
DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_meta` (
`object_id` bigint unsigned NOT NULL,
`internal_link_count` int unsigned DEFAULT NULL,
`incoming_link_count` int unsigned DEFAULT NULL,
UNIQUE KEY `object_id` (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_yoast_seo_meta`
--
LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_meta` VALUES (3,0,0),(5,0,0),(7,0,0),(11,0,0),(12,0,0),(18,0,0),(19,0,0),(20,0,0),(25,0,0),(28,0,0),(29,0,0),(30,0,0),(33,0,0),(36,0,0),(37,0,0),(38,0,0),(39,0,0),(40,0,0),(42,0,0),(43,0,0),(45,0,0),(48,0,0),(49,0,0),(50,0,0),(51,0,0),(52,0,0),(58,0,0),(61,0,0),(66,0,0),(71,0,0),(72,0,0),(75,1,0),(78,0,0),(83,0,0),(84,0,0),(88,0,0),(91,0,0),(95,0,0),(96,0,0),(100,0,0),(101,1,0),(106,0,0),(109,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:15:17