File: //restore/20230201.neadorguk.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: neadorguk
-- ------------------------------------------------------
-- Server version 10.5.18-MariaDB-1:10.5.18+maria~ubu2004
/*!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 */;
/*!40101 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 */;
--
-- Current Database: `neadorguk`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `neadorguk` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;
USE `neadorguk`;
--
-- Table structure for table `wp_aiowps_events`
--
DROP TABLE IF EXISTS `wp_aiowps_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_events` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`event_type` varchar(150) NOT NULL DEFAULT '',
`username` varchar(150) DEFAULT NULL,
`user_id` bigint(20) DEFAULT NULL,
`event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`ip_or_host` varchar(100) DEFAULT NULL,
`referer_info` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`country_code` varchar(50) DEFAULT NULL,
`event_data` longtext 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_aiowps_events`
--
LOCK TABLES `wp_aiowps_events` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_global_meta`
--
DROP TABLE IF EXISTS `wp_aiowps_global_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_global_meta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`meta_key1` varchar(255) NOT NULL,
`meta_key2` varchar(255) NOT NULL,
`meta_key3` varchar(255) NOT NULL,
`meta_key4` varchar(255) NOT NULL,
`meta_key5` varchar(255) NOT NULL,
`meta_value1` varchar(255) NOT NULL,
`meta_value2` text NOT NULL,
`meta_value3` text NOT NULL,
`meta_value4` longtext NOT NULL,
`meta_value5` longtext NOT NULL,
PRIMARY KEY (`meta_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_global_meta`
--
LOCK TABLES `wp_aiowps_global_meta` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_global_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_activity`
--
DROP TABLE IF EXISTS `wp_aiowps_login_activity`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_activity` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`logout_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_ip` varchar(100) NOT NULL DEFAULT '',
`login_country` varchar(150) NOT NULL DEFAULT '',
`browser_type` varchar(150) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_aiowps_login_activity`
--
LOCK TABLES `wp_aiowps_login_activity` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_activity` DISABLE KEYS */;
INSERT INTO `wp_aiowps_login_activity` VALUES (1,1,'nead','2017-06-09 13:52:35','0000-00-00 00:00:00','217.206.184.92','',''),(2,1,'nead','2017-06-09 15:31:20','0000-00-00 00:00:00','217.206.184.92','',''),(3,1,'nead','2017-06-12 08:46:21','0000-00-00 00:00:00','217.206.184.92','',''),(4,1,'nead','2017-07-17 10:05:57','0000-00-00 00:00:00','217.206.184.92','',''),(5,1,'nead','2019-07-08 12:39:30','0000-00-00 00:00:00','185.175.113.75','',''),(6,1,'nead','2019-07-29 13:05:06','0000-00-00 00:00:00','185.175.113.75','',''),(7,1,'nead','2019-07-29 13:05:12','0000-00-00 00:00:00','185.175.113.75','',''),(8,1,'nead','2019-07-29 13:05:43','0000-00-00 00:00:00','185.175.113.75','','');
/*!40000 ALTER TABLE `wp_aiowps_login_activity` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_login_lockdown`
--
DROP TABLE IF EXISTS `wp_aiowps_login_lockdown`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_login_lockdown` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`failed_login_ip` varchar(100) NOT NULL DEFAULT '',
`lock_reason` varchar(128) NOT NULL DEFAULT '',
`unlock_key` varchar(128) NOT NULL DEFAULT '',
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_aiowps_login_lockdown`
--
LOCK TABLES `wp_aiowps_login_lockdown` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_login_lockdown` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_aiowps_permanent_block`
--
DROP TABLE IF EXISTS `wp_aiowps_permanent_block`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_permanent_block` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`blocked_ip` varchar(100) NOT NULL DEFAULT '',
`block_reason` varchar(128) NOT NULL DEFAULT '',
`country_origin` varchar(50) NOT NULL DEFAULT '',
`blocked_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`unblock` tinyint(1) NOT NULL DEFAULT 0,
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_aiowps_permanent_block`
--
LOCK TABLES `wp_aiowps_permanent_block` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_permanent_block` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (1,2,'akismet_error','1587377077'),(2,2,'akismet_history','a:3:{s:4:\"time\";d:1587377077.2022891;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4,2,'akismet_delayed_moderation_email','1');
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) 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 NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=3 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 */;
INSERT INTO `wp_comments` VALUES (1,0,'','','','62.171.135.115','2020-02-15 20:14:57','2020-02-15 20:14:57','',0,'0','Mozilla/5.0 (compatible; AffiliateLabz/1.0; +https://affiliatelabz.com/)','comment',0,0),(2,103,'classifieds.ahlulbayt.ca','nathannewcombe@yahoo.de','http://classifieds.ahlulbayt.ca/author/burns04potter/','52.128.31.82','2020-04-20 10:04:37','2020-04-20 10:04:37','UX',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.17 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) 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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=45276 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://nead.org.uk','yes'),(2,'home','http://nead.org.uk','yes'),(3,'blogname','NEAD UK','yes'),(4,'blogdescription',' Norfolk Action for Social Developments','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','bensykes@bensykes.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','no'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%','yes'),(29,'rewrite_rules','a:94:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=55&cpage=$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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins1','a:18:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:2;s:39:\"bulk-page-creator/bulk-page-creator.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:39:\"eps-301-redirects/eps-301-redirects.php\";i:5;s:36:\"google-sitemap-generator/sitemap.php\";i:6;s:37:\"head-footer-code/head-footer-code.php\";i:7;s:9:\"hello.php\";i:8;s:47:\"live-composer-page-builder/ds-live-composer.php\";i:9;s:41:\"mb-sitemap-generator/sitemapgenerator.php\";i:10;s:63:\"smntcs-google-webmaster-tools/smntcs-google-webmaster-tools.php\";i:11;s:29:\"spam-captcha/spam-captcha.php\";i:12;s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";i:13;s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";i:14;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:15;s:17:\"unyson/unyson.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";i:17;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.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','a:3:{i:0;s:64:\"/var/www/nead.org.uk/html/wp-content/themes/exoplanet/footer.php\";i:2;s:63:\"/var/www/nead.org.uk/html/wp-content/themes/exoplanet/style.css\";i:3;s:0:\"\";}','no'),(40,'template','twentytwentyone','yes'),(41,'stylesheet','twentytwentyone','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','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','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','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:6:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:19:\"Contact Information\";s:4:\"text\";s:191:\"Please contact us via one of the forms below. Thank you.\r\n<br><br>\r\nEmail: support@nead.org.uk\r\n<br><br>\r\nTelephone: 0800 1029 9826\r\n<br><br>\r\nAddress: St Crispins Road, Norwich, Norfolk, NR3\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:16:\"Visit Our Office\";s:4:\"text\";s:362:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2421.365436884056!2d1.2912289158117636!3d52.63531047983614!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47d9e3dc3d214c7b%3A0xd0d2c3f619d47c1a!2sSt+Crispins+Rd%2C+Norwich!5e0!3m2!1sen!2suk!4v1497020671035\" width=\"600\" height=\"250\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:13:\"Opening Hours\";s:4:\"text\";s:183:\"Please visit or contact us in the hours below.\r\n<br><br>\r\nMonday - Wednesday: 9:00am - 6:00pm\r\n<br><br>\r\nThursday - Saturday: 9:00am - 8:15pm\r\n<br><Br>\r\nSunday & Bank Holidays: Closed\";s:6:\"filter\";b:0;}i:6;a:0:{}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}s:59:\"ultimate-social-media-icons/ultimate_social_media_icons.php\";s:20:\"sfsi_Unistall_plugin\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','55','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{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:15:\"wpseo_bulk_edit\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";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;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:1:{s:5:\"title\";s:14:\"Search Nead UK\";}}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:6:\"text-6\";i:1;s:6:\"text-3\";i:2;s:6:\"text-4\";i:3;s:6:\"text-5\";i:4;s:10:\"nav_menu-5\";}s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-4\";i:7;s:10:\"nav_menu-3\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_nav_menu','a:3:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:12:\"Our Services\";s:8:\"nav_menu\";i:4;}i:5;a:2:{s:5:\"title\";s:16:\"How Can We Help?\";s:8:\"nav_menu\";i:4;}}','yes'),(104,'cron','a:16:{i:1617963513;a:2:{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: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:1617963519;a:1:{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:1617964944;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1617964957;a:1:{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;}}}i:1617964963;a:1:{s:23:\"aiowps_daily_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1617968566;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1617971841;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1617976702;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:1618037324;a:1:{s:24:\"akismet_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;}}}i:1618049913;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;}}}i:1624359614;a:1:{s:23:\"wordfence_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1624359617;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1624359627;a:2:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1624896000;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1631805886;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;}}}s:7:\"version\";i:2;}','yes'),(105,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:3:\"top\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1497016633;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(135,'recently_activated','a:0:{}','yes'),(137,'aiowpsec_db_version','1.9','yes'),(138,'aio_wp_security_configs','a:81:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:0:\"\";s:25:\"aiowps_prevent_hotlinking\";s:0:\"\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:0:\"\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"svoih5oniel1qz31amvr\";s:26:\"aiowps_enable_whitelisting\";s:1:\"1\";s:27:\"aiowps_allowed_ip_addresses\";s:14:\"217.206.184.94\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"3wh0vlggx75zc7mkdxr6\";s:42:\"aiowps_enable_manual_registration_approval\";s:0:\"\";s:39:\"aiowps_enable_registration_page_captcha\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:0:\"\";s:26:\"aiowps_db_backup_frequency\";s:1:\"4\";s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";s:1:\"2\";s:32:\"aiowps_send_backup_email_address\";s:0:\"\";s:27:\"aiowps_backup_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:0:\"\";s:34:\"aiowps_block_debug_log_file_access\";s:0:\"\";s:26:\"aiowps_disable_index_views\";s:0:\"\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:0:\"\";s:29:\"aiowps_deny_bad_query_strings\";s:0:\"\";s:34:\"aiowps_advanced_char_string_filter\";s:0:\"\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:0:\"\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:0:\"\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:23:\"bensykes@bensykes.co.uk\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:0:\"\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:0:\"\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";}','yes'),(139,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.8\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1490352163;s:7:\"version\";s:5:\"4.6.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(140,'eps_redirects_version','2.3.0','yes'),(141,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),(142,'spam_captcha_options','a:7:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"596e9284694311b64c0b2675382c0f7ce059086a\";s:11:\"captcha_css\";s:48:\".captcha_image {\r\n \r\n}\r\n.captcha_comment {\r\n \r\n}\";s:14:\"captcha_enable\";b:0;s:14:\"flush_nb_jours\";i:30;s:15:\"flush_max_entry\";i:10000;s:14:\"akismet_enable\";b:0;}','yes'),(143,'plugin_error_on_activation','','yes'),(145,'wpmdr_css','/* Remove meta from post */\r\n.entry-meta {\r\ndisplay:none !important;\r\n}\r\n\r\n/* Remove meta from home page */\r\n.home .entry-meta { \r\ndisplay: none; \r\n}\r\n/* WPTheme 2015 Metadata Removal */\r\n.entry-footer {\r\ndisplay:none !important;\r\n}\r\n\r\n/* WPTheme 2015 Metadata Removal */\r\n.home .entry-footer { \r\ndisplay: none; \r\n}','yes'),(146,'wpmdr_disable_php','0','yes'),(147,'wpmdr_disable_css','0','yes'),(148,'wpseo','a:24:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.9\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1490352165;}','yes'),(149,'wpseo_permalinks','a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(150,'wpseo_titles','a:53:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;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:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(151,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"f30ec1901b1e18098e5b56aa460787b7\";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:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(152,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(153,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;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:23:\"post_types-post-maintax\";i:0;}','yes'),(154,'wpseo_xml','a:16:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(155,'wpseo_flush_rewrite','1','yes'),(158,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(160,'coreSLframework_options','a:2:{s:22:\"global_location_plugin\";a:4:{i:0;a:2:{i:0;s:9:\"*Standard\";i:1;s:3:\"std\";}i:1;a:2:{i:0;s:13:\"under Plugins\";i:1;s:7:\"plugins\";}i:2;a:2:{i:0;s:11:\"under Tools\";i:1;s:5:\"tools\";}i:3;a:2:{i:0;s:14:\"under Settings\";i:1;s:8:\"settings\";}}s:11:\"debug_level\";i:3;}','yes'),(161,'eps_redirects_redirects','a:0:{}','yes'),(162,'eps_redirects_404s','a:0:{}','yes'),(163,'eps_redirects_import-export','a:0:{}','yes'),(164,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:4:\"blog\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}}','yes'),(173,'wpseo_sitemap_1_cache_validator','4pKNS','no'),(174,'wpseo_sitemap_page_cache_validator','3DZ5G','no'),(177,'sm_options','a:51:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999998;s:15:\"sm_pr_posts_min\";d:0.20000000000000001;s:11:\"sm_pr_pages\";d:0.59999999999999998;s:10:\"sm_pr_cats\";d:0.29999999999999999;s:10:\"sm_pr_arch\";d:0.29999999999999999;s:10:\"sm_pr_auth\";d:0.29999999999999999;s:10:\"sm_pr_tags\";d:0.29999999999999999;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1490352333;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"e431f7971b6b941e0d41\";s:13:\"sm_i_lastping\";i:1562591505;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1509023856;}','yes'),(178,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1562591504.154969;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1562591504.9533241;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1562591504.1849799;s:7:\"endTime\";d:1562591504.3337491;s:7:\"success\";b:1;s:3:\"url\";s:93:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fnead.org.uk%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1562591504.3689301;s:7:\"endTime\";d:1562591504.924366;s:7:\"success\";b:1;s:3:\"url\";s:86:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fnead.org.uk%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(179,'universal_google_analytics_tracking_id','UA-100831304-1','yes'),(182,'wpseo_sitemap_nav_menu_cache_validator','3NLwa','no'),(183,'wpseo_sitemap_nav_menu_item_cache_validator','3NLwq','no'),(186,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:4;}}','yes'),(197,'wpseo_sitemap_customize_changeset_cache_validator','3NQBJ','no'),(199,'wpseo_sitemap_cache_validator_global','4CC2O','no'),(204,'wpseo_sitemap_post_cache_validator','4pKOm','no'),(209,'wpseo_sitemap_category_cache_validator','4qODX','no'),(225,'_transient_twentyseventeen_categories','1','yes'),(1435,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"bensykes@bensykes.co.uk\";s:7:\"version\";s:5:\"5.6.2\";s:9:\"timestamp\";i:1614035878;}','no'),(2382,'akismet_spam_count','2','yes'),(3792,'theme_mods_exoplanet','a:27:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:2:{s:3:\"top\";i:2;s:7:\"primary\";i:3;}s:14:\"featured_title\";s:13:\"About Nead UK\";s:19:\"featured_page_link1\";i:10;s:19:\"featured_page_icon2\";s:19:\"fa fa-balance-scale\";s:19:\"featured_page_link2\";i:9;s:19:\"featured_page_icon3\";s:16:\"fa fa-comments-o\";s:19:\"featured_page_link3\";i:5;s:19:\"featured_page_icon4\";s:11:\"fa fa-group\";s:19:\"featured_page_link4\";i:6;s:9:\"slider_bg\";s:60:\"http://nead.org.uk/wp-content/uploads/2017/06/friendshio.jpg\";s:12:\"slider_page1\";i:21;s:19:\"slider_button_left1\";s:10:\"Click Here\";s:17:\"slider_left_link1\";i:21;s:20:\"slider_button_right1\";s:13:\"Find Out More\";s:18:\"slider_right_link1\";i:5;s:8:\"cta_link\";i:21;s:10:\"cta_button\";s:18:\"Get In Touch Today\";s:27:\"exoplanet_font_page_content\";i:1;s:12:\"header_image\";s:74:\"http://nead.org.uk/wp-content/uploads/2017/06/cropped-family-fun-paint.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:65;s:3:\"url\";s:74:\"http://nead.org.uk/wp-content/uploads/2017/06/cropped-family-fun-paint.jpg\";s:13:\"thumbnail_url\";s:74:\"http://nead.org.uk/wp-content/uploads/2017/06/cropped-family-fun-paint.jpg\";s:6:\"height\";i:333;s:5:\"width\";i:1600;}s:9:\"fullwidth\";i:0;s:14:\"menu_uppercase\";i:0;s:11:\"menu_search\";i:1;s:17:\"disable_blog_date\";i:1;s:19:\"disable_blog_author\";i:1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1616744107;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:23:\"exoplanet-right-sidebar\";a:3:{i:0;s:8:\"search-4\";i:1;s:13:\"sfsi-widget-3\";i:2;s:10:\"nav_menu-3\";}s:17:\"exoplanet-footer1\";a:1:{i:0;s:6:\"text-3\";}s:17:\"exoplanet-footer2\";a:1:{i:0;s:6:\"text-4\";}s:17:\"exoplanet-footer3\";a:1:{i:0;s:6:\"text-5\";}s:17:\"exoplanet-footer4\";a:1:{i:0;s:10:\"nav_menu-5\";}}}}','yes'),(3794,'current_theme','Twenty Twenty-One','yes'),(3795,'theme_switched','','yes'),(3796,'theme_switched_via_customizer','','yes'),(3797,'customize_stashed_theme_mods','a:0:{}','no'),(3827,'wpseo_sitemap_11_cache_validator','4ETvY','no'),(3828,'wpseo_sitemap_12_cache_validator','4ETww','no'),(3829,'wpseo_sitemap_13_cache_validator','4ETx5','no'),(3830,'wpseo_sitemap_14_cache_validator','4ETy6','no'),(3831,'wpseo_sitemap_15_cache_validator','4ETzt','no'),(3832,'wpseo_sitemap_16_cache_validator','4ETAP','no'),(3833,'wpseo_sitemap_17_cache_validator','4ETCd','no'),(3834,'wpseo_sitemap_22_cache_validator','niGt','no'),(3850,'show_new_notification','yes','yes'),(3851,'sfsi_section1_options','s:412:\"a:11:{s:16:\"sfsi_rss_display\";s:2:\"no\";s:18:\"sfsi_email_display\";s:3:\"yes\";s:21:\"sfsi_facebook_display\";s:3:\"yes\";s:20:\"sfsi_twitter_display\";s:3:\"yes\";s:19:\"sfsi_google_display\";s:3:\"yes\";s:18:\"sfsi_share_display\";s:2:\"no\";s:20:\"sfsi_youtube_display\";s:3:\"yes\";s:22:\"sfsi_pinterest_display\";s:2:\"no\";s:21:\"sfsi_linkedin_display\";s:3:\"yes\";s:22:\"sfsi_instagram_display\";s:2:\"no\";s:17:\"sfsi_custom_files\";s:0:\"\";}\";','yes'),(3854,'sfsi_section2_options','s:1850:\"a:36:{s:12:\"sfsi_rss_url\";s:0:\"\";s:17:\"sfsi_rss_blogName\";s:0:\"\";s:18:\"sfsi_rss_blogEmail\";s:0:\"\";s:14:\"sfsi_rss_icons\";s:5:\"email\";s:14:\"sfsi_email_url\";s:297:\"http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/Tkg0NDg5emlyamkycDlnSC9KUkRYL3FPdTBmRkhBMkxQTjRVOENaMnRsSE5RZDRZbGZ6ZG9Da3BBa1RTblVhQTl1M2lESm96SjFReVBBWERxNnJvYmMzeWNzWHp3QUh4MHZjZU50bTB6aUNBZ05vNmx5M2FrTjJPNjJNWnljUEd8dVJpSVpKNXMzRFhITHpMMHZWNDF0cEVOVXl4QnNKS29DSUhsK0lCUDNBOD0=/OA==/\";s:24:\"sfsi_facebookPage_option\";s:3:\"yes\";s:21:\"sfsi_facebookPage_url\";s:35:\"https://www.facebook.com/neadseeja/\";s:24:\"sfsi_facebookLike_option\";s:2:\"no\";s:25:\"sfsi_facebookShare_option\";s:2:\"no\";s:21:\"sfsi_twitter_followme\";s:2:\"no\";s:27:\"sfsi_twitter_followUserName\";s:0:\"\";s:22:\"sfsi_twitter_aboutPage\";s:2:\"no\";s:17:\"sfsi_twitter_page\";s:3:\"yes\";s:20:\"sfsi_twitter_pageURL\";s:31:\"https://twitter.com/CreativeEdu\";s:26:\"sfsi_twitter_aboutPageText\";s:82:\"Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name\";s:16:\"sfsi_google_page\";s:2:\"no\";s:19:\"sfsi_google_pageURL\";s:57:\"https://plus.google.com/communities/118155617276327496151\";s:22:\"sfsi_googleLike_option\";s:3:\"yes\";s:23:\"sfsi_googleShare_option\";s:3:\"yes\";s:20:\"sfsi_youtube_pageUrl\";s:0:\"\";s:17:\"sfsi_youtube_page\";s:2:\"no\";s:19:\"sfsi_youtube_follow\";s:2:\"no\";s:15:\"sfsi_ytube_user\";s:0:\"\";s:19:\"sfsi_pinterest_page\";s:0:\"\";s:22:\"sfsi_pinterest_pageUrl\";s:0:\"\";s:23:\"sfsi_pinterest_pingBlog\";s:0:\"\";s:22:\"sfsi_instagram_pageUrl\";s:0:\"\";s:18:\"sfsi_linkedin_page\";s:2:\"no\";s:21:\"sfsi_linkedin_pageURL\";s:0:\"\";s:20:\"sfsi_linkedin_follow\";s:2:\"no\";s:27:\"sfsi_linkedin_followCompany\";i:0;s:23:\"sfsi_linkedin_SharePage\";s:3:\"yes\";s:30:\"sfsi_linkedin_recommendBusines\";s:2:\"no\";s:30:\"sfsi_linkedin_recommendCompany\";s:0:\"\";s:32:\"sfsi_linkedin_recommendProductId\";i:0;s:21:\"sfsi_CustomIcon_links\";s:0:\"\";}\";','yes'),(3855,'sfsi_section3_options','s:581:\"a:14:{s:18:\"sfsi_actvite_theme\";s:7:\"default\";s:14:\"sfsi_mouseOver\";s:2:\"no\";s:21:\"sfsi_mouseOver_effect\";s:7:\"fade_in\";s:18:\"sfsi_shuffle_icons\";s:2:\"no\";s:22:\"sfsi_shuffle_Firstload\";s:2:\"no\";s:21:\"sfsi_shuffle_interval\";s:2:\"no\";s:25:\"sfsi_shuffle_intervalTime\";i:0;s:26:\"sfsi_specialIcon_animation\";s:0:\"\";s:26:\"sfsi_specialIcon_MouseOver\";s:2:\"no\";s:26:\"sfsi_specialIcon_Firstload\";s:2:\"no\";s:32:\"sfsi_specialIcon_Firstload_Icons\";s:3:\"all\";s:25:\"sfsi_specialIcon_interval\";s:2:\"no\";s:29:\"sfsi_specialIcon_intervalTime\";s:0:\"\";s:30:\"sfsi_specialIcon_intervalIcons\";s:3:\"all\";}\";','yes'),(3856,'sfsi_section4_options','s:1725:\"a:44:{s:19:\"sfsi_display_counts\";s:2:\"no\";s:24:\"sfsi_email_countsDisplay\";s:2:\"no\";s:21:\"sfsi_email_countsFrom\";s:6:\"source\";s:23:\"sfsi_email_manualCounts\";i:20;s:22:\"sfsi_rss_countsDisplay\";s:0:\"\";s:21:\"sfsi_rss_manualCounts\";i:20;s:27:\"sfsi_facebook_countsDisplay\";s:2:\"no\";s:24:\"sfsi_facebook_countsFrom\";s:6:\"manual\";s:26:\"sfsi_facebook_mypageCounts\";s:0:\"\";s:26:\"sfsi_facebook_manualCounts\";i:20;s:26:\"sfsi_twitter_countsDisplay\";s:2:\"no\";s:23:\"sfsi_twitter_countsFrom\";s:6:\"manual\";s:25:\"sfsi_twitter_manualCounts\";i:20;s:15:\"tw_consumer_key\";s:0:\"\";s:18:\"tw_consumer_secret\";s:0:\"\";s:21:\"tw_oauth_access_token\";s:0:\"\";s:28:\"tw_oauth_access_token_secret\";s:0:\"\";s:25:\"sfsi_google_countsDisplay\";s:2:\"no\";s:22:\"sfsi_google_countsFrom\";s:6:\"manual\";s:24:\"sfsi_google_manualCounts\";i:20;s:19:\"sfsi_google_api_key\";s:0:\"\";s:27:\"sfsi_linkedIn_countsDisplay\";s:2:\"no\";s:24:\"sfsi_linkedIn_countsFrom\";s:6:\"manual\";s:26:\"sfsi_linkedIn_manualCounts\";i:20;s:26:\"sfsi_youtube_countsDisplay\";s:2:\"no\";s:23:\"sfsi_youtube_countsFrom\";s:6:\"manual\";s:25:\"sfsi_youtube_manualCounts\";i:20;s:17:\"sfsi_youtube_user\";s:0:\"\";s:22:\"sfsi_youtube_channelId\";s:0:\"\";s:28:\"sfsi_pinterest_countsDisplay\";s:0:\"\";s:25:\"sfsi_pinterest_countsFrom\";s:0:\"\";s:27:\"sfsi_pinterest_manualCounts\";i:20;s:25:\"sfsi_instagram_countsFrom\";s:0:\"\";s:28:\"sfsi_instagram_countsDisplay\";s:0:\"\";s:27:\"sfsi_instagram_manualCounts\";i:20;s:19:\"sfsi_instagram_User\";s:0:\"\";s:23:\"sfsi_instagram_clientid\";s:0:\"\";s:21:\"sfsi_instagram_appurl\";s:0:\"\";s:20:\"sfsi_instagram_token\";s:0:\"\";s:25:\"sfsi_shares_countsDisplay\";s:0:\"\";s:22:\"sfsi_shares_countsFrom\";s:0:\"\";s:24:\"sfsi_shares_manualCounts\";i:20;s:24:\"sfsi_youtubeusernameorid\";s:4:\"name\";s:17:\"sfsi_ytube_chnlid\";s:0:\"\";}\";','yes'),(3857,'sfsi_section5_options','s:1367:\"a:35:{s:15:\"sfsi_icons_size\";i:40;s:18:\"sfsi_icons_spacing\";i:5;s:20:\"sfsi_icons_Alignment\";s:4:\"left\";s:17:\"sfsi_icons_perRow\";i:5;s:24:\"sfsi_icons_ClickPageOpen\";s:3:\"yes\";s:16:\"sfsi_icons_float\";s:2:\"no\";s:23:\"sfsi_disable_floaticons\";s:2:\"no\";s:24:\"sfsi_icons_floatPosition\";s:12:\"center-right\";s:26:\"sfsi_icons_floatMargin_top\";i:0;s:29:\"sfsi_icons_floatMargin_bottom\";i:0;s:27:\"sfsi_icons_floatMargin_left\";i:0;s:28:\"sfsi_icons_floatMargin_right\";i:0;s:16:\"sfsi_icons_stick\";s:2:\"no\";s:22:\"sfsi_rss_MouseOverText\";s:0:\"\";s:24:\"sfsi_email_MouseOverText\";s:15:\"Follow by Email\";s:26:\"sfsi_twitter_MouseOverText\";s:7:\"Twitter\";s:27:\"sfsi_facebook_MouseOverText\";s:8:\"Facebook\";s:25:\"sfsi_google_MouseOverText\";s:7:\"Google+\";s:27:\"sfsi_linkedIn_MouseOverText\";s:8:\"LinkedIn\";s:28:\"sfsi_pinterest_MouseOverText\";s:0:\"\";s:26:\"sfsi_youtube_MouseOverText\";s:7:\"YouTube\";s:24:\"sfsi_share_MouseOverText\";s:0:\"\";s:28:\"sfsi_instagram_MouseOverText\";s:0:\"\";s:22:\"sfsi_CustomIcons_order\";s:0:\"\";s:18:\"sfsi_rssIcon_order\";i:1;s:20:\"sfsi_emailIcon_order\";i:2;s:23:\"sfsi_facebookIcon_order\";i:3;s:21:\"sfsi_googleIcon_order\";i:4;s:22:\"sfsi_twitterIcon_order\";i:5;s:20:\"sfsi_shareIcon_order\";i:6;s:22:\"sfsi_youtubeIcon_order\";i:7;s:24:\"sfsi_pinterestIcon_order\";i:8;s:24:\"sfsi_instagramIcon_order\";i:10;s:23:\"sfsi_linkedinIcon_order\";i:9;s:26:\"sfsi_custom_MouseOverTexts\";s:0:\"\";}\";','yes'),(3858,'sfsi_section6_options','s:434:\"a:12:{s:17:\"sfsi_show_Onposts\";s:2:\"no\";s:22:\"sfsi_icons_postPositon\";s:0:\"\";s:20:\"sfsi_icons_alignment\";s:4:\"left\";s:20:\"sfsi_textBefor_icons\";s:26:\"Please follow and like us:\";s:24:\"sfsi_icons_DisplayCounts\";s:2:\"no\";s:12:\"sfsi_rectsub\";s:3:\"yes\";s:11:\"sfsi_rectfb\";s:3:\"yes\";s:11:\"sfsi_rectgp\";s:3:\"yes\";s:12:\"sfsi_rectshr\";s:2:\"no\";s:13:\"sfsi_recttwtr\";s:3:\"yes\";s:14:\"sfsi_rectpinit\";s:3:\"yes\";s:16:\"sfsi_rectfbshare\";s:3:\"yes\";}\";','yes'),(3859,'sfsi_section7_options','s:570:\"a:13:{s:15:\"sfsi_popup_text\";s:42:\"Enjoy this blog? Please spread the word :)\";s:27:\"sfsi_popup_background_color\";s:7:\"#eff7f7\";s:23:\"sfsi_popup_border_color\";s:7:\"#f3faf2\";s:27:\"sfsi_popup_border_thickness\";i:1;s:24:\"sfsi_popup_border_shadow\";s:3:\"yes\";s:15:\"sfsi_popup_font\";s:26:\"Helvetica,Arial,sans-serif\";s:19:\"sfsi_popup_fontSize\";i:30;s:20:\"sfsi_popup_fontStyle\";s:0:\"\";s:20:\"sfsi_popup_fontColor\";s:7:\"#000000\";s:17:\"sfsi_Show_popupOn\";s:4:\"none\";s:25:\"sfsi_Show_popupOn_PageIDs\";s:0:\"\";s:14:\"sfsi_Shown_pop\";s:8:\"ETscroll\";s:24:\"sfsi_Shown_popupOnceTime\";i:0;}\";','yes'),(3860,'sfsi_feed_id','Tkg0NDg5emlyamkycDlnSC9KUkRYL3FPdTBmRkhBMkxQTjRVOENaMnRsSE5RZDRZbGZ6ZG9Da3BBa1RTblVhQTl1M2lESm96SjFReVBBWERxNnJvYmMzeWNzWHp3QUh4MHZjZU50bTB6aUNBZ05vNmx5M2FrTjJPNjJNWnljUEd8dVJpSVpKNXMzRFhITHpMMHZWNDF0cEVOVXl4QnNKS29DSUhsK0lCUDNBOD0=','yes'),(3861,'sfsi_redirect_url','http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/Tkg0NDg5emlyamkycDlnSC9KUkRYL3FPdTBmRkhBMkxQTjRVOENaMnRsSE5RZDRZbGZ6ZG9Da3BBa1RTblVhQTl1M2lESm96SjFReVBBWERxNnJvYmMzeWNzWHp3QUh4MHZjZU50bTB6aUNBZ05vNmx5M2FrTjJPNjJNWnljUEd8dVJpSVpKNXMzRFhITHpMMHZWNDF0cEVOVXl4QnNKS29DSUhsK0lCUDNBOD0=/OA==/','yes'),(3862,'sfsi_installDate','2017-06-09 02:06:22','yes'),(3863,'sfsi_RatingDiv','no','yes'),(3864,'sfsi_footer_sec','no','yes'),(3865,'sfsi_activate','0','yes'),(3866,'sfsi_instagram_sf_count','s:93:\"a:3:{s:4:\"date\";i:1496966400;s:13:\"sfsi_sf_count\";s:0:\"\";s:20:\"sfsi_instagram_count\";s:0:\"\";}\";','yes'),(3867,'widget_sfsi-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"showf\";i:0;s:5:\"title\";s:15:\"Follow us today\";}}','yes'),(3868,'widget_subscriber_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3869,'sfsi_pluginVersion','1.72','yes'),(3870,'show_premium_notification','yes','yes'),(3871,'show_notification','yes','yes'),(3872,'show_mobile_notification','yes','yes'),(3873,'sfsi_languageNotice','yes','yes'),(3874,'sfsi_section8_options','s:1186:\"a:26:{s:20:\"sfsi_form_adjustment\";s:3:\"yes\";s:16:\"sfsi_form_height\";i:180;s:15:\"sfsi_form_width\";i:230;s:16:\"sfsi_form_border\";s:3:\"yes\";s:26:\"sfsi_form_border_thickness\";i:1;s:22:\"sfsi_form_border_color\";s:7:\"#b5b5b5\";s:20:\"sfsi_form_background\";s:7:\"#ffffff\";s:22:\"sfsi_form_heading_text\";s:22:\"Get new posts by email\";s:22:\"sfsi_form_heading_font\";s:26:\"Helvetica,Arial,sans-serif\";s:27:\"sfsi_form_heading_fontstyle\";s:4:\"bold\";s:27:\"sfsi_form_heading_fontcolor\";s:7:\"#000000\";s:26:\"sfsi_form_heading_fontsize\";i:16;s:27:\"sfsi_form_heading_fontalign\";s:6:\"center\";s:20:\"sfsi_form_field_text\";s:16:\"Enter your email\";s:20:\"sfsi_form_field_font\";s:26:\"Helvetica,Arial,sans-serif\";s:25:\"sfsi_form_field_fontstyle\";s:6:\"normal\";s:25:\"sfsi_form_field_fontcolor\";s:0:\"\";s:24:\"sfsi_form_field_fontsize\";i:14;s:25:\"sfsi_form_field_fontalign\";s:6:\"center\";s:21:\"sfsi_form_button_text\";s:9:\"Subscribe\";s:21:\"sfsi_form_button_font\";s:26:\"Helvetica,Arial,sans-serif\";s:26:\"sfsi_form_button_fontstyle\";s:4:\"bold\";s:26:\"sfsi_form_button_fontcolor\";s:7:\"#000000\";s:25:\"sfsi_form_button_fontsize\";i:16;s:26:\"sfsi_form_button_fontalign\";s:6:\"center\";s:27:\"sfsi_form_button_background\";s:7:\"#dedede\";}\";','yes'),(3875,'sfsi_verificatiom_code','UYC4NyrFxztNqYs4eCPG','yes'),(3876,'adding_tags','no','yes'),(3925,'dslc_version','a:1:{i:0;s:5:\"1.3.1\";}','yes'),(4175,'wpseo_sitemap_36_cache_validator','3RSRN','no'),(4176,'wpseo_sitemap_38_cache_validator','3RSSm','no'),(4182,'dslc_editormessages','a:5:{s:15:\"woo-integration\";a:4:{s:4:\"text\";s:139:\"Our WooCommerce integration add-on is almost ready for realese. Price growths with every update. <strong>Buy it today to save 30%!</strong>\";s:4:\"link\";s:147:\"https://livecomposerplugin.com/downloads/woocommerce-page-builder/?utm_source=editing-sreen&utm_medium=editor-messages&utm_campaign=woo-integration\";s:4:\"icon\";s:23:\"dslc-icon-shopping-cart\";s:5:\"color\";s:0:\"\";}s:14:\"all-extensions\";a:4:{s:4:\"text\";s:108:\"Extend the page builder with our official extensions bundle. Save $10 with <strong>10USDOFF</strong> coupon.\";s:4:\"link\";s:147:\"https://livecomposerplugin.com/downloads/bundle-buy-all-extensions/?utm_source=editing-sreen&utm_medium=editor-messages&utm_campaign=all-extensions\";s:4:\"icon\";s:15:\"dslc-icon-cubes\";s:5:\"color\";s:0:\"\";}i:779590;a:4:{s:4:\"text\";s:116:\"Live Composer developers recommend WP Engine for their best-in-class architecture to keep WordPress fast and secure.\";s:4:\"link\";s:66:\"http://www.shareasale.com/r.cfm?B=779590&U=871461&M=41388&urllink=\";s:4:\"icon\";s:18:\"dslc-icon-codepen \";s:5:\"color\";s:0:\"\";}i:965751;a:4:{s:4:\"text\";s:126:\"Do you need high-quality website content fast? Get $20 free joining bonus at Contentmart.com USE CODE: <strong>JOIN20</strong>\";s:4:\"link\";s:66:\"http://www.shareasale.com/r.cfm?B=965751&U=871461&M=65777&urllink=\";s:4:\"icon\";s:16:\"dslc-icon-pencil\";s:5:\"color\";s:0:\"\";}i:381388;a:4:{s:4:\"text\";s:143:\"LinkFool! We build natural links, each month, to help our customers grow their SEO rankings without fear of being banned by the search engines.\";s:4:\"link\";s:66:\"http://www.shareasale.com/r.cfm?B=381388&U=871461&M=35654&urllink=\";s:4:\"icon\";s:14:\"dslc-icon-link\";s:5:\"color\";s:0:\"\";}}','yes'),(4187,'smntcs_google_webmaster_tools_tracking_code','<meta name=\"google-site-verification\" content=\"SRLW8xFKWDSE1oFoVW0yMbO4mJtrpYepbxGlZB1gSgs\" />','yes'),(24899,'category_children','a:0:{}','yes'),(24901,'wpseo_sitemap_103_cache_validator','4pCBH','no'),(25545,'_transient_exoplanet_categories','1','yes'),(30434,'wpseo_sitemap_author_cache_validator','6rjL6','no'),(40697,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40698,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40699,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40700,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40701,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(40706,'recovery_keys','a:0:{}','yes'),(40707,'admin_email_lifespan','1623838716','yes'),(40708,'wp_page_for_privacy_policy','0','yes'),(40709,'show_comments_cookies_opt_in','1','yes'),(40710,'disallowed_keys','','no'),(40711,'comment_previously_approved','1','yes'),(40712,'auto_plugin_theme_update_emails','a:0:{}','no'),(40713,'auto_update_core_dev','enabled','yes'),(40714,'auto_update_core_minor','enabled','yes'),(40715,'auto_update_core_major','unset','yes'),(40716,'finished_updating_comment_type','1','yes'),(40717,'db_upgraded','','yes'),(40724,'can_compress_scripts','0','no'),(40776,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":6,\"critical\":1}','yes'),(44676,'theme_mods_twentytwentyone','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(45014,'_site_transient_timeout_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','1618051745','no'),(45015,'_site_transient_php_check_9236ad8f2e178e4ce7b4ef5302b7fae9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(45256,'_transient_doing_cron','1631805886.5409059524536132812500','yes'),(45260,'wordfence_ls_version','1.0.6','yes'),(45261,'wfls_last_role_change','1624359607','no'),(45262,'wordfence_version','7.5.4','yes'),(45263,'wordfence_case','1','yes'),(45264,'wordfence_installed','1','yes'),(45265,'wordfenceActivated','1','yes'),(45266,'active_plugins','a:1:{i:0;s:23:\"wordfence/wordfence.php\";}','yes'),(45267,'wf_plugin_act_error','','yes'),(45273,'_site_transient_timeout_theme_roots','1631807701','no'),(45274,'_site_transient_theme_roots','a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(45275,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.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-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1631805904;s:15:\"version_checked\";s:5:\"5.8.1\";s:12:\"translations\";a:0:{}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_pluginSL_spam_captcha`
--
DROP TABLE IF EXISTS `wp_pluginSL_spam_captcha`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_pluginSL_spam_captcha` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`id_comment` mediumint(9) NOT NULL,
`status` varchar(10) DEFAULT 'ok',
`new_status` varchar(10) DEFAULT 'ok',
`author` text DEFAULT NULL,
`content` text DEFAULT NULL,
`captcha_info` text DEFAULT NULL,
`date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
UNIQUE KEY `id_post` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_pluginSL_spam_captcha`
--
LOCK TABLES `wp_pluginSL_spam_captcha` WRITE;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_pluginSL_spam_captcha` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=401 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 (2,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\"]'),(3,4,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:21:\"nead \"[your-subject]\"\";s:6:\"sender\";s:35:\"[your-name] <wordpress@nead.org.uk>\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.uk\";s:4:\"body\";s:160:\"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 nead (http://nead.org.uk)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:21:\"nead \"[your-subject]\"\";s:6:\"sender\";s:28:\"nead <wordpress@nead.org.uk>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:102:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on nead (http://nead.org.uk)\";s:18:\"additional_headers\";s:33:\"Reply-To: bensykes@bensykes.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5,4,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(78,21,'_edit_last','1'),(79,21,'_edit_lock','1497016729:1'),(80,21,'_wp_page_template','default'),(90,21,'exoplanet_sidebar_layout','right_sidebar'),(91,21,'_yoast_wpseo_content_score','60'),(92,23,'fw_options','a:0:{}'),(93,5,'_edit_last','1'),(94,5,'_wp_page_template','default'),(95,24,'fw_options','a:0:{}'),(96,5,'_edit_lock','1497262652:1'),(97,6,'_edit_last','1'),(98,6,'_wp_page_template','default'),(99,25,'fw_options','a:0:{}'),(100,6,'_edit_lock','1497257984:1'),(101,7,'_edit_last','1'),(102,7,'_wp_page_template','default'),(103,26,'fw_options','a:0:{}'),(104,7,'_edit_lock','1497262644:1'),(105,8,'_edit_last','1'),(106,8,'_wp_page_template','default'),(107,27,'fw_options','a:0:{}'),(108,8,'_edit_lock','1497259780:1'),(109,9,'_edit_last','1'),(110,9,'_wp_page_template','default'),(111,28,'fw_options','a:0:{}'),(112,9,'_edit_lock','1497262398:1'),(113,10,'_edit_last','1'),(114,10,'_wp_page_template','default'),(115,29,'fw_options','a:0:{}'),(116,10,'_edit_lock','1497258595:1'),(117,31,'_menu_item_type','custom'),(118,31,'_menu_item_menu_item_parent','0'),(119,31,'_menu_item_object_id','31'),(120,31,'_menu_item_object','custom'),(121,31,'_menu_item_target',''),(122,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(123,31,'_menu_item_xfn',''),(124,31,'_menu_item_url','http://nead.org.uk'),(125,32,'_menu_item_type','post_type'),(126,32,'_menu_item_menu_item_parent','0'),(127,32,'_menu_item_object_id','21'),(128,32,'_menu_item_object','page'),(129,32,'_menu_item_target',''),(130,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(131,32,'_menu_item_xfn',''),(132,32,'_menu_item_url',''),(133,33,'_menu_item_type','post_type'),(134,33,'_menu_item_menu_item_parent','0'),(135,33,'_menu_item_object_id','10'),(136,33,'_menu_item_object','page'),(137,33,'_menu_item_target',''),(138,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(139,33,'_menu_item_xfn',''),(140,33,'_menu_item_url',''),(141,34,'_menu_item_type','post_type'),(142,34,'_menu_item_menu_item_parent','0'),(143,34,'_menu_item_object_id','9'),(144,34,'_menu_item_object','page'),(145,34,'_menu_item_target',''),(146,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(147,34,'_menu_item_xfn',''),(148,34,'_menu_item_url',''),(149,35,'_menu_item_type','post_type'),(150,35,'_menu_item_menu_item_parent','0'),(151,35,'_menu_item_object_id','8'),(152,35,'_menu_item_object','page'),(153,35,'_menu_item_target',''),(154,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(155,35,'_menu_item_xfn',''),(156,35,'_menu_item_url',''),(165,37,'_menu_item_type','post_type'),(166,37,'_menu_item_menu_item_parent','0'),(167,37,'_menu_item_object_id','6'),(168,37,'_menu_item_object','page'),(169,37,'_menu_item_target',''),(170,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(171,37,'_menu_item_xfn',''),(172,37,'_menu_item_url',''),(185,41,'_menu_item_type','post_type'),(186,41,'_menu_item_menu_item_parent','0'),(187,41,'_menu_item_object_id','10'),(188,41,'_menu_item_object','page'),(189,41,'_menu_item_target',''),(190,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(191,41,'_menu_item_xfn',''),(192,41,'_menu_item_url',''),(193,42,'_menu_item_type','post_type'),(194,42,'_menu_item_menu_item_parent','0'),(195,42,'_menu_item_object_id','9'),(196,42,'_menu_item_object','page'),(197,42,'_menu_item_target',''),(198,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,42,'_menu_item_xfn',''),(200,42,'_menu_item_url',''),(201,43,'_menu_item_type','post_type'),(202,43,'_menu_item_menu_item_parent','0'),(203,43,'_menu_item_object_id','8'),(204,43,'_menu_item_object','page'),(205,43,'_menu_item_target',''),(206,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(207,43,'_menu_item_xfn',''),(208,43,'_menu_item_url',''),(209,44,'_menu_item_type','post_type'),(210,44,'_menu_item_menu_item_parent','0'),(211,44,'_menu_item_object_id','7'),(212,44,'_menu_item_object','page'),(213,44,'_menu_item_target',''),(214,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(215,44,'_menu_item_xfn',''),(216,44,'_menu_item_url',''),(217,45,'_menu_item_type','post_type'),(218,45,'_menu_item_menu_item_parent','0'),(219,45,'_menu_item_object_id','6'),(220,45,'_menu_item_object','page'),(221,45,'_menu_item_target',''),(222,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(223,45,'_menu_item_xfn',''),(224,45,'_menu_item_url',''),(225,46,'_menu_item_type','post_type'),(226,46,'_menu_item_menu_item_parent','0'),(227,46,'_menu_item_object_id','5'),(228,46,'_menu_item_object','page'),(229,46,'_menu_item_target',''),(230,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(231,46,'_menu_item_xfn',''),(232,46,'_menu_item_url',''),(249,55,'_edit_last','1'),(250,55,'_wp_page_template','default'),(251,56,'exoplanet_sidebar_layout','right_sidebar'),(252,56,'_menu_item_type','post_type'),(253,56,'_menu_item_menu_item_parent','0'),(254,56,'_menu_item_object_id','55'),(255,56,'_menu_item_object','page'),(256,56,'_menu_item_target',''),(257,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(258,56,'_menu_item_xfn',''),(259,56,'_menu_item_url',''),(260,55,'exoplanet_sidebar_layout','right_sidebar'),(261,55,'_yoast_wpseo_content_score','30'),(262,57,'fw_options','a:0:{}'),(263,55,'_edit_lock','1497265717:1'),(268,60,'_wp_attached_file','2017/06/friendshio.jpg'),(269,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:592;s:4:\"file\";s:22:\"2017/06/friendshio.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"friendshio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"friendshio-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"friendshio-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:22:\"friendshio-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:22:\"friendshio-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:22:\"friendshio-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:22:\"friendshio-600x592.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:592;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:22:\"friendshio-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 600D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(276,64,'_wp_attached_file','2017/06/family-fun-paint.jpg'),(277,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:477;s:4:\"file\";s:28:\"2017/06/family-fun-paint.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-600x477.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:28:\"family-fun-paint-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,65,'_wp_attached_file','2017/06/cropped-family-fun-paint.jpg'),(279,65,'_wp_attachment_context','custom-header'),(280,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:333;s:4:\"file\";s:36:\"2017/06/cropped-family-fun-paint.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-family-fun-paint-300x62.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"cropped-family-fun-paint-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-400x333.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-800x333.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-600x333.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:36:\"cropped-family-fun-paint-325x333.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:333;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:{}}}'),(281,65,'_wp_attachment_custom_header_last_used_exoplanet','1497021739'),(282,65,'_wp_attachment_is_custom_header','exoplanet'),(295,73,'fw_options','a:0:{}'),(296,74,'_wp_attached_file','2017/03/disabled-car.jpg'),(297,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2017/03/disabled-car.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"disabled-car-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"disabled-car-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"disabled-car-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:24:\"disabled-car-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:24:\"disabled-car-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:24:\"disabled-car-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:24:\"disabled-car-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:24:\"disabled-car-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-GX8\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(298,6,'_thumbnail_id','74'),(299,6,'exoplanet_sidebar_layout','right_sidebar'),(300,6,'_yoast_wpseo_content_score','30'),(301,75,'fw_options','a:0:{}'),(302,76,'fw_options','a:0:{}'),(303,77,'fw_options','a:0:{}'),(304,78,'_wp_attached_file','2017/03/voting.jpg'),(305,78,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2017/03/voting.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"voting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"voting-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"voting-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:18:\"voting-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:18:\"voting-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:18:\"voting-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:18:\"voting-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:18:\"voting-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(306,10,'_thumbnail_id','78'),(307,10,'exoplanet_sidebar_layout','right_sidebar'),(308,10,'_yoast_wpseo_content_score','30'),(309,79,'fw_options','a:0:{}'),(310,80,'fw_options','a:0:{}'),(311,81,'_wp_attached_file','2017/03/camera-parts.jpg'),(312,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:621;s:4:\"file\";s:24:\"2017/03/camera-parts.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"camera-parts-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"camera-parts-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"camera-parts-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:24:\"camera-parts-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:24:\"camera-parts-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:24:\"camera-parts-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:24:\"camera-parts-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:24:\"camera-parts-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;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:{}}}'),(313,8,'_thumbnail_id','81'),(314,8,'exoplanet_sidebar_layout','right_sidebar'),(315,8,'_yoast_wpseo_content_score','30'),(316,82,'fw_options','a:0:{}'),(317,83,'fw_options','a:0:{}'),(318,84,'_wp_attached_file','2017/03/public-meeting.jpg'),(319,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:537;s:4:\"file\";s:26:\"2017/03/public-meeting.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"public-meeting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"public-meeting-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"public-meeting-768x430.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:26:\"public-meeting-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:26:\"public-meeting-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:26:\"public-meeting-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:26:\"public-meeting-600x537.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:26:\"public-meeting-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;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:{}}}'),(320,9,'_thumbnail_id','84'),(321,9,'exoplanet_sidebar_layout','right_sidebar'),(322,9,'_yoast_wpseo_content_score','30'),(323,85,'fw_options','a:0:{}'),(324,86,'_edit_last','1'),(325,86,'_edit_lock','1500286009:1'),(326,86,'_wp_page_template','default'),(327,87,'exoplanet_sidebar_layout','right_sidebar'),(328,87,'_menu_item_type','post_type'),(329,87,'_menu_item_menu_item_parent','0'),(330,87,'_menu_item_object_id','86'),(331,87,'_menu_item_object','page'),(332,87,'_menu_item_target',''),(333,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(334,87,'_menu_item_xfn',''),(335,87,'_menu_item_url',''),(336,86,'exoplanet_sidebar_layout','right_sidebar'),(337,86,'_yoast_wpseo_content_score','30'),(338,88,'fw_options','a:0:{}'),(339,89,'fw_options','a:0:{}'),(341,91,'fw_options','a:0:{}'),(342,92,'fw_options','a:0:{}'),(343,93,'_wp_attached_file','2017/06/team-players.jpg'),(344,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2017/06/team-players.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"team-players-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"team-players-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"team-players-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:24:\"team-players-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:24:\"team-players-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:24:\"team-players-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:24:\"team-players-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:24:\"team-players-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.000125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(345,86,'_thumbnail_id','93'),(348,96,'_menu_item_type','post_type'),(349,96,'_menu_item_menu_item_parent','0'),(350,96,'_menu_item_object_id','86'),(351,96,'_menu_item_object','page'),(352,96,'_menu_item_target',''),(353,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(354,96,'_menu_item_xfn',''),(355,96,'_menu_item_url',''),(364,55,'dslc_content_for_search','<h2 style=\"text-align: center\">Contact Us</h2>\n<div id=\"wpcf7-f4-o1\" class=\"wpcf7\" dir=\"ltr\" lang=\"en-US\"><form class=\"wpcf7-form\" action=\"/wp-admin/admin-ajax.php#wpcf7-f4-o1\" method=\"post\"><div><br> <br> <br> <br> <br> </div><p><label> Your Name (required)<br> <span class=\"wpcf7-form-control-wrap your-name\"></span> </label></p><p><label> Your Email (required)<br> <span class=\"wpcf7-form-control-wrap your-email\"></span> </label></p><p><label> Subject<br> <span class=\"wpcf7-form-control-wrap your-subject\"></span> </label></p><p><label> Your Message<br> <span class=\"wpcf7-form-control-wrap your-message\"><textarea class=\"wpcf7-form-control wpcf7-textarea\" cols=\"40\" name=\"your-message\" rows=\"10\"></textarea></span> </label></p><p></p><div class=\"wpcf7-response-output wpcf7-display-none\"> </div></form></div>\n'),(367,55,'dslc_code','[{\"element_type\":\"row\",\"columns_spacing\":\"spacing\",\"custom_class\":\"\",\"show_on\":\"desktop tablet phone\",\"section_instance_id\":\"b20f031c0be\",\"custom_id\":\"\",\"type\":\"wrapper\",\"bg_color\":\"\",\"bg_image_thumb\":\"disabled\",\"bg_image\":\"\",\"bg_image_repeat\":\"repeat\",\"bg_image_position\":\"left top\",\"bg_image_attachment\":\"scroll\",\"bg_image_size\":\"auto\",\"bg_video\":\"\",\"bg_video_overlay_color\":\"#000000\",\"bg_video_overlay_opacity\":\"0\",\"border_color\":\"\",\"border_width\":\"0\",\"border_style\":\"solid\",\"border\":\"top right bottom left\",\"margin_h\":\"0\",\"margin_b\":\"0\",\"padding\":\"80\",\"padding_h\":\"0\",\"content\":[{\"element_type\":\"module_area\",\"last\":\"yes\",\"first\":\"no\",\"size\":\"12\",\"content\":[{\"css_show_on\":\"desktop tablet phone\",\"content\":\"<h2 style=\\\\\\\"text-align: center;\\\\\\\">Contact Us</h2>\",\"css_custom\":\"enabled\",\"css_min_height\":\"0\",\"css_margin_top\":\"0\",\"css_margin_right\":\"0\",\"css_margin_bottom\":\"0\",\"css_margin_left\":\"0\",\"css_main_padding_vertical\":\"0\",\"css_main_padding_horizontal\":\"0\",\"css_main_bg_img_repeat\":\"repeat\",\"css_main_bg_img_attch\":\"scroll\",\"css_main_bg_img_pos\":\"top left\",\"css_main_bg_img_size\":\"auto\",\"css_main_border_width\":\"0\",\"css_main_border_trbl\":\"top right bottom left\",\"css_main_border_radius_top\":\"0\",\"css_main_border_radius_bottom\":\"0\",\"css_main_font_size\":\"13\",\"css_main_font_weight\":\"400\",\"css_main_font_family\":\"Open Sans\",\"css_main_font_style\":\"normal\",\"css_main_letter_spacing\":\"0\",\"css_main_line_height\":\"22\",\"css_main_margin_bottom\":\"25\",\"css_main_text_align\":\"center\",\"css_h1_font_size\":\"25\",\"css_h1_font_weight\":\"400\",\"css_h1_font_family\":\"Open Sans\",\"css_h1_font_style\":\"normal\",\"css_h1_letter_spacing\":\"0\",\"css_h1_line_height\":\"35\",\"css_h1_margin_bottom\":\"15\",\"css_h1_padding_vertical\":\"0\",\"css_h1_padding_horizontal\":\"0\",\"css_h1_text_align\":\"left\",\"css_h1_border_width\":\"0\",\"css_h1_border_trbl\":\"top right bottom left\",\"css_h1_border_radius_top\":\"0\",\"css_h1_border_radius_bottom\":\"0\",\"css_h2_font_size\":\"23\",\"css_h2_font_weight\":\"400\",\"css_h2_font_family\":\"Open Sans\",\"css_h2_font_style\":\"normal\",\"css_h2_letter_spacing\":\"0\",\"css_h2_line_height\":\"33\",\"css_h2_margin_bottom\":\"15\",\"css_h2_padding_vertical\":\"0\",\"css_h2_padding_horizontal\":\"0\",\"css_h2_text_align\":\"left\",\"css_h2_border_width\":\"0\",\"css_h2_border_trbl\":\"top right bottom left\",\"css_h2_border_radius_top\":\"0\",\"css_h2_border_radius_bottom\":\"0\",\"css_h3_font_size\":\"21\",\"css_h3_font_weight\":\"400\",\"css_h3_font_family\":\"Open Sans\",\"css_h3_font_style\":\"normal\",\"css_h3_letter_spacing\":\"0\",\"css_h3_line_height\":\"31\",\"css_h3_margin_bottom\":\"15\",\"css_h3_padding_vertical\":\"0\",\"css_h3_padding_horizontal\":\"0\",\"css_h3_text_align\":\"left\",\"css_h3_border_width\":\"0\",\"css_h3_border_trbl\":\"top right bottom left\",\"css_h3_border_radius_top\":\"0\",\"css_h3_border_radius_bottom\":\"0\",\"css_h4_font_size\":\"19\",\"css_h4_font_weight\":\"400\",\"css_h4_font_family\":\"Open Sans\",\"css_h4_font_style\":\"normal\",\"css_h4_letter_spacing\":\"0\",\"css_h4_line_height\":\"29\",\"css_h4_margin_bottom\":\"15\",\"css_h4_padding_vertical\":\"0\",\"css_h4_padding_horizontal\":\"0\",\"css_h4_text_align\":\"left\",\"css_h4_border_width\":\"0\",\"css_h4_border_trbl\":\"top right bottom left\",\"css_h4_border_radius_top\":\"0\",\"css_h4_border_radius_bottom\":\"0\",\"css_h5_font_size\":\"17\",\"css_h5_font_weight\":\"400\",\"css_h5_font_family\":\"Open Sans\",\"css_h5_font_style\":\"normal\",\"css_h5_letter_spacing\":\"0\",\"css_h5_line_height\":\"27\",\"css_h5_margin_bottom\":\"15\",\"css_h5_padding_vertical\":\"0\",\"css_h5_padding_horizontal\":\"0\",\"css_h5_text_align\":\"left\",\"css_h5_border_width\":\"0\",\"css_h5_border_trbl\":\"top right bottom left\",\"css_h5_border_radius_top\":\"0\",\"css_h5_border_radius_bottom\":\"0\",\"css_h6_font_size\":\"15\",\"css_h6_font_weight\":\"400\",\"css_h6_font_family\":\"Open Sans\",\"css_h6_font_style\":\"normal\",\"css_h6_letter_spacing\":\"0\",\"css_h6_line_height\":\"25\",\"css_h6_margin_bottom\":\"15\",\"css_h6_padding_vertical\":\"0\",\"css_h6_padding_horizontal\":\"0\",\"css_h6_text_align\":\"left\",\"css_h6_border_width\":\"0\",\"css_h6_border_trbl\":\"top right bottom left\",\"css_h6_border_radius_top\":\"0\",\"css_h6_border_radius_bottom\":\"0\",\"css_li_font_size\":\"13\",\"css_li_font_weight\":\"400\",\"css_li_font_family\":\"Open Sans\",\"css_li_line_height\":\"22\",\"css_ul_margin_bottom\":\"25\",\"css_ul_margin_left\":\"25\",\"css_ul_style\":\"disc\",\"css_ol_style\":\"decimal\",\"css_ul_li_margin_bottom\":\"10\",\"css_li_border_width\":\"0\",\"css_li_border_trbl\":\"top right bottom left\",\"css_li_border_radius_top\":\"0\",\"css_li_border_radius_bottom\":\"0\",\"css_li_padding_vertical\":\"0\",\"css_li_padding_horizontal\":\"0\",\"css_inputs_color\":\"#4d4d4d\",\"css_inputs_font_size\":\"13\",\"css_inputs_font_weight\":\"500\",\"css_inputs_font_family\":\"Open Sans\",\"css_inputs_line_height\":\"23\",\"css_inputs_margin_bottom\":\"15\",\"css_inputs_padding_vertical\":\"10\",\"css_inputs_padding_horizontal\":\"15\",\"css_inputs_bg_color\":\"#fff\",\"css_inputs_border_color\":\"#ddd\",\"css_inputs_border_width\":\"1\",\"css_inputs_border_trbl\":\"top right bottom left\",\"css_inputs_border_radius\":\"0\",\"css_blockquote_font_size\":\"13\",\"css_blockquote_font_weight\":\"400\",\"css_blockquote_font_family\":\"Open Sans\",\"css_blockquote_line_height\":\"22\",\"css_blockquote_margin_bottom\":\"0\",\"css_blockquote_margin_left\":\"0\",\"css_blockquote_padding_vertical\":\"0\",\"css_blockquote_padding_horizontal\":\"0\",\"css_blockquote_text_align\":\"left\",\"css_blockquote_bg_img_repeat\":\"repeat\",\"css_blockquote_bg_img_attch\":\"scroll\",\"css_blockquote_bg_img_pos\":\"top left\",\"css_blockquote_border_width\":\"0\",\"css_blockquote_border_trbl\":\"top right bottom left\",\"css_blockquote_border_radius_top\":\"0\",\"css_blockquote_border_radius_bottom\":\"0\",\"css_button_bg_color\":\"#5890e5\",\"css_button_bg_color_hover\":\"#5890e5\",\"css_button_border_color\":\"#5890e5\",\"css_button_border_color_hover\":\"#5890e5\",\"css_button_border_width\":\"0\",\"css_button_border_trbl\":\"top right bottom left\",\"css_button_border_radius\":\"3\",\"css_button_color\":\"#fff\",\"css_button_color_hover\":\"#fff\",\"css_button_font_size\":\"13\",\"css_button_font_weight\":\"500\",\"css_button_font_family\":\"Open Sans\",\"css_button_line_height\":\"13\",\"css_button_padding_vertical\":\"10\",\"css_button_padding_horizontal\":\"15\",\"css_res_t\":\"disabled\",\"css_res_t_margin_bottom\":\"0\",\"css_res_t_main_padding_vertical\":\"0\",\"css_res_t_main_padding_horizontal\":\"0\",\"css_res_t_main_font_size\":\"13\",\"css_res_t_main_line_height\":\"22\",\"css_res_t_main_paragraph_margin_bottom\":\"20\",\"css_res_t_main_text_align\":\"left\",\"css_res_t_h1_font_size\":\"13\",\"css_res_t_h1_line_height\":\"13\",\"css_res_t_h1_margin_bottom\":\"15\",\"css_res_t_h1_text_align\":\"left\",\"css_res_t_h2_font_size\":\"13\",\"css_res_t_h2_line_height\":\"13\",\"css_res_t_h2_margin_bottom\":\"15\",\"css_res_t_h2_text_align\":\"left\",\"css_res_t_h3_font_size\":\"13\",\"css_res_t_h3_line_height\":\"13\",\"css_res_t_h3_margin_bottom\":\"15\",\"css_res_t_h3_text_align\":\"left\",\"css_res_t_h4_font_size\":\"13\",\"css_res_t_h4_line_height\":\"13\",\"css_res_t_h4_margin_bottom\":\"15\",\"css_res_t_h4_text_align\":\"left\",\"css_res_t_h5_font_size\":\"13\",\"css_res_t_h5_line_height\":\"13\",\"css_res_t_h5_margin_bottom\":\"15\",\"css_res_t_h5_text_align\":\"left\",\"css_res_t_h6_font_size\":\"13\",\"css_res_t_h6_line_height\":\"13\",\"css_res_t_h6_margin_bottom\":\"15\",\"css_res_t_h6_text_align\":\"left\",\"css_res_t_li_font_size\":\"13\",\"css_res_t_li_line_height\":\"22\",\"css_res_t_ul_margin_bottom\":\"25\",\"css_res_t_ul_margin_left\":\"25\",\"css_res_t_ul_li_margin_bottom\":\"10\",\"css_res_t_li_padding_vertical\":\"0\",\"css_res_t_li_padding_horizontal\":\"0\",\"css_res_t_blockquote_font_size\":\"13\",\"css_res_t_blockquote_line_height\":\"22\",\"css_res_t_blockquote_margin_bottom\":\"0\",\"css_res_t_blockquote_margin_left\":\"0\",\"css_res_t_blockquote_padding_vertical\":\"0\",\"css_res_t_blockquote_padding_horizontal\":\"0\",\"css_res_t_blockquote_text_align\":\"left\",\"css_res_p\":\"disabled\",\"css_res_ph_margin_bottom\":\"0\",\"css_res_ph_main_padding_vertical\":\"0\",\"css_res_ph_main_padding_horizontal\":\"0\",\"css_res_ph_main_font_size\":\"13\",\"css_res_ph_main_line_height\":\"22\",\"css_res_p_main_paragraph_margin_bottom\":\"20\",\"css_res_p_main_text_align\":\"left\",\"css_res_ph_h1_font_size\":\"13\",\"css_res_ph_h1_line_height\":\"13\",\"css_res_ph_h1_margin_bottom\":\"15\",\"css_res_p_h1_text_align\":\"left\",\"css_res_ph_h2_font_size\":\"13\",\"css_res_ph_h2_line_height\":\"13\",\"css_res_p_h2_margin_bottom\":\"15\",\"css_res_p_h2_text_align\":\"left\",\"css_res_ph_h3_font_size\":\"13\",\"css_res_ph_h3_line_height\":\"13\",\"css_res_p_h3_margin_bottom\":\"15\",\"css_res_p_h3_text_align\":\"left\",\"css_res_ph_h4_font_size\":\"13\",\"css_res_ph_h4_line_height\":\"13\",\"css_res_p_h4_margin_bottom\":\"15\",\"css_res_p_h4_text_align\":\"left\",\"css_res_ph_h5_font_size\":\"13\",\"css_res_ph_h5_line_height\":\"13\",\"css_res_p_h5_margin_bottom\":\"15\",\"css_res_p_h5_text_align\":\"left\",\"css_res_ph_h6_font_size\":\"13\",\"css_res_ph_h6_line_height\":\"13\",\"css_res_p_h6_margin_bottom\":\"15\",\"css_res_p_h6_text_align\":\"left\",\"css_res_p_li_font_size\":\"13\",\"css_res_p_li_line_height\":\"22\",\"css_res_p_ul_margin_bottom\":\"25\",\"css_res_p_ul_margin_left\":\"25\",\"css_res_p_ul_li_margin_bottom\":\"10\",\"css_res_p_li_padding_vertical\":\"0\",\"css_res_p_li_padding_horizontal\":\"0\",\"css_res_p_blockquote_font_size\":\"13\",\"css_res_p_blockquote_line_height\":\"22\",\"css_res_p_blockquote_margin_bottom\":\"0\",\"css_res_p_blockquote_margin_left\":\"0\",\"css_res_p_blockquote_padding_vertical\":\"0\",\"css_res_p_blockquote_padding_horizontal\":\"0\",\"css_res_p_blockquote_text_align\":\"left\",\"css_anim\":\"none\",\"css_anim_delay\":\"0\",\"css_anim_duration\":\"650\",\"css_anim_easing\":\"ease\",\"css_load_preset\":\"none\",\"module_instance_id\":\"dd04c4fcedd\",\"post_id\":55,\"dslc_m_size\":\"12\",\"module_id\":\"DSLC_Text_Simple\",\"element_type\":\"module\",\"last\":\"yes\"},{\"css_show_on\":\"desktop tablet phone\",\"content\":\"<div id=\\\\\\\"wpcf7-f4-o1\\\\\\\" class=\\\\\\\"wpcf7\\\\\\\" dir=\\\\\\\"ltr\\\\\\\" lang=\\\\\\\"en-US\\\\\\\"><form class=\\\\\\\"wpcf7-form\\\\\\\" action=\\\\\\\"/wp-admin/admin-ajax.php#wpcf7-f4-o1\\\\\\\" method=\\\\\\\"post\\\\\\\" novalidate=\\\\\\\"novalidate\\\\\\\"><div style=\\\\\\\"display: none;\\\\\\\"><input name=\\\\\\\"_wpcf7\\\\\\\" value=\\\\\\\"4\\\\\\\" type=\\\\\\\"hidden\\\\\\\"><br> <input name=\\\\\\\"_wpcf7_version\\\\\\\" value=\\\\\\\"4.8\\\\\\\" type=\\\\\\\"hidden\\\\\\\"><br> <input name=\\\\\\\"_wpcf7_locale\\\\\\\" value=\\\\\\\"en_US\\\\\\\" type=\\\\\\\"hidden\\\\\\\"><br> <input name=\\\\\\\"_wpcf7_unit_tag\\\\\\\" value=\\\\\\\"wpcf7-f4-o1\\\\\\\" type=\\\\\\\"hidden\\\\\\\"><br> <input name=\\\\\\\"_wpcf7_container_post\\\\\\\" value=\\\\\\\"0\\\\\\\" type=\\\\\\\"hidden\\\\\\\"><br> <input name=\\\\\\\"_wpcf7_nonce\\\\\\\" value=\\\\\\\"58dd3e9fa1\\\\\\\" type=\\\\\\\"hidden\\\\\\\"></div><p><label> Your Name (required)<br> <span class=\\\\\\\"wpcf7-form-control-wrap your-name\\\\\\\"><input class=\\\\\\\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\\\\\\\" name=\\\\\\\"your-name\\\\\\\" size=\\\\\\\"40\\\\\\\" value=\\\\\\\"\\\\\\\" type=\\\\\\\"text\\\\\\\"></span> </label></p><p><label> Your Email (required)<br> <span class=\\\\\\\"wpcf7-form-control-wrap your-email\\\\\\\"><input class=\\\\\\\"wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email\\\\\\\" name=\\\\\\\"your-email\\\\\\\" size=\\\\\\\"40\\\\\\\" value=\\\\\\\"\\\\\\\" type=\\\\\\\"email\\\\\\\"></span> </label></p><p><label> Subject<br> <span class=\\\\\\\"wpcf7-form-control-wrap your-subject\\\\\\\"><input class=\\\\\\\"wpcf7-form-control wpcf7-text\\\\\\\" name=\\\\\\\"your-subject\\\\\\\" size=\\\\\\\"40\\\\\\\" value=\\\\\\\"\\\\\\\" type=\\\\\\\"text\\\\\\\"></span> </label></p><p><label> Your Message<br> <span class=\\\\\\\"wpcf7-form-control-wrap your-message\\\\\\\"><lctextarea class=\\\\\\\"wpcf7-form-control wpcf7-textarea\\\\\\\" cols=\\\\\\\"40\\\\\\\" name=\\\\\\\"your-message\\\\\\\" rows=\\\\\\\"10\\\\\\\"></lctextarea></span> </label></p><p><input class=\\\\\\\"wpcf7-form-control wpcf7-submit\\\\\\\" value=\\\\\\\"Send\\\\\\\" type=\\\\\\\"submit\\\\\\\"></p><div class=\\\\\\\"wpcf7-response-output wpcf7-display-none\\\\\\\"> </div></form></div>\",\"css_custom\":\"enabled\",\"css_min_height\":\"0\",\"css_margin_top\":\"0\",\"css_margin_right\":\"0\",\"css_margin_bottom\":\"0\",\"css_margin_left\":\"0\",\"css_main_padding_vertical\":\"0\",\"css_main_padding_horizontal\":\"0\",\"css_main_bg_img_repeat\":\"repeat\",\"css_main_bg_img_attch\":\"scroll\",\"css_main_bg_img_pos\":\"top left\",\"css_main_bg_img_size\":\"auto\",\"css_main_border_width\":\"0\",\"css_main_border_trbl\":\"top right bottom left\",\"css_main_border_radius_top\":\"0\",\"css_main_border_radius_bottom\":\"0\",\"css_main_font_size\":\"18\",\"css_main_font_weight\":\"400\",\"css_main_font_family\":\"Open Sans\",\"css_main_font_style\":\"normal\",\"css_main_letter_spacing\":\"0\",\"css_main_line_height\":\"22\",\"css_main_margin_bottom\":\"25\",\"css_main_text_align\":\"center\",\"css_h1_font_size\":\"25\",\"css_h1_font_weight\":\"400\",\"css_h1_font_family\":\"Open Sans\",\"css_h1_font_style\":\"normal\",\"css_h1_letter_spacing\":\"0\",\"css_h1_line_height\":\"35\",\"css_h1_margin_bottom\":\"15\",\"css_h1_padding_vertical\":\"0\",\"css_h1_padding_horizontal\":\"0\",\"css_h1_text_align\":\"left\",\"css_h1_border_width\":\"0\",\"css_h1_border_trbl\":\"top right bottom left\",\"css_h1_border_radius_top\":\"0\",\"css_h1_border_radius_bottom\":\"0\",\"css_h2_font_size\":\"23\",\"css_h2_font_weight\":\"400\",\"css_h2_font_family\":\"Open Sans\",\"css_h2_font_style\":\"normal\",\"css_h2_letter_spacing\":\"0\",\"css_h2_line_height\":\"33\",\"css_h2_margin_bottom\":\"15\",\"css_h2_padding_vertical\":\"0\",\"css_h2_padding_horizontal\":\"0\",\"css_h2_text_align\":\"left\",\"css_h2_border_width\":\"0\",\"css_h2_border_trbl\":\"top right bottom left\",\"css_h2_border_radius_top\":\"0\",\"css_h2_border_radius_bottom\":\"0\",\"css_h3_font_size\":\"21\",\"css_h3_font_weight\":\"400\",\"css_h3_font_family\":\"Open Sans\",\"css_h3_font_style\":\"normal\",\"css_h3_letter_spacing\":\"0\",\"css_h3_line_height\":\"31\",\"css_h3_margin_bottom\":\"15\",\"css_h3_padding_vertical\":\"0\",\"css_h3_padding_horizontal\":\"0\",\"css_h3_text_align\":\"left\",\"css_h3_border_width\":\"0\",\"css_h3_border_trbl\":\"top right bottom left\",\"css_h3_border_radius_top\":\"0\",\"css_h3_border_radius_bottom\":\"0\",\"css_h4_font_size\":\"19\",\"css_h4_font_weight\":\"400\",\"css_h4_font_family\":\"Open Sans\",\"css_h4_font_style\":\"normal\",\"css_h4_letter_spacing\":\"0\",\"css_h4_line_height\":\"29\",\"css_h4_margin_bottom\":\"15\",\"css_h4_padding_vertical\":\"0\",\"css_h4_padding_horizontal\":\"0\",\"css_h4_text_align\":\"left\",\"css_h4_border_width\":\"0\",\"css_h4_border_trbl\":\"top right bottom left\",\"css_h4_border_radius_top\":\"0\",\"css_h4_border_radius_bottom\":\"0\",\"css_h5_font_size\":\"17\",\"css_h5_font_weight\":\"400\",\"css_h5_font_family\":\"Open Sans\",\"css_h5_font_style\":\"normal\",\"css_h5_letter_spacing\":\"0\",\"css_h5_line_height\":\"27\",\"css_h5_margin_bottom\":\"15\",\"css_h5_padding_vertical\":\"0\",\"css_h5_padding_horizontal\":\"0\",\"css_h5_text_align\":\"left\",\"css_h5_border_width\":\"0\",\"css_h5_border_trbl\":\"top right bottom left\",\"css_h5_border_radius_top\":\"0\",\"css_h5_border_radius_bottom\":\"0\",\"css_h6_font_size\":\"15\",\"css_h6_font_weight\":\"400\",\"css_h6_font_family\":\"Open Sans\",\"css_h6_font_style\":\"normal\",\"css_h6_letter_spacing\":\"0\",\"css_h6_line_height\":\"25\",\"css_h6_margin_bottom\":\"15\",\"css_h6_padding_vertical\":\"0\",\"css_h6_padding_horizontal\":\"0\",\"css_h6_text_align\":\"left\",\"css_h6_border_width\":\"0\",\"css_h6_border_trbl\":\"top right bottom left\",\"css_h6_border_radius_top\":\"0\",\"css_h6_border_radius_bottom\":\"0\",\"css_li_font_size\":\"13\",\"css_li_font_weight\":\"400\",\"css_li_font_family\":\"Open Sans\",\"css_li_line_height\":\"22\",\"css_ul_margin_bottom\":\"25\",\"css_ul_margin_left\":\"25\",\"css_ul_style\":\"disc\",\"css_ol_style\":\"decimal\",\"css_ul_li_margin_bottom\":\"10\",\"css_li_border_width\":\"0\",\"css_li_border_trbl\":\"top right bottom left\",\"css_li_border_radius_top\":\"0\",\"css_li_border_radius_bottom\":\"0\",\"css_li_padding_vertical\":\"0\",\"css_li_padding_horizontal\":\"0\",\"css_inputs_color\":\"#4d4d4d\",\"css_inputs_font_size\":\"13\",\"css_inputs_font_weight\":\"500\",\"css_inputs_font_family\":\"Open Sans\",\"css_inputs_line_height\":\"23\",\"css_inputs_margin_bottom\":\"15\",\"css_inputs_padding_vertical\":\"10\",\"css_inputs_padding_horizontal\":\"15\",\"css_inputs_bg_color\":\"#fff\",\"css_inputs_border_color\":\"#ddd\",\"css_inputs_border_width\":\"1\",\"css_inputs_border_trbl\":\"top right bottom left\",\"css_inputs_border_radius\":\"0\",\"css_blockquote_font_size\":\"13\",\"css_blockquote_font_weight\":\"400\",\"css_blockquote_font_family\":\"Open Sans\",\"css_blockquote_line_height\":\"22\",\"css_blockquote_margin_bottom\":\"0\",\"css_blockquote_margin_left\":\"0\",\"css_blockquote_padding_vertical\":\"0\",\"css_blockquote_padding_horizontal\":\"0\",\"css_blockquote_text_align\":\"left\",\"css_blockquote_bg_img_repeat\":\"repeat\",\"css_blockquote_bg_img_attch\":\"scroll\",\"css_blockquote_bg_img_pos\":\"top left\",\"css_blockquote_border_width\":\"0\",\"css_blockquote_border_trbl\":\"top right bottom left\",\"css_blockquote_border_radius_top\":\"0\",\"css_blockquote_border_radius_bottom\":\"0\",\"css_button_bg_color\":\"#5890e5\",\"css_button_bg_color_hover\":\"#5890e5\",\"css_button_border_color\":\"#5890e5\",\"css_button_border_color_hover\":\"#5890e5\",\"css_button_border_width\":\"0\",\"css_button_border_trbl\":\"top right bottom left\",\"css_button_border_radius\":\"3\",\"css_button_color\":\"#fff\",\"css_button_color_hover\":\"#fff\",\"css_button_font_size\":\"13\",\"css_button_font_weight\":\"500\",\"css_button_font_family\":\"Open Sans\",\"css_button_line_height\":\"13\",\"css_button_padding_vertical\":\"10\",\"css_button_padding_horizontal\":\"15\",\"css_res_t\":\"disabled\",\"css_res_t_margin_bottom\":\"0\",\"css_res_t_main_padding_vertical\":\"0\",\"css_res_t_main_padding_horizontal\":\"0\",\"css_res_t_main_font_size\":\"13\",\"css_res_t_main_line_height\":\"22\",\"css_res_t_main_paragraph_margin_bottom\":\"20\",\"css_res_t_main_text_align\":\"left\",\"css_res_t_h1_font_size\":\"13\",\"css_res_t_h1_line_height\":\"13\",\"css_res_t_h1_margin_bottom\":\"15\",\"css_res_t_h1_text_align\":\"left\",\"css_res_t_h2_font_size\":\"13\",\"css_res_t_h2_line_height\":\"13\",\"css_res_t_h2_margin_bottom\":\"15\",\"css_res_t_h2_text_align\":\"left\",\"css_res_t_h3_font_size\":\"13\",\"css_res_t_h3_line_height\":\"13\",\"css_res_t_h3_margin_bottom\":\"15\",\"css_res_t_h3_text_align\":\"left\",\"css_res_t_h4_font_size\":\"13\",\"css_res_t_h4_line_height\":\"13\",\"css_res_t_h4_margin_bottom\":\"15\",\"css_res_t_h4_text_align\":\"left\",\"css_res_t_h5_font_size\":\"13\",\"css_res_t_h5_line_height\":\"13\",\"css_res_t_h5_margin_bottom\":\"15\",\"css_res_t_h5_text_align\":\"left\",\"css_res_t_h6_font_size\":\"13\",\"css_res_t_h6_line_height\":\"13\",\"css_res_t_h6_margin_bottom\":\"15\",\"css_res_t_h6_text_align\":\"left\",\"css_res_t_li_font_size\":\"13\",\"css_res_t_li_line_height\":\"22\",\"css_res_t_ul_margin_bottom\":\"25\",\"css_res_t_ul_margin_left\":\"25\",\"css_res_t_ul_li_margin_bottom\":\"10\",\"css_res_t_li_padding_vertical\":\"0\",\"css_res_t_li_padding_horizontal\":\"0\",\"css_res_t_blockquote_font_size\":\"13\",\"css_res_t_blockquote_line_height\":\"22\",\"css_res_t_blockquote_margin_bottom\":\"0\",\"css_res_t_blockquote_margin_left\":\"0\",\"css_res_t_blockquote_padding_vertical\":\"0\",\"css_res_t_blockquote_padding_horizontal\":\"0\",\"css_res_t_blockquote_text_align\":\"left\",\"css_res_p\":\"disabled\",\"css_res_ph_margin_bottom\":\"0\",\"css_res_ph_main_padding_vertical\":\"0\",\"css_res_ph_main_padding_horizontal\":\"0\",\"css_res_ph_main_font_size\":\"13\",\"css_res_ph_main_line_height\":\"22\",\"css_res_p_main_paragraph_margin_bottom\":\"20\",\"css_res_p_main_text_align\":\"left\",\"css_res_ph_h1_font_size\":\"13\",\"css_res_ph_h1_line_height\":\"13\",\"css_res_ph_h1_margin_bottom\":\"15\",\"css_res_p_h1_text_align\":\"left\",\"css_res_ph_h2_font_size\":\"13\",\"css_res_ph_h2_line_height\":\"13\",\"css_res_p_h2_margin_bottom\":\"15\",\"css_res_p_h2_text_align\":\"left\",\"css_res_ph_h3_font_size\":\"13\",\"css_res_ph_h3_line_height\":\"13\",\"css_res_p_h3_margin_bottom\":\"15\",\"css_res_p_h3_text_align\":\"left\",\"css_res_ph_h4_font_size\":\"13\",\"css_res_ph_h4_line_height\":\"13\",\"css_res_p_h4_margin_bottom\":\"15\",\"css_res_p_h4_text_align\":\"left\",\"css_res_ph_h5_font_size\":\"13\",\"css_res_ph_h5_line_height\":\"13\",\"css_res_p_h5_margin_bottom\":\"15\",\"css_res_p_h5_text_align\":\"left\",\"css_res_ph_h6_font_size\":\"13\",\"css_res_ph_h6_line_height\":\"13\",\"css_res_p_h6_margin_bottom\":\"15\",\"css_res_p_h6_text_align\":\"left\",\"css_res_p_li_font_size\":\"13\",\"css_res_p_li_line_height\":\"22\",\"css_res_p_ul_margin_bottom\":\"25\",\"css_res_p_ul_margin_left\":\"25\",\"css_res_p_ul_li_margin_bottom\":\"10\",\"css_res_p_li_padding_vertical\":\"0\",\"css_res_p_li_padding_horizontal\":\"0\",\"css_res_p_blockquote_font_size\":\"13\",\"css_res_p_blockquote_line_height\":\"22\",\"css_res_p_blockquote_margin_bottom\":\"0\",\"css_res_p_blockquote_margin_left\":\"0\",\"css_res_p_blockquote_padding_vertical\":\"0\",\"css_res_p_blockquote_padding_horizontal\":\"0\",\"css_res_p_blockquote_text_align\":\"left\",\"css_anim\":\"none\",\"css_anim_delay\":\"0\",\"css_anim_duration\":\"650\",\"css_anim_easing\":\"ease\",\"css_load_preset\":\"none\",\"module_instance_id\":\"6d7119dc1a5\",\"post_id\":55,\"dslc_m_size\":\"12\",\"module_id\":\"DSLC_Text_Simple\",\"element_type\":\"module\",\"last\":\"yes\"}]}]}]'),(370,100,'fw_options','a:0:{}'),(371,101,'fw_options','a:0:{}'),(372,103,'_edit_last','1'),(373,103,'_edit_lock','1562591359:1'),(376,103,'wpmdr_menu','1'),(377,103,'exoplanet_sidebar_layout','right_sidebar'),(378,103,'_yoast_wpseo_content_score','30'),(379,104,'fw_options','a:0:{}'),(380,103,'_yoast_wpseo_primary_category','5'),(383,105,'fw_options','a:0:{}'),(386,106,'fw_options','a:0:{}'),(387,107,'_wp_attached_file','2019/07/remote-working.jpg'),(388,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:26:\"2019/07/remote-working.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"remote-working-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"remote-working-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"remote-working-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-about-thumb\";a:4:{s:4:\"file\";s:26:\"remote-working-400x420.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"exoplanet-blog-thumb\";a:4:{s:4:\"file\";s:26:\"remote-working-800x420.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"exoplanet-shop-thumbnail\";a:4:{s:4:\"file\";s:26:\"remote-working-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"exoplanet-shop-single\";a:4:{s:4:\"file\";s:26:\"remote-working-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"exoplanet-shop-archive\";a:4:{s:4:\"file\";s:26:\"remote-working-325x380.jpg\";s:5:\"width\";i:325;s:6:\"height\";i:380;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:{}}}'),(389,103,'_thumbnail_id','107'),(394,108,'fw_options','a:0:{}');
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) 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 NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text 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 NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) 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=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (4,1,'2017-03-24 10:42:43','2017-03-24 10:42:43','<label> Your Name (required)\r\n [text* your-name] </label>\r\n\r\n<label> Your Email (required)\r\n [email* your-email] </label>\r\n\r\n<label> Subject\r\n [text your-subject] </label>\r\n\r\n<label> Your Message\r\n [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nnead \"[your-subject]\"\n[your-name] <wordpress@nead.org.uk>\nleads@vanillacircus.co.uk\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on nead (http://nead.org.uk)\nReply-To: [your-email]\n\n\n\n\nnead \"[your-subject]\"\nnead <wordpress@nead.org.uk>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on nead (http://nead.org.uk)\nReply-To: bensykes@bensykes.co.uk\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-06-09 13:58:12','2017-06-09 13:58:12','',0,'http://nead.org.uk/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2017-03-24 10:44:53','2017-03-24 10:44:53','','Greenhouse','','publish','closed','closed','','pdfbottle_greenhouse-pdf','','','2017-06-09 14:01:29','2017-06-09 14:01:29','',0,'http://nead.org.uk/pdfbottle_greenhouse-pdf',1,'page','',0),(6,1,'2017-03-24 10:44:53','2017-03-24 10:44:53','<span class=\"introText\">The Special Educational Needs and Disability Order 2005 aims to strengthen the rights of children with special educational needs to be educated in a mainstream school. It also introduced disability discrimination legislation to cover schools, further and higher education and general qualification bodies. </span>\r\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>Special Educational Needs</strong></a></h2>\r\nThe legislation is jointly sponsored by the Department of Education (DE) and the Department for Employment and Learning (DEL).\r\n\r\n<strong>The SENDO Order 2005:</strong>\r\n<ul>\r\n <li>strengthens the rights of children with SEN to be educated in mainstream schools where parents want this and the interests of other children can be protected</li>\r\n <li>requires Education and Library Boards (ELBs) to make arrangements for services to provide parents of children with SEN with advice and information and the means of resolving disputes with schools and boards</li>\r\n <li>requires ELBs to comply within prescribed periods, with orders of the Special Educational Needs and Disability Tribunal (SENDIST) and make other changes in support of the SENDIST appeals\' process and the statutory assessment process</li>\r\n <li>requires schools to inform parents where they are making special educational provision for their child and ensure parents have a right of appeal where schools request a statutory assessment of a pupils SEN</li>\r\n</ul>\r\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>Disability discrimination in schools</strong></a></h2>\r\nThe SENDO Order 2005 :\r\n<ul>\r\n <li>makes it unlawful for schools to treat pupils with disabilities less favourably than other pupils in all aspects of school life, without justification</li>\r\n <li>places a duty on schools to make reasonable adjustments so that pupils with disabilities are not put at a substantial disadvantage compared to pupils who do not have disabilities (however there is no duty to remove or alter physical features or provide auxiliary aids and services)</li>\r\n <li>places a duty on ELBs and schools to plan strategically and make progress in increasing accessibility to schools premises and to the curriculum and in improving the way in which written information is provided to pupils with disabilities</li>\r\n</ul>\r\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\r\n<h2><a href=\"http://nead.org.uk/downloadspdf04autumn-primary-pdf\"><strong>Disability discrimination in further and higher education</strong></a></h2>\r\nThe SENDO Order 2005:\r\n<ul>\r\n <li>makes it unlawful for locations of further and higher education to treat students with disabilities less favourably, without justification, for a reason which relates to their disability</li>\r\n <li>places a duty on institutions to make reasonable adjustments to ensure that people who have a disability are not put at a substantial disadvantage (compared to people who do not have a disability) in accessing further and higher education</li>\r\n</ul>\r\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\r\n<h2><strong>Disability discrimination by general qualifications bodies</strong></h2>\r\nThe process makes it unlawful for general qualification bodies to discriminate against people with disabilities in relation to the award of prescribed qualifications. Two sets of regulations have been made:\r\n\r\nThe first step is to set out the enforcement mechanisms for claims of unlawful discrimination against a general qualifications body and makes provision in respect of alterations to premises that are occupied by a general qualifications body under a lease.\r\n\r\nThe second lists of qualifications coming under the scope of SENDO and makes clear that the granting of exemptions from one or more components of an assessment or examination in certain circumstances will be lawful.','Understanding your learning rights as a disabled individual','','publish','closed','closed','','gameshumanrightsindex-htm','','','2017-06-12 09:02:01','2017-06-12 09:02:01','',0,'http://nead.org.uk/gameshumanrightsindex-htm',2,'page','',0),(7,1,'2017-03-24 10:44:53','2017-03-24 10:44:53','','Autumn','','publish','closed','closed','','downloadspdf04autumn-primary-pdf','','','2017-06-09 14:01:45','2017-06-09 14:01:45','',0,'http://nead.org.uk/downloadspdf04autumn-primary-pdf',3,'page','',0),(8,1,'2017-03-24 10:44:53','2017-03-24 10:44:53','<h1 class=\"entry-title\">When to Modify your Brand Identity</h1>\r\n<div class=\"entry-content\">\r\n\r\nThere are a number of situations that call for <strong>brand identity</strong> modifications. Our team at Nead look at a few of the situations that might call for the revision of your brand identity.\r\n<h2>Brand Identity Changes are in Order if</h2>\r\n<ul>\r\n <li>Your industry has changed. A well-designed <strong>brand identity</strong> is originated with the capability of evolving with its industry; however, if it wasn\'t created with that ability or your industry has changed so drastically that it no longer works well, modification (or a complete overhaul) is in order.</li>\r\n <li>Your organisation is going international. When your <strong>brand identity</strong> was first created, you were a local business. Now, you\'re spreading your global wings but your <strong>brand identity</strong> still has that small-town feel. Taking your brand to the world will require some adjustments.</li>\r\n <li>Your brand was never a perfect fit; you are unsatisfied with its performance. In this case, it will likely need to be re-designed from the beginning.</li>\r\n <li>Your <strong>brand identity</strong> is non-existent. In other words, you have never put your organisation through the phases of creating a proper brand strategy.</li>\r\n <li>There is inconsistency in your <strong>brand identity</strong>. Your brand communications are not congruent across your operation, or each division and product seems to stand alone, without correlation to the mother brand.</li>\r\n <li>Your products packaging is not getting the attention it deserves. In this case, re-branding will be necessary to claim the level of mindshare and shelf-share that will positively affect your bottom line.</li>\r\n <li>Your product or service is good enough to market to a more affluent market. A new <strong>brand identity</strong> can be designed to create a new brand appeal for your new and more lucrative audience.</li>\r\n <li>The existing <strong>brand identity</strong> is sending all the wrong messages and creating misconceptions. An improved <strong>brand identity</strong> will be a true representation of your values and will communicate the types of messages that will speak directly to your dream clients.</li>\r\n <li>When two companies merge, the brand identities of both should be monopolised upon, so that the equity already built in both will benefit the new <strong>brand identity</strong>. This will require some creative thinking to send the message that the merger is one of equality and increased benefit for all.</li>\r\n <li>If the name of your business is changing, a new <strong>brand identity</strong> will be necessary for taking that new name to the world (or to your corner of the world).</li>\r\n <li>If a new product or service is being added to your current <strong>brand identity</strong>, it may need to be adjusted to include the benefits of the new family member. This need is highly dependent upon the nature of the product in relationship to the mother brand.</li>\r\n</ul>\r\nThese situations are only a sampling of the cases in which your <strong>brand identity</strong> may need to be tweaked or revamped. To learn more about branding and how a branding expert can improve your circumstances, <a href=\"http://nead.org.uk/contact-us\">simply contact us</a>.\r\n\r\n</div>','Bringing your business to life - what to do','','publish','closed','closed','','shop-htm','','','2017-06-12 09:31:56','2017-06-12 09:31:56','',0,'http://nead.org.uk/shop-htm',4,'page','',0),(9,1,'2017-03-24 10:44:54','2017-03-24 10:44:54','In the past few years, more and more people have been asking the same questions:\r\n<ul>\r\n <li>“<em>Who are you doing this for</em>?”</li>\r\n <li>“<em>Who really reads this stuff?”</em></li>\r\n <li>“<em>What is in it for you</em>?”</li>\r\n <li>“<em>Why do you do all this for free</em>?”</li>\r\n <li>“<em>Why do you care so much</em>?”</li>\r\n</ul>\r\nIn the community, many people will attend public meetings and conferences to dicuss matters that effect the local community, but why does it really matter?\r\n\r\nThe host of these evenings will normally play a massive part in the area, but many people think:\r\n<ul>\r\n <li><em>“Who are you doing this for</em>?”</li>\r\n</ul>\r\nIt all started when I was frustrated and had very few people to discuss issues with (how many can relate to this?). I learned about these problems myself, I volunteered to work in the local area, but in the past, found it difficult to communicate with people who knew little or nothing about us. I learned how to explain how and why it is important. I also wondered why I could not find much on the first-hand experience with such things explained, specifically the user and administrator perspective of Digital Asset Management. I knew I was not the only person with this question. So, out of frustration, I started blogging about it.\r\n\r\nAfter my <em>second</em> blog post, I was contacted by <strong>people who relate to what I write about</strong> and love/hate my blog to this day. I was even offered to be paid to blog for them. The day I drafted my first blog post, I decided early my blog was for everyone to share openly and learn about dealing with such issues in <strong>the user and administrator perspective</strong>. I do not talk about using DAM X or vendor Y, but rather stay vendor agnostic. In order to stay vendor agnostic, I would not take money from DAM vendors (and I still don’t). If you have read my blog posts before, you will note I hold very little back and I am very open about what I talk about.\r\n<ul>\r\n <li><em>“Who really reads this stuff?”</em></li>\r\n</ul>\r\nLiterally, <strong>thousands of people all over the world</strong> read my blog posts every month. My blog is aggregated on other sites which get a lot of traffic. Some of my posts are more popular than others. Content is king. I deliver a fair amount of content in many of my blog posts. There are other DAM bloggers as well. I happily list them on blog roll when I find out about them. Sharing the experience is good. DAM is all about sharing. I know most people read about DAM during weekdays (I don’t blame them), so that is when I normally schedule new posts to appear. DAM users, potential DAM users and DAM vendors tell me they read my blog regularly.\r\n<ul>\r\n <li><em>“What is in it for you?</em></li>\r\n</ul>\r\nWhen I have the energy, time and a DAM related idea to write about, I blog about it. I do this on my spare time. Blogging is a <strong>hobby</strong>. DAM is my <strong>career</strong>. Due to the popularity of my blog posts, I am invited to speak and moderate at conferences around the United States. When I am go events, I get to <strong>meet like-minded people</strong>…eager to <strong>share experiences and best practices</strong> about DAM. If I have a DAM idea to blog about, but don’t have the time to blog about it, I make a quick audio recording with a speech-to-text app which sends me an email with what I said, so I revisit it later when I have time.\r\n<ul>\r\n <li><em>“Why do you do all this for free?”</em></li>\r\n</ul>\r\nTo this day, I am <strong>not paid</strong> to present at conferences nor to blog. Yes, that is correct. I don’t charge the people I mentor on a monthly basis either. I get motivated by helping others understand the subject. If someone really wanted me to consult their organization, they could ask me directly. For the most part, I write in general terms about DAM. My <strong>generosity</strong> of information pays a multitude of dividends. People have told me and written that I happen to be one of the <strong>top bloggers</strong> in the field of Digital Asset Management. I don’t believe this is by accident. How do you <strong>communicate</strong> you are <strong>experienced and knowledgeable</strong> about a subject such as DAM? hint: you <strong>genuinely share</strong> that knowledge by blogging about it. People read and hear about it. People recognize what you write make sense. People learn and benefit from what is shared. You repeat often.)\r\n\r\nMy goal is <strong>write and share</strong> 52 blog posts per year.\r\n<ul>\r\n <li><em>“Why do you care so much?”</em></li>\r\n</ul>\r\nYes, someone actually asked me all these questions. I love this question so much, it inspired me to write this specific blog post. Why should I care so much? Why should anyone care about the DAM community? Not only will you learn first hand you are not alone in thinking about and using DAM, you can be part of a group of people who want to learn, get/give feedback and share experiences. It can be a career. It is for me and many others. You will soon find out I am not the only one. These days, it does not matter where you are geographically located because you can be a member of the DAM Community in person and/or online. What matters is whether you are willing to learn and share your interest in Digital Asset Management to not only survive, but thrive with DAM.','Caring about the local community & how you can bring everybody together','','publish','closed','closed','','resourcesworldvoices','','','2017-06-12 10:15:35','2017-06-12 10:15:35','',0,'http://nead.org.uk/resourcesworldvoices',5,'page','',0),(10,1,'2017-03-24 10:44:54','2017-03-24 10:44:54','<h1>Action for Learning Democracy</h1>\r\n<h4 class=\"breif\">To get all political parties to support funding for campaigning training and practical political education</h4>\r\n<div>\r\n\r\nWe are campaigning to get more support for learning how to campaign and take part in politics, so that anyone who wants to change things can learn how the system works, who to influence and how to campaign effectively.\r\n<h2>To support the campaign, you can do things to help:</h2>\r\n<em><strong>Tell your friends about what we aim to do and get them to come to this website so they can get informed!</strong></em>\r\n\r\nAll three main parties have spoken in support public funding of practical political education and campaign training at the launch of Campaigning is OK! in the House of Commons in July. The Shadow Minister, Nick Hurd MP, changed his mind on this as a result of lobbying – so campaigning can be effective.\r\n<h2>Second: get your MP to support you</h2>\r\n<em><strong>Writing to your MP is easy. If you don’t know who she or he is, search online.</strong></em>\r\n\r\nWrite a personal letter and ask them to press the government to support the three points in the petition, and to get their own party to include them in their manifesto for the general election. Finding out about your MP’s interests and voting record can make a connection between their interests and political education if possible.\r\n\r\nWhen you get a response, post it on our website. To do this, simply <a href=\"http://nead.org.uk/contact-us\">contact us</a>. Here we have all our of contact information including telephone, address and email.\r\n<h2>Third: Get organisational support</h2>\r\nLots of people will benefit from campaign training and support: community groups, voluntary organisations, trade unions, think tanks, charities, community learning providers, pressure groups, even local councils and political parties – indeed, anyone who believes that we need an informed and effective democracy.\r\n\r\nIf you are involved with any of these organisations, put support for practical politics on the agenda: call it learning for democracy, citizenship education, empowerment, campaign capacity, practical political education, voice or whatever fits best with the organisation’s agenda. Start from where they are and take people with you.\r\n<ul>\r\n <li>Get people’s ideas about how you can support it, by what the organisation does as well as getting people to sign the petition</li>\r\n <li>Persuade them to fund, support or run political education relevant to the people they work with.</li>\r\n</ul>\r\nEven if we get 100% support from MPs, we still need to persuade learning providers, local authorities and other organisations to develop and run practical political education which is accessible, enjoyable and effective.\r\n<h2>And if you want to do more, set up education for practical politics</h2>\r\nHowever much you know, you can always learn more about how to influence and take part effectively. New technologies and the web are constantly creating new ways of mobilising people; power structures, institutions and the people who run them are constantly changing; while you can never get enough practice at the old fashioned process of building relationships and personal persuasion at the heart of politics.\r\n\r\nYou can help people influence decisions about things they care about by promoting or running practical political education in your area: find out what issues matter to people, bring people and organisations together, and create ways of learning that will enable them to make a difference – workshops, information events, campaign coaching, courses, projects – there are lots of ways to learn. But this kind of education is not abstract: it is about doing things which change the world for the better, in little ways and large.\r\n\r\nAbove all, it is about helping people to be politically effective: it is not about learning how to make banners, run identikit demonstrations or lobbying, but thinking about the most effective way of getting the result they want. Doing practical political education creates demonstration projects to show people what it is, so share your experience through your networks and the media, as well as the campaign forum.\r\n<h2>Our Aims:</h2>\r\n</div>\r\n<div class=\"campaigngoals\">\r\n<ol>\r\n <li>To get accessible & affordable practical political education available everywhere</li>\r\n <li>Encourage learning providers to develop provision for practical political education</li>\r\n <li>Get to the top of the Downing St petitions by Easter 2010</li>\r\n <li>Get manifesto commitments from all major parties</li>\r\n <li>Get democracy hubs set up in all local authorities</li>\r\n <li>Create an independent alliance for learning democracy</li>\r\n <li>Encourage people to set up and run campaign training & practical political education</li>\r\n</ol>\r\n</div>','Have your say in the community - action for the youth to discover politics','','publish','closed','closed','','projectswane','','','2017-06-12 09:12:09','2017-06-12 09:12:09','',0,'http://nead.org.uk/projectswane',6,'page','',0),(21,1,'2017-06-09 14:01:05','2017-06-09 14:01:05','Please contact us if you need any more information about how we can help you. Although, we would like to think our website has everything included.\r\n\r\n<em><strong>Email: support@nead.org.uk</strong></em>\r\n\r\n<em><strong>Telephone: 0800 1029 9826</strong></em>\r\n\r\n<em><strong>Address: St Crispins Road, Norwich, Norfolk, NR3</strong></em>\r\n\r\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact Us','','publish','closed','closed','','contact-us','','','2017-06-09 14:01:05','2017-06-09 14:01:05','',0,'http://nead.org.uk/?page_id=21',0,'page','',0),(23,1,'2017-06-09 14:01:05','2017-06-09 14:01:05','Please contact us if you need any more information about how we can help you. Although, we would like to think our website has everything included.\r\n\r\n<em><strong>Email: support@nead.org.uk</strong></em>\r\n\r\n<em><strong>Telephone: 0800 1029 9826</strong></em>\r\n\r\n<em><strong>Address: St Crispins Road, Norwich, Norfolk, NR3</strong></em>\r\n\r\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact Us','','inherit','closed','closed','','21-revision-v1','','','2017-06-09 14:01:05','2017-06-09 14:01:05','',21,'http://nead.org.uk/21-revision-v1',0,'revision','',0),(24,1,'2017-06-09 14:01:29','2017-06-09 14:01:29','','Greenhouse','','inherit','closed','closed','','5-revision-v1','','','2017-06-09 14:01:29','2017-06-09 14:01:29','',5,'http://nead.org.uk/5-revision-v1',0,'revision','',0),(25,1,'2017-06-09 14:01:38','2017-06-09 14:01:38','','Human Rights','','inherit','closed','closed','','6-revision-v1','','','2017-06-09 14:01:38','2017-06-09 14:01:38','',6,'http://nead.org.uk/6-revision-v1',0,'revision','',0),(26,1,'2017-06-09 14:01:45','2017-06-09 14:01:45','','Autumn','','inherit','closed','closed','','7-revision-v1','','','2017-06-09 14:01:45','2017-06-09 14:01:45','',7,'http://nead.org.uk/7-revision-v1',0,'revision','',0),(27,1,'2017-06-09 14:01:52','2017-06-09 14:01:52','','Shop','','inherit','closed','closed','','8-revision-v1','','','2017-06-09 14:01:52','2017-06-09 14:01:52','',8,'http://nead.org.uk/8-revision-v1',0,'revision','',0),(28,1,'2017-06-09 14:02:00','2017-06-09 14:02:00','','Resources','','inherit','closed','closed','','9-revision-v1','','','2017-06-09 14:02:00','2017-06-09 14:02:00','',9,'http://nead.org.uk/9-revision-v1',0,'revision','',0),(29,1,'2017-06-09 14:02:11','2017-06-09 14:02:11','','Projects','','inherit','closed','closed','','10-revision-v1','','','2017-06-09 14:02:11','2017-06-09 14:02:11','',10,'http://nead.org.uk/10-revision-v1',0,'revision','',0),(31,1,'2017-06-09 14:03:09','2017-06-09 14:03:09','','Home','','publish','closed','closed','','home','','','2017-06-09 14:03:09','2017-06-09 14:03:09','',0,'http://nead.org.uk/home',1,'nav_menu_item','',0),(32,1,'2017-06-09 14:03:10','2017-06-09 14:03:10',' ','','','publish','closed','closed','','32','','','2017-06-12 11:02:47','2017-06-12 11:02:47','',0,'http://nead.org.uk/32',7,'nav_menu_item','',0),(33,1,'2017-06-09 14:03:10','2017-06-09 14:03:10','','Politics','','publish','closed','closed','','33','','','2017-06-12 11:01:34','2017-06-12 11:01:34','',0,'http://nead.org.uk/33',2,'nav_menu_item','',0),(34,1,'2017-06-09 14:03:10','2017-06-09 14:03:10','','Involvement','','publish','closed','closed','','34','','','2017-06-12 11:02:47','2017-06-12 11:02:47','',0,'http://nead.org.uk/34',3,'nav_menu_item','',0),(35,1,'2017-06-09 14:03:11','2017-06-09 14:03:11','','Businesses','','publish','closed','closed','','35','','','2017-06-12 11:01:34','2017-06-12 11:01:34','',0,'http://nead.org.uk/35',4,'nav_menu_item','',0),(37,1,'2017-06-09 14:03:11','2017-06-09 14:03:11','','Rights','','publish','closed','closed','','37','','','2017-06-12 11:02:47','2017-06-12 11:02:47','',0,'http://nead.org.uk/37',5,'nav_menu_item','',0),(41,1,'2017-06-09 14:04:37','2017-06-09 14:04:37',' ','','','publish','closed','closed','','41','','','2017-06-09 14:04:37','2017-06-09 14:04:37','',0,'http://nead.org.uk/41',1,'nav_menu_item','',0),(42,1,'2017-06-09 14:04:37','2017-06-09 14:04:37',' ','','','publish','closed','closed','','42','','','2017-06-09 14:04:37','2017-06-09 14:04:37','',0,'http://nead.org.uk/42',2,'nav_menu_item','',0),(43,1,'2017-06-09 14:04:38','2017-06-09 14:04:38',' ','','','publish','closed','closed','','43','','','2017-06-09 14:04:38','2017-06-09 14:04:38','',0,'http://nead.org.uk/43',3,'nav_menu_item','',0),(44,1,'2017-06-09 14:04:38','2017-06-09 14:04:38',' ','','','publish','closed','closed','','44','','','2017-06-09 14:04:38','2017-06-09 14:04:38','',0,'http://nead.org.uk/44',4,'nav_menu_item','',0),(45,1,'2017-06-09 14:04:38','2017-06-09 14:04:38',' ','','','publish','closed','closed','','45','','','2017-06-09 14:04:38','2017-06-09 14:04:38','',0,'http://nead.org.uk/45',5,'nav_menu_item','',0),(46,1,'2017-06-09 14:04:39','2017-06-09 14:04:39',' ','','','publish','closed','closed','','46','','','2017-06-09 14:04:39','2017-06-09 14:04:39','',0,'http://nead.org.uk/46',6,'nav_menu_item','',0),(55,1,'2017-06-09 15:12:19','2017-06-09 15:12:19','','Nead UK','','publish','closed','closed','','nead-uk','','','2017-06-09 15:12:19','2017-06-09 15:12:19','',0,'http://nead.org.uk/?page_id=55',0,'page','',0),(56,1,'2017-06-09 15:12:19','2017-06-09 15:12:19',' ','','','publish','closed','closed','','56','','','2017-06-09 15:12:19','2017-06-09 15:12:19','',0,'http://nead.org.uk/56',7,'nav_menu_item','',0),(57,1,'2017-06-09 15:12:19','2017-06-09 15:12:19','','Nead UK','','inherit','closed','closed','','55-revision-v1','','','2017-06-09 15:12:19','2017-06-09 15:12:19','',55,'http://nead.org.uk/55-revision-v1',0,'revision','',0),(60,1,'2017-06-09 15:17:53','2017-06-09 15:17:53','','friendshio','','inherit','open','closed','','friendshio','','','2017-06-09 15:17:53','2017-06-09 15:17:53','',0,'http://nead.org.uk/wp-content/uploads/2017/06/friendshio.jpg',0,'attachment','image/jpeg',0),(64,1,'2017-06-09 15:21:59','2017-06-09 15:21:59','','family fun paint','','inherit','open','closed','','family-fun-paint','','','2017-06-09 15:21:59','2017-06-09 15:21:59','',0,'http://nead.org.uk/wp-content/uploads/2017/06/family-fun-paint.jpg',0,'attachment','image/jpeg',0),(65,1,'2017-06-09 15:22:07','2017-06-09 15:22:07','','cropped-family-fun-paint.jpg','','inherit','open','closed','','cropped-family-fun-paint-jpg','','','2017-06-09 15:22:07','2017-06-09 15:22:07','',0,'http://nead.org.uk/wp-content/uploads/2017/06/cropped-family-fun-paint.jpg',0,'attachment','image/jpeg',0),(73,1,'2017-06-12 08:58:04','2017-06-12 08:58:04','<span class=\"introText\">The Special Educational Needs and Disability Order 2005 aims to strengthen the rights of children with special educational needs to be educated in a mainstream school. It also introduced disability discrimination legislation to cover schools, further and higher education and general qualification bodies. </span>\n<h2><strong>Special Educational Needs</strong></h2>\nThe legislation is jointly sponsored by the Department of Education (DE) and the Department for Employment and Learning (DEL).\n\n<strong>The SENDO Order 2005:</strong>\n<ul>\n <li>strengthens the rights of children with SEN to be educated in mainstream schools where parents want this and the interests of other children can be protected</li>\n <li>requires Education and Library Boards (ELBs) to make arrangements for services to provide parents of children with SEN with advice and information and the means of resolving disputes with schools and boards</li>\n <li>requires ELBs to comply within prescribed periods, with orders of the Special Educational Needs and Disability Tribunal (SENDIST) and make other changes in support of the SENDIST appeals\' process and the statutory assessment process</li>\n <li>requires schools to inform parents where they are making special educational provision for their child and ensure parents have a right of appeal where schools request a statutory assessment of a pupils SEN</li>\n</ul>\n<h2><strong>Disability discrimination in schools</strong></h2>\nThe SENDO Order 2005 :\n<ul>\n <li>makes it unlawful for schools to treat pupils with disabilities less favourably than other pupils in all aspects of school life, without justification</li>\n <li>places a duty on schools to make reasonable adjustments so that pupils with disabilities are not put at a substantial disadvantage compared to pupils who do not have disabilities (however there is no duty to remove or alter physical features or provide auxiliary aids and services)</li>\n <li>places a duty on ELBs and schools to plan strategically and make progress in increasing accessibility to schools premises and to the curriculum and in improving the way in which written information is provided to pupils with disabilities</li>\n</ul>\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\n<h2><strong>Disability discrimination in further and higher education</strong></h2>\nThe SENDO Order 2005:\n<ul>\n <li>makes it unlawful for locations of further and higher education to treat students with disabilities less favourably, without justification, for a reason which relates to their disability</li>\n <li>places a duty on institutions to make reasonable adjustments to ensure that people who have a disability are not put at a substantial disadvantage (compared to people who do not have a disability) in accessing further and higher education</li>\n</ul>\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\n<h2><strong>Disability discrimination by general qualifications bodies</strong></h2>\nThe process makes it unlawful for general qualification bodies to discriminate against people with disabilities in relation to the award of prescribed qualifications. Two sets of regulations have been made:\n\nThe first step is to set out the enforcement mechanisms for claims of unlawful discrimination against a general qualifications body and makes provision in respect of alterations to premises that are occupied by a general qualifications body under a lease.\n\nThe second lists of qualifications coming under the scope of SENDO and makes clear that the granting of exemptions from one or more components of an assessment or examination in certain circumstances will be lawful.','Understanding your learning rights as a disabled individual','','inherit','closed','closed','','6-autosave-v1','','','2017-06-12 08:58:04','2017-06-12 08:58:04','',6,'http://nead.org.uk/6-autosave-v1',0,'revision','',0),(74,1,'2017-06-12 08:59:01','2017-06-12 08:59:01','','disabled car','','inherit','open','closed','','disabled-car','','','2017-06-12 08:59:01','2017-06-12 08:59:01','',6,'http://nead.org.uk/wp-content/uploads/2017/03/disabled-car.jpg',0,'attachment','image/jpeg',0),(75,1,'2017-06-12 08:59:06','2017-06-12 08:59:06','<span class=\"introText\">The Special Educational Needs and Disability Order 2005 aims to strengthen the rights of children with special educational needs to be educated in a mainstream school. It also introduced disability discrimination legislation to cover schools, further and higher education and general qualification bodies. </span>\r\n<h2><strong>Special Educational Needs</strong></h2>\r\nThe legislation is jointly sponsored by the Department of Education (DE) and the Department for Employment and Learning (DEL).\r\n\r\n<strong>The SENDO Order 2005:</strong>\r\n<ul>\r\n <li>strengthens the rights of children with SEN to be educated in mainstream schools where parents want this and the interests of other children can be protected</li>\r\n <li>requires Education and Library Boards (ELBs) to make arrangements for services to provide parents of children with SEN with advice and information and the means of resolving disputes with schools and boards</li>\r\n <li>requires ELBs to comply within prescribed periods, with orders of the Special Educational Needs and Disability Tribunal (SENDIST) and make other changes in support of the SENDIST appeals\' process and the statutory assessment process</li>\r\n <li>requires schools to inform parents where they are making special educational provision for their child and ensure parents have a right of appeal where schools request a statutory assessment of a pupils SEN</li>\r\n</ul>\r\n<h2><strong>Disability discrimination in schools</strong></h2>\r\nThe SENDO Order 2005 :\r\n<ul>\r\n <li>makes it unlawful for schools to treat pupils with disabilities less favourably than other pupils in all aspects of school life, without justification</li>\r\n <li>places a duty on schools to make reasonable adjustments so that pupils with disabilities are not put at a substantial disadvantage compared to pupils who do not have disabilities (however there is no duty to remove or alter physical features or provide auxiliary aids and services)</li>\r\n <li>places a duty on ELBs and schools to plan strategically and make progress in increasing accessibility to schools premises and to the curriculum and in improving the way in which written information is provided to pupils with disabilities</li>\r\n</ul>\r\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\r\n<h2><strong>Disability discrimination in further and higher education</strong></h2>\r\nThe SENDO Order 2005:\r\n<ul>\r\n <li>makes it unlawful for locations of further and higher education to treat students with disabilities less favourably, without justification, for a reason which relates to their disability</li>\r\n <li>places a duty on institutions to make reasonable adjustments to ensure that people who have a disability are not put at a substantial disadvantage (compared to people who do not have a disability) in accessing further and higher education</li>\r\n</ul>\r\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\r\n<h2><strong>Disability discrimination by general qualifications bodies</strong></h2>\r\nThe process makes it unlawful for general qualification bodies to discriminate against people with disabilities in relation to the award of prescribed qualifications. Two sets of regulations have been made:\r\n\r\nThe first step is to set out the enforcement mechanisms for claims of unlawful discrimination against a general qualifications body and makes provision in respect of alterations to premises that are occupied by a general qualifications body under a lease.\r\n\r\nThe second lists of qualifications coming under the scope of SENDO and makes clear that the granting of exemptions from one or more components of an assessment or examination in certain circumstances will be lawful.','Understanding your learning rights as a disabled individual','','inherit','closed','closed','','6-revision-v1','','','2017-06-12 08:59:06','2017-06-12 08:59:06','',6,'http://nead.org.uk/6-revision-v1',0,'revision','',0),(76,1,'2017-06-12 09:02:01','2017-06-12 09:02:01','<span class=\"introText\">The Special Educational Needs and Disability Order 2005 aims to strengthen the rights of children with special educational needs to be educated in a mainstream school. It also introduced disability discrimination legislation to cover schools, further and higher education and general qualification bodies. </span>\r\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>Special Educational Needs</strong></a></h2>\r\nThe legislation is jointly sponsored by the Department of Education (DE) and the Department for Employment and Learning (DEL).\r\n\r\n<strong>The SENDO Order 2005:</strong>\r\n<ul>\r\n <li>strengthens the rights of children with SEN to be educated in mainstream schools where parents want this and the interests of other children can be protected</li>\r\n <li>requires Education and Library Boards (ELBs) to make arrangements for services to provide parents of children with SEN with advice and information and the means of resolving disputes with schools and boards</li>\r\n <li>requires ELBs to comply within prescribed periods, with orders of the Special Educational Needs and Disability Tribunal (SENDIST) and make other changes in support of the SENDIST appeals\' process and the statutory assessment process</li>\r\n <li>requires schools to inform parents where they are making special educational provision for their child and ensure parents have a right of appeal where schools request a statutory assessment of a pupils SEN</li>\r\n</ul>\r\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>Disability discrimination in schools</strong></a></h2>\r\nThe SENDO Order 2005 :\r\n<ul>\r\n <li>makes it unlawful for schools to treat pupils with disabilities less favourably than other pupils in all aspects of school life, without justification</li>\r\n <li>places a duty on schools to make reasonable adjustments so that pupils with disabilities are not put at a substantial disadvantage compared to pupils who do not have disabilities (however there is no duty to remove or alter physical features or provide auxiliary aids and services)</li>\r\n <li>places a duty on ELBs and schools to plan strategically and make progress in increasing accessibility to schools premises and to the curriculum and in improving the way in which written information is provided to pupils with disabilities</li>\r\n</ul>\r\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\r\n<h2><a href=\"http://nead.org.uk/downloadspdf04autumn-primary-pdf\"><strong>Disability discrimination in further and higher education</strong></a></h2>\r\nThe SENDO Order 2005:\r\n<ul>\r\n <li>makes it unlawful for locations of further and higher education to treat students with disabilities less favourably, without justification, for a reason which relates to their disability</li>\r\n <li>places a duty on institutions to make reasonable adjustments to ensure that people who have a disability are not put at a substantial disadvantage (compared to people who do not have a disability) in accessing further and higher education</li>\r\n</ul>\r\nThe Departments have requested the Equality Commission to provide advice and guidance, an independent conciliation service and to produce codes of practice.\r\n<h2><strong>Disability discrimination by general qualifications bodies</strong></h2>\r\nThe process makes it unlawful for general qualification bodies to discriminate against people with disabilities in relation to the award of prescribed qualifications. Two sets of regulations have been made:\r\n\r\nThe first step is to set out the enforcement mechanisms for claims of unlawful discrimination against a general qualifications body and makes provision in respect of alterations to premises that are occupied by a general qualifications body under a lease.\r\n\r\nThe second lists of qualifications coming under the scope of SENDO and makes clear that the granting of exemptions from one or more components of an assessment or examination in certain circumstances will be lawful.','Understanding your learning rights as a disabled individual','','inherit','closed','closed','','6-revision-v1','','','2017-06-12 09:02:01','2017-06-12 09:02:01','',6,'http://nead.org.uk/6-revision-v1',0,'revision','',0),(77,1,'2017-06-12 09:11:19','2017-06-12 09:11:19','<h1>Action for Learning Democracy</h1>\n<h4 class=\"breif\">To get all political parties to support funding for campaigning training and practical political education</h4>\n<div>\n\nWe are campaigning to get more support for learning how to campaign and take part in politics, so that anyone who wants to change things can learn how the system works, who to influence and how to campaign effectively.\n<h2>To support the campaign, you can do things to help:</h2>\n<em><strong>Tell your friends about what we aim to do and get them to come to this website so they can get informed!</strong></em>\n\nAll three main parties have spoken in support public funding of practical political education and campaign training at the launch of Campaigning is OK! in the House of Commons in July. The Shadow Minister, Nick Hurd MP, changed his mind on this as a result of lobbying – so campaigning can be effective.\n<h2>Second: get your MP to support you</h2>\n<em><strong>Writing to your MP is easy. If you don’t know who she or he is, search online.</strong></em>\n\nWrite a personal letter and ask them to press the government to support the three points in the petition, and to get their own party to include them in their manifesto for the general election. Finding out about your MP’s interests and voting record can make a connection between their interests and political education if possible.\n\nWhen you get a response, post it on our website. To do this, simply <a href=\"http://nead.org.uk/contact-us\">contact us</a>. Here we have all our of contact information including telephone, address and email.\n<h2>Third: Get organisational support</h2>\nLots of people will benefit from campaign training and support: community groups, voluntary organisations, trade unions, think tanks, charities, community learning providers, pressure groups, even local councils and political parties – indeed, anyone who believes that we need an informed and effective democracy.\n\nIf you are involved with any of these organisations, put support for practical politics on the agenda: call it learning for democracy, citizenship education, empowerment, campaign capacity, practical political education, voice or whatever fits best with the organisation’s agenda. Start from where they are and take people with you.\n<ul>\n <li>Get people’s ideas about how you can support it, by what the organisation does as well as getting people to sign the petition</li>\n <li>Persuade them to fund, support or run political education relevant to the people they work with.</li>\n</ul>\nEven if we get 100% support from MPs, we still need to persuade learning providers, local authorities and other organisations to develop and run practical political education which is accessible, enjoyable and effective.\n<h2>And if you want to do more, set up education for practical politics</h2>\nHowever much you know, you can always learn more about how to influence and take part effectively. New technologies and the web are constantly creating new ways of mobilising people; power structures, institutions and the people who run them are constantly changing; while you can never get enough practice at the old fashioned process of building relationships and personal persuasion at the heart of politics.\n\nYou can help people influence decisions about things they care about by promoting or running practical political education in your area: find out what issues matter to people, bring people and organisations together, and create ways of learning that will enable them to make a difference – workshops, information events, campaign coaching, courses, projects – there are lots of ways to learn. But this kind of education is not abstract: it is about doing things which change the world for the better, in little ways and large.\n\nAbove all, it is about helping people to be politically effective: it is not about learning how to make banners, run identikit demonstrations or lobbying, but thinking about the most effective way of getting the result they want. Doing practical political education creates demonstration projects to show people what it is, so share your experience through your networks and the media, as well as the campaign forum.\n<h2>Our Aims:</h2>\n</div>\n<div class=\"campaigngoals\">\n<ol>\n <li>To get accessible & affordable practical political education available everywhere</li>\n <li>Encourage learning providers to develop provision for practical political education</li>\n <li>Get to the top of the Downing St petitions by Easter 2010</li>\n <li>Get manifesto commitments from all major parties</li>\n <li>Get democracy hubs set up in all local authorities</li>\n <li>Create an independent alliance for learning democracy</li>\n <li>Encourage people to set up and run campaign training & practical political education</li>\n</ol>\n</div>','Have your say in the community - action for the youth to discover politics','','inherit','closed','closed','','10-autosave-v1','','','2017-06-12 09:11:19','2017-06-12 09:11:19','',10,'http://nead.org.uk/10-autosave-v1',0,'revision','',0),(78,1,'2017-06-12 09:12:00','2017-06-12 09:12:00','','voting','','inherit','open','closed','','voting','','','2017-06-12 09:12:00','2017-06-12 09:12:00','',10,'http://nead.org.uk/wp-content/uploads/2017/03/voting.jpg',0,'attachment','image/jpeg',0),(79,1,'2017-06-12 09:12:09','2017-06-12 09:12:09','<h1>Action for Learning Democracy</h1>\r\n<h4 class=\"breif\">To get all political parties to support funding for campaigning training and practical political education</h4>\r\n<div>\r\n\r\nWe are campaigning to get more support for learning how to campaign and take part in politics, so that anyone who wants to change things can learn how the system works, who to influence and how to campaign effectively.\r\n<h2>To support the campaign, you can do things to help:</h2>\r\n<em><strong>Tell your friends about what we aim to do and get them to come to this website so they can get informed!</strong></em>\r\n\r\nAll three main parties have spoken in support public funding of practical political education and campaign training at the launch of Campaigning is OK! in the House of Commons in July. The Shadow Minister, Nick Hurd MP, changed his mind on this as a result of lobbying – so campaigning can be effective.\r\n<h2>Second: get your MP to support you</h2>\r\n<em><strong>Writing to your MP is easy. If you don’t know who she or he is, search online.</strong></em>\r\n\r\nWrite a personal letter and ask them to press the government to support the three points in the petition, and to get their own party to include them in their manifesto for the general election. Finding out about your MP’s interests and voting record can make a connection between their interests and political education if possible.\r\n\r\nWhen you get a response, post it on our website. To do this, simply <a href=\"http://nead.org.uk/contact-us\">contact us</a>. Here we have all our of contact information including telephone, address and email.\r\n<h2>Third: Get organisational support</h2>\r\nLots of people will benefit from campaign training and support: community groups, voluntary organisations, trade unions, think tanks, charities, community learning providers, pressure groups, even local councils and political parties – indeed, anyone who believes that we need an informed and effective democracy.\r\n\r\nIf you are involved with any of these organisations, put support for practical politics on the agenda: call it learning for democracy, citizenship education, empowerment, campaign capacity, practical political education, voice or whatever fits best with the organisation’s agenda. Start from where they are and take people with you.\r\n<ul>\r\n <li>Get people’s ideas about how you can support it, by what the organisation does as well as getting people to sign the petition</li>\r\n <li>Persuade them to fund, support or run political education relevant to the people they work with.</li>\r\n</ul>\r\nEven if we get 100% support from MPs, we still need to persuade learning providers, local authorities and other organisations to develop and run practical political education which is accessible, enjoyable and effective.\r\n<h2>And if you want to do more, set up education for practical politics</h2>\r\nHowever much you know, you can always learn more about how to influence and take part effectively. New technologies and the web are constantly creating new ways of mobilising people; power structures, institutions and the people who run them are constantly changing; while you can never get enough practice at the old fashioned process of building relationships and personal persuasion at the heart of politics.\r\n\r\nYou can help people influence decisions about things they care about by promoting or running practical political education in your area: find out what issues matter to people, bring people and organisations together, and create ways of learning that will enable them to make a difference – workshops, information events, campaign coaching, courses, projects – there are lots of ways to learn. But this kind of education is not abstract: it is about doing things which change the world for the better, in little ways and large.\r\n\r\nAbove all, it is about helping people to be politically effective: it is not about learning how to make banners, run identikit demonstrations or lobbying, but thinking about the most effective way of getting the result they want. Doing practical political education creates demonstration projects to show people what it is, so share your experience through your networks and the media, as well as the campaign forum.\r\n<h2>Our Aims:</h2>\r\n</div>\r\n<div class=\"campaigngoals\">\r\n<ol>\r\n <li>To get accessible & affordable practical political education available everywhere</li>\r\n <li>Encourage learning providers to develop provision for practical political education</li>\r\n <li>Get to the top of the Downing St petitions by Easter 2010</li>\r\n <li>Get manifesto commitments from all major parties</li>\r\n <li>Get democracy hubs set up in all local authorities</li>\r\n <li>Create an independent alliance for learning democracy</li>\r\n <li>Encourage people to set up and run campaign training & practical political education</li>\r\n</ol>\r\n</div>','Have your say in the community - action for the youth to discover politics','','inherit','closed','closed','','10-revision-v1','','','2017-06-12 09:12:09','2017-06-12 09:12:09','',10,'http://nead.org.uk/10-revision-v1',0,'revision','',0),(80,1,'2017-06-12 09:30:48','2017-06-12 09:30:48','<h1 class=\"entry-title\">When to Modify your Brand Identity</h1>\n<div class=\"entry-content\">\n\nThere are a number of situations that call for <strong>brand identity</strong> modifications. Our team at Nead look at a few of the situations that might call for the revision of your brand identity.\n<h2>Brand Identity Changes are in Order if</h2>\n<ul>\n <li>Your industry has changed. A well-designed <strong>brand identity</strong> is originated with the capability of evolving with its industry; however, if it wasn\'t created with that ability or your industry has changed so drastically that it no longer works well, modification (or a complete overhaul) is in order.</li>\n <li>Your organisation is going international. When your <strong>brand identity</strong> was first created, you were a local business. Now, you\'re spreading your global wings but your <strong>brand identity</strong> still has that small-town feel. Taking your brand to the world will require some adjustments.</li>\n <li>Your brand was never a perfect fit; you are unsatisfied with its performance. In this case, it will likely need to be re-designed from the beginning.</li>\n <li>Your <strong>brand identity</strong> is non-existent. In other words, you have never put your organisation through the phases of creating a proper brand strategy.</li>\n <li>There is inconsistency in your <strong>brand identity</strong>. Your brand communications are not congruent across your operation, or each division and product seems to stand alone, without correlation to the mother brand.</li>\n <li>Your products packaging is not getting the attention it deserves. In this case, re-branding will be necessary to claim the level of mindshare and shelf-share that will positively affect your bottom line.</li>\n <li>Your product or service is good enough to market to a more affluent market. A new <strong>brand identity</strong> can be designed to create a new brand appeal for your new and more lucrative audience.</li>\n <li>The existing <strong>brand identity</strong> is sending all the wrong messages and creating misconceptions. An improved <strong>brand identity</strong> will be a true representation of your values and will communicate the types of messages that will speak directly to your dream clients.</li>\n <li>When two companies merge, the brand identities of both should be monopolised upon, so that the equity already built in both will benefit the new <strong>brand identity</strong>. This will require some creative thinking to send the message that the merger is one of equality and increased benefit for all.</li>\n <li>If the name of your business is changing, a new <strong>brand identity</strong> will be necessary for taking that new name to the world (or to your corner of the world).</li>\n <li>If a new product or service is being added to your current <strong>brand identity</strong>, it may need to be adjusted to include the benefits of the new family member. This need is highly dependent upon the nature of the product in relationship to the mother brand.</li>\n</ul>\nThese situations are only a sampling of the cases in which your <strong>brand identity</strong> may need to be tweaked or revamped. To learn more about branding and how a branding expert can improve your circumstances, <a href=\"http://nead.org.uk/contact-us\">simply contact us</a>.\n\n</div>','Bringing your business to life - what to do','','inherit','closed','closed','','8-autosave-v1','','','2017-06-12 09:30:48','2017-06-12 09:30:48','',8,'http://nead.org.uk/8-autosave-v1',0,'revision','',0),(81,1,'2017-06-12 09:30:10','2017-06-12 09:30:10','','camera parts','','inherit','open','closed','','camera-parts','','','2017-06-12 09:30:10','2017-06-12 09:30:10','',8,'http://nead.org.uk/wp-content/uploads/2017/03/camera-parts.jpg',0,'attachment','image/jpeg',0),(82,1,'2017-06-12 09:31:56','2017-06-12 09:31:56','<h1 class=\"entry-title\">When to Modify your Brand Identity</h1>\r\n<div class=\"entry-content\">\r\n\r\nThere are a number of situations that call for <strong>brand identity</strong> modifications. Our team at Nead look at a few of the situations that might call for the revision of your brand identity.\r\n<h2>Brand Identity Changes are in Order if</h2>\r\n<ul>\r\n <li>Your industry has changed. A well-designed <strong>brand identity</strong> is originated with the capability of evolving with its industry; however, if it wasn\'t created with that ability or your industry has changed so drastically that it no longer works well, modification (or a complete overhaul) is in order.</li>\r\n <li>Your organisation is going international. When your <strong>brand identity</strong> was first created, you were a local business. Now, you\'re spreading your global wings but your <strong>brand identity</strong> still has that small-town feel. Taking your brand to the world will require some adjustments.</li>\r\n <li>Your brand was never a perfect fit; you are unsatisfied with its performance. In this case, it will likely need to be re-designed from the beginning.</li>\r\n <li>Your <strong>brand identity</strong> is non-existent. In other words, you have never put your organisation through the phases of creating a proper brand strategy.</li>\r\n <li>There is inconsistency in your <strong>brand identity</strong>. Your brand communications are not congruent across your operation, or each division and product seems to stand alone, without correlation to the mother brand.</li>\r\n <li>Your products packaging is not getting the attention it deserves. In this case, re-branding will be necessary to claim the level of mindshare and shelf-share that will positively affect your bottom line.</li>\r\n <li>Your product or service is good enough to market to a more affluent market. A new <strong>brand identity</strong> can be designed to create a new brand appeal for your new and more lucrative audience.</li>\r\n <li>The existing <strong>brand identity</strong> is sending all the wrong messages and creating misconceptions. An improved <strong>brand identity</strong> will be a true representation of your values and will communicate the types of messages that will speak directly to your dream clients.</li>\r\n <li>When two companies merge, the brand identities of both should be monopolised upon, so that the equity already built in both will benefit the new <strong>brand identity</strong>. This will require some creative thinking to send the message that the merger is one of equality and increased benefit for all.</li>\r\n <li>If the name of your business is changing, a new <strong>brand identity</strong> will be necessary for taking that new name to the world (or to your corner of the world).</li>\r\n <li>If a new product or service is being added to your current <strong>brand identity</strong>, it may need to be adjusted to include the benefits of the new family member. This need is highly dependent upon the nature of the product in relationship to the mother brand.</li>\r\n</ul>\r\nThese situations are only a sampling of the cases in which your <strong>brand identity</strong> may need to be tweaked or revamped. To learn more about branding and how a branding expert can improve your circumstances, <a href=\"http://nead.org.uk/contact-us\">simply contact us</a>.\r\n\r\n</div>','Bringing your business to life - what to do','','inherit','closed','closed','','8-revision-v1','','','2017-06-12 09:31:56','2017-06-12 09:31:56','',8,'http://nead.org.uk/8-revision-v1',0,'revision','',0),(83,1,'2017-06-12 10:15:32','2017-06-12 10:15:32','In the past few years, more and more people have been asking the same questions:\n<ul>\n <li>“<em>Who are you doing this for</em>?”</li>\n <li>“<em>Who really reads this stuff?”</em></li>\n <li>“<em>What is in it for you</em>?”</li>\n <li>“<em>Why do you do all this for free</em>?”</li>\n <li>“<em>Why do you care so much</em>?”</li>\n</ul>\nIn the community, many people will attend public meetings and conferences to dicuss matters that effect the local community, but why does it really matter?\n\nThe host of these evenings will normally play a massive part in the area, but many people think:\n<ul>\n <li><em>“Who are you doing this for</em>?”</li>\n</ul>\nIt all started when I was frustrated and had very few people to discuss issues with (how many can relate to this?). I learned about these problems myself, I volunteered to work in the local area, but in the past, found it difficult to communicate with people who knew little or nothing about us. I learned how to explain how and why it is important. I also wondered why I could not find much on the first-hand experience with such things explained, specifically the user and administrator perspective of Digital Asset Management. I knew I was not the only person with this question. So, out of frustration, I started blogging about it.\n\nAfter my <em>second</em> blog post, I was contacted by <strong>people who relate to what I write about</strong> and love/hate my blog to this day. I was even offered to be paid to blog for them. The day I drafted my first blog post, I decided early my blog was for everyone to share openly and learn about dealing with such issues in <strong>the user and administrator perspective</strong>. I do not talk about using DAM X or vendor Y, but rather stay vendor agnostic. In order to stay vendor agnostic, I would not take money from DAM vendors (and I still don’t). If you have read my blog posts before, you will note I hold very little back and I am very open about what I talk about.\n<ul>\n <li><em>“Who really reads this stuff?”</em></li>\n</ul>\nLiterally, <strong>thousands of people all over the world</strong> read my blog posts every month. My blog is aggregated on other sites which get a lot of traffic. Some of my posts are more popular than others. Content is king. I deliver a fair amount of content in many of my blog posts. There are other DAM bloggers as well. I happily list them on blog roll when I find out about them. Sharing the experience is good. DAM is all about sharing. I know most people read about DAM during weekdays (I don’t blame them), so that is when I normally schedule new posts to appear. DAM users, potential DAM users and DAM vendors tell me they read my blog regularly.\n<ul>\n <li><em>“What is in it for you?</em></li>\n</ul>\nWhen I have the energy, time and a DAM related idea to write about, I blog about it. I do this on my spare time. Blogging is a <strong>hobby</strong>. DAM is my <strong>career</strong>. Due to the popularity of my blog posts, I am invited to speak and moderate at conferences around the United States. When I am go events, I get to <strong>meet like-minded people</strong>…eager to <strong>share experiences and best practices</strong> about DAM. If I have a DAM idea to blog about, but don’t have the time to blog about it, I make a quick audio recording with a speech-to-text app which sends me an email with what I said, so I revisit it later when I have time.\n<ul>\n <li><em>“Why do you do all this for free?”</em></li>\n</ul>\nTo this day, I am <strong>not paid</strong> to present at conferences nor to blog. Yes, that is correct. I don’t charge the people I mentor on a monthly basis either. I get motivated by helping others understand the subject. If someone really wanted me to consult their organization, they could ask me directly. For the most part, I write in general terms about DAM. My <strong>generosity</strong> of information pays a multitude of dividends. People have told me and written that I happen to be one of the <strong>top bloggers</strong> in the field of Digital Asset Management. I don’t believe this is by accident. How do you <strong>communicate</strong> you are <strong>experienced and knowledgeable</strong> about a subject such as DAM? hint: you <strong>genuinely share</strong> that knowledge by blogging about it. People read and hear about it. People recognize what you write make sense. People learn and benefit from what is shared. You repeat often.)\n\nMy goal is <strong>write and share</strong> 52 blog posts per year.\n<ul>\n <li><em>“Why do you care so much?”</em></li>\n</ul>\nYes, someone actually asked me all these questions. I love this question so much, it inspired me to write this specific blog post. Why should I care so much? Why should anyone care about the DAM community? Not only will you learn first hand you are not alone in thinking about and using DAM, you can be part of a group of people who want to learn, get/give feedback and share experiences. It can be a career. It is for me and many others. You will soon find out I am not the only one. These days, it does not matter where you are geographically located because you can be a member of the DAM Community in person and/or online. What matters is whether you are willing to learn and share your interest in Digital Asset Management to not only survive, but thrive with DAM.','Caring about the local community & how you can bring everybody together','','inherit','closed','closed','','9-autosave-v1','','','2017-06-12 10:15:32','2017-06-12 10:15:32','',9,'http://nead.org.uk/9-autosave-v1',0,'revision','',0),(84,1,'2017-06-12 10:15:30','2017-06-12 10:15:30','','public meeting','','inherit','open','closed','','public-meeting','','','2017-06-12 10:15:30','2017-06-12 10:15:30','',9,'http://nead.org.uk/wp-content/uploads/2017/03/public-meeting.jpg',0,'attachment','image/jpeg',0),(85,1,'2017-06-12 10:15:35','2017-06-12 10:15:35','In the past few years, more and more people have been asking the same questions:\r\n<ul>\r\n <li>“<em>Who are you doing this for</em>?”</li>\r\n <li>“<em>Who really reads this stuff?”</em></li>\r\n <li>“<em>What is in it for you</em>?”</li>\r\n <li>“<em>Why do you do all this for free</em>?”</li>\r\n <li>“<em>Why do you care so much</em>?”</li>\r\n</ul>\r\nIn the community, many people will attend public meetings and conferences to dicuss matters that effect the local community, but why does it really matter?\r\n\r\nThe host of these evenings will normally play a massive part in the area, but many people think:\r\n<ul>\r\n <li><em>“Who are you doing this for</em>?”</li>\r\n</ul>\r\nIt all started when I was frustrated and had very few people to discuss issues with (how many can relate to this?). I learned about these problems myself, I volunteered to work in the local area, but in the past, found it difficult to communicate with people who knew little or nothing about us. I learned how to explain how and why it is important. I also wondered why I could not find much on the first-hand experience with such things explained, specifically the user and administrator perspective of Digital Asset Management. I knew I was not the only person with this question. So, out of frustration, I started blogging about it.\r\n\r\nAfter my <em>second</em> blog post, I was contacted by <strong>people who relate to what I write about</strong> and love/hate my blog to this day. I was even offered to be paid to blog for them. The day I drafted my first blog post, I decided early my blog was for everyone to share openly and learn about dealing with such issues in <strong>the user and administrator perspective</strong>. I do not talk about using DAM X or vendor Y, but rather stay vendor agnostic. In order to stay vendor agnostic, I would not take money from DAM vendors (and I still don’t). If you have read my blog posts before, you will note I hold very little back and I am very open about what I talk about.\r\n<ul>\r\n <li><em>“Who really reads this stuff?”</em></li>\r\n</ul>\r\nLiterally, <strong>thousands of people all over the world</strong> read my blog posts every month. My blog is aggregated on other sites which get a lot of traffic. Some of my posts are more popular than others. Content is king. I deliver a fair amount of content in many of my blog posts. There are other DAM bloggers as well. I happily list them on blog roll when I find out about them. Sharing the experience is good. DAM is all about sharing. I know most people read about DAM during weekdays (I don’t blame them), so that is when I normally schedule new posts to appear. DAM users, potential DAM users and DAM vendors tell me they read my blog regularly.\r\n<ul>\r\n <li><em>“What is in it for you?</em></li>\r\n</ul>\r\nWhen I have the energy, time and a DAM related idea to write about, I blog about it. I do this on my spare time. Blogging is a <strong>hobby</strong>. DAM is my <strong>career</strong>. Due to the popularity of my blog posts, I am invited to speak and moderate at conferences around the United States. When I am go events, I get to <strong>meet like-minded people</strong>…eager to <strong>share experiences and best practices</strong> about DAM. If I have a DAM idea to blog about, but don’t have the time to blog about it, I make a quick audio recording with a speech-to-text app which sends me an email with what I said, so I revisit it later when I have time.\r\n<ul>\r\n <li><em>“Why do you do all this for free?”</em></li>\r\n</ul>\r\nTo this day, I am <strong>not paid</strong> to present at conferences nor to blog. Yes, that is correct. I don’t charge the people I mentor on a monthly basis either. I get motivated by helping others understand the subject. If someone really wanted me to consult their organization, they could ask me directly. For the most part, I write in general terms about DAM. My <strong>generosity</strong> of information pays a multitude of dividends. People have told me and written that I happen to be one of the <strong>top bloggers</strong> in the field of Digital Asset Management. I don’t believe this is by accident. How do you <strong>communicate</strong> you are <strong>experienced and knowledgeable</strong> about a subject such as DAM? hint: you <strong>genuinely share</strong> that knowledge by blogging about it. People read and hear about it. People recognize what you write make sense. People learn and benefit from what is shared. You repeat often.)\r\n\r\nMy goal is <strong>write and share</strong> 52 blog posts per year.\r\n<ul>\r\n <li><em>“Why do you care so much?”</em></li>\r\n</ul>\r\nYes, someone actually asked me all these questions. I love this question so much, it inspired me to write this specific blog post. Why should I care so much? Why should anyone care about the DAM community? Not only will you learn first hand you are not alone in thinking about and using DAM, you can be part of a group of people who want to learn, get/give feedback and share experiences. It can be a career. It is for me and many others. You will soon find out I am not the only one. These days, it does not matter where you are geographically located because you can be a member of the DAM Community in person and/or online. What matters is whether you are willing to learn and share your interest in Digital Asset Management to not only survive, but thrive with DAM.','Caring about the local community & how you can bring everybody together','','inherit','closed','closed','','9-revision-v1','','','2017-06-12 10:15:35','2017-06-12 10:15:35','',9,'http://nead.org.uk/9-revision-v1',0,'revision','',0),(86,1,'2017-06-12 10:54:09','2017-06-12 10:54:09','<h2>What is community safety?</h2>\r\n\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\r\n\r\n<em><strong>It is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community.</strong></em>\r\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>How to get involved</strong></a></h2>\r\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\r\n\r\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\r\n\r\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/VX6gpnq2cTE\" width=\"100%\" height=\"450px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><a href=\"http://nead.org.uk/resourcesworldvoices\"><strong> What can be done to help?</strong></a></h2>\r\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\r\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>In making communities safer, PCSPs will:</strong></a></h2>\r\n<ul>\r\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters. <a href=\"http://communitiesthatcare.org.uk/safer-london\" target=\"_blank\">See more information</a>.</li>\r\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\r\n <li>Monitor - a <a href=\"http://policedependantstrust.org.uk/how-to-become-a-successful-police-officer\" target=\"_blank\">Policing Committee</a> comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\r\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\r\n</ul>\r\n ','Get involved with your local community','','publish','closed','closed','','get-involved-with-your-local-community','','','2017-07-17 10:08:59','2017-07-17 10:08:59','',0,'http://nead.org.uk/?page_id=86',0,'page','',0),(87,1,'2017-06-12 10:54:09','2017-06-12 10:54:09',' ','','','publish','closed','closed','','87','','','2017-06-12 10:54:09','2017-06-12 10:54:09','',0,'http://nead.org.uk/87',8,'nav_menu_item','',0),(88,1,'2017-06-12 10:54:09','2017-06-12 10:54:09','\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\r\n\r\nIt is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community\r\n<h2><strong>How to get involved</strong></h2>\r\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\r\n\r\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\r\n\r\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\r\n<h2><strong> What can be done to help?</strong></h2>\r\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\r\n<h2><strong>In making communities safer, PCSPs will:</strong></h2>\r\n<ul>\r\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters</li>\r\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\r\n <li>Monitor - a Policing Committee comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\r\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\r\n</ul>\r\n ','Get involved with your local community','','inherit','closed','closed','','86-revision-v1','','','2017-06-12 10:54:09','2017-06-12 10:54:09','',86,'http://nead.org.uk/86-revision-v1',0,'revision','',0),(89,1,'2017-06-12 10:54:50','2017-06-12 10:54:50','<h2>What is community safety?</h2>\r\n\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\r\n\r\nIt is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community\r\n<h2><strong>How to get involved</strong></h2>\r\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\r\n\r\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\r\n\r\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\r\n<h2><strong> What can be done to help?</strong></h2>\r\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\r\n<h2><strong>In making communities safer, PCSPs will:</strong></h2>\r\n<ul>\r\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters</li>\r\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\r\n <li>Monitor - a Policing Committee comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\r\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\r\n</ul>\r\n ','Get involved with your local community','','inherit','closed','closed','','86-revision-v1','','','2017-06-12 10:54:50','2017-06-12 10:54:50','',86,'http://nead.org.uk/86-revision-v1',0,'revision','',0),(91,1,'2017-06-12 10:55:37','2017-06-12 10:55:37','<h2>What is community safety?</h2>\r\n\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\r\n\r\nIt is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community\r\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>How to get involved</strong></a></h2>\r\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\r\n\r\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\r\n\r\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\r\n<h2><a href=\"http://nead.org.uk/resourcesworldvoices\"><strong> What can be done to help?</strong></a></h2>\r\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\r\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>In making communities safer, PCSPs will:</strong></a></h2>\r\n<ul>\r\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters</li>\r\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\r\n <li>Monitor - a Policing Committee comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\r\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\r\n</ul>\r\n ','Get involved with your local community','','inherit','closed','closed','','86-revision-v1','','','2017-06-12 10:55:37','2017-06-12 10:55:37','',86,'http://nead.org.uk/86-revision-v1',0,'revision','',0),(92,1,'2017-06-12 10:56:54','2017-06-12 10:56:54','<h2>What is community safety?</h2>\r\n\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\r\n\r\nIt is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community\r\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>How to get involved</strong></a></h2>\r\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\r\n\r\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\r\n\r\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/VX6gpnq2cTE\" width=\"100%\" height=\"450px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><a href=\"http://nead.org.uk/resourcesworldvoices\"><strong> What can be done to help?</strong></a></h2>\r\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\r\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>In making communities safer, PCSPs will:</strong></a></h2>\r\n<ul>\r\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters</li>\r\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\r\n <li>Monitor - a Policing Committee comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\r\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\r\n</ul>\r\n ','Get involved with your local community','','inherit','closed','closed','','86-revision-v1','','','2017-06-12 10:56:54','2017-06-12 10:56:54','',86,'http://nead.org.uk/86-revision-v1',0,'revision','',0),(93,1,'2017-06-12 10:57:56','2017-06-12 10:57:56','','team players','','inherit','open','closed','','team-players','','','2017-06-12 10:57:56','2017-06-12 10:57:56','',86,'http://nead.org.uk/wp-content/uploads/2017/06/team-players.jpg',0,'attachment','image/jpeg',0),(96,1,'2017-06-12 11:02:47','2017-06-12 11:02:47','','Community','','publish','closed','closed','','community','','','2017-06-12 11:02:47','2017-06-12 11:02:47','',0,'http://nead.org.uk/community',6,'nav_menu_item','',0),(100,1,'2017-07-17 10:07:20','2017-07-17 10:07:20','<h2>What is community safety?</h2>\n\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\n\nIt is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>How to get involved</strong></a></h2>\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\n\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\n\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\n\n<iframe src=\"https://www.youtube.com/embed/VX6gpnq2cTE\" width=\"100%\" height=\"450px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h2><a href=\"http://nead.org.uk/resourcesworldvoices\"><strong> What can be done to help?</strong></a></h2>\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>In making communities safer, PCSPs will:</strong></a></h2>\n<ul>\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters. See mor</li>\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\n <li>Monitor - a Policing Committee comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\n</ul>\n ','Get involved with your local community','','inherit','closed','closed','','86-autosave-v1','','','2017-07-17 10:07:20','2017-07-17 10:07:20','',86,'http://nead.org.uk/86-autosave-v1',0,'revision','',0),(101,1,'2017-07-17 10:08:59','2017-07-17 10:08:59','<h2>What is community safety?</h2>\r\n\'Community safety\' relates to your sense of personal security and feeling of safety in a place where you live, work, or spend your leisure time. It covers a number of projects, including Neighbourhood Policing. <a href=\"https://www.pcsps.org/contact-us\">Contact them today</a>.\r\n\r\n<em><strong>It is about being safe and feeling safe, by addressing locally identified priorities. There are ways that you can get involved to improve the safety of your own community.</strong></em>\r\n<h2><a href=\"http://nead.org.uk/contact-us\"><strong>How to get involved</strong></a></h2>\r\nOne of the simplest ways you can make a difference to your local community is through joining the schemes and meetings set up by your neighbours and other local people.\r\n\r\nGetting to know everybody is essential when forming a strong community bond. One of the best ways of doing this is by holding a special community event. Provide food, drinks and entertainment for everybody to enjoy and mingle around.\r\n\r\nThe best type of entertainment to have at an event where you’re catering for different types of people is a fireworks display. You can buy cheap fireworks at The Fireworks Shop, in addition, you will find everything you need to have one of the most exciting and explosive displays in the area. <a href=\"https://www.fireworksshop.uk.com/cheap-fireworks\">Buy today</a>.\r\n\r\n<iframe src=\"https://www.youtube.com/embed/VX6gpnq2cTE\" width=\"100%\" height=\"450px\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h2><a href=\"http://nead.org.uk/resourcesworldvoices\"><strong> What can be done to help?</strong></a></h2>\r\nPCSPs aim to make our community safer by focussing on the policing and community safety issues that matter most in each local council area. <a href=\"http://communitiesthatcare.org.uk/the-community-programme\">Find out more</a>.\r\n<h2><a href=\"http://nead.org.uk/projectswane\"><strong>In making communities safer, PCSPs will:</strong></a></h2>\r\n<ul>\r\n <li>Consult and engage with the local community on the issues of concern in relation to policing and community safety. The Policing Committee has a responsibility to provide views to the relevant district commander and the Policing Board on policing matters. <a href=\"http://communitiesthatcare.org.uk/safer-london\" target=\"_blank\">See more information</a>.</li>\r\n <li>Identify and prioritise the particular issues of concern and prepare plans for how these can be tackled</li>\r\n <li>Monitor - a <a href=\"http://policedependantstrust.org.uk/how-to-become-a-successful-police-officer\" target=\"_blank\">Policing Committee</a> comprising the political and independent members will monitor the performance of the police and work to gain the co-operation of the public with the police in preventing crime</li>\r\n <li>Deliver a reduction in crime and enhance community safety in their district, directly through their own actions, through the work of their delivery groups or through support for the work of others</li>\r\n</ul>\r\n ','Get involved with your local community','','inherit','closed','closed','','86-revision-v1','','','2017-07-17 10:08:59','2017-07-17 10:08:59','',86,'http://nead.org.uk/86-revision-v1',0,'revision','',0),(103,1,'2019-07-08 13:05:10','2019-07-08 13:05:10','<h2 class=\"storytitle\"></h2>\r\n<h2 id=\"post-1127\" class=\"storytitle\">Is Faster broadband connection the reason that more people are shunning the daily commute to work from home or is it company IT infrastructure failings making remote working an attractive solution?</h2>\r\nA study by UK business internet service provider (ISP) Pipex found that 79% of small companies use their home broadband connection for work.\r\n\r\nTwo thirds (64%) of respondents said home broadband is their most frequent method of getting online, compared to 30% who mainly use business broadband.\r\n\r\nIn addition, more than half (55%) of the 900 small business owners questioned said they are more productive working from home.\r\n\r\nJust one third (35%) said they get more done by going into the office.\r\n\r\nInternet connections are becoming vital for many small businesses - 69% of respondents said that a broken Internet connection is the most frustrating thing that can happen at work.\r\n\r\n<strong><a href=\"https://en-gb.facebook.com/public/Brett-Watson\">Brett Watson,</a> Pipex product and marketing director, said: “The research clearly shows that broadband is a vital business tool and with such easy access, the office may no longer be the preferred working environment.</strong>\r\n\r\n“Working from home can be just as effective.”\r\n\r\nHowever, it isn\'t just about broadband being faster home that is making employers allow their employees to work effectively from home.\r\n\r\nOver the years over 47% of all businesses have reduced their expenditure on IT.\r\n\r\nThe result of this is an inefficient and chaotic IT infrastructure that suffers from a lack of investment into 2017 / 2018. Network administration is routinely hampered <a href=\"https://network-data-cabling.co.uk/blog/data-centre-cabling-optimisation/\">by bad cable management </a>what this means is that having employees at home using the home broadband connections to speak communicate and download documents with other employees actually make sense when businesses have a chaotic IT structure and do not have the investment to make the improvements.','Faster Broadband makes home working popular','','publish','open','open','','faster-broadband-makes-home-working-popular','','','2019-07-08 13:09:56','2019-07-08 13:09:56','',0,'http://nead.org.uk/?p=103',0,'post','',0),(104,1,'2019-07-08 13:05:10','2019-07-08 13:05:10','<h1 id=\"post-1127\" class=\"storytitle\"></h1>\r\nFaster broadband connections mean that more people are shunning the daily commute to work from home.\r\n\r\nA study by UK business internet service provider (ISP) Pipex found that 79% of small companies use their home broadband connection for work.\r\n\r\nTwo thirds (64%) of respondents said home broadband is their most frequent method of getting online, compared to 30% who mainly use business broadband.\r\n\r\nIn addition, more than half (55%) of the 900 small business owners questioned said they are more productive working from home.\r\n\r\nJust one third (35%) said they get more done by going into the office.\r\n\r\nInternet connections are becoming vital for many small businesses - 69% of respondents said that a broken Internet connection is the most frustrating thing that can happen at work.\r\n\r\n<strong>Brett Watson, Pipex product and marketing director, said: “The research clearly shows that broadband is a vital business tool and with such easy access, the office may no longer be the preferred working environment.</strong>\r\n\r\n“Working from home can be just as effective.”\r\n\r\nHowever it isn\'t just about broadband being faster home that is making employers allow their employees to work effectively from home.\r\n\r\nOver the years over 47% of all businesses have reduced their expenditure on IT. The result of this is an inefficient and chaotic IT infrastructure that suffers from a lack of investment into 2017 / 2018. Network administration is routinely hampered by bad cable management what this means is that having employees at home using the home broadband connections to speak communicate and download documents with other employees actually make sense when businesses have a chaotic IT structure and do not have the investment to make the improvements.','Faster Broadband makes home working popular','','inherit','closed','closed','','103-revision-v1','','','2019-07-08 13:05:10','2019-07-08 13:05:10','',103,'http://nead.org.uk/103-revision-v1',0,'revision','',0),(105,1,'2019-07-08 13:09:33','2019-07-08 13:09:33','<h2 id=\"post-1127\" class=\"storytitle\">Is Faster broadband connection the reason that more people are shunning the daily commute to work from home or is it company IT infrastructure failings making remote working an attractive solution?</h2>\nA study by UK business internet service provider (ISP) Pipex found that 79% of small companies use their home broadband connection for work.\n\nTwo thirds (64%) of respondents said home broadband is their most frequent method of getting online, compared to 30% who mainly use business broadband.\n\nIn addition, more than half (55%) of the 900 small business owners questioned said they are more productive working from home.\n\nJust one third (35%) said they get more done by going into the office.\n\nInternet connections are becoming vital for many small businesses - 69% of respondents said that a broken Internet connection is the most frustrating thing that can happen at work.\n\n<strong>Brett Watson, Pipex product and marketing director, said: “The research clearly shows that broadband is a vital business tool and with such easy access, the office may no longer be the preferred working environment.</strong>\n\n“Working from home can be just as effective.”\n\nHowever, it isn\'t just about broadband being faster home that is making employers allow their employees to work effectively from home.\n\nOver the years over 47% of all businesses have reduced their expenditure on IT.\n\nThe result of this is an inefficient and chaotic IT infrastructure that suffers from a lack of investment into 2017 / 2018. Network administration is routinely hampered <a href=\"https://network-data-cabling.co.uk/blog/data-centre-cabling-optimisation/\">by bad cable management </a>what this means is that having employees at home using the home broadband connections to speak communicate and download documents with other employees actually make sense when businesses have a chaotic IT structure and do not have the investment to make the improvements.','Faster Broadband makes home working popular','','inherit','closed','closed','','103-autosave-v1','','','2019-07-08 13:09:33','2019-07-08 13:09:33','',103,'http://nead.org.uk/103-autosave-v1',0,'revision','',0),(106,1,'2019-07-08 13:07:21','2019-07-08 13:07:21','<h2 id=\"post-1127\" class=\"storytitle\">Is Faster broadband connection the reason that more people are shunning the daily commute to work from home or is it company IT infrastructure failings making remote working an attractive solution?</h2>\r\nA study by UK business internet service provider (ISP) Pipex found that 79% of small companies use their home broadband connection for work.\r\n\r\nTwo thirds (64%) of respondents said home broadband is their most frequent method of getting online, compared to 30% who mainly use business broadband.\r\n\r\nIn addition, more than half (55%) of the 900 small business owners questioned said they are more productive working from home.\r\n\r\nJust one third (35%) said they get more done by going into the office.\r\n\r\nInternet connections are becoming vital for many small businesses - 69% of respondents said that a broken Internet connection is the most frustrating thing that can happen at work.\r\n\r\n<strong>Brett Watson, Pipex product and marketing director, said: “The research clearly shows that broadband is a vital business tool and with such easy access, the office may no longer be the preferred working environment.</strong>\r\n\r\n“Working from home can be just as effective.”\r\n\r\nHowever it isn\'t just about broadband being faster home that is making employers allow their employees to work effectively from home.\r\n\r\nOver the years over 47% of all businesses have reduced their expenditure on IT. The result of this is an inefficient and chaotic IT infrastructure that suffers from a lack of investment into 2017 / 2018. Network administration is routinely hampered by bad cable management what this means is that having employees at home using the home broadband connections to speak communicate and download documents with other employees actually make sense when businesses have a chaotic IT structure and do not have the investment to make the improvements.','Faster Broadband makes home working popular','','inherit','closed','closed','','103-revision-v1','','','2019-07-08 13:07:21','2019-07-08 13:07:21','',103,'http://nead.org.uk/103-revision-v1',0,'revision','',0),(107,1,'2019-07-08 13:08:25','2019-07-08 13:08:25','','remote-working','','inherit','open','closed','','remote-working','','','2019-07-08 13:08:25','2019-07-08 13:08:25','',103,'http://nead.org.uk/wp-content/uploads/2019/07/remote-working.jpg',0,'attachment','image/jpeg',0),(108,1,'2019-07-08 13:09:56','2019-07-08 13:09:56','<h2 class=\"storytitle\"></h2>\r\n<h2 id=\"post-1127\" class=\"storytitle\">Is Faster broadband connection the reason that more people are shunning the daily commute to work from home or is it company IT infrastructure failings making remote working an attractive solution?</h2>\r\nA study by UK business internet service provider (ISP) Pipex found that 79% of small companies use their home broadband connection for work.\r\n\r\nTwo thirds (64%) of respondents said home broadband is their most frequent method of getting online, compared to 30% who mainly use business broadband.\r\n\r\nIn addition, more than half (55%) of the 900 small business owners questioned said they are more productive working from home.\r\n\r\nJust one third (35%) said they get more done by going into the office.\r\n\r\nInternet connections are becoming vital for many small businesses - 69% of respondents said that a broken Internet connection is the most frustrating thing that can happen at work.\r\n\r\n<strong><a href=\"https://en-gb.facebook.com/public/Brett-Watson\">Brett Watson,</a> Pipex product and marketing director, said: “The research clearly shows that broadband is a vital business tool and with such easy access, the office may no longer be the preferred working environment.</strong>\r\n\r\n“Working from home can be just as effective.”\r\n\r\nHowever, it isn\'t just about broadband being faster home that is making employers allow their employees to work effectively from home.\r\n\r\nOver the years over 47% of all businesses have reduced their expenditure on IT.\r\n\r\nThe result of this is an inefficient and chaotic IT infrastructure that suffers from a lack of investment into 2017 / 2018. Network administration is routinely hampered <a href=\"https://network-data-cabling.co.uk/blog/data-centre-cabling-optimisation/\">by bad cable management </a>what this means is that having employees at home using the home broadband connections to speak communicate and download documents with other employees actually make sense when businesses have a chaotic IT structure and do not have the investment to make the improvements.','Faster Broadband makes home working popular','','inherit','closed','closed','','103-revision-v1','','','2019-07-08 13:09:56','2019-07-08 13:09:56','',103,'http://nead.org.uk/103-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_redirects`
--
DROP TABLE IF EXISTS `wp_redirects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_redirects` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`url_from` varchar(256) NOT NULL DEFAULT '',
`url_to` varchar(256) NOT NULL DEFAULT '',
`status` varchar(12) NOT NULL DEFAULT '301',
`type` varchar(12) NOT NULL DEFAULT 'url',
`count` mediumint(9) NOT NULL DEFAULT 0,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_redirects`
--
LOCK TABLES `wp_redirects` WRITE;
/*!40000 ALTER TABLE `wp_redirects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_redirects` 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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`term_order` int(11) 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 (31,3,0),(32,3,0),(33,3,0),(34,3,0),(35,3,0),(37,3,0),(41,4,0),(42,4,0),(43,4,0),(44,4,0),(45,4,0),(46,4,0),(56,4,0),(87,4,0),(96,3,0),(103,5,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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=6 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),(3,3,'nav_menu','',0,7),(4,4,'nav_menu','',0,8),(5,5,'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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=6 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),(3,'Main','main',0),(4,'pages','pages',0),(5,'it','it',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_tsw_log`
--
DROP TABLE IF EXISTS `wp_tsw_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tsw_log` (
`IP` varchar(17) NOT NULL,
`Time` int(11) NOT NULL,
`IS_BOT` tinyint(1) NOT NULL,
`IS_HIT` tinyint(1) NOT NULL,
PRIMARY KEY (`IP`,`Time`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_tsw_log`
--
LOCK TABLES `wp_tsw_log` WRITE;
/*!40000 ALTER TABLE `wp_tsw_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_tsw_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=44 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','nead'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'locale',''),(11,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(12,1,'wp_user_level','10'),(13,1,'dismissed_wp_pointers',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:1:{s:64:\"d8b133504e48025fc1a455fd83a0d78e2f73e7fbbc81a8d8bf202986ebc0957d\";a:4:{s:10:\"expiration\";i:1608459515;s:2:\"ip\";s:14:\"185.175.113.72\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:5:\"login\";i:1608286715;}}'),(16,1,'wp_dashboard_quick_press_last_post_id','109'),(17,1,'wp_yoast_notifications','a:4:{i:0;a:2:{s:7:\"message\";s:126:\"Since you are new to Yoast SEO you can configure the <a href=\"http://nead.org.uk/wp-admin/?page=wpseo_configurator\">plugin</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"wpseo-dismiss-onboarding-notice\";s:5:\"nonce\";s:10:\"4d0f1c5109\";s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:767:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could <a href=\"https://yoa.st/rate-yoast-seo?utm_content=4.9\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport?utm_content=4.9\">please file a bug report</a> and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a <a href=\'https://yoa.st/premium-notification?utm_content=4.9\'>Premium plugin</a>? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\n<a class=\"button\" href=\"http://nead.org.uk/wp-admin/?page=wpseo_dashboard&yoast_dismiss=upsell\">Please don\'t show me this notification anymore</a>\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:2;a:2:{s:7:\"message\";s:604:\"<p>The <em>Google XML Sitemaps</em> plugin might cause issues when used in conjunction with Yoast SEO.</p><p>Both Yoast SEO and Google XML Sitemaps can create XML sitemaps. Having two XML sitemaps is not beneficial for search engines, yet might slow down your site.<br/><br/><a class=\"button\" href=\"http://nead.org.uk/wp-admin/admin.php?page=wpseo_xml\">Configure Yoast SEO\'s XML Sitemap settings</a></p><a class=\"button button-primary\" href=\"plugins.php?action=deactivate&plugin=google-sitemap-generator%2Fsitemap.php&plugin_status=all&_wpnonce=9bc721bc38\">Deactivate Google XML Sitemaps</a> \";s:7:\"options\";a:8:{s:4:\"type\";s:5:\"error\";s:2:\"id\";s:47:\"wpseo-conflict-d3e7311d20ccd459ef1ade2a522ccfe6\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:14:\"manage_options\";}s:16:\"capability_check\";s:3:\"all\";}}i:3;a:2:{s:7:\"message\";s:161:\"Don\'t miss your crawl errors: <a href=\"http://nead.org.uk/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(18,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\";}'),(19,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(20,1,'last_login_time','2019-07-29 13:05:43'),(21,1,'_yoast_wpseo_profile_updated','1497016637'),(22,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(23,1,'wp_user-settings-time','1497265011'),(24,1,'wpseo-conflict-d3e7311d20ccd459ef1ade2a522ccfe6','seen'),(25,1,'wpseo-upsell-notice','seen'),(26,1,'wpseo-dismiss-gsc','seen'),(27,1,'wpseo-dismiss-onboarding-notice','seen'),(28,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"185.175.113.0\";}'),(29,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(30,2,'session_tokens','a:2:{s:64:\"9cb44c8aa4728da842629bf8322dd812d9e089166f8bbe8957bd0161eab3f9a8\";a:4:{s:10:\"expiration\";i:1617953686;s:2:\"ip\";s:13:\"94.103.89.191\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45\";s:5:\"login\";i:1616744086;}s:64:\"05bbae3dc49ef6a37684d0442988f6b9e20472accf4a1405e294d6fc9d58d03a\";a:4:{s:10:\"expiration\";i:1617953689;s:2:\"ip\";s:13:\"94.103.89.191\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45\";s:5:\"login\";i:1616744089;}}'),(31,2,'wp_dashboard_quick_press_last_post_id','110'),(32,1,'syntax_highlighting','true'),(33,2,'nickname','wp-system'),(34,2,'first_name',''),(35,2,'last_name',''),(36,2,'description',''),(37,2,'rich_editing','true'),(38,2,'syntax_highlighting','true'),(39,2,'comment_shortcuts','false'),(40,2,'admin_color','fresh'),(41,2,'use_ssl','0'),(42,2,'show_admin_bar_front','true'),(43,2,'locale','');
/*!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 */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) 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=3 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,'admin','$P$BD8nPIO404z5Ntk2ET/RKWGX56W7vU.','nead','bensykes@bensykes.co.uk','','2017-03-24 10:42:23','',0,'nead');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblockediplog`
--
DROP TABLE IF EXISTS `wp_wfblockediplog`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblockediplog` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`countryCode` varchar(2) NOT NULL,
`blockCount` int(10) unsigned NOT NULL DEFAULT 0,
`unixday` int(10) unsigned NOT NULL,
`blockType` varchar(50) NOT NULL DEFAULT 'generic',
PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblockediplog`
--
LOCK TABLES `wp_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfblocks7`
--
DROP TABLE IF EXISTS `wp_wfblocks7`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfblocks7` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` int(10) unsigned NOT NULL DEFAULT 0,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`blockedTime` bigint(20) NOT NULL,
`reason` varchar(255) NOT NULL,
`lastAttempt` int(10) unsigned DEFAULT 0,
`blockedHits` int(10) unsigned DEFAULT 0,
`expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
`parameters` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`),
KEY `IP` (`IP`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfblocks7`
--
LOCK TABLES `wp_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfconfig`
--
DROP TABLE IF EXISTS `wp_wfconfig`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfconfig` (
`name` varchar(100) NOT NULL,
`val` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfconfig`
--
LOCK TABLES `wp_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */;
INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','2da603662d3dc0cf3bcc362a4a5fd964800b46004a88379f6458ad66d4771de0977e924abfbae789dda2c566c59fe1f48b498d49cfb538cbca26f3ed49f385f5','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','60d1c2beb0a11','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1624964413','no'),('detectProxyNonce','df784929d4c0a26421e388cd61cb5756b208c9200d9176fe7a7080e429e7e439','no'),('detectProxyRecommendation','','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','b973901754857649','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','e5ee69a4db1e318c2a1668873a8f5074012abb9852f5596fe3feaa8c07dac334','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastBlockAggregation','1624359612','yes'),('lastPermissionsTemplateCheck','0','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','f90bb7a53d709608e62bb5d159d3e25e3ce57455f1132cffe9ec539f49d21934','yes'),('lowResourceScansEnabled','0','yes'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','','no'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[]','no'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','5','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1624532191;1800;139.99.24.233','yes'),('serverIP','1624359614;51.77.116.174','yes'),('showAdminBarMenu','1','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{}','no'),('supportHash','','no'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1624359612','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','1','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','learning-mode','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','','no'),('whitelistPresets','{}','no'),('wordfenceI18n','1','yes');
/*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfcrawlers`
--
DROP TABLE IF EXISTS `wp_wfcrawlers`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfcrawlers` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`patternSig` binary(16) NOT NULL,
`status` char(8) NOT NULL,
`lastUpdate` int(10) unsigned NOT NULL,
`PTR` varchar(255) DEFAULT '',
PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfcrawlers`
--
LOCK TABLES `wp_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilechanges`
--
DROP TABLE IF EXISTS `wp_wffilechanges`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilechanges` (
`filenameHash` char(64) NOT NULL,
`file` varchar(1000) NOT NULL,
`md5` char(32) NOT NULL,
PRIMARY KEY (`filenameHash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilechanges`
--
LOCK TABLES `wp_wffilechanges` WRITE;
/*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wffilemods`
--
DROP TABLE IF EXISTS `wp_wffilemods`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wffilemods` (
`filenameMD5` binary(16) NOT NULL,
`filename` varchar(1000) NOT NULL,
`knownFile` tinyint(3) unsigned NOT NULL,
`oldMD5` binary(16) NOT NULL,
`newMD5` binary(16) NOT NULL,
`SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
`stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
`isSafeFile` varchar(1) NOT NULL DEFAULT '?',
PRIMARY KEY (`filenameMD5`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wffilemods`
--
LOCK TABLES `wp_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhits`
--
DROP TABLE IF EXISTS `wp_wfhits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhits` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`attackLogTime` double(17,6) unsigned NOT NULL,
`ctime` double(17,6) unsigned NOT NULL,
`IP` binary(16) DEFAULT NULL,
`jsRun` tinyint(4) DEFAULT 0,
`statusCode` int(11) NOT NULL DEFAULT 200,
`isGoogle` tinyint(4) NOT NULL,
`userID` int(10) unsigned NOT NULL,
`newVisit` tinyint(3) unsigned NOT NULL,
`URL` text DEFAULT NULL,
`referer` text DEFAULT NULL,
`UA` text DEFAULT NULL,
`action` varchar(64) NOT NULL DEFAULT '',
`actionDescription` text DEFAULT NULL,
`actionData` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`ctime`),
KEY `k2` (`IP`,`ctime`),
KEY `attackLogTime` (`attackLogTime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhits`
--
LOCK TABLES `wp_wfhits` WRITE;
/*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfhoover`
--
DROP TABLE IF EXISTS `wp_wfhoover`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfhoover` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`owner` text DEFAULT NULL,
`host` text DEFAULT NULL,
`path` text DEFAULT NULL,
`hostKey` varbinary(124) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k2` (`hostKey`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfhoover`
--
LOCK TABLES `wp_wfhoover` WRITE;
/*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfissues`
--
DROP TABLE IF EXISTS `wp_wfissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` int(10) unsigned NOT NULL,
`status` varchar(10) NOT NULL,
`type` varchar(20) NOT NULL,
`severity` tinyint(3) unsigned NOT NULL,
`ignoreP` char(32) NOT NULL,
`ignoreC` char(32) NOT NULL,
`shortMsg` varchar(255) NOT NULL,
`longMsg` text DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfissues`
--
LOCK TABLES `wp_wfissues` WRITE;
/*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfknownfilelist`
--
DROP TABLE IF EXISTS `wp_wfknownfilelist`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfknownfilelist` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`path` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfknownfilelist`
--
LOCK TABLES `wp_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflivetraffichuman`
--
DROP TABLE IF EXISTS `wp_wflivetraffichuman`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflivetraffichuman` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`expiration` int(10) unsigned NOT NULL,
PRIMARY KEY (`IP`,`identifier`),
KEY `expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflivetraffichuman`
--
LOCK TABLES `wp_wflivetraffichuman` WRITE;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflivetraffichuman` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflocs`
--
DROP TABLE IF EXISTS `wp_wflocs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflocs` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`ctime` int(10) unsigned NOT NULL,
`failed` tinyint(3) unsigned NOT NULL,
`city` varchar(255) DEFAULT '',
`region` varchar(255) DEFAULT '',
`countryName` varchar(255) DEFAULT '',
`countryCode` char(2) DEFAULT '',
`lat` float(10,7) DEFAULT 0.0000000,
`lon` float(10,7) DEFAULT 0.0000000,
PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflocs`
--
LOCK TABLES `wp_wflocs` WRITE;
/*!40000 ALTER TABLE `wp_wflocs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflocs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wflogins`
--
DROP TABLE IF EXISTS `wp_wflogins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wflogins` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`hitID` int(11) DEFAULT NULL,
`ctime` double(17,6) unsigned NOT NULL,
`fail` tinyint(3) unsigned NOT NULL,
`action` varchar(40) NOT NULL,
`username` varchar(255) NOT NULL,
`userID` int(10) unsigned NOT NULL,
`IP` binary(16) DEFAULT NULL,
`UA` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`IP`,`fail`),
KEY `hitID` (`hitID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wflogins`
--
LOCK TABLES `wp_wflogins` WRITE;
/*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_2fa_secrets`
--
DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_2fa_secrets` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL,
`secret` tinyblob NOT NULL,
`recovery` blob NOT NULL,
`ctime` int(10) unsigned NOT NULL,
`vtime` int(10) unsigned NOT NULL,
`mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_2fa_secrets`
--
LOCK TABLES `wp_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfls_settings`
--
DROP TABLE IF EXISTS `wp_wfls_settings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfls_settings` (
`name` varchar(191) NOT NULL DEFAULT '',
`value` longblob DEFAULT NULL,
`autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfls_settings`
--
LOCK TABLES `wp_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1624359607','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','1fec3254d38bfb722ef5aa03bccfe4928f2813464c4b1ff1dd75d2c7a6cba43b','yes'),('shared-symmetric-secret','6b400e51b37e38e7238f94bb4268a64aed710bf188f65329223426c58946b29b','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfnotifications`
--
DROP TABLE IF EXISTS `wp_wfnotifications`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfnotifications` (
`id` varchar(32) NOT NULL DEFAULT '',
`new` tinyint(3) unsigned NOT NULL DEFAULT 1,
`category` varchar(255) NOT NULL,
`priority` int(11) NOT NULL DEFAULT 1000,
`ctime` int(10) unsigned NOT NULL,
`html` text NOT NULL,
`links` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfnotifications`
--
LOCK TABLES `wp_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfpendingissues`
--
DROP TABLE IF EXISTS `wp_wfpendingissues`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfpendingissues` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`time` int(10) unsigned NOT NULL,
`lastUpdated` int(10) unsigned NOT NULL,
`status` varchar(10) NOT NULL,
`type` varchar(20) NOT NULL,
`severity` tinyint(3) unsigned NOT NULL,
`ignoreP` char(32) NOT NULL,
`ignoreC` char(32) NOT NULL,
`shortMsg` varchar(255) NOT NULL,
`longMsg` text DEFAULT NULL,
`data` text DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `lastUpdated` (`lastUpdated`),
KEY `status` (`status`),
KEY `ignoreP` (`ignoreP`),
KEY `ignoreC` (`ignoreC`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfpendingissues`
--
LOCK TABLES `wp_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfreversecache`
--
DROP TABLE IF EXISTS `wp_wfreversecache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfreversecache` (
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`host` varchar(255) NOT NULL,
`lastUpdate` int(10) unsigned NOT NULL,
PRIMARY KEY (`IP`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfreversecache`
--
LOCK TABLES `wp_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfsnipcache`
--
DROP TABLE IF EXISTS `wp_wfsnipcache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfsnipcache` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`IP` varchar(45) NOT NULL DEFAULT '',
`expiration` timestamp NOT NULL DEFAULT current_timestamp(),
`body` varchar(255) NOT NULL DEFAULT '',
`count` int(10) unsigned NOT NULL DEFAULT 0,
`type` int(10) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
KEY `expiration` (`expiration`),
KEY `IP` (`IP`),
KEY `type` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfsnipcache`
--
LOCK TABLES `wp_wfsnipcache` WRITE;
/*!40000 ALTER TABLE `wp_wfsnipcache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfsnipcache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wfstatus`
--
DROP TABLE IF EXISTS `wp_wfstatus`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wfstatus` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`ctime` double(17,6) unsigned NOT NULL,
`level` tinyint(3) unsigned NOT NULL,
`type` char(5) NOT NULL,
`msg` varchar(1000) NOT NULL,
PRIMARY KEY (`id`),
KEY `k1` (`ctime`),
KEY `k2` (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wfstatus`
--
LOCK TABLES `wp_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_wftrafficrates`
--
DROP TABLE IF EXISTS `wp_wftrafficrates`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wftrafficrates` (
`eMin` int(10) unsigned NOT NULL,
`IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
`hits` int(10) unsigned NOT NULL,
PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_wftrafficrates`
--
LOCK TABLES `wp_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wftrafficrates` 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-02-01 0:11:19