File: //restore/20230201.cross-stitch-centre.sql
-- MariaDB dump 10.19 Distrib 10.5.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: cross-stitch-centre
-- ------------------------------------------------------
-- 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: `cross-stitch-centre`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `cross-stitch-centre` /*!40100 DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci */;
USE `cross-stitch-centre`;
--
-- 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_failed_logins`
--
DROP TABLE IF EXISTS `wp_aiowps_failed_logins`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_aiowps_failed_logins` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`user_login` varchar(150) NOT NULL,
`failed_login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`login_attempt_ip` varchar(100) 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_failed_logins`
--
LOCK TABLES `wp_aiowps_failed_logins` WRITE;
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_aiowps_failed_logins` 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=10 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,'cross-stitch-cen','2017-01-05 14:50:35','2017-02-07 17:08:28','217.206.184.94','',''),(2,1,'cross-stitch-cen','2017-01-09 17:29:21','2017-02-07 17:08:28','217.206.184.94','',''),(3,1,'cross-stitch-cen','2017-01-10 11:25:05','2017-02-07 17:08:28','217.206.184.94','',''),(4,1,'cross-stitch-cen','2017-01-10 12:42:13','2017-02-07 17:08:28','217.206.184.94','',''),(5,1,'cross-stitch-cen','2017-01-13 09:20:04','2017-02-07 17:08:28','217.206.184.94','',''),(6,1,'cross-stitch-cen','2017-01-19 13:59:54','2017-02-07 17:08:28','217.206.184.94','',''),(7,1,'cross-stitch-cen','2017-02-07 17:06:23','2017-02-07 17:08:28','217.206.184.94','',''),(8,1,'cross-stitch-cen','2017-02-21 12:32:04','0000-00-00 00:00:00','217.206.184.94','',''),(9,1,'cross-stitch-cen','2017-03-07 12:11:04','0000-00-00 00:00:00','217.206.184.94','','');
/*!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',
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=177 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,20,'akismet_error','1482021080'),(2,20,'akismet_history','a:3:{s:4:\"time\";d:1482021081.021879;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4,20,'akismet_delayed_moderation_email','1'),(5,21,'akismet_error','1482119063'),(6,21,'akismet_history','a:3:{s:4:\"time\";d:1482119063.598855;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8,21,'akismet_delayed_moderation_email','1'),(9,22,'akismet_error','1482195287'),(10,22,'akismet_history','a:3:{s:4:\"time\";d:1482195287.845696;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(12,22,'akismet_delayed_moderation_email','1'),(13,23,'akismet_error','1482359091'),(14,23,'akismet_history','a:3:{s:4:\"time\";d:1482359091.7051239;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(15,23,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:10:\"LyndaHautt\";s:20:\"comment_author_email\";s:20:\"lyndawromy@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:228:\"Interesting design. \r\nSo, this website very nice, I LLLiked it! :) \r\nP.S. I recommend for you the \"XRumer 16.0\" program for effective promotion. \r\nIt\'s a best SEO and SMM software for today. \r\n \r\nYour read it - then it works! ;)\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"188.92.76.158\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(16,23,'akismet_delayed_moderation_email','1'),(17,24,'akismet_error','1482407944'),(18,24,'akismet_history','a:3:{s:4:\"time\";d:1482407944.971812;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19,24,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"Kellynum\";s:20:\"comment_author_email\";s:26:\"kellymarketing2017@mail.ru\";s:18:\"comment_author_url\";s:46:\"http://letsdodating.net/Kellynum/private_photo\";s:15:\"comment_content\";s:308:\"Hello, dear Administration! \r\n \r\nFor a long time I watch your project, \r\nbut today I was surprised strange facts (and photos) on your website, \r\nthat someone posted on my profile: \r\nhttp://letsdodating.net/Kellynum/private_photo \r\n \r\nIs all this true? \r\nHow to understand it all ?! \r\nI hope for early answer!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"188.92.76.158\";s:10:\"user_agent\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(20,24,'akismet_delayed_moderation_email','1'),(21,25,'akismet_error','1482504192'),(22,25,'akismet_history','a:3:{s:4:\"time\";d:1482504192.494313;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23,25,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"RachelTaift\";s:20:\"comment_author_email\";s:17:\"racheldic@mail.ru\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:148:\"The new XRumer 16.0 - revolution in online promotion: \r\nartificial intelligence will help you to attract customers so effectively, \r\nmore than ever!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"188.92.76.158\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(24,25,'akismet_delayed_moderation_email','1'),(25,26,'akismet_error','1483027293'),(26,26,'akismet_history','a:3:{s:4:\"time\";d:1483027293.7861221;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(27,26,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"RochelleChri\";s:20:\"comment_author_email\";s:21:\"siennabisson@yahoo.de\";s:18:\"comment_author_url\";s:25:\"http://Adolfo.blogspot.fr\";s:15:\"comment_content\";s:151:\"I see your page needs some fresh content. Writing manually is time consuming, but there is \r\ntool for this task. Just search for - Digitalpoilo\'s tools\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"198.199.91.203\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(28,26,'akismet_delayed_moderation_email','1'),(29,27,'akismet_error','1483211528'),(30,27,'akismet_history','a:3:{s:4:\"time\";d:1483211528.9063289;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(31,27,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"98Arnold\";s:20:\"comment_author_email\";s:19:\"yongcollette@web.de\";s:18:\"comment_author_url\";s:26:\"http://Elba88.blogspot.com\";s:15:\"comment_content\";s:157:\"I must say you have very interesting articles here.\r\nYour page can go viral. You need initial boost only.\r\n\r\nHow to get it? Search for: Etorofer\'s strategies\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"182.253.201.75\";s:10:\"user_agent\";s:112:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(32,27,'akismet_delayed_moderation_email','1'),(33,28,'akismet_error','1483299389'),(34,28,'akismet_history','a:3:{s:4:\"time\";d:1483299389.3184719;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(35,28,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"RobGrazianiq\";s:20:\"comment_author_email\";s:26:\"francehutcherson@gmail.com\";s:18:\"comment_author_url\";s:29:\"http://Arron95.blogspot.co.uk\";s:15:\"comment_content\";s:149:\"I see your blog needs some fresh content. Writing manually is time consuming, but there is tool for this task.\r\nJust search for; Digitalpoilo\'s tools\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:15:\"179.154.214.252\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(36,28,'akismet_delayed_moderation_email','1'),(37,29,'akismet_error','1483370287'),(38,29,'akismet_history','a:3:{s:4:\"time\";d:1483370287.1544809;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(39,29,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"TerryGox\";s:20:\"comment_author_email\";s:21:\"louiserogyiik@mail.ru\";s:18:\"comment_author_url\";s:63:\"http://buypcsoftware.us/product/autodesk-autocad-civil-3d-2015/\";s:15:\"comment_content\";s:406:\"microsoft project 2013 features corel wordperfect 7 <a href=\"http://buypcsoftware.us/product/adobe-acrobat-dc-pro/\">Adobe Acrobat Pro DC</a> adobe software discount adobe creative suite cheap \r\n2007 microsoft office professional microsoft outlook purchase <a href=\"http://buypcsoftware.us/product/adobe-acrobat-dc-pro/\">Adobe Acrobat Pro DC</a> autodesk entertainment creation suite corel painter 2013\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"146.185.223.47\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(40,29,'akismet_delayed_moderation_email','1'),(41,30,'akismet_error','1483371642'),(42,30,'akismet_history','a:3:{s:4:\"time\";d:1483371642.6291389;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(43,30,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"aishalg4\";s:20:\"comment_author_email\";s:37:\"bobbiech6@ayla.mariam.tokyo-mail1.top\";s:18:\"comment_author_url\";s:38:\"http://mass.effect.futanari.yopoint.in\";s:15:\"comment_content\";s:128:\"Original project\r\nhttp://sissyblog.twiclub.in/?gain.anne \r\n hard sex most erotic film erotic letter pornos free adult movie tube\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"37.130.227.133\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(44,30,'akismet_delayed_moderation_email','1'),(45,31,'akismet_error','1483383260'),(46,31,'akismet_history','a:3:{s:4:\"time\";d:1483383260.2512081;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(47,31,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"Molinarobazy\";s:20:\"comment_author_email\";s:21:\"simas999555@gmail.com\";s:18:\"comment_author_url\";s:20:\"http://0daymusic.org\";s:15:\"comment_content\";s:105:\"http://0daymusic.org \r\n \r\n \r\nSimply just wished to point out I am just glad I stumbled upon your website.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"213.159.38.90\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(48,31,'akismet_delayed_moderation_email','1'),(49,32,'akismet_error','1483385632'),(50,32,'akismet_history','a:3:{s:4:\"time\";d:1483385633.009861;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(51,32,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"AustinSet\";s:20:\"comment_author_email\";s:21:\"yourmailhlq@gmail.com\";s:18:\"comment_author_url\";s:26:\"http://ordernaltrexone.bid\";s:15:\"comment_content\";s:727:\"wireless gps tracker device crack nq call blocker car gps tracker dubai http://orderantabusecvs.bid/#free-trial-spyware-iphone wolf tracker cell phone call blocker sms ip tracker descargar whatsapp spy rapido http://orderclomid.bid/#gps-tracker-for-iphone gps spy tracker como baixar o whatsapp spy http://ordernolvadex.bid/#nokia-e71-call-blocker espiar whatsapp whatsapp spy gps tracker android software http://gravatar.com/buyviagraonline247/#phone-spy mobile phone tracker bluetooth spy for mobile can you spy on someones cell phone http://www.buyviagrageneric.bid//#call-blocker-for-landline-phones sms and call blocker app for android sms tracker untuk blackberry アクセント ようが ぎり は なみき\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"109.86.72.210\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(52,32,'akismet_delayed_moderation_email','1'),(53,33,'akismet_error','1483394687'),(54,33,'akismet_history','a:3:{s:4:\"time\";d:1483394687.4847651;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(55,33,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"ChuprinMa\";s:20:\"comment_author_email\";s:26:\"VoroncovaDilara429@mail.ru\";s:18:\"comment_author_url\";s:15:\"http://vli.su/e\";s:15:\"comment_content\";s:648:\"If you want to buy a cheap veshchichek for a change, I can safely recommend this site! \r\n<a href=http://vli.su/Sale> New International online clothing store </a> \r\n \r\nHas made more than 5 orders, the first two things went more than a month (in Russian), the rest is not more than a month. \r\nBasically I ordered a blouse and sweater, I have the size M, and my ideal size is one size. \r\n \r\nAll products can be found on the site showcase - http://vli.su/Sale \r\n \r\n<b>Why I vibiraem is this site?</b> \r\n? prices always and everywhere! \r\n? free shipping anywhere in the world; \r\n? cheaper simply do not have; \r\n? excellent quality at a reasonable price;\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:12:\"37.18.42.190\";s:10:\"user_agent\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(56,33,'akismet_delayed_moderation_email','1'),(57,34,'akismet_error','1483398340'),(58,34,'akismet_history','a:3:{s:4:\"time\";d:1483398340.2908449;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(59,34,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:7:\"Caryn73\";s:20:\"comment_author_email\";s:26:\"reubenkuykendall@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://Maxie.blogspot.se\";s:15:\"comment_content\";s:298:\"This post is really interesting, but why it is on 16th place in google\'s search results.\r\nIt deserves to be in top 5. Many bloggers think that \r\nseo is dead in 2016, but it\'s not true. There is sneaky method to reach google\'s top 5 that not many \r\npeople know. Simply search for: pandatsor\'s tools\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"39.184.234.10\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(60,34,'akismet_delayed_moderation_email','1'),(61,35,'akismet_error','1483403292'),(62,35,'akismet_history','a:3:{s:4:\"time\";d:1483403292.120008;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(63,35,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"StephenFride\";s:20:\"comment_author_email\";s:23:\"krutskij2017@yandex.com\";s:18:\"comment_author_url\";s:42:\"http://www.youtube.com/watch?v=VEISRS6Ia4Y\";s:15:\"comment_content\";s:2312:\"watch dogs 2 видео прохождение\r\nwatch dogs 2 видео прохождение на русском\r\nwatch dogs 2 зодиак прохождение\r\nсмотреть прохождение игры watch dogs 2\r\nwatch dogs 2 время прохождения\r\nвидео watch dogs прохождение\r\nwatch dogs 2 прохождение на пк\r\nпрохождение watch dogs 2 время творчества\r\nwatch dogs 2 смотреть прохождение\r\nпрохождение watch dogs 2 текст\r\nпрохождение игры watch dogs 2\r\nпрохождение игры watch dogs 2 на русском\r\nwatch dogs 1 прохождение\r\nwatch dogs 2 прохождение часть 1\r\n \r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>прохождение игры watch dogs 2</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 1 прохождение</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>прохождение игры watch dogs 2 на русском</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 видео прохождение</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 зодиак прохождение</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 прохождение часть 1</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>видео watch dogs прохождение</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 смотреть прохождение</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 прохождение на пк</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 время прохождения</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>смотреть прохождение игры watch dogs 2</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>прохождение watch dogs 2 время творчества</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>watch dogs 2 видео прохождение на русском</a>\r\n<a href=https://www.youtube.com/watch?v=VEISRS6Ia4Y>прохождение watch dogs 2 текст</a>\r\n \r\nhttp://www.youtube.com/watch?v=VEISRS6Ia4Y\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"188.123.59.177\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(64,35,'akismet_delayed_moderation_email','1'),(65,36,'akismet_error','1483409472'),(66,36,'akismet_history','a:3:{s:4:\"time\";d:1483409472.14081;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(67,36,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"Andrewexism\";s:20:\"comment_author_email\";s:22:\"airi@best.1stbest.info\";s:18:\"comment_author_url\";s:54:\"https://audiojungle.net/item/christmas-piano/19056234/\";s:15:\"comment_content\";s:304:\"АлкоБарьер – эффективное средство, которое выводит токсины из организма после принятия спиртного и быстро восстанавливает организм. \r\nПерейти на сайт: http://alko.1stbest.info/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"148.251.234.14\";s:10:\"user_agent\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(68,36,'akismet_delayed_moderation_email','1'),(69,37,'akismet_error','1483409821'),(70,37,'akismet_history','a:3:{s:4:\"time\";d:1483409821.4249461;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(71,37,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"hgjfdcvy\";s:20:\"comment_author_email\";s:15:\"hgtr657@mail.ru\";s:18:\"comment_author_url\";s:20:\"http://omasex.online\";s:15:\"comment_content\";s:128:\"scooped <a href=\"http://omasex.online\">omasex</a> grat <a href=http://omasex.online>omasex</a> amazed http://omasex.online ta\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"93.182.169.139\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(72,37,'akismet_delayed_moderation_email','1'),(73,38,'akismet_error','1483411253'),(74,38,'akismet_history','a:3:{s:4:\"time\";d:1483411253.0780561;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(75,38,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:7:\"Nikllap\";s:20:\"comment_author_email\";s:19:\"nad_nik0919@mail.ru\";s:18:\"comment_author_url\";s:27:\"http://www.abc-group.pp.ua/\";s:15:\"comment_content\";s:6027:\"Hi! \r\nYou see an ad. The same ad with you text may see many. The same post with your advertising, products or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. \r\nEuropean countries, USA, Canada, Russia and so on. \r\nYour ad will be everywhere. \r\nWe do e-mail notifications about the letter read. \r\nDetailed reports on the work performed. \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts. \r\nHi! \r\nYou see an ad. The same ad with your text may see many. The same post with your advertising, \r\nproducts or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. European countries, USA, Canada, Russia and so on. Your ad will be everywhere. \r\nWe do e-mail notifications about the letter read. Detailed reports on the work performed. \r\nOur contacts nnp0919@gmail.com \r\nhttp://www.abc-group.pp.ua/ \r\nWe will be happy to assist you/ \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts \r\nРассылка и продвижение товаров и услуг в сети интернет.(социальных страниц , групп, постов) \r\nДобрый день. \r\nВы видите рекламный пост , такой же пост могут увидеть многие , такой же пост может быть с Вашей рекламой товаром или услугой и размещен на множестве ресурсовсайтов, социальных страницах, сообществ в социальных сетях \r\nДля нас нет границ, нет невозможного. \r\nЕсть товар, услуга, а нет клиентов -Вам именно к нам. \r\nНа этом месте могла бы быть ваша реклама!!! \r\nНаша компания занимается рассылкой , размещением Ваших постов , рекламой в сети, посты на блогах ,форумах , в социальных сетях . Продвижением и раскруткой Ваших социальных страничек, групп , и т.д \r\nВашу рекламу мы в кратчайшие сроки разместим на более чем 700 000 форумах и блогах. \r\nВашу рекламу увидят все. \r\nОптимизируем и раскрутим Ваш сайт , ресурс, страницу ,и в кратчайшие сроки проведем индексацию и оптимизацию для поисковых систем. \r\nЦены дешевле чем у всех найдете дешевле сделаем скидку. \r\nДелаем выборку по базам рассылки по конкретной тематике ,нужныхключевыхклиентовпартнеров, звонки, контактывы получите уже через несколько дней., \r\nЕсли есть товар услуга, а клиентовзаказов нет вы попали туда куда надо уже через несколько дней Вы получите шквал звонков, огромный спрос, большое количество заказов. \r\nДелаем рассылки по всему миру Страны Европы США Канада Россия и так далее Вашу рекламу увидят все. \r\nТакже делаем e-mail рассылку с уведомлениями о прочтении письма. \r\nВсе рассылки делаются с отчетами о выполненной работе. \r\nНиже приблизительный прайс на организацию рассылки \r\n \r\nОбращайтесь \r\nНаши контакты \r\nEmail : nnp0919@gmail.com \r\nhttp://www.abc-group.pp.ua/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"81.162.228.42\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(76,38,'akismet_delayed_moderation_email','1'),(77,39,'akismet_error','1483427586'),(78,39,'akismet_history','a:3:{s:4:\"time\";d:1483427586.8424489;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(79,39,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:10:\"Aarunalnag\";s:20:\"comment_author_email\";s:21:\"aarunaproject@mail.ru\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:3180:\"http://ferumroof.ru/sale/cat-106\r\nhttp://ferumroof.ru/sale/l-146\r\nhttp://ferumroof.ru/store/list-99\r\nhttp://metallocherepitsa4.ferumroof.ru/market/kak-betsia-doska-pod-metallocherepitsu11\r\nhttp://metallocherepitsa4.ferumroof.ru/moll/c102\r\n \r\nhttp://drenegh1.ferumtile.ru/catalog/cats-119\r\nhttp://drenagh9.ferumtile.ru/market/29-standartpark-volgograd-prais\r\nhttp://drenagh8.ferumtile.ru/moll/lists-376\r\nhttp://drenagh8.ferumtile.ru/moll/lists-135\r\nhttp://drenegh3.ferumtile.ru/product/page-38\r\n \r\nhttp://dymnik-gib.ru/product/512-sdelat-kak-dlia-dymnika-kolpaka-shablon-i.html\r\nhttp://dymnik-gib.ru/market/469-kolpaki-na-stolby.html\r\nhttp://dymnik-gib.ru/product/375-sdelat-kak-kolpaka-dlia-i-dymnika-shablon.html\r\nhttp://dymnik-gib.ru/sale/42-sdelat-fliuger-krutiashchimsia.html\r\nhttp://dymnik-gib.ru/market/492-kak-raschitat-i-razmestit-figuru-na-fliugarki-pravilno-dlinu-nei.html\r\n \r\nhttp://ferumtile.ru/kryshka-zabornaya/470-svoimi-kak-fliuger-sdelat-rukami.html\r\nhttp://ferumtile.ru/kryshka-zabornaya/411-rukami-chertezhi-foto-svoimi-fliuger.html\r\nhttp://ferumtile.ru/parapet-dlya-zabora/18-kak-rukami-fliuger-svoimi-sdelat.html\r\nhttp://ferumtile.ru/zabornye-kolpaki/114-fliuger-kak-svoimi-rukami-sdelat.html\r\nhttp://ferumtile.ru/ustanovka-kryshek-zabornyh/89-fliuger-foto-chertezhi.html\r\n \r\nhttp://fluger.dymnik-gib.ru/product/410-na-kryshu-foto-fliugery-eskizy.html\r\nhttp://fluger.dymnik-gib.ru/market/323-kryshu-fliugery-na-eskizy-foto.html\r\nhttp://fluger.dymnik-gib.ru/moll/59-fliugery-kryshu-eskizy-na.html\r\nhttp://fluger.dymnik-gib.ru/product/371-sdelat-svoimi-fliuger-rukami-kak.html\r\nhttp://fluger.dymnik-gib.ru/sale/3-eskizy-fliugery-na-kryshu.html\r\n \r\n<a href=\"http://kolpak-gib.ru/moll/340-zabor-kolpak-na-i-dymokhod.html\">Забор колпак РЅР° Рё дымоход</a>\r\n<a href=\"http://kolpak-gib.ru/moll/292-bury-fence-sheetz-menu.html\">Bury fence sheetz menu</a>\r\n<a href=\"http://kolpak-gib.ru/store/316-kolpakov-raskroi-zabor-metalla-na.html\">Колпаков раскрой забор металла РЅР°</a>\r\n<a href=\"http://kolpak-gib.ru/moll/255-na-zabor-iutub-kolpak.html\">РќР° забор ютуб колпак</a>\r\n<a href=\"http://kolpak-gib.ru/sale/639-copper-patina-fence-post-caps.html\">Copper patina fence post caps</a>\r\n \r\nhttp://proflist.ferumtile.ru/product/715-planka-dlia-profnastila.html\r\nhttp://proflist.ferumtile.ru/market/775-montazh-profnastila-tsena.html\r\nhttp://proflist.ferumtile.ru/moll/894-ograzhdenie-krysh.html\r\nhttp://proflist.ferumtile.ru/store/786-shirina-profnastilu.html\r\nhttp://proflist.ferumtile.ru/sale/1207-plenka-pod-profnastil.html\r\n \r\nhttp://zabor-gib.ru/kolpak-zaborniy/667-krepim-metallicheskii-shtaketnik.html\r\nhttp://zabor-gib.ru/ustanovka-kryshek-zabornyh/145-ograzhdenie-kryshi.html\r\nhttp://zabor-gib.ru/ustanovka-kryshek-zabornyh/477-zabor-iz-metallicheskogo-shtaketnika-v-nizhnem-novgorode.html\r\nhttp://zabor-gib.ru/ustanovka-kolpakov/597-zabory-ograda-ograzhdenie.html\r\nhttp://zabor-gib.ru/kolpak-na-zabornye-stolby-iz-metala/264-vysota-ograzhdeniia-vysota-zabora.html\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"185.58.204.165\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(80,39,'akismet_delayed_moderation_email','1'),(81,40,'akismet_error','1483441074'),(82,40,'akismet_history','a:3:{s:4:\"time\";d:1483441074.540329;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(83,40,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:42:\"Препарат виагра купить\";s:20:\"comment_author_email\";s:17:\"allennupt@mail.ru\";s:18:\"comment_author_url\";s:22:\"http://menshealthed.ru\";s:15:\"comment_content\";s:293:\"Преимущество этого средства заключается в более длительном эффекте. \r\nhttp://menshealthed.ru/preparati-dlya-uluchsheniya-potentsii/preparat-dlya-potentsii-tsena.php Столько всего про таблы в сети пишут...\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"185.29.255.27\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(84,40,'akismet_delayed_moderation_email','1'),(85,41,'akismet_error','1483443486'),(86,41,'akismet_history','a:3:{s:4:\"time\";d:1483443486.241863;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(87,41,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"Robertapeaft\";s:20:\"comment_author_email\";s:15:\"consvabpe@bk.ru\";s:18:\"comment_author_url\";s:21:\"http://essay-zone.com\";s:15:\"comment_content\";s:118:\"I enjoyed that http://essay-zone.com/custom-essay-service/ - essay writing service in Australia and advise it everyone\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"146.185.223.80\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(88,41,'akismet_delayed_moderation_email','1'),(89,42,'akismet_error','1483445713'),(90,42,'akismet_history','a:3:{s:4:\"time\";d:1483445713.8107369;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(91,42,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:10:\"Scotttieri\";s:20:\"comment_author_email\";s:17:\"yvonneolson@o2.pl\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:243:\"Great write-up, I am normal visitor of one?¦s phorum, maintain up the nice operate, and It’s going to be a regular visitor for a long time. http://www.dein-headshop.net/adclick.php?id=3&href=http://bunga-bunga-party.com/about-escort-agency/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:15:\"176.193.166.236\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(92,42,'akismet_delayed_moderation_email','1'),(93,43,'akismet_error','1483454758'),(94,43,'akismet_history','a:3:{s:4:\"time\";d:1483454758.533875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(95,43,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"Williamoperm\";s:20:\"comment_author_email\";s:35:\"jecptpu@roshak41.softhandscream.com\";s:18:\"comment_author_url\";s:19:\"http://rlu.ru/1mAy6\";s:15:\"comment_content\";s:364:\"http://gul.ly/bbadz\r\nhttp://cutt.us/378364\r\nhttp://rlu.ru/1mABN\r\nhttp://rlu.ru/1mABl\r\nhttp://gul.ly/bb97e\r\n#3434DskcckDS455Mcnskfwepwoemcmvweoivmo4453 \r\n<a href=http://gul.ly/bb9aq>gul</a>\r\n<a href=http://cutt.us/khwsnowbabydream864862>cutt</a>\r\n<a href=http://cutt.us/gsm850610>cutt</a>\r\n<a href=http://gul.ly/bb9bu>gul</a>\r\n<a href=http://cutt.us/426116>cutt</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"46.119.126.34\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(96,43,'akismet_delayed_moderation_email','1'),(97,44,'akismet_error','1483455810'),(98,44,'akismet_history','a:3:{s:4:\"time\";d:1483455810.2845759;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(99,44,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:7:\"Wetmlat\";s:20:\"comment_author_email\";s:19:\"wetxubr@outlook.com\";s:18:\"comment_author_url\";s:20:\"http://vshopmeds.bid\";s:15:\"comment_content\";s:159:\"viagra online usa viagra cheap sildenafil online canada pharmacy Viagra online viagra samples discount viagra purchase viagra online \r\n \r\nhttp://vshopmeds.bid\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:12:\"178.159.37.8\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(100,44,'akismet_delayed_moderation_email','1'),(101,45,'akismet_error','1483459961'),(102,45,'akismet_history','a:3:{s:4:\"time\";d:1483459961.1146801;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(103,45,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:10:\"JamesAcrot\";s:20:\"comment_author_email\";s:20:\"swertyuns@yandex.com\";s:18:\"comment_author_url\";s:92:\"http://nmysparesur.webnode.com/news/opzioni-binarie-con-previsioni-oroscopo-2017-sagittario/\";s:15:\"comment_content\";s:104:\"opzioni binarie con investimento minimo http://liabicawi.webnode.com/news/a99binary-options-auto-azusa/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"134.249.52.48\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(104,45,'akismet_delayed_moderation_email','1'),(105,46,'akismet_error','1483491199'),(106,46,'akismet_history','a:3:{s:4:\"time\";d:1483491199.7649591;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(107,46,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:10:\"StacyGlusy\";s:20:\"comment_author_email\";s:21:\"zaw27061986@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://wseozarabotke.ru/\";s:15:\"comment_content\";s:1706:\"Если вы хотите узнать как заработать в соцсетях или интернете или как раскрутитьпривлечь людей на свой сайт, то стоит посетитьзайти на наш портал. \r\nЗдесь вы узнаете не только о практический всех популярных приносящих доход видах заработка, но и сможете скачать софт для продвижение бизнеса, партнерки, блога или сайта. \r\nУ нас предоставленны такие программы как: \r\n-AVTOREG-VK-автозаполнение аккаунтов \r\n-Forum Poster-постинг на форумы \r\n-Apbotod-раскрутка группы в Одноклассниках \r\n-Apbotod-лучшаяполностью рабочая программа для авторазмещение объявлений на Avito \r\n-XSpamer-авторассылка электронных писем \r\n-VkBot 2.0-комплексное умное продвижение Вконтакте \r\nИ многие другие полезные программы для вебмастеров и людей у которых имеется свой бизнесс в интернете. \r\nДля новичков имеется много полезной настоящей и полезной информации о том как и на чем можно заработать в интернете. \r\n \r\n \r\n<a href=http://wseozarabotke.ru/>самый простой способ заработка в интернете для новичка</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"37.195.200.165\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(108,46,'akismet_delayed_moderation_email','1'),(109,47,'akismet_error','1483497836'),(110,47,'akismet_history','a:3:{s:4:\"time\";d:1483497836.065237;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(111,47,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"Wyattlax\";s:20:\"comment_author_email\";s:18:\"howtowhite@mail.ru\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:2881:\"<center><img src=\"http://www.top10homeremedies.com/wp-content/uploads/2015/07/lighten-skin-color-remedy.jpg\" width=\"450\" /></center> \r\n \r\nA fine whitening day cream should make skin tone look younger and not irritate skin tone. Certain products can do there is nothing say they\'ll do - whiten epidermis. But then, some have harsh chemicals that may also damage your skin cells. \r\n \r\nAnother ingredient that can assist in improving the condition of your pigmentation is Cynergy TK. This uniquely formulated compound contains functional keratin that can stimulate the collagen and elastin regrowth in program. \r\n \r\nThe only ingredient needed in this type is Elmer\'s washable empois. Apply a thin layer over your nose, or anywhere you wish to be cleaned out. Peel it off after 10 or 15 minutes. This can the easiest way to clean blackheads. Remember to test it before an individual it for the face. \r\n \r\nThe colour of your skin is a new result of melanin. When melanin production is reduced, the skin will lighten its color naturally. The use of Extrapone Nutgrass can effectively whitens sin without any harmful ill effects. It is also free to reduce ugly freckles as well. \r\n \r\nAlso, before going to bed, do apply a lemon juice and honey mask. Accomplish the mask, just mix a teaspoon of honey with a teaspoon of lemon beverage. Then, apply this to your skin and get out for at the minimum ten to fifteen free minutes. After which, rinse it off using lukewarm waters. What the honey does is that helps sustain skin replenished. \r\n<a href=https://www.youtube.com/watch?v=5xynKSfCUDc>how to whiten your skin zits</a> \r\nOn such ingredient is Extrapone nutgrass. It uses the ability to obtain rid old spots, make skin look younger and specifically whiten your skin any kind of harmful negative. And will be good because as we age our skin\'s complexion can get dull and lose its original color, depending on who that of education. \r\n \r\nFourth, you should shorten period of applying cosmetics. Possess to utilize make-up however go to operate. As soon while you get home, you should clear away all the cosmetics rrn your face. One of the most important point is that you just must reduce the cosmetics completely. If you do not yet determined away the cosmetics absolutely, the freckles and stains can be caused. \r\n \r\n3) Do a search for natural skin whitening cures. If you want to get those age spots, I strongly recommend you to try skin whitening products that includes a special ingredient called Extrapone Nutgrass. This particular ingredient s incredibly helpful about the buildup of melanin cells. Clinical studies have shown that using Extrapone Nutgrass can be an aid to inhibit melanin production as much as 40%. Using factor isnrrrt listed regularly aid to whiten your skin considerably. \r\n<a href=https://www.youtube.com/watch?v=5xynKSfCUDc>how to whiten your skin quickly</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"91.121.87.126\";s:10:\"user_agent\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(112,47,'akismet_delayed_moderation_email','1'),(113,48,'akismet_error','1483508202'),(114,48,'akismet_history','a:3:{s:4:\"time\";d:1483508202.684844;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(115,48,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"natalihop\";s:20:\"comment_author_email\";s:27:\"semenskorospelkin@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:102:\"Извините, кто пробовал этот https://goo.gl/xAB3OQ гель отпишитесь\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"146.158.83.16\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(116,48,'akismet_delayed_moderation_email','1'),(117,49,'akismet_error','1483508322'),(118,49,'akismet_history','a:3:{s:4:\"time\";d:1483508322.6080739;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(119,49,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"matrockin\";s:20:\"comment_author_email\";s:27:\"kotya_matrockin@hotmail.com\";s:18:\"comment_author_url\";s:102:\"https://www.avito.ru/moskva/muzykalnye_instrumenty/prodaetsya_soprano_selmer_super_action-80_814701438\";s:15:\"comment_content\";s:898:\"Продаётся профессиональный саксофон Selmer сопрано Super Action-80. Это Мировая ЛЕГЕНДА в производстве Саксофонов. На сегодняшний день саксофон этой серии почти не встречается в продаже. Произведён во Франции (ЭТО НЕ КИТАЙ!!!!!). Был куплен в начале 90-х годов на гастролях в Турции за, примерно, 7000$. \r\nСостояние на 4+; с мундштуком; в родном футляре. \r\nТорг допустим, но в разумных пределах. \r\nТип доставки - самовывоз или пересылка по почте. \r\ntel.+8-910-465-5922 \r\nhttps://www.avito.ru/moskva/muzykalnye_instrumenty/prodaetsya_soprano_selmer_super_action-80_814701438\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"95.154.145.139\";s:10:\"user_agent\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(120,49,'akismet_delayed_moderation_email','1'),(121,50,'akismet_error','1483514082'),(122,50,'akismet_history','a:3:{s:4:\"time\";d:1483514082.153543;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(123,50,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"Steventuh\";s:20:\"comment_author_email\";s:21:\"taraskina2018@mail.ru\";s:18:\"comment_author_url\";s:42:\"http://lollyru.top/?u=4cl82kk&o=8t4kazw&t=\";s:15:\"comment_content\";s:458:\"Good afternoon Love sex then you here add some color to your life. We have the hottest girls on the Internet, and the most beautiful men that are waiting for you , come to us \r\n<a href=http://lollyru.top/?u=4cl82kk&o=8t4kazw&t=>Join our huge family...</a> \r\n \r\nlollyru.top/?u=4cl82kk&o=8t4kazw&t= \r\n \r\n<a href=http://lollyru.top/?u=4cl82kk&o=8t4kazw&t=><IMG>http://s8.hostingkartinok.com/uploads/thumbs/2016/12/b922c83aa2b90fd276b87e6bb0c69e84.png</IMG></a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"77.121.194.65\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(124,50,'akismet_delayed_moderation_email','1'),(125,51,'akismet_error','1483514460'),(126,51,'akismet_history','a:3:{s:4:\"time\";d:1483514460.6264679;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(127,51,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"Willieemome\";s:20:\"comment_author_email\";s:52:\"a...u..c...t.i..o...n..t.....o..p..tip...s@gmail.com\";s:18:\"comment_author_url\";s:20:\"http://o-remonte.com\";s:15:\"comment_content\";s:16530:\"Экструдированный пенополистирол, Подставочный профиль. Установленные пластиковые окна на балкон прослужат вам много лет, если под раму поставлен подставочный профиль. Профиля нет? Ждите проблем – в процессе эксплуатации окна перестанут свободно открываться и закрываться. Н – нормированный. Мы будем рассматривать ремонты в бюджетном и ультрабюджетном сегменте, ведь они наиболее популярны и максимально быстро «отбиваются» арендой. Идея теплого пола сравнительно проста, и в примитивном варианте он был сооружен еще древними римлянами, а Соловецкие монахи, благодаря его использованию, выращивали за полярным кругом арбузы и дыни. Свобода архитектуры и дизайна Исходя от веса поднимаемого груза, механизмы бывают: o-remonte.com Эксперты по напольным покрытиям из компании Mr. Parkett поделились информацией о том, какая массивная доска достойна поселиться в вашем доме или квартире. Каждый день они отвечают на вопросы посетителей шоу-рума в Москве и знают, по каким критериям нужно делать этот выбор. Какой вывод из всего этого можно сделать? Покупать керамзит стоит у крупных продавцов, которые напрямую сотрудничают с заводами-производителями. Цепочка завод-склад-покупатель самая короткая, что исключает различные риски повреждения материала в процессе транспортировки и хранения. Также у серьезных компаний-продавцов есть большой выбор керамзита разной фракции, крытый склад, адекватно работает служба доставки, предоставляются особые условия для оптовых покупателей и строительных бригад. Главные особенности - Экологичность. Силиконовые пропитки не содержат в своём составе вредных для здоровья биоцидов, солей и органических растворителей, они полностью экологичны и безопасны, с учётом возможности использования в жилых помещениях, в том числе в банях и саунах. Основой традиционных алкидных пропиток является алкидная смола и органический растворитель с добавлением биоцидов, эти компоненты вредны для здоровья, поэтому применять такие пропитки в жилых помещениях не рекомендуется. Вторая группа штукатурки имеет в качестве основы акриловые смолы. Акриловая штукатурка при покупке представляет собой уже готовый к использованию состав. Он может быть нанесен на любое минеральное или дисперсионное покрытие. Такая штукатурка имеет более низкие показатели по паропроницаемости, но более устойчива к различным климатическим условиям. Гипсокартон XXI века – композитные листы различной длины и ширины. Для большей плотности, прочности и огнеупорности в гипс примешивают спецкомпоненты. Картон создает гладкую поверхность, на которую легко наклеить обои или нанести краску. Но главный плюс гипсокартона – это его экологичность – он «дышит», абсолютно не токсичен и не выделяет никаких посторонних запахов. Обычно его используют там, где необходимо выравнивать стены и скрыть элементы коммуникации. Кроме того, данный материал достаточно легкий и это свойство позволяет его использовать там, где требуется минимум воздействия на несущие конструкции. Гипсокартон принято подразделять на влагостойкий и огнестойкий. Первый тип обычно используется в ванной комнате, второй – при отделке чердачных и подвальных помещений. Металлическая дверь, нормальный замок и звонок <a href=http://o-remonte.com/vidy-kirpicha-sposoby-kirpichnoy-kladk/> Виды кирпича. Способы кирпичной кладки </a> Далее, чтобы не было путаницы в целях и методах их достижения, следует определиться с классами сдаваемых квартир. Ремонт для сдачи делается в любой квартире, которую планируют сдавать на длительный срок, но он может значительно отличаться в разных апартаментах. Стоит плитка значительно меньше, поскольку ее выпуск требует менее значительных усилий, а также времени, отходов остается тоже меньше. В резервуар вибропресса добавляется смесь, далее он штампует плитку разнообразной формы и размера. Давайте проведем анализ брусчатки и плитки: 1. Они прочные. Этот показатель отражает несколько моментов: модуль упругости, прочность на изгиб и на разрыв. Они достаточно высоки. Это подтверждает использование плит ОСБ для строительства домов в сейсмически опасных регионах. Там строения с элементами конструкции из ОСБ показали более высокую прочность по сравнению с их кирпичными аналогами. Направляющие шины - по ним движется полотно. <a href=http://o-remonte.com> ремонт кухни </a> Традиционные алкидные составы можно наносить лишь при плюсовой температуре воздуха. PIR нашел широкое применение в жилищном строительстве, в том числе, и благодаря своей экологичности. Жесткий пенополиизоционурат - это модифицированный вид хорошо известных полиуретанов, которые широко применяются нами в быту. Из них делают детали интерьера автомобилей, офисной мебели, матрацев и мягкой мебели, подушек, обуви и т.д. Достаточно сказать, что 80% кожзаменителей содержат в своей основе полиуретан. В большинстве случаев мы даже не выбираем применение данного материала, мы открываем дверцу холодильника, садимся в автомобиль, носим спортивную обувь – полиуретан хорошо зарекомендовал себя как универсальный материал, обладающий отличными характеристиками. Таким образом, можно смело утверждать, что теплоизоляция на основе жесткого пенополиизоцианурата на 100% соответствует стандартам экологичного «зеленого строительства». Защита дерева от биопаразитов Оригинальным украшением стен, является бамбуковые обои. Стебли определенных сортов бамбука отбирают, обрабатывают антистатиком, придавая им стойкость к выцветанию и пылеотталкивающие свойства. Бамбуковые обои способны выдерживать мытье губкой с чистящими веществами и чистку пылесосом. Для изготовления обоев, стебли бамбука подвергаются специальному способу сушки. Именно при своеобразной технологии сушки, стебли не трескаются, а значит, сохраняется их идеальный внешний вид. Пробковый пол один из самых теплых и приятен для восприятия босыми ногами, он может даже не оборудоваться системой «теплый пол» и все равно не будет холодным как, например пол из камня или плитки. Помимо этого пробковый пол отличное шумоизоляционное средство, так как покрытие способно гасить звук шагов и другие громкие звуки. Существует множество видов декоративной штукатурки. По одной только структуре можно выделить четыре типа: шуба, короед, барашек и штукатурная краска. При этом можно создать совершенно разные по фактуре поверхности. В основном все зависит от формы и размера зерна, а также инструмента, которым исполняют основную работу. В руках мастера оказывается что-то наподобие кисти, которой он может сотворить самую невероятную картину. Качество картины будет полностью зависеть от мастерства исполнителя, а точнее, от применяемых технологических приемов.. Эргономика – данное условие касается удобства эксплуатации входной металлической двери, она должна легко открываться, не быть слишком тяжелой, иметь простой, но прочный механизм. Архитекторы предлагают использовать для внутренней и внешней отделки дома натуральные материалы – гранит или мрамор. Что выбрать? Каждый материал хорош по-своему, но нужно знать их особенности и область применения. самое главное преимущество – скорость строительства. Коробка дома по такой технологии возводится в течение одной – двух недель; Фотоплитка - Монтаж: Монтаж фотоплитки ничем не отличается от монтажа обычной керамической плитки. Обратная сторона каждой фотоплитки промаркирована для удобной и быстрой установки. Если Вы посмотрите на обратную сторону плиток, то увидите порядковые номера: Основной элемент защиты дома от проникновения – входная дверь, которая должна быть достаточно прочной, иметь хорошие технические и эксплуатационные характеристики. Такая дверь может служить изолирующей стеной, в жаркую погоду она поддержит в помещении прохладу, а в зимой закроет доступ холоду. \r\nИсточник http://o-remonte.com \r\n \r\n \r\nhttp://www.gender.go.th/webboard/index.php?topic=115880.new#new\r\nhttp://forum.lineage2.one/viewtopic.php?f=5&t=328348\r\nhttp://www.forum.proteinshop.com.tr/showthread.php?459347-Extension-wma-establish&p=952241#post952241\r\nhttp://county-yangu.com/default/blog/index.php?topic=80315.new#new\r\nhttp://www.owthai.com/index.php?topic=83074.new#new\r\n \r\nhttp://acariciandoelaire.100webspace.net/foro/memberlist.php?mode=viewprofile&u=122932\r\nhttp://renault-club.com.ua/index.php?showtopic=35934\r\nhttp://schelkovskiy.ru/index.php/topic/4761-izgoj-odin-zvyozdnye-vojny-istorii-2016-rogue-one-a-star-wars-story/page-4#entry5539\r\nhttp://sysc86.com/bbs/space-uid-106997.html\r\nhttp://renault-club.com.ua/index.php?showtopic=30513\r\n \r\nhttp://forum.ismailarici.com/index.php?topic=661607.new#new\r\nhttp://www.ieenews.com/forums/\r\nhttp://forum.ismailarici.com/index.php?topic=661648.new#new\r\nhttp://forum.mobpvp.redcraft.pl/member.php?action=profile&uid=172143\r\nhttp://up-rp.info/index.php?topic=110526.new#new\r\n \r\nhttp://bettingsites.com.ng/forum/index.php?action=profile;u=376\r\nhttp://coyouthbaseball.com/index.php?action=profile;u=102608\r\nhttp://www.radicalcore.net/forum/index.php?topic=803342.new#new\r\nhttp://www.masparapente.com/foro/showthread.php?mode=linear&tid=48&pid=94\r\nhttp://firenrescue.net/forum/index.php?topic=546838.new#new\r\n \r\nhttp://forum.mukhtarat.com/posting.php?mode=post&f=4\r\nhttp://forum-mira.ru/showthread.php?t=18947\r\nhttp://www.ildforums.com/feed.php\r\nhttp://swdb.it/index.php?topic=145546.new#new\r\nhttp://stl.hol.es/index.php?topic=24616.new#new\r\n \r\nhttp://com6-interactive.fr/\r\nhttp://www.worldbatl.com/Forum/index.php?topic=486322.new#new\r\nhttp://draconianknights.com/forum/viewtopic.php?f=4&t=44438\r\nhttp://global-lite.net/index.php?topic=29450.new#new\r\nhttp://nihonkatchu.info/thesamuraiarmourforum.com/index.php?topic=403484.new#new\r\n \r\nhttp://shatrong.tarunna.com/forum_grren/viewtopic.php?p=224733#224733\r\nhttp://xn--80aaifm9c.xn--p1ai/forum\r\nhttp://russianlacquerart.com/forum/showthread.php?p=178656#post178656\r\nhttp://nihonkatchu.info/thesamuraiarmourforum.com/index.php?topic=462976.new#new\r\nhttp://shatrong.tarunna.com/forum_grren/viewtopic.php?p=170686#170686\r\n \r\nhttp://renault-club.com.ua/index.php?showtopic=28903\r\nhttp://www.empirehostingtalk.com/member.php?681-Robertpeard\r\nhttp://cocomuttz.com/forum/new_forum_cat.asp?forum_id=1&cat_id=1&level=topic&action=aRjLgbcVP\r\nhttp://doutorautoclave.com.br/viewtopic.php?f=11&t=13073\r\nhttp://www.rampad.ro/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:11:\"61.90.50.99\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(128,51,'akismet_delayed_moderation_email','1'),(129,52,'akismet_error','1483532042'),(130,52,'akismet_history','a:3:{s:4:\"time\";d:1483532042.784559;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(131,52,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"AndrejKuzin\";s:20:\"comment_author_email\";s:22:\"andrejkuzin153@mail.ru\";s:18:\"comment_author_url\";s:17:\"http://mirweba.ru\";s:15:\"comment_content\";s:108:\"<a href=http://allpiconline.com>allpiconline</a> \r\n<a href=http://awtodor.ru>awtodor</a> \r\nhttp://dressor.ru\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:11:\"5.35.25.103\";s:10:\"user_agent\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(132,52,'akismet_delayed_moderation_email','1'),(133,53,'akismet_error','1483534347'),(134,53,'akismet_history','a:3:{s:4:\"time\";d:1483534347.7208381;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(135,53,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"AJamesDiort\";s:20:\"comment_author_email\";s:19:\"hdjzllqjn@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://www.viagrageneric.christmas/\";s:15:\"comment_content\";s:60:\"Also visit my web-site: http://www.buyphentermineonline.bid/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"109.86.72.210\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(136,53,'akismet_delayed_moderation_email','1'),(137,54,'akismet_error','1483535966'),(138,54,'akismet_history','a:3:{s:4:\"time\";d:1483535966.5237961;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(139,54,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:16:\"AvatarNOW ONLINE\";s:20:\"comment_author_email\";s:24:\"schoolqurev123@yandex.ru\";s:18:\"comment_author_url\";s:31:\"https://kutanina.fitness/#team]\";s:15:\"comment_content\";s:9339:\"Добрый день.Продуктивный фитнесс дома \r\n \r\n<a href=https://kutanina.fitness/#services>индивидуальные тренеровки</a> \r\nИндивидуальные тренеровки ,персональный тренер,опытный инструктор подробно расскажет и покажет каждое движение и элемент, \r\nпоможет добитьсЯ наилучших результатов в тренировке,индивидуальный комплекс упражнений и питаниЯ, составленный тренером \r\nДобрый день. \r\n<a href=https://inox-gllas.com/photos>Мебель из стекла</a>| \r\n<a href=https://inox-gllas.com/photos>Стеклянные лифтовые шахты</a>| \r\n<a href=https://inox-gllas.com/photos>Стеклянные лестницы</a>| \r\n<a href=https://inox-gllas.com/photos>Изготовление</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>офисные зонирующие перегородки</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>Проектирование</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>Мебель из стекла</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>Зеркальные панно</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>Стеклянные панно</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>Французские балконы</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>Балюстрады - ограждения балконов</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Стеклянные полы</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Стеклянные лифтовые шахты</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Витрины часовых и ювелирных магазинов</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Фацетный витраж в окна и двери</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Фацетный витраж в окна и двери</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Душевые пространства</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>офисные зонирующие перегородки</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Стеклянные лифтовые шахты</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Проектирование</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>мебель</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>маятниковые, раздвижные, межкомнатные двери</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>предметы интерьера</a> \r\n<a href=https://inox-gllas.com/photos>Стеклянные лифтовые шахты</a>| \r\n<a href=https://inox-gllas.com/photos>элементы декора</a>| \r\n<a href=https://inox-gllas.com/photos>Стеклянные лестницы</a>| \r\n<a href=https://inox-gllas.com/photos>балконов и террас</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>офисные зонирующие перегородки</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>Проектирование</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>Мебель из стекла</a>| \r\n<a href=https://inox-gllas.com/steklyannyy-pol>Зеркальные панно</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>ограждения лестниц</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>Изготовление</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>Французские балконы</a>| \r\n<a href=https://inox-gllas.com/ograzhdeniya-iz-stekla>Изготовление</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Душевые пространства</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Установка и Обслуживание конструкций</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Стеклянные полы</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>козырьки, полы, потолки</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/zerkalnye-panno>Стеклянные лестницы</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Фацетный витраж в окна и двери</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Французские балконы</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>офисные зонирующие перегородки</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Стеклянные лифтовые шахты</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>Проектирование</a>| \r\n<a href=https://inox-gllas.com/photo/francuzskie-balkony>маятниковые, раздвижные, межкомнатные двери</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>балконов и террас</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>предметы интерьера</a>| \r\n<a href=https://inox-gllas.com/photo/mebel-iz-stekla>Фацетный витраж в окна и двери</a> \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts \r\nHi! You see an ad. The same ad with you text may see many. The same post with your advertising, products or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. \r\nEuropean countries, USA, Canada, Russia and so on. \r\nYour ad will be everywhere. \r\nWe do e-mail notifications about the letter read. \r\nDetailed reports on the work performed. \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts. \r\nHi! \r\nYou see an ad. The same ad with your text may see many. The same post with your advertising, \r\nproducts or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. European countries, USA, Canada, Russia and so on. Your ad will be everywhere. \r\nWe do e-mail notifications about the letter read. Detailed reports on the work performed. \r\nOur contacts nnp0919@gmail.com \r\nhttp://abc-group.pp.ua/ \r\nWe will be happy to assist you \r\nvariant2\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"176.104.34.29\";s:10:\"user_agent\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(140,54,'akismet_delayed_moderation_email','1'),(141,55,'akismet_error','1483543792'),(142,55,'akismet_history','a:3:{s:4:\"time\";d:1483543792.342324;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(143,55,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:13:\"Eduardofootte\";s:20:\"comment_author_email\";s:19:\"footte@bestmen.site\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:91:\"Unidentified and quickly, not ask, but if you need it at any time http://bestmen.site/money\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"194.44.170.82\";s:10:\"user_agent\";s:126:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(144,55,'akismet_delayed_moderation_email','1'),(145,56,'akismet_error','1483550098'),(146,56,'akismet_history','a:3:{s:4:\"time\";d:1483550098.6522801;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(147,56,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"Francesjago\";s:20:\"comment_author_email\";s:27:\"teterinkriskentii86@mail.ua\";s:18:\"comment_author_url\";s:41:\"http://xn--d1acaljdgleabb1c0a4k.xn--p1ai/\";s:15:\"comment_content\";s:130:\"<a href=http://xn--d1acaljdgleabb1c0a4k.xn--p1ai/molodaja-devka-v-obnazhennom-vide/>обнаженные телки видео</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"193.201.225.61\";s:10:\"user_agent\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(148,56,'akismet_delayed_moderation_email','1'),(149,57,'akismet_error','1483554049'),(150,57,'akismet_history','a:3:{s:4:\"time\";d:1483554049.7825739;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(151,57,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:10:\"Aleksanven\";s:20:\"comment_author_email\";s:20:\"pe03012017@yandex.ru\";s:18:\"comment_author_url\";s:24:\"http://prom-electric.ru/\";s:15:\"comment_content\";s:379:\"Очень долго искал информацию в инете, пока случайно не нашел вот этот сайт <a href=\"http://prom-electric.ru/articles/1/1/\">Сервис частотного преобразователя Тошиба SPB</a>\r\n \r\nНа меня это произвело большое впечатление. \r\nВсем успехов!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:12:\"5.144.97.173\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(152,57,'akismet_delayed_moderation_email','1'),(153,58,'akismet_error','1483564166'),(154,58,'akismet_history','a:3:{s:4:\"time\";d:1483564167.0286119;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(155,58,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:8:\"Debbiwes\";s:20:\"comment_author_email\";s:25:\"krupskayaulyanova@mail.ru\";s:18:\"comment_author_url\";s:38:\"http://allcatsnames.com/girl-cat-names\";s:15:\"comment_content\";s:100:\"How to name a kitten? Found here http://allcatsnames.com/girl-cat-names full list of names for cats.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"212.109.201.73\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(156,58,'akismet_delayed_moderation_email','1'),(157,59,'akismet_error','1483574307'),(158,59,'akismet_history','a:3:{s:4:\"time\";d:1483574307.3797331;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(159,59,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"naomimi16\";s:20:\"comment_author_email\";s:35:\"co4@esther.brandi.newyorkmetro5.top\";s:18:\"comment_author_url\";s:43:\"http://gay-photo-board.topdownload.download\";s:15:\"comment_content\";s:73:\"Regular gay photos usage\r\nhttp://male.photos.purplesphere.in/?post-jorden\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:13:\"84.16.241.100\";s:10:\"user_agent\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(160,59,'akismet_delayed_moderation_email','1'),(161,60,'akismet_error','1483580546'),(162,60,'akismet_history','a:3:{s:4:\"time\";d:1483580546.2486131;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(163,60,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:11:\"HaroldCarie\";s:20:\"comment_author_email\";s:33:\"theleanforgotten3@goodmail.waw.pl\";s:18:\"comment_author_url\";s:26:\"http://eworldofwarships.pl\";s:15:\"comment_content\";s:40:\"hey buddy, this can be a really exciting\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"104.238.169.25\";s:10:\"user_agent\";s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(164,60,'akismet_delayed_moderation_email','1'),(165,61,'akismet_error','1483602506'),(166,61,'akismet_history','a:3:{s:4:\"time\";d:1483602506.6241031;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(167,61,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:7:\"TiffBom\";s:20:\"comment_author_email\";s:18:\"djimikus@gmail.com\";s:18:\"comment_author_url\";s:21:\"https://goo.gl/Q3yjgY\";s:15:\"comment_content\";s:87:\"Real money making!! \r\nMake money with just 3 clicks \r\nhttps://goo.gl/wVkOWa - site this\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:9:\"5.18.69.4\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(168,61,'akismet_delayed_moderation_email','1'),(169,62,'akismet_error','1483602625'),(170,62,'akismet_history','a:3:{s:4:\"time\";d:1483602625.4845691;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(171,62,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:12:\"ZacharyNeuch\";s:20:\"comment_author_email\";s:25:\"voevodamaksimka@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://xrumerarticles.blogspot.com/2013/03/blog-post.html\";s:15:\"comment_content\";s:213:\"Blog about using software package Xrumer, Hrefer, SocPlugin, BlogsPlugin. Base and modifications to Xrumer. Ways to earn mone. <a href=http://xrumerarticles.blogspot.com/2013/11/xrumer-120.html>Xrumer Articles</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"91.247.157.176\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(172,62,'akismet_delayed_moderation_email','1'),(173,63,'akismet_error','1483613808'),(174,63,'akismet_history','a:3:{s:4:\"time\";d:1483613808.1886449;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(175,63,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:6:\"VisaOl\";s:20:\"comment_author_email\";s:21:\"kaptchitk1427@mail.ru\";s:18:\"comment_author_url\";s:20:\"http://vk.com/ua_vis\";s:15:\"comment_content\";s:1244:\"Помощь в оформлении и регистрации национальных рабочих виз, шенген виз.\r\n100% гарантия, записываем в срок и без обмана! Оплата по факту регистрации.\r\nПредоставляем доступ к почте где лежит письмо-оригинал подтверждения записи.\r\nЗапись в консульство:\r\nХарьков - 800 грн.\r\nОдесса - 500 грн.\r\nВинница - 800 грн.\r\nЛуцк, Львов - 700 грн.\r\nКиев - 800 грн.\r\nЗапись в визовый центр:\r\nКиев от 200 грн.\r\nЛьвов, Ужгород, Ивано-Франковск от 300 грн.\r\nВинница, Житомир, Хмельницкий, Черновцы от 400 грн.\r\nОдесса от 300 грн.\r\nХарьков, Днепропетровск от 600 грн.\r\n \r\nВсе перечисленные тарифы действительны! \r\n \r\nА также у нас действуют специальные цены для турфирм и визовых агентств! \r\n \r\ne-mail: visavamvsem@gmail.com\r\nViber: +375-29-881-52-61\r\nICQ: 4-3три-99-4\r\nSkype: Bas916\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"37.115.194.155\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";s:4:\"blog\";s:32:\"http://cross-stitch-centre.co.uk\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://cross-stitch-centre.co.uk/2016/10/13/hello-world/\";}'),(176,63,'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_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=509 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,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2016-10-13 16:50:57','2016-10-13 16:50:57','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0),(2,1,'Lakeisha89','filomenawoodward@web.de','http://Krystle.blog.au','192.126.162.134','2016-11-04 14:02:59','2016-11-04 14:02:59','Reading your content is big pleasure for me, it deserves to go viral, you need some initial traffic only.\r\nIf you want to know how to get it search for:\r\nblackhatworren\'s strategies',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',0,0),(3,1,'AndresHorsle','leola.campion@gmail.com','http://Hilario.blogspot.se','192.230.38.244','2016-11-04 14:26:23','2016-11-04 14:26:23','I see your website needs some unique & fresh articles. Writing manually is time consuming, but there is tool for this task.\r\nJust search for: Digitalpoilo\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',0,0),(4,1,'Jack','admin@faceman.com','http://myhealthandwellness.pen.io','107.173.85.11','2016-11-11 13:23:55','2016-11-11 13:23:55','Your post is valuable , thanks for the info http://myhealthandwellness.pen.io',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(5,1,'Florentina91','dallasstagg@t-online.de','http://Sibyl.blog.au','188.208.1.73','2016-11-11 14:44:36','2016-11-11 14:44:36','Reading your content is pure pleasure for me, it deserves to go viral, you need some \r\ninitial traffic only. If you want to know how to get it search for:\r\nblackhatworren\'s strategies',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','',0,0),(6,1,'New healthy man','marcelaridgley6907@last-chance.pro','http://bit.ly/2f0xJ92','23.94.81.66','2016-11-12 01:45:43','2016-11-12 01:45:43','Your posts is amazingly significant. http://bit.ly/2f0xJ92',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(7,1,'Eugene Chenette','Overholser@yahoo.com','http://writingjobincome.com','172.245.12.85','2016-11-18 09:47:10','2016-11-18 09:47:10','Hi There! We are searching for experienced people that might be interested in from working their home on a part-time basis. If you want to earn $500 a day, and you don\'t mind writing some short opinions up, this might be perfect opportunity for you! Simply click <a href=\"http://writingjobincome.com\" rel=\"nofollow\">the link here</a> NOW!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(8,1,'Alden Neveux','Wilk@yahoo.com','http://writingjobincome.com','192.210.174.149','2016-11-18 23:31:15','2016-11-18 23:31:15','Hi There! We are searching for some people that might be interested in from working their home on a full-time basis. If you want to earn $100 a day, and you don\'t mind writing some short opinions up, this is the perfect opportunity for you! Simply click <a href=\"http://writingjobincome.com\" rel=\"nofollow\">the link here</a> NOW!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(9,1,'inhouse pharmacy','fredericnovak8191@goooogle.usa.cc','http://tinyurl.com/j7a425c','192.3.126.45','2016-11-20 06:55:30','2016-11-20 06:55:30','Incredible, such a useful web site. http://tinyurl.com/j7a425c',0,'spam','Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.17','',0,0),(10,1,'RocioXRuma','rocioxruma@mail.ru','http://freecheapxrumer.com/','188.92.76.158','2016-11-30 18:02:11','2016-11-30 18:02:11','Hi! Where I can download the XRumer 12? This URL is not working - http://freecheapxrumer.com/ :(',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','',0,0),(11,1,'92Joanna','kayla.christenson@gmail.com','https://google.dk','189.218.243.160','2016-12-03 02:47:09','2016-12-03 02:47:09','Hello blogger ! I read your page everyday and i must say you have high quality articles here.\r\nYour page deserves to go viral. You need initial traffic \r\nonly. How to go viral fast? Search for: forbesden\'s \r\ntools',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(12,1,'Lilly','ulrngh809@hotmail.com','http://kucbdag.com','188.143.232.32','2016-12-05 07:58:09','2016-12-05 07:58:09','Goblin:Úþô ôûѠòÑÂтðòúøØтþóø óþôð òыóÃȄÂôÑÂт ýõутõшøтõûьýþ úðú рð÷ ôûѠþÿÿþ÷øцøø, ßутøý õё þñыóрðû ýð òÑÂõх ýðÿрðòûõýøÑÂх. Ø чтþñы ÿрõôÑÂтðòÃȄÂть óþô úðú ÃÃõутõш½¸Ñ‚õûьýыù ôûѠßутøýð, ðòтþры òøôøüþ ÿрøýÑÂûø ßÞ ÛØâàã ÑÂýðчðûð…',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','',0,0),(13,1,'Robbie','wizsn7n07zu@mail.com','http://ijrmhqr.com','188.143.232.27','2016-12-05 08:16:54','2016-12-05 08:16:54','I do accept as true with all the concepts you’ve presented in your post. Th18y#&2e7;re really convincing and can definitely work. Still, the posts are too quick for beginners. May you please lengthen them a bit from next time? Thank you for the post.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','',1,0),(14,1,'Merle','shawnlaroche@zoho.com','http://Deon.wikispaces.com','179.159.66.115','2016-12-07 05:55:09','2016-12-07 05:55:09','I see interesting content here. Your website can go viral easily, \r\nyou need some initial traffic only. How to get it?\r\nSearch for: ricusso\'s methods massive traffic',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 OPR/26.0.1656.60','',0,0),(15,1,'Adrianne','mittieteresa@gmail.com','http://Chelsea.blog.au','89.233.249.32','2016-12-09 11:41:37','2016-12-09 11:41:37','I see interesting content here. Your website can go viral easily,\r\nyou need some initial traffic only. How to get \r\nit? Search for: ricusso\'s methods massive traffic',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(16,1,'91Starla','lashundaflinn@gmail.com','http://Aidan.wikispaces.com','172.103.25.102','2016-12-09 12:08:20','2016-12-09 12:08:20','Hi admin !! I read your page everyday and i must say you have very interesting content \r\nhere. Your blog deserves to go viral. You need initial \r\nboost only. How to go viral fast? Search for; forbesden\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(17,1,'MaryMJ','marymarkova@gmail.com','http://marymarkova.com/','188.92.76.158','2016-12-15 16:37:48','2016-12-15 16:37:48','Hello! My name is MaryMarkova, our compane need to advertise on your website. What is your prices? Thank you. Best regards, Mary.',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','',0,0),(18,1,'FreemanqiDsi','lyledukes@myfastmail.com','http://Scott.blogspot.fr','143.0.85.90','2016-12-16 02:30:27','2016-12-16 02:30:27','I see your site needs some unique content. Writing manually is time consuming, but there is tool for this task.\r\nJust search for: Digitalpoilo\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(19,1,'Ricardo Dirk','Vanluven@gmail.com','http://writingjobincome.com','138.128.3.21','2016-12-16 08:25:28','2016-12-16 08:25:28','Hi There! We are searching for some people that are interested in from working their home on a part-time basis. If you want to earn $200 a day, and you don\'t mind writing some short opinions up, this might be perfect opportunity for you! Simply check out <a href=\"http://writingjobincome.com\" rel=\"nofollow\">the link here</a> NOW!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(20,1,'AnnaMJ','annamarkova@gmail.com','http://annamarkova.com/','188.92.76.158','2016-12-18 00:31:20','2016-12-18 00:31:20','Hello! My name is AnnaMarkova, our company need to advertise on your website. What is your prices? Thank you. Best regards, Mary.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36','',0,0),(21,1,'MelindaPed','melindaHot@gmail.com','','188.92.76.158','2016-12-19 03:44:23','2016-12-19 03:44:23','Hello) \r\nXRumer16.0 is coming soon \r\nGood luck!',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(22,1,'92Margherita','marielsaenger@gmail.com','https://google.at','198.56.163.253','2016-12-20 00:54:47','2016-12-20 00:54:47','Hello blogger !! I read your posts everyday and i \r\nmust say you have very interesting content here. Your page deserves \r\nto go viral. You need initial traffic only. How to go viral fast?\r\nSearch for: forbesden\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Iron/29.0.1600.1 Chrome/29.0.1600.1 Safari/537.36','',0,0),(23,1,'LyndaHautt','lyndawromy@gmail.com','','188.92.76.158','2016-12-21 22:24:51','2016-12-21 22:24:51','Interesting design. \r\nSo, this website very nice, I LLLiked it! :) \r\nP.S. I recommend for you the \"XRumer 16.0\" program for effective promotion. \r\nIt\'s a best SEO and SMM software for today. \r\n \r\nYour read it - then it works! ;)',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','',0,0),(24,1,'Kellynum','kellymarketing2017@mail.ru','http://letsdodating.net/Kellynum/private_photo','188.92.76.158','2016-12-22 11:59:04','2016-12-22 11:59:04','Hello, dear Administration! \r\n \r\nFor a long time I watch your project, \r\nbut today I was surprised strange facts (and photos) on your website, \r\nthat someone posted on my profile: \r\nhttp://letsdodating.net/Kellynum/private_photo \r\n \r\nIs all this true? \r\nHow to understand it all ?! \r\nI hope for early answer!',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(25,1,'RachelTaift','racheldic@mail.ru','','188.92.76.158','2016-12-23 14:43:12','2016-12-23 14:43:12','The new XRumer 16.0 - revolution in online promotion: \r\nartificial intelligence will help you to attract customers so effectively, \r\nmore than ever!',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','',0,0),(26,1,'RochelleChri','siennabisson@yahoo.de','http://Adolfo.blogspot.fr','198.199.91.203','2016-12-29 16:01:33','2016-12-29 16:01:33','I see your page needs some fresh content. Writing manually is time consuming, but there is \r\ntool for this task. Just search for - Digitalpoilo\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','',0,0),(27,1,'98Arnold','yongcollette@web.de','http://Elba88.blogspot.com','182.253.201.75','2016-12-31 19:12:08','2016-12-31 19:12:08','I must say you have very interesting articles here.\r\nYour page can go viral. You need initial boost only.\r\n\r\nHow to get it? Search for: Etorofer\'s strategies',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2220.0 Safari/537.36','',0,0),(28,1,'RobGrazianiq','francehutcherson@gmail.com','http://Arron95.blogspot.co.uk','179.154.214.252','2017-01-01 19:36:29','2017-01-01 19:36:29','I see your blog needs some fresh content. Writing manually is time consuming, but there is tool for this task.\r\nJust search for; Digitalpoilo\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','',0,0),(29,1,'TerryGox','louiserogyiik@mail.ru','http://buypcsoftware.us/product/autodesk-autocad-civil-3d-2015/','146.185.223.47','2017-01-02 15:18:06','2017-01-02 15:18:06','microsoft project 2013 features corel wordperfect 7 <a href=\"http://buypcsoftware.us/product/adobe-acrobat-dc-pro/\" rel=\"nofollow\">Adobe Acrobat Pro DC</a> adobe software discount adobe creative suite cheap \r\n2007 microsoft office professional microsoft outlook purchase <a href=\"http://buypcsoftware.us/product/adobe-acrobat-dc-pro/\" rel=\"nofollow\">Adobe Acrobat Pro DC</a> autodesk entertainment creation suite corel painter 2013',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(30,1,'aishalg4','bobbiech6@ayla.mariam.tokyo-mail1.top','http://mass.effect.futanari.yopoint.in','37.130.227.133','2017-01-02 15:40:42','2017-01-02 15:40:42','Original project\r\nhttp://sissyblog.twiclub.in/?gain.anne \r\n hard sex most erotic film erotic letter pornos free adult movie tube',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(31,1,'Molinarobazy','simas999555@gmail.com','http://0daymusic.org','213.159.38.90','2017-01-02 18:54:19','2017-01-02 18:54:19','http://0daymusic.org \r\n \r\n \r\nSimply just wished to point out I am just glad I stumbled upon your website.',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(32,1,'AustinSet','yourmailhlq@gmail.com','http://ordernaltrexone.bid','109.86.72.210','2017-01-02 19:33:52','2017-01-02 19:33:52','wireless gps tracker device crack nq call blocker car gps tracker dubai http://orderantabusecvs.bid/#free-trial-spyware-iphone wolf tracker cell phone call blocker sms ip tracker descargar whatsapp spy rapido http://orderclomid.bid/#gps-tracker-for-iphone gps spy tracker como baixar o whatsapp spy http://ordernolvadex.bid/#nokia-e71-call-blocker espiar whatsapp whatsapp spy gps tracker android software http://gravatar.com/buyviagraonline247/#phone-spy mobile phone tracker bluetooth spy for mobile can you spy on someones cell phone http://www.buyviagrageneric.bid//#call-blocker-for-landline-phones sms and call blocker app for android sms tracker untuk blackberry アクセント ようが ぎり は なみき',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(33,1,'ChuprinMa','VoroncovaDilara429@mail.ru','http://vli.su/e','37.18.42.190','2017-01-02 22:04:47','2017-01-02 22:04:47','If you want to buy a cheap veshchichek for a change, I can safely recommend this site! \r\n<a href=\"http://vli.su/Sale\" rel=\"nofollow\"> New International online clothing store </a> \r\n \r\nHas made more than 5 orders, the first two things went more than a month (in Russian), the rest is not more than a month. \r\nBasically I ordered a blouse and sweater, I have the size M, and my ideal size is one size. \r\n \r\nAll products can be found on the site showcase - http://vli.su/Sale \r\n \r\n<b>Why I vibiraem is this site?</b> \r\n? prices always and everywhere! \r\n? free shipping anywhere in the world; \r\n? cheaper simply do not have; \r\n? excellent quality at a reasonable price;',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50','',0,0),(34,1,'Caryn73','reubenkuykendall@gmail.com','http://Maxie.blogspot.se','39.184.234.10','2017-01-02 23:05:40','2017-01-02 23:05:40','This post is really interesting, but why it is on 16th place in google\'s search results.\r\nIt deserves to be in top 5. Many bloggers think that \r\nseo is dead in 2016, but it\'s not true. There is sneaky method to reach google\'s top 5 that not many \r\npeople know. Simply search for: pandatsor\'s tools',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(35,1,'StephenFride','krutskij2017@yandex.com','http://www.youtube.com/watch?v=VEISRS6Ia4Y','188.123.59.177','2017-01-03 00:28:11','2017-01-03 00:28:11','watch dogs 2 видео прохождение\r\nwatch dogs 2 видео прохождение на русском\r\nwatch dogs 2 зодиак прохождение\r\nсмотреть прохождение игры watch dogs 2\r\nwatch dogs 2 время прохождения\r\nвидео watch dogs прохождение\r\nwatch dogs 2 прохождение на пк\r\nпрохождение watch dogs 2 время творчества\r\nwatch dogs 2 смотреть прохождение\r\nпрохождение watch dogs 2 текст\r\nпрохождение игры watch dogs 2\r\nпрохождение игры watch dogs 2 на русском\r\nwatch dogs 1 прохождение\r\nwatch dogs 2 прохождение часть 1\r\n \r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">прохождение игры watch dogs 2</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 1 прохождение</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">прохождение игры watch dogs 2 на русском</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 видео прохождение</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 зодиак прохождение</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 прохождение часть 1</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">видео watch dogs прохождение</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 смотреть прохождение</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 прохождение на пк</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 время прохождения</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">смотреть прохождение игры watch dogs 2</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">прохождение watch dogs 2 время творчества</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">watch dogs 2 видео прохождение на русском</a>\r\n<a href=\"https://www.youtube.com/watch?v=VEISRS6Ia4Y\" rel=\"nofollow\">прохождение watch dogs 2 текст</a>\r\n \r\nhttp://www.youtube.com/watch?v=VEISRS6Ia4Y',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(36,1,'Andrewexism','airi@best.1stbest.info','https://audiojungle.net/item/christmas-piano/19056234/','148.251.234.14','2017-01-03 02:11:11','2017-01-03 02:11:11','АлкоБарьер – эффективное средство, которое выводит токсины из организма после принятия спиртного и быстро восстанавливает организм. \r\nПерейти на сайт: http://alko.1stbest.info/',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','',0,0),(37,1,'hgjfdcvy','hgtr657@mail.ru','http://omasex.online','93.182.169.139','2017-01-03 02:17:01','2017-01-03 02:17:01','scooped <a href=\"http://omasex.online\" rel=\"nofollow\">omasex</a> grat <a href=\"http://omasex.online\" rel=\"nofollow\">omasex</a> amazed http://omasex.online ta',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','',0,0),(38,1,'Nikllap','nad_nik0919@mail.ru','http://www.abc-group.pp.ua/','81.162.228.42','2017-01-03 02:40:52','2017-01-03 02:40:52','Hi! \r\nYou see an ad. The same ad with you text may see many. The same post with your advertising, products or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. \r\nEuropean countries, USA, Canada, Russia and so on. \r\nYour ad will be everywhere. \r\nWe do e-mail notifications about the letter read. \r\nDetailed reports on the work performed. \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts. \r\nHi! \r\nYou see an ad. The same ad with your text may see many. The same post with your advertising, \r\nproducts or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. European countries, USA, Canada, Russia and so on. Your ad will be everywhere. \r\nWe do e-mail notifications about the letter read. Detailed reports on the work performed. \r\nOur contacts nnp0919@gmail.com \r\nhttp://www.abc-group.pp.ua/ \r\nWe will be happy to assist you/ \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts \r\nРассылка и продвижение товаров и услуг в сети интернет.(социальных страниц , групп, постов) \r\nДобрый день. \r\nВы видите рекламный пост , такой же пост могут увидеть многие , такой же пост может быть с Вашей рекламой товаром или услугой и размещен на множестве ресурсовсайтов, социальных страницах, сообществ в социальных сетях \r\nДля нас нет границ, нет невозможного. \r\nЕсть товар, услуга, а нет клиентов -Вам именно к нам. \r\nНа этом месте могла бы быть ваша реклама!!! \r\nНаша компания занимается рассылкой , размещением Ваших постов , рекламой в сети, посты на блогах ,форумах , в социальных сетях . Продвижением и раскруткой Ваших социальных страничек, групп , и т.д \r\nВашу рекламу мы в кратчайшие сроки разместим на более чем 700 000 форумах и блогах. \r\nВашу рекламу увидят все. \r\nОптимизируем и раскрутим Ваш сайт , ресурс, страницу ,и в кратчайшие сроки проведем индексацию и оптимизацию для поисковых систем. \r\nЦены дешевле чем у всех найдете дешевле сделаем скидку. \r\nДелаем выборку по базам рассылки по конкретной тематике ,нужныхключевыхклиентовпартнеров, звонки, контактывы получите уже через несколько дней., \r\nЕсли есть товар услуга, а клиентовзаказов нет вы попали туда куда надо уже через несколько дней Вы получите шквал звонков, огромный спрос, большое количество заказов. \r\nДелаем рассылки по всему миру Страны Европы США Канада Россия и так далее Вашу рекламу увидят все. \r\nТакже делаем e-mail рассылку с уведомлениями о прочтении письма. \r\nВсе рассылки делаются с отчетами о выполненной работе. \r\nНиже приблизительный прайс на организацию рассылки \r\n \r\nОбращайтесь \r\nНаши контакты \r\nEmail : nnp0919@gmail.com \r\nhttp://www.abc-group.pp.ua/',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(39,1,'Aarunalnag','aarunaproject@mail.ru','','185.58.204.165','2017-01-03 07:13:06','2017-01-03 07:13:06','http://ferumroof.ru/sale/cat-106\r\nhttp://ferumroof.ru/sale/l-146\r\nhttp://ferumroof.ru/store/list-99\r\nhttp://metallocherepitsa4.ferumroof.ru/market/kak-betsia-doska-pod-metallocherepitsu11\r\nhttp://metallocherepitsa4.ferumroof.ru/moll/c102\r\n \r\nhttp://drenegh1.ferumtile.ru/catalog/cats-119\r\nhttp://drenagh9.ferumtile.ru/market/29-standartpark-volgograd-prais\r\nhttp://drenagh8.ferumtile.ru/moll/lists-376\r\nhttp://drenagh8.ferumtile.ru/moll/lists-135\r\nhttp://drenegh3.ferumtile.ru/product/page-38\r\n \r\nhttp://dymnik-gib.ru/product/512-sdelat-kak-dlia-dymnika-kolpaka-shablon-i.html\r\nhttp://dymnik-gib.ru/market/469-kolpaki-na-stolby.html\r\nhttp://dymnik-gib.ru/product/375-sdelat-kak-kolpaka-dlia-i-dymnika-shablon.html\r\nhttp://dymnik-gib.ru/sale/42-sdelat-fliuger-krutiashchimsia.html\r\nhttp://dymnik-gib.ru/market/492-kak-raschitat-i-razmestit-figuru-na-fliugarki-pravilno-dlinu-nei.html\r\n \r\nhttp://ferumtile.ru/kryshka-zabornaya/470-svoimi-kak-fliuger-sdelat-rukami.html\r\nhttp://ferumtile.ru/kryshka-zabornaya/411-rukami-chertezhi-foto-svoimi-fliuger.html\r\nhttp://ferumtile.ru/parapet-dlya-zabora/18-kak-rukami-fliuger-svoimi-sdelat.html\r\nhttp://ferumtile.ru/zabornye-kolpaki/114-fliuger-kak-svoimi-rukami-sdelat.html\r\nhttp://ferumtile.ru/ustanovka-kryshek-zabornyh/89-fliuger-foto-chertezhi.html\r\n \r\nhttp://fluger.dymnik-gib.ru/product/410-na-kryshu-foto-fliugery-eskizy.html\r\nhttp://fluger.dymnik-gib.ru/market/323-kryshu-fliugery-na-eskizy-foto.html\r\nhttp://fluger.dymnik-gib.ru/moll/59-fliugery-kryshu-eskizy-na.html\r\nhttp://fluger.dymnik-gib.ru/product/371-sdelat-svoimi-fliuger-rukami-kak.html\r\nhttp://fluger.dymnik-gib.ru/sale/3-eskizy-fliugery-na-kryshu.html\r\n \r\n<a href=\"http://kolpak-gib.ru/moll/340-zabor-kolpak-na-i-dymokhod.html\" rel=\"nofollow\">Забор колпак РЅР° Рё дымоход</a>\r\n<a href=\"http://kolpak-gib.ru/moll/292-bury-fence-sheetz-menu.html\" rel=\"nofollow\">Bury fence sheetz menu</a>\r\n<a href=\"http://kolpak-gib.ru/store/316-kolpakov-raskroi-zabor-metalla-na.html\" rel=\"nofollow\">Колпаков раскрой забор металла РЅР°</a>\r\n<a href=\"http://kolpak-gib.ru/moll/255-na-zabor-iutub-kolpak.html\" rel=\"nofollow\">РќР° забор ютуб колпак</a>\r\n<a href=\"http://kolpak-gib.ru/sale/639-copper-patina-fence-post-caps.html\" rel=\"nofollow\">Copper patina fence post caps</a>\r\n \r\nhttp://proflist.ferumtile.ru/product/715-planka-dlia-profnastila.html\r\nhttp://proflist.ferumtile.ru/market/775-montazh-profnastila-tsena.html\r\nhttp://proflist.ferumtile.ru/moll/894-ograzhdenie-krysh.html\r\nhttp://proflist.ferumtile.ru/store/786-shirina-profnastilu.html\r\nhttp://proflist.ferumtile.ru/sale/1207-plenka-pod-profnastil.html\r\n \r\nhttp://zabor-gib.ru/kolpak-zaborniy/667-krepim-metallicheskii-shtaketnik.html\r\nhttp://zabor-gib.ru/ustanovka-kryshek-zabornyh/145-ograzhdenie-kryshi.html\r\nhttp://zabor-gib.ru/ustanovka-kryshek-zabornyh/477-zabor-iz-metallicheskogo-shtaketnika-v-nizhnem-novgorode.html\r\nhttp://zabor-gib.ru/ustanovka-kolpakov/597-zabory-ograda-ograzhdenie.html\r\nhttp://zabor-gib.ru/kolpak-na-zabornye-stolby-iz-metala/264-vysota-ograzhdeniia-vysota-zabora.html',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(40,1,'Препарат виагра купить','allennupt@mail.ru','http://menshealthed.ru','185.29.255.27','2017-01-03 10:57:54','2017-01-03 10:57:54','Преимущество этого средства заключается в более длительном эффекте. \r\nhttp://menshealthed.ru/preparati-dlya-uluchsheniya-potentsii/preparat-dlya-potentsii-tsena.php Столько всего про таблы в сети пишут...',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','',0,0),(41,1,'Robertapeaft','consvabpe@bk.ru','http://essay-zone.com','146.185.223.80','2017-01-03 11:38:05','2017-01-03 11:38:05','I enjoyed that http://essay-zone.com/custom-essay-service/ - essay writing service in Australia and advise it everyone',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(42,1,'Scotttieri','yvonneolson@o2.pl','','176.193.166.236','2017-01-03 12:15:13','2017-01-03 12:15:13','Great write-up, I am normal visitor of one?¦s phorum, maintain up the nice operate, and It’s going to be a regular visitor for a long time. http://www.dein-headshop.net/adclick.php?id=3&href=http://bunga-bunga-party.com/about-escort-agency/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(43,1,'Williamoperm','jecptpu@roshak41.softhandscream.com','http://rlu.ru/1mAy6','46.119.126.34','2017-01-03 14:45:58','2017-01-03 14:45:58','http://gul.ly/bbadz\r\nhttp://cutt.us/378364\r\nhttp://rlu.ru/1mABN\r\nhttp://rlu.ru/1mABl\r\nhttp://gul.ly/bb97e\r\n#3434DskcckDS455Mcnskfwepwoemcmvweoivmo4453 \r\n<a href=\"http://gul.ly/bb9aq\" rel=\"nofollow\">gul</a>\r\n<a href=\"http://cutt.us/khwsnowbabydream864862\" rel=\"nofollow\">cutt</a>\r\n<a href=\"http://cutt.us/gsm850610\" rel=\"nofollow\">cutt</a>\r\n<a href=\"http://gul.ly/bb9bu\" rel=\"nofollow\">gul</a>\r\n<a href=\"http://cutt.us/426116\" rel=\"nofollow\">cutt</a>',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(44,1,'Wetmlat','wetxubr@outlook.com','http://vshopmeds.bid','178.159.37.8','2017-01-03 15:03:30','2017-01-03 15:03:30','viagra online usa viagra cheap sildenafil online canada pharmacy Viagra online viagra samples discount viagra purchase viagra online \r\n \r\nhttp://vshopmeds.bid',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','',0,0),(45,1,'JamesAcrot','swertyuns@yandex.com','http://nmysparesur.webnode.com/news/opzioni-binarie-con-previsioni-oroscopo-2017-sagittario/','134.249.52.48','2017-01-03 16:12:40','2017-01-03 16:12:40','opzioni binarie con investimento minimo http://liabicawi.webnode.com/news/a99binary-options-auto-azusa/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36','',0,0),(46,1,'StacyGlusy','zaw27061986@gmail.com','http://wseozarabotke.ru/','37.195.200.165','2017-01-04 00:53:19','2017-01-04 00:53:19','Если вы хотите узнать как заработать в соцсетях или интернете или как раскрутитьпривлечь людей на свой сайт, то стоит посетитьзайти на наш портал. \r\nЗдесь вы узнаете не только о практический всех популярных приносящих доход видах заработка, но и сможете скачать софт для продвижение бизнеса, партнерки, блога или сайта. \r\nУ нас предоставленны такие программы как: \r\n-AVTOREG-VK-автозаполнение аккаунтов \r\n-Forum Poster-постинг на форумы \r\n-Apbotod-раскрутка группы в Одноклассниках \r\n-Apbotod-лучшаяполностью рабочая программа для авторазмещение объявлений на Avito \r\n-XSpamer-авторассылка электронных писем \r\n-VkBot 2.0-комплексное умное продвижение Вконтакте \r\nИ многие другие полезные программы для вебмастеров и людей у которых имеется свой бизнесс в интернете. \r\nДля новичков имеется много полезной настоящей и полезной информации о том как и на чем можно заработать в интернете. \r\n \r\n \r\n<a href=\"http://wseozarabotke.ru/\" / rel=\"nofollow\">самый простой способ заработка в интернете для новичка</a>',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(47,1,'Wyattlax','howtowhite@mail.ru','','91.121.87.126','2017-01-04 02:43:55','2017-01-04 02:43:55',' \r\n \r\nA fine whitening day cream should make skin tone look younger and not irritate skin tone. Certain products can do there is nothing say they\'ll do - whiten epidermis. But then, some have harsh chemicals that may also damage your skin cells. \r\n \r\nAnother ingredient that can assist in improving the condition of your pigmentation is Cynergy TK. This uniquely formulated compound contains functional keratin that can stimulate the collagen and elastin regrowth in program. \r\n \r\nThe only ingredient needed in this type is Elmer\'s washable empois. Apply a thin layer over your nose, or anywhere you wish to be cleaned out. Peel it off after 10 or 15 minutes. This can the easiest way to clean blackheads. Remember to test it before an individual it for the face. \r\n \r\nThe colour of your skin is a new result of melanin. When melanin production is reduced, the skin will lighten its color naturally. The use of Extrapone Nutgrass can effectively whitens sin without any harmful ill effects. It is also free to reduce ugly freckles as well. \r\n \r\nAlso, before going to bed, do apply a lemon juice and honey mask. Accomplish the mask, just mix a teaspoon of honey with a teaspoon of lemon beverage. Then, apply this to your skin and get out for at the minimum ten to fifteen free minutes. After which, rinse it off using lukewarm waters. What the honey does is that helps sustain skin replenished. \r\n<a href=\"https://www.youtube.com/watch?v=5xynKSfCUDc\" rel=\"nofollow\">how to whiten your skin zits</a> \r\nOn such ingredient is Extrapone nutgrass. It uses the ability to obtain rid old spots, make skin look younger and specifically whiten your skin any kind of harmful negative. And will be good because as we age our skin\'s complexion can get dull and lose its original color, depending on who that of education. \r\n \r\nFourth, you should shorten period of applying cosmetics. Possess to utilize make-up however go to operate. As soon while you get home, you should clear away all the cosmetics rrn your face. One of the most important point is that you just must reduce the cosmetics completely. If you do not yet determined away the cosmetics absolutely, the freckles and stains can be caused. \r\n \r\n3) Do a search for natural skin whitening cures. If you want to get those age spots, I strongly recommend you to try skin whitening products that includes a special ingredient called Extrapone Nutgrass. This particular ingredient s incredibly helpful about the buildup of melanin cells. Clinical studies have shown that using Extrapone Nutgrass can be an aid to inhibit melanin production as much as 40%. Using factor isnrrrt listed regularly aid to whiten your skin considerably. \r\n<a href=\"https://www.youtube.com/watch?v=5xynKSfCUDc\" rel=\"nofollow\">how to whiten your skin quickly</a>',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50','',0,0),(48,1,'natalihop','semenskorospelkin@gmail.com','','146.158.83.16','2017-01-04 05:36:42','2017-01-04 05:36:42','Извините, кто пробовал этот https://goo.gl/xAB3OQ гель отпишитесь',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','',0,0),(49,1,'matrockin','kotya_matrockin@hotmail.com','https://www.avito.ru/moskva/muzykalnye_instrumenty/prodaetsya_soprano_selmer_super_action-80_814701438','95.154.145.139','2017-01-04 05:38:42','2017-01-04 05:38:42','Продаётся профессиональный саксофон Selmer сопрано Super Action-80. Это Мировая ЛЕГЕНДА в производстве Саксофонов. На сегодняшний день саксофон этой серии почти не встречается в продаже. Произведён во Франции (ЭТО НЕ КИТАЙ!!!!!). Был куплен в начале 90-х годов на гастролях в Турции за, примерно, 7000$. \r\nСостояние на 4+; с мундштуком; в родном футляре. \r\nТорг допустим, но в разумных пределах. \r\nТип доставки - самовывоз или пересылка по почте. \r\ntel.+8-910-465-5922 \r\nhttps://www.avito.ru/moskva/muzykalnye_instrumenty/prodaetsya_soprano_selmer_super_action-80_814701438',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(50,1,'Steventuh','taraskina2018@mail.ru','http://lollyru.top/?u=4cl82kk&o=8t4kazw&t=','77.121.194.65','2017-01-04 07:14:41','2017-01-04 07:14:41','Good afternoon Love sex then you here add some color to your life. We have the hottest girls on the Internet, and the most beautiful men that are waiting for you , come to us \r\n<a href=\"http://lollyru.top/?u=4cl82kk&o=8t4kazw&t=\" rel=\"nofollow\">Join our huge family...</a> \r\n \r\nlollyru.top/?u=4cl82kk&o=8t4kazw&t= \r\n \r\n<a href=\"http://lollyru.top/?u=4cl82kk&o=8t4kazw&t=\" rel=\"nofollow\">http://s8.hostingkartinok.com/uploads/thumbs/2016/12/b922c83aa2b90fd276b87e6bb0c69e84.png</a>',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(51,1,'Willieemome','a...u..c...t.i..o...n..t.....o..p..tip...s@gmail.com','http://o-remonte.com','61.90.50.99','2017-01-04 07:21:00','2017-01-04 07:21:00','Экструдированный пенополистирол, Подставочный профиль. Установленные пластиковые окна на балкон прослужат вам много лет, если под раму поставлен подставочный профиль. Профиля нет? Ждите проблем – в процессе эксплуатации окна перестанут свободно открываться и закрываться. Н – нормированный. Мы будем рассматривать ремонты в бюджетном и ультрабюджетном сегменте, ведь они наиболее популярны и максимально быстро «отбиваются» арендой. Идея теплого пола сравнительно проста, и в примитивном варианте он был сооружен еще древними римлянами, а Соловецкие монахи, благодаря его использованию, выращивали за полярным кругом арбузы и дыни. Свобода архитектуры и дизайна Исходя от веса поднимаемого груза, механизмы бывают: o-remonte.com Эксперты по напольным покрытиям из компании Mr. Parkett поделились информацией о том, какая массивная доска достойна поселиться в вашем доме или квартире. Каждый день они отвечают на вопросы посетителей шоу-рума в Москве и знают, по каким критериям нужно делать этот выбор. Какой вывод из всего этого можно сделать? Покупать керамзит стоит у крупных продавцов, которые напрямую сотрудничают с заводами-производителями. Цепочка завод-склад-покупатель самая короткая, что исключает различные риски повреждения материала в процессе транспортировки и хранения. Также у серьезных компаний-продавцов есть большой выбор керамзита разной фракции, крытый склад, адекватно работает служба доставки, предоставляются особые условия для оптовых покупателей и строительных бригад. Главные особенности - Экологичность. Силиконовые пропитки не содержат в своём составе вредных для здоровья биоцидов, солей и органических растворителей, они полностью экологичны и безопасны, с учётом возможности использования в жилых помещениях, в том числе в банях и саунах. Основой традиционных алкидных пропиток является алкидная смола и органический растворитель с добавлением биоцидов, эти компоненты вредны для здоровья, поэтому применять такие пропитки в жилых помещениях не рекомендуется. Вторая группа штукатурки имеет в качестве основы акриловые смолы. Акриловая штукатурка при покупке представляет собой уже готовый к использованию состав. Он может быть нанесен на любое минеральное или дисперсионное покрытие. Такая штукатурка имеет более низкие показатели по паропроницаемости, но более устойчива к различным климатическим условиям. Гипсокартон XXI века – композитные листы различной длины и ширины. Для большей плотности, прочности и огнеупорности в гипс примешивают спецкомпоненты. Картон создает гладкую поверхность, на которую легко наклеить обои или нанести краску. Но главный плюс гипсокартона – это его экологичность – он «дышит», абсолютно не токсичен и не выделяет никаких посторонних запахов. Обычно его используют там, где необходимо выравнивать стены и скрыть элементы коммуникации. Кроме того, данный материал достаточно легкий и это свойство позволяет его использовать там, где требуется минимум воздействия на несущие конструкции. Гипсокартон принято подразделять на влагостойкий и огнестойкий. Первый тип обычно используется в ванной комнате, второй – при отделке чердачных и подвальных помещений. Металлическая дверь, нормальный замок и звонок <a href=\"http://o-remonte.com/vidy-kirpicha-sposoby-kirpichnoy-kladk/\" / rel=\"nofollow\"> Виды кирпича. Способы кирпичной кладки </a> Далее, чтобы не было путаницы в целях и методах их достижения, следует определиться с классами сдаваемых квартир. Ремонт для сдачи делается в любой квартире, которую планируют сдавать на длительный срок, но он может значительно отличаться в разных апартаментах. Стоит плитка значительно меньше, поскольку ее выпуск требует менее значительных усилий, а также времени, отходов остается тоже меньше. В резервуар вибропресса добавляется смесь, далее он штампует плитку разнообразной формы и размера. Давайте проведем анализ брусчатки и плитки: 1. Они прочные. Этот показатель отражает несколько моментов: модуль упругости, прочность на изгиб и на разрыв. Они достаточно высоки. Это подтверждает использование плит ОСБ для строительства домов в сейсмически опасных регионах. Там строения с элементами конструкции из ОСБ показали более высокую прочность по сравнению с их кирпичными аналогами. Направляющие шины - по ним движется полотно. <a href=\"http://o-remonte.com\" rel=\"nofollow\"> ремонт кухни </a> Традиционные алкидные составы можно наносить лишь при плюсовой температуре воздуха. PIR нашел широкое применение в жилищном строительстве, в том числе, и благодаря своей экологичности. Жесткий пенополиизоционурат - это модифицированный вид хорошо известных полиуретанов, которые широко применяются нами в быту. Из них делают детали интерьера автомобилей, офисной мебели, матрацев и мягкой мебели, подушек, обуви и т.д. Достаточно сказать, что 80% кожзаменителей содержат в своей основе полиуретан. В большинстве случаев мы даже не выбираем применение данного материала, мы открываем дверцу холодильника, садимся в автомобиль, носим спортивную обувь – полиуретан хорошо зарекомендовал себя как универсальный материал, обладающий отличными характеристиками. Таким образом, можно смело утверждать, что теплоизоляция на основе жесткого пенополиизоцианурата на 100% соответствует стандартам экологичного «зеленого строительства». Защита дерева от биопаразитов Оригинальным украшением стен, является бамбуковые обои. Стебли определенных сортов бамбука отбирают, обрабатывают антистатиком, придавая им стойкость к выцветанию и пылеотталкивающие свойства. Бамбуковые обои способны выдерживать мытье губкой с чистящими веществами и чистку пылесосом. Для изготовления обоев, стебли бамбука подвергаются специальному способу сушки. Именно при своеобразной технологии сушки, стебли не трескаются, а значит, сохраняется их идеальный внешний вид. Пробковый пол один из самых теплых и приятен для восприятия босыми ногами, он может даже не оборудоваться системой «теплый пол» и все равно не будет холодным как, например пол из камня или плитки. Помимо этого пробковый пол отличное шумоизоляционное средство, так как покрытие способно гасить звук шагов и другие громкие звуки. Существует множество видов декоративной штукатурки. По одной только структуре можно выделить четыре типа: шуба, короед, барашек и штукатурная краска. При этом можно создать совершенно разные по фактуре поверхности. В основном все зависит от формы и размера зерна, а также инструмента, которым исполняют основную работу. В руках мастера оказывается что-то наподобие кисти, которой он может сотворить самую невероятную картину. Качество картины будет полностью зависеть от мастерства исполнителя, а точнее, от применяемых технологических приемов.. Эргономика – данное условие касается удобства эксплуатации входной металлической двери, она должна легко открываться, не быть слишком тяжелой, иметь простой, но прочный механизм. Архитекторы предлагают использовать для внутренней и внешней отделки дома натуральные материалы – гранит или мрамор. Что выбрать? Каждый материал хорош по-своему, но нужно знать их особенности и область применения. самое главное преимущество – скорость строительства. Коробка дома по такой технологии возводится в течение одной – двух недель; Фотоплитка - Монтаж: Монтаж фотоплитки ничем не отличается от монтажа обычной керамической плитки. Обратная сторона каждой фотоплитки промаркирована для удобной и быстрой установки. Если Вы посмотрите на обратную сторону плиток, то увидите порядковые номера: Основной элемент защиты дома от проникновения – входная дверь, которая должна быть достаточно прочной, иметь хорошие технические и эксплуатационные характеристики. Такая дверь может служить изолирующей стеной, в жаркую погоду она поддержит в помещении прохладу, а в зимой закроет доступ холоду. \r\nИсточник http://o-remonte.com \r\n \r\n \r\nhttp://www.gender.go.th/webboard/index.php?topic=115880.new#new\r\nhttp://forum.lineage2.one/viewtopic.php?f=5&t=328348\r\nhttp://www.forum.proteinshop.com.tr/showthread.php?459347-Extension-wma-establish&p=952241#post952241\r\nhttp://county-yangu.com/default/blog/index.php?topic=80315.new#new\r\nhttp://www.owthai.com/index.php?topic=83074.new#new\r\n \r\nhttp://acariciandoelaire.100webspace.net/foro/memberlist.php?mode=viewprofile&u=122932\r\nhttp://renault-club.com.ua/index.php?showtopic=35934\r\nhttp://schelkovskiy.ru/index.php/topic/4761-izgoj-odin-zvyozdnye-vojny-istorii-2016-rogue-one-a-star-wars-story/page-4#entry5539\r\nhttp://sysc86.com/bbs/space-uid-106997.html\r\nhttp://renault-club.com.ua/index.php?showtopic=30513\r\n \r\nhttp://forum.ismailarici.com/index.php?topic=661607.new#new\r\nhttp://www.ieenews.com/forums/\r\nhttp://forum.ismailarici.com/index.php?topic=661648.new#new\r\nhttp://forum.mobpvp.redcraft.pl/member.php?action=profile&uid=172143\r\nhttp://up-rp.info/index.php?topic=110526.new#new\r\n \r\nhttp://bettingsites.com.ng/forum/index.php?action=profile;u=376\r\nhttp://coyouthbaseball.com/index.php?action=profile;u=102608\r\nhttp://www.radicalcore.net/forum/index.php?topic=803342.new#new\r\nhttp://www.masparapente.com/foro/showthread.php?mode=linear&tid=48&pid=94\r\nhttp://firenrescue.net/forum/index.php?topic=546838.new#new\r\n \r\nhttp://forum.mukhtarat.com/posting.php?mode=post&f=4\r\nhttp://forum-mira.ru/showthread.php?t=18947\r\nhttp://www.ildforums.com/feed.php\r\nhttp://swdb.it/index.php?topic=145546.new#new\r\nhttp://stl.hol.es/index.php?topic=24616.new#new\r\n \r\nhttp://com6-interactive.fr/\r\nhttp://www.worldbatl.com/Forum/index.php?topic=486322.new#new\r\nhttp://draconianknights.com/forum/viewtopic.php?f=4&t=44438\r\nhttp://global-lite.net/index.php?topic=29450.new#new\r\nhttp://nihonkatchu.info/thesamuraiarmourforum.com/index.php?topic=403484.new#new\r\n \r\nhttp://shatrong.tarunna.com/forum_grren/viewtopic.php?p=224733#224733\r\nhttp://xn--80aaifm9c.xn--p1ai/forum\r\nhttp://russianlacquerart.com/forum/showthread.php?p=178656#post178656\r\nhttp://nihonkatchu.info/thesamuraiarmourforum.com/index.php?topic=462976.new#new\r\nhttp://shatrong.tarunna.com/forum_grren/viewtopic.php?p=170686#170686\r\n \r\nhttp://renault-club.com.ua/index.php?showtopic=28903\r\nhttp://www.empirehostingtalk.com/member.php?681-Robertpeard\r\nhttp://cocomuttz.com/forum/new_forum_cat.asp?forum_id=1&cat_id=1&level=topic&action=aRjLgbcVP\r\nhttp://doutorautoclave.com.br/viewtopic.php?f=11&t=13073\r\nhttp://www.rampad.ro/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(52,1,'AndrejKuzin','andrejkuzin153@mail.ru','http://mirweba.ru','5.35.25.103','2017-01-04 12:14:02','2017-01-04 12:14:02','<a href=\"http://allpiconline.com\" rel=\"nofollow\">allpiconline</a> \r\n<a href=\"http://awtodor.ru\" rel=\"nofollow\">awtodor</a> \r\nhttp://dressor.ru',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(53,1,'AJamesDiort','hdjzllqjn@gmail.com','http://www.viagrageneric.christmas/','109.86.72.210','2017-01-04 12:52:27','2017-01-04 12:52:27','Also visit my web-site: http://www.buyphentermineonline.bid/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','',0,0),(54,1,'AvatarNOW ONLINE','schoolqurev123@yandex.ru','https://kutanina.fitness/#team%5D','176.104.34.29','2017-01-04 13:19:26','2017-01-04 13:19:26','Добрый день.Продуктивный фитнесс дома \r\n \r\n<a href=\"https://kutanina.fitness/#services\" rel=\"nofollow\">индивидуальные тренеровки</a> \r\nИндивидуальные тренеровки ,персональный тренер,опытный инструктор подробно расскажет и покажет каждое движение и элемент, \r\nпоможет добитьсЯ наилучших результатов в тренировке,индивидуальный комплекс упражнений и питаниЯ, составленный тренером \r\nДобрый день. \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">Мебель из стекла</a>| \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">Стеклянные лифтовые шахты</a>| \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">Стеклянные лестницы</a>| \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">Изготовление</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">офисные зонирующие перегородки</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">Проектирование</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">Мебель из стекла</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">Зеркальные панно</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">Стеклянные панно</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">Французские балконы</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">Балюстрады - ограждения балконов</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Стеклянные полы</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Стеклянные лифтовые шахты</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Витрины часовых и ювелирных магазинов</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Фацетный витраж в окна и двери</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Фацетный витраж в окна и двери</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Душевые пространства</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">офисные зонирующие перегородки</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Стеклянные лифтовые шахты</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Проектирование</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">мебель</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">маятниковые, раздвижные, межкомнатные двери</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">предметы интерьера</a> \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">Стеклянные лифтовые шахты</a>| \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">элементы декора</a>| \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">Стеклянные лестницы</a>| \r\n<a href=\"https://inox-gllas.com/photos\" rel=\"nofollow\">балконов и террас</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">офисные зонирующие перегородки</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">Проектирование</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">Мебель из стекла</a>| \r\n<a href=\"https://inox-gllas.com/steklyannyy-pol\" rel=\"nofollow\">Зеркальные панно</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">ограждения лестниц</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">Изготовление</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">Французские балконы</a>| \r\n<a href=\"https://inox-gllas.com/ograzhdeniya-iz-stekla\" rel=\"nofollow\">Изготовление</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Душевые пространства</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Установка и Обслуживание конструкций</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Стеклянные полы</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">козырьки, полы, потолки</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/zerkalnye-panno\" rel=\"nofollow\">Стеклянные лестницы</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Фацетный витраж в окна и двери</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Французские балконы</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">офисные зонирующие перегородки</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Стеклянные лифтовые шахты</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">Проектирование</a>| \r\n<a href=\"https://inox-gllas.com/photo/francuzskie-balkony\" rel=\"nofollow\">маятниковые, раздвижные, межкомнатные двери</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">балконов и террас</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">предметы интерьера</a>| \r\n<a href=\"https://inox-gllas.com/photo/mebel-iz-stekla\" rel=\"nofollow\">Фацетный витраж в окна и двери</a> \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts \r\nHi! You see an ad. The same ad with you text may see many. The same post with your advertising, products or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. \r\nEuropean countries, USA, Canada, Russia and so on. \r\nYour ad will be everywhere. \r\nWe do e-mail notifications about the letter read. \r\nDetailed reports on the work performed. \r\nDistribution and promotion of goods and services on the Internet, social pages, groups, posts. \r\nHi! \r\nYou see an ad. The same ad with your text may see many. The same post with your advertising, \r\nproducts or services can be placed on a set of resources, websites, social pages, communities, social networks. \r\nFor us there are no borders, nothing is impossible. \r\nYou have a product, service and have no customers? You are in the right place today with us. \r\nAt this place could be your ad!!! \r\nOur company is engaged in delivery and placing your posts and advertising on the network. We place the posts on blogs, forums, social networks. We promote your social pages, groups, and so on. \r\nYour ads can be placed at more than 700,000 forums and blogs. \r\nYour ad will be everywhere. \r\nWe optimize your site, social profile, page or group and make it popular amongst people and search engines. \r\nPrices are cheaper than by others. If you will find a cheaper one – we make a discount for you. \r\nWe can filter our data bases on specific topics lists. You get partners, calls and contacts within a few days. \r\nIf there is a product or service and no customer - you hit exactly where it is necessary. Within a few days you will receive a barrage of calls and a lot of customers. \r\nWe do worldwide distribution of your information. European countries, USA, Canada, Russia and so on. Your ad will be everywhere. \r\nWe do e-mail notifications about the letter read. Detailed reports on the work performed. \r\nOur contacts nnp0919@gmail.com \r\nhttp://abc-group.pp.ua/ \r\nWe will be happy to assist you \r\nvariant2',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50','',0,0),(55,1,'Eduardofootte','footte@bestmen.site','','194.44.170.82','2017-01-04 15:29:52','2017-01-04 15:29:52','Unidentified and quickly, not ask, but if you need it at any time http://bestmen.site/money',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50','',0,0),(56,1,'Francesjago','teterinkriskentii86@mail.ua','http://xn--d1acaljdgleabb1c0a4k.xn--p1ai/','193.201.225.61','2017-01-04 17:14:58','2017-01-04 17:14:58','<a href=\"http://xn--d1acaljdgleabb1c0a4k.xn--p1ai/molodaja-devka-v-obnazhennom-vide/\" / rel=\"nofollow\">обнаженные телки видео</a>',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(57,1,'Aleksanven','pe03012017@yandex.ru','http://prom-electric.ru/','5.144.97.173','2017-01-04 18:20:49','2017-01-04 18:20:49','Очень долго искал информацию в инете, пока случайно не нашел вот этот сайт <a href=\"http://prom-electric.ru/articles/1/1/\" rel=\"nofollow\">Сервис частотного преобразователя Тошиба SPB</a>\r\n \r\nНа меня это произвело большое впечатление. \r\nВсем успехов!',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(58,1,'Debbiwes','krupskayaulyanova@mail.ru','http://allcatsnames.com/girl-cat-names','212.109.201.73','2017-01-04 21:09:26','2017-01-04 21:09:26','How to name a kitten? Found here http://allcatsnames.com/girl-cat-names full list of names for cats.',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(59,1,'naomimi16','co4@esther.brandi.newyorkmetro5.top','http://gay-photo-board.topdownload.download','84.16.241.100','2017-01-04 23:58:27','2017-01-04 23:58:27','Regular gay photos usage\r\nhttp://male.photos.purplesphere.in/?post-jorden',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','',0,0),(60,1,'HaroldCarie','theleanforgotten3@goodmail.waw.pl','http://eworldofwarships.pl','104.238.169.25','2017-01-05 01:42:26','2017-01-05 01:42:26','hey buddy, this can be a really exciting',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(61,1,'TiffBom','djimikus@gmail.com','https://goo.gl/Q3yjgY','5.18.69.4','2017-01-05 07:48:26','2017-01-05 07:48:26','Real money making!! \r\nMake money with just 3 clicks \r\nhttps://goo.gl/wVkOWa - site this',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(62,1,'ZacharyNeuch','voevodamaksimka@gmail.com','http://xrumerarticles.blogspot.com/2013/03/blog-post.html','91.247.157.176','2017-01-05 07:50:25','2017-01-05 07:50:25','Blog about using software package Xrumer, Hrefer, SocPlugin, BlogsPlugin. Base and modifications to Xrumer. Ways to earn mone. <a href=\"http://xrumerarticles.blogspot.com/2013/11/xrumer-120.html\" rel=\"nofollow\">Xrumer Articles</a>',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','',0,0),(63,1,'VisaOl','kaptchitk1427@mail.ru','http://vk.com/ua_vis','37.115.194.155','2017-01-05 10:56:48','2017-01-05 10:56:48','Помощь в оформлении и регистрации национальных рабочих виз, шенген виз.\r\n100% гарантия, записываем в срок и без обмана! Оплата по факту регистрации.\r\nПредоставляем доступ к почте где лежит письмо-оригинал подтверждения записи.\r\nЗапись в консульство:\r\nХарьков - 800 грн.\r\nОдесса - 500 грн.\r\nВинница - 800 грн.\r\nЛуцк, Львов - 700 грн.\r\nКиев - 800 грн.\r\nЗапись в визовый центр:\r\nКиев от 200 грн.\r\nЛьвов, Ужгород, Ивано-Франковск от 300 грн.\r\nВинница, Житомир, Хмельницкий, Черновцы от 400 грн.\r\nОдесса от 300 грн.\r\nХарьков, Днепропетровск от 600 грн.\r\n \r\nВсе перечисленные тарифы действительны! \r\n \r\nА также у нас действуют специальные цены для турфирм и визовых агентств! \r\n \r\ne-mail: visavamvsem@gmail.com\r\nViber: +375-29-881-52-61\r\nICQ: 4-3три-99-4\r\nSkype: Bas916',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(65,11,'British Collection Tapestry - cross-stitch-centre','','http://cross-stitch-centre.co.uk/british-collection-tapestry','213.171.205.171','2017-01-10 11:43:21','2017-01-10 11:43:21','[…] and cultural heritage. The British Collection range shows Britain depicted in tapestry. Please click here to see more of these tapestry […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(66,2,'FAQ's - cross-stitch-centre','','http://cross-stitch-centre.co.uk/faq','213.171.205.171','2017-01-10 12:20:10','2017-01-10 12:20:10','[…] Contact Cross Stitch Centre […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(67,8,'FAQ's - cross-stitch-centre','','http://cross-stitch-centre.co.uk/faq','213.171.205.171','2017-01-10 12:20:52','2017-01-10 12:20:52','[…] A. Your kit will have of a full colour printed cotton canvas, sufficient wool to complete the design, a needle and instruction booklet to help you create. Read more. […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(68,11,'FAQ's - cross-stitch-centre','','http://cross-stitch-centre.co.uk/faq','213.171.205.171','2017-01-10 12:25:36','2017-01-10 12:25:36','[…] A. For delivery in the UK, your ordered goods should be with you following 5 days. However, for international shipping this can take up to 20 days. Buy your kits here. […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(69,0,'','','','192.3.11.220','2017-01-14 00:51:49','2017-01-14 00:51:49','',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(70,1,'Cross Stitch Kits - The Cross Stitch Centre','','http://cross-stitch-centre.co.uk/cross-stitch-kits','213.171.205.171','2017-02-06 12:19:21','2017-02-06 12:19:21','[…] Needlepoint Tapestry […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(71,1,'Half Price Kits - The Cross Stitch Centre','','http://cross-stitch-centre.co.uk/half-price-kits','213.171.205.171','2017-02-06 16:32:59','2017-02-06 16:32:59','[…] Needlepoint Tapestry […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(72,8,'Penelope Budget Tapestry - The Cross Stitch Centre','','http://cross-stitch-centre.co.uk/penelope-budget-tapestry','213.171.205.171','2017-02-06 21:06:31','2017-02-06 21:06:31','[…] Cross Stitch Kits […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(73,1,'Penelope Budget Tapestry - The Cross Stitch Centre','','http://cross-stitch-centre.co.uk/penelope-budget-tapestry','213.171.205.171','2017-02-06 21:06:49','2017-02-06 21:06:49','[…] Needlepoint Tapestry […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(74,11,'Penelope Budget Tapestry - The Cross Stitch Centre','','http://cross-stitch-centre.co.uk/penelope-budget-tapestry','213.171.205.171','2017-02-20 21:45:06','2017-02-20 21:45:06','[…] Half Price Kits […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/4.7','pingback',0,0),(75,2,'paydaycgtloansnhj.com','','http://paydaycgtloansnhj.com','178.158.112.94','2017-07-06 08:40:01','2017-07-06 08:40:01','<strong>paydaycgtloansnhj.com</strong>\n\npaydaycgtloansnhj.com',0,'0','','trackback',0,0),(76,1,'obszerne opracowanie','jina.plumlee@gmail.com','http://LifeOnTheRoad.PL','106.11.229.191','2018-04-14 12:27:15','2018-04-14 12:27:15','Very energetic article, I liked that bit. Will there be a \r\npart 2?',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','',0,0),(77,1,'gamemode 1 minecraft servers','luthermcelroy@freenet.de','http://universemc.us','23.95.222.152','2018-04-15 22:50:35','2018-04-15 22:50:35','UniverseMC is a very diverse minecraft server. our community brings a varity of gamemodes \r\nto fit each player! We offer Factions,Prison,Skyblock and more gamemodes being released all the time.\r\nWe offer a freerank to all those who would like to \r\nprevent the pay to play aspect of most other servers.\r\nWe host weekly events and staff that are dedicated to helping you how ever needed.\r\nOur machines are hosted in the United States to \r\nmake the best gaming expierence possible for all \r\nplayers globally. We have EU proxies to have better \r\nping or connection for everyone. We also host weekly events \r\nand release weekly major updates! Our server is \r\na minecraft server that just released 3 months \r\nago from this message being sent! We would love to \r\nsee you online to enjoy the best time of your life in the Minecraft community!\r\n\r\nOur IP IS PLAY.UNIVERSEMC.US We host sales \r\nabout once a month and whenever we reach our donation goal \r\nwe host a massive event for all of our players.\r\nSERVER IP: PLAY.UNIVERSEMC.US\r\nSERVER WEBSITE: http://universemc.us/',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0','',0,0),(78,1,'anchortext','olive.croteau@gmx.net','https://cryptocurrencycurrent.com/2017/09/28/explaining-fast-products-in-essay-writing/','45.77.218.94','2018-04-19 22:57:24','2018-04-19 22:57:24','So if you are expecting a great deal of help, be aware that it isn\'t really forthcoming.\r\nCross out any irrelevant ones to make your very best self that will put them in a \r\nlogical order. Remember that if you are new at college you\'ll \r\nonly recover in the event you practice, so give your very best on each and every assignment as you may be enhancing your academic writing skills with each one.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','',0,0),(79,1,'Fun88 link | wap Fun88 di động Link vào Fun88 mới nhất 2018','junehopman@arcor.de','https://nhacaisomot.com/fun88-link-fun88-link-vao-fun88-khong-bi-chan-a564.html','45.117.156.114','2018-04-25 23:20:02','2018-04-25 23:20:02','What\'s up, its good paragraph on the topic of media print, we all be familiar with media is a impressive source of facts.',0,'0','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0','',0,0),(80,1,'http://www.points2shop.com/','luigiwere@t-online.de','http://www.points2shop.com?ref=oi2015','198.46.165.58','2018-05-02 16:06:58','2018-05-02 16:06:58','Hi just wanted to give you a brief heads up and let you know a few of the images aren\'t loading \r\ncorrectly. I\'m not sure why but I think its a linking issue.\r\nI\'ve tried it in two different browsers and both show \r\nthe same outcome.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','',0,0),(81,1,'M88','ewangerken@gmail.com','https://www.m88sut.com','45.117.156.129','2018-05-04 23:48:54','2018-05-04 23:48:54','It\'s an remarkable post in favor of all the internet users; \r\nthey will get benefit from it I am sure.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:57.0) Gecko/20100101 Firefox/57.0','',0,0),(82,1,'viagra','vince.kovar@t-online.de','http://eteismai.lt/imone/302558487/eko-trade','163.172.170.214','2018-05-07 01:43:00','2018-05-07 01:43:00','It\'s perfect time to make some plans for the future and it\'s \r\ntime to be happy. I have read this post and \r\nif I could I want to suggest you few interesting things or tips.\r\nMaybe you can write next articles referring to this article.\r\nI want to read even more things about it!',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','',0,0),(83,1,'Portable Dumpster 03849','callieharianevto@yahoo.com','https://dumpstercentre.com/new-hampshire/portable-dumpster-03849/','107.175.38.161','2018-05-13 17:09:55','2018-05-13 17:09:55','Once you\'ve got bought your product and have studied \r\nyour coaching supplies, you are literally prepared to start out your personal business. https://dumpstercentre.com/new-hampshire/portable-dumpster-03849/',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(84,1,'Putaran Kartu Poker Online','johannawainewright@gmx.net','http://hogege-ge.moo.jp/unoke/kahokubbs/kahoku_m.cgi?list=thread','165.231.101.150','2018-05-16 18:03:19','2018-05-16 18:03:19','Hello there, You\'ve done a fantastic job. I\'ll certainly \r\ndigg it and for my part recommend to my friends. I\'m confident they will be benefited from this web site.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(85,1,'inkjet printer','federicofenton@gmail.com','http://blackforestindustries.com/blog/?p=2424','89.32.65.20','2018-05-17 13:18:32','2018-05-17 13:18:32','As far as advertising posters are worried, they emerged like a special \r\nform of graphic art inside the contemporary times.\r\nIn addition, you may be able to attain free lamination from your \r\nexpected printing firm. What can be these activities, to enjoy this father day more memorably.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(86,8,'ArielleBold','carriebacon@live.de','https://MeiWee.blogspot.com','186.235.35.121','2018-05-18 23:13:55','2018-05-18 23:13:55','I have checked your website and i\'ve found some duplicate content, \r\nthat\'s why you don\'t rank high in google, but there is \r\na tool that can help you to create 100% unique articles,\r\nsearch for: SSundee advices unlimited content for your blog',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','',0,0),(87,1,'penghilang bulu ketiak','jackiewarfe@gmail.com','http://www.nutrisirambut.com/','23.95.222.181','2018-05-19 01:58:24','2018-05-19 01:58:24','I visit daily a few blogs and sites to read posts, except this website gives quality based content.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7','',0,0),(88,1,'home design','maryjo.yarbro@gawab.com','http://fullpdf.host','45.63.49.244','2018-05-20 00:35:39','2018-05-20 00:35:39','After checking out a few of the articles on your blog, I truly like your \r\ntechnique of writing a blog. I bookmarked it to my bookmark site list and will be checking back \r\nin the near future. Please check out my web site too and tell me how you feel.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:57.0) Gecko/20100101 Firefox/57.0','',0,0),(89,1,'Casino Online Indonesia','masonpoupinel@arcor.de','http://informasicasino.com','151.237.178.147','2018-05-20 00:46:14','2018-05-20 00:46:14','Thanks for one\'s marvelous posting! I really enjoyed reading it, you happen to be \r\na great author. I will make certain to bookmark your blog and will \r\noften come back in the future. I want to encourage you continue your great job, \r\nhave a nice day!',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','',0,0),(90,1,'seks','lashundasievwright@bigstring.com','http://www.freechats.info','185.126.201.54','2018-05-22 06:02:31','2018-05-22 06:02:31','I\'m not sure exactly why but this web site is loading extremely slow for me.\r\nIs anyone else having this problem or is it a problem on my end?\r\nI\'ll check back later and see if the problem still exists.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','',0,0),(91,1,'anami sikin','wernerbeckett@gmail.com','http://paleroom.com','200.54.212.234','2018-05-29 13:18:57','2018-05-29 13:18:57','I loved as much as you\'ll receive carried out right here.\r\n\r\nThe sketch is tasteful, your authored material stylish. nonetheless, you \r\ncommand get bought an impatience over that you wish be delivering the following.\r\nunwell unquestionably come more formerly again since exactly the same nearly very often inside case you shield this increase.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0','',0,0),(92,1,'oram plus Review','brady.gaddy@googlemail.com','http://gzy.chinagqsw.pw/space.php?uid=592649&do=blog&id=2389080','185.141.206.107','2018-05-31 18:57:08','2018-05-31 18:57:08','My brothr suggested I might like this website.\r\nHe was entirely right. This ost actually made my day. You can not imagine just how much \r\ntime I had spent for this information! Thanks!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','',0,0),(93,1,'anchortext','abel.thiel@gmail.com','https://mediawatch360.com/examining-fundamental-criteria-for-research-paper/','104.238.153.240','2018-06-01 23:30:16','2018-06-01 23:30:16','If this is true then results may be skewed or perhaps the writer could possibly be struggling to draw any sensible conclusions.\r\nThis will offer you the required time and employ to brainstorm and be sure what you\'re \r\nwriting about is relevant and what you want to make in. Remember that in case you are new at college you\'ll only get better if you practice, so work \r\ntirelessly on every single assignment as you may be giving you better academic ability as \r\na copywriter with each one.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.4.7 (KHTML, like Gecko) Version/11.0.2 Safari/604.4.7','',0,0),(94,1,'kartal escort','santoisbell@aol.com','http://kartalozelders.com/','196.196.90.178','2018-06-03 01:33:33','2018-06-03 01:33:33','Paragraph writing is also a excitement, if you be familiar with after that you can write or else it \r\nis complicated to write.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',0,0),(95,1,'conseil nutritionniste petit déjeuner','kaymarano126@pro.buzzcluby.com','http://www.h2oproofrainwear.com/__media__/js/netsoltrademark.php?d=www.reformetasante.com%2Fmaitriser-les-11-cles-de-la-meditation-profonde-avec-le-yoga%2F','31.166.234.227','2018-06-05 09:43:04','2018-06-05 09:43:04','Ils incarnent tous Monsieur et Madame Santé. http://www.h2oproofrainwear.com/__media__/js/netsoltrademark.php?d=www.reformetasante.com%2Fmaitriser-les-11-cles-de-la-meditation-profonde-avec-le-yoga%2F',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','',0,0),(96,17,'BiancaBold','adalbertoalder@gmail.com','https://LonnySee.wix.com','159.65.9.66','2018-06-06 01:45:26','2018-06-06 01:45:26','I have checked your website and i have found some \r\nduplicate content, that\'s why you don\'t rank \r\nhigh in google\'s search results, but there is a tool that \r\ncan help you to create 100% unique articles, search for; SSundee \r\nadvices unlimited content for your blog',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','',0,0),(97,1,'Apk direct','hermanrichards@bigstring.com','http://narutogameshub.com/profile/alisonhoffm','202.21.32.148','2018-06-06 03:08:46','2018-06-06 03:08:46','Free download mod apk',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','',0,0),(98,1,'porno','andynale@gmx.de','http://www.hayatim.info','195.154.44.63','2018-06-07 10:21:07','2018-06-07 10:21:07','I am sure this piece of writing has touched all the internet visitors, \r\nits really really good post on building up new weblog.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','',0,0),(99,1,'Jonathon','rosariomichalski@freenet.de','http://www.ailaosta.it/index.php/component/k2/itemlist/user/60398','5.157.32.174','2018-06-08 06:51:47','2018-06-08 06:51:47','Have you ever considered publishing ann e-book or guest authoring \r\non other sites? Ihave a blog based upon oon the same topics \r\nyou discuss and wouuld loove to have you share sokme \r\nstories/information. I know my readers wouod enjoy your work.\r\nIf you\'re even remotely interested, fewel frree to shoot me an email.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5','',0,0),(100,1,'www forex diamond com','briannawood@the-quickest.com','http://www.zeezo.org/articles/76840-what-you-need-to-know-about-investing-in-foreign-exchange','5.34.242.111','2018-06-13 12:41:29','2018-06-13 12:41:29','Magnificent items from you, man. I have take into account \r\nyour stuff prior to and you are just too great.\r\nI actually like what you\'ve receiced here, really like what you are \r\nsaying and the way in which you are saying it.\r\n\r\nYou\'re making it enjoyable and you still care for to stay it sensible.\r\nI cant wait to read far more from you. This is really a terrific website.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(101,1,'Hamish','jacquesfugate@yahoo.de','http://computerhopenowwith.com','107.158.176.63','2018-06-13 22:11:12','2018-06-13 22:11:12','Hello mates, how is the whole thing, and what you want to say \r\non the topic of this article, in my view its genuinely amazing in favor of \r\nme.',0,'0','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; Trident/5.0)','',0,0),(102,1,'best deep forehead wrinkle treatment','shirleyswinford@gmx.net','http://Kc6.devrea.tw1.ru/index.php/component/k2/itemlist/user/70929','50.3.198.222','2018-06-14 03:18:51','2018-06-14 03:18:51','Your means of teelling the whole thing in this pparagraph is really nice, \r\nall can simply understand it, Thankks a lot.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','',0,0),(103,1,'sabung ayam bolavita','mickeyvonwiller@freenet.de','http://www.judisamgong.com/tradisi-sabung-ayam-tajen-di-bali-kini-terhidang-versi-online/','107.161.93.140','2018-06-14 06:18:18','2018-06-14 06:18:18','Aw, this was a very good post. Taking a few minutes and actual effort to produce \r\na superb article… but what can I say… I hesitate a lot \r\nand don\'t seem to get anything done.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(104,1,'genf20 plus price','buster_valasquez@gmx.net','https://Crew.Ymanage.net/?option=com_k2&view=itemlist&task=user&id=60169','107.158.199.42','2018-06-17 06:33:44','2018-06-17 06:33:44','What a stuff of un-ambiguity and preserveness of valuable know-how on the topic of unexpecfed \r\nfeelings.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.58','',0,0),(105,1,'Charissa','josedickinson@gmail.com','http://www.smilingworldministries.org/index.php/component/k2/itemlist/user/42972','104.218.192.161','2018-06-18 08:38:54','2018-06-18 08:38:54','Thankfulness to my father who informed me on the topic of this webpage, this website is actually \r\nremarkable.',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/63.0.3239.84 Chrome/63.0.3239.84 Safari/537.36','',0,0),(106,1,'vidéo buzz du jour','miguelinadearmond36@pro.buzzcluby.com','http://nelliecravens.com/__media__/js/netsoltrademark.php?d=www.newstube.fr%2Fun-camion-lequel-roulait-sur-un-vase-gele-deroule-soudainement-a-travers-la-glace%2F','138.59.206.191','2018-06-22 22:15:40','2018-06-22 22:15:40','C\'est sans doute le buzz politique de l\'année. http://nelliecravens.com/__media__/js/netsoltrademark.php?d=www.newstube.fr%2Fun-camion-lequel-roulait-sur-un-vase-gele-deroule-soudainement-a-travers-la-glace%2F',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','',0,0),(107,1,'Royal paradise','natishahubbs@yahoo.com','http://itr.96.lt/real-estate/20-royal-paradise.html','118.69.87.170','2018-06-24 19:14:18','2018-06-24 19:14:18','you\'re actually a excellent webmaster. The web site loading velocity is amazing.\r\nIt kind of feels that you\'re doing any distinctive \r\ntrick. Also, The contents are masterpiece. you\'ve performed a wonderful \r\nprocess on this subject!',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','',0,0),(108,1,'Maltepe Yeni Escort','nikolestanton@yahoo.com','http://kartalozelders.com/','196.196.90.76','2018-06-25 09:36:55','2018-06-25 09:36:55','I truly love yоur website.. Ꮐreat colors & theme. Did yоu develop thіs web site yourself?\r\n\r\nPleaѕe reply Ƅack aѕ I\'m planning to ⅽreate mу own personal website \r\nɑnd wߋuld liқe to learn ᴡhere you got tһis from oг whаt thе theme iѕ named.\r\nMany thаnks!',0,'0','Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0','',0,0),(109,1,'the power of conversational hypnosis ebook download','trentramon@gmail.com','http://www.manalsharqawai-lawfirm.com/index.php/component/k2/itemlist/user/3384','45.62.55.89','2018-06-27 21:33:00','2018-06-27 21:33:00','naturally like your website but youu need to test the \r\nspelling on quite a few of your posts. A number of them are rife with spelling problems and I in finding it \r\nvery troublesome to tell the truth then again I\'ll surely come again again.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0','',0,0),(110,1,'runescape gold bot','fsbccfo@gmail.com','https://sigridmignon.page4.me/do_not_miss_this_traditional_mmorpg_-_runescape.html','185.236.118.178','2018-06-28 15:19:50','2018-06-28 15:19:50','As soon as I detected this site I went on reddit to share some of the love with them.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(111,1,'kala health reviews','borishorn@zoho.com','http://inclusivenews.org/user/TraciCarandini/','5.157.6.44','2018-06-29 17:47:46','2018-06-29 17:47:46','Hiya, I\'m really glad I\'ve found this information. Today bloggers publish just about gossips and web and this is actually annoying.\r\nA good blog with exciting content, this is what I need.\r\n\r\nThank you for keepkng this website, I\'ll be visiting it.\r\nDo you ddo newsletters? Can\'t findd it.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','',0,0),(112,1,'perontok bulu','precioussonnier@t-online.de','https://penumbuhrambutpalingbagus.wordpress.com/2017/07/12/12-cara-menumbuhkan-rambut-botak-secara-alami/','23.95.222.181','2018-06-30 11:41:35','2018-06-30 11:41:35','continuously i used to read smaller articles or reviews \r\nwhich also clear their motive, and that is also happening with this piece of writing which I \r\nam reading now.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36','',0,0),(113,8,'MerryJuicy','francekidman@gmail.com','https://AlphonsoWee.blogspot.com','74.114.234.246','2018-06-30 23:24:55','2018-06-30 23:24:55','I often visit your website and have noticed that you don\'t update it often. More frequent \r\nupdates will give your site higher authority & rank in google.\r\n\r\nI know that writing articles takes a lot of time, but you can always \r\nhelp yourself with miftolo\'s tools which will shorten the time of creating an article to a couple of seconds.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(114,1,'Gia','eve.kovar@web.de','http://computerhopenowwith.com','191.101.201.34','2018-07-02 05:38:50','2018-07-02 05:38:50','Hey there, You\'ve done an excellent job. I\'ll certainly \r\ndigg it and personally recommend to my friends. I\'m sure they\'ll be benefited from this site.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(115,1,'where to buy rare earth magnets','skekzes@gmail.com','https://gisellezora.livejournal.com/430.html','82.211.24.139','2018-07-05 11:32:34','2018-07-05 11:32:34','ost however , I was wanting to know if you could write a litte more on this topic? I\'d be very grateful if you could elaborate a little bit more. Many thanks!',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(116,1,'abstract writing sample','leongregory@gmail.com','http://zjxzogsbmh.gq/sample-of-a-research-paper-proposal-808829.html','178.45.230.190','2018-07-07 00:45:56','2018-07-07 00:45:56','That is really attention-grabbing, You are an excessively skilled blogger.\r\nI have joined your rss feed and stay up for looking for more of your fantastic \r\npost. Also, I have shared your website in my social networks',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.15 Safari/537.36','',0,0),(117,8,'buy osrs gold reddit','lsmtvkafi@gmail.com','https://www.goodreads.com/user/show/79918770-homer-lay','5.157.5.86','2018-07-08 19:23:42','2018-07-08 19:23:42','Highly energetic blog, I enjoyed that bit. Will there be a part 2?',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(118,1,'cat hat','zita@bali-traveller.com','http://catswithbamboochopsticksforhands.com','151.237.177.20','2018-07-12 07:25:47','2018-07-12 07:25:47','I wanted to thank you for this good read!! I definitely enjoyed every little bit of it.\r\n\r\nI have got you saved as a favorite to check out new things you post... http://catswithbamboochopsticksforhands.com',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.18 Safari/537.36 OPR/55.0.2962.0 (Edition developer)','',0,0),(119,1,'Rvxadryl Male Enhancement Pills','keven@wp-viralclick.com','http://shortlink.club/rvxadrylmaleenhancementreviews92208','23.81.228.14','2018-07-13 03:15:33','2018-07-13 03:15:33','Wow, this paragraph is good, my sister is analyzing these kinds of \r\nthings, therefore I am going to let know her. http://shortlink.club/rvxadrylmaleenhancementreviews92208',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36,gzip(gfe)','',0,0),(120,1,'Rvxadryl Male Enhancement','frederica@captchaeu.info','http://cerenzanegra.altervista.org/Rvxadryl_Male_Enhancement_Pills_8516388','23.95.114.147','2018-07-13 04:29:27','2018-07-13 04:29:27','When someone writes an post he/she retains the \r\nthought of a user in his/her brain that how a user can know \r\nit. So that\'s why this post is amazing. Thanks! http://cerenzanegra.altervista.org/Rvxadryl_Male_Enhancement_Pills_8516388',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5083.400 QQBrowser/10.0.972.400','',0,0),(121,1,'Rvxadryl','keven@wp-viralclick.com','http://www.ftimes.info/ftimes/home/link.php?url=http://www.realstatecoin.org/index.php%3Ftitle=Tips_On_Increasing_Your_Penis_Size','196.244.199.65','2018-07-13 04:35:56','2018-07-13 04:35:56','Magnificent items from you, man. I\'ve take into accout your \r\nstuff previous to and you are just extremely wonderful.\r\nI really like what you have bought right here, really like what you\'re saying and the way in which wherein you are saying it.\r\nYou are making it enjoyable and you still care for to stay it wise.\r\nI cant wait to learn much more from you. That is really a tremendous site. http://www.ftimes.info/ftimes/home/link.php?url=http://www.realstatecoin.org/index.php%3Ftitle=Tips_On_Increasing_Your_Penis_Size',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64','',0,0),(122,1,'Rvxadryl Male Enhancement Pills','sisile@brainboostingsupplements.org','http://qsru.ru/rvxadrylmaleenhancementreviews37081','23.82.28.234','2018-07-13 09:00:13','2018-07-13 09:00:13','Hi my family member! I want to say that this article is amazing, great written and come with \r\nalmost all important infos. I\'d like to see more posts like this. http://qsru.ru/rvxadrylmaleenhancementreviews37081',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.31 Safari/537.36','',0,0),(123,1,'salehoo dropshipping','annmarie_mackersey@inbox.com','http://www.Lazydeeplinks.com/articles/16025-would-you-like-to-use-the-internet--make-sure-to-here-are-some-ideas','107.152.158.186','2018-07-13 09:30:40','2018-07-13 09:30:40','I reaoly liuke your blog.. very nice colors & theme.\r\nDid you make this website yourself or did you hire \r\nsomeone to do it for you? Plz respond as I\'m looking to construct my \r\nown blog and would like to find oout where u \r\ngot this from. appreciate it',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(124,1,'Rvxadryl','keven@wp-viralclick.com','http://www.netseoul.net/?a%5B%5D=%3Ca+href%3Dhttps%3A%2F%2Feblogary.com%2Fgroups%2Fare-male-enhancement-weights-very-helpful%2F%3ERvxadryl+Male+Enhancement+Pills%3C%2Fa%3E','23.81.232.64','2018-07-13 10:11:31','2018-07-13 10:11:31','Would love to perpetually get updated great weblog! http://www.netseoul.net/?a%5B%5D=%3Ca+href%3Dhttps%3A%2F%2Feblogary.com%2Fgroups%2Fare-male-enhancement-weights-very-helpful%2F%3ERvxadryl+Male+Enhancement+Pills%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)','',0,0),(125,1,'Rvxadryl Male Enhancement Pills','cathlene@buygsalist.com','http://www.paradiseescortsuk.com/out.php?id=&link=https://peridance.org/groups/make-your-penis-bigger-residence-quickly-easily/','23.81.228.101','2018-07-13 16:19:17','2018-07-13 16:19:17','Would love to incessantly get updated outstanding site! http://www.paradiseescortsuk.com/out.php?id=&link=https://peridance.org/groups/make-your-penis-bigger-residence-quickly-easily/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.18 Safari/537.36 OPR/55.0.2962.0 (Edition developer)','',0,0),(126,1,'Rvxadryl Male Enhancement','frederica@captchaeu.info','http://123share.co/index.php?action=profile;u=122427','5.157.37.232','2018-07-13 22:06:44','2018-07-13 22:06:44','It?s hard to come by knowledgeable people for this topic, \r\nbut you sound like you know what you?re talking about!\r\nThanks http://123share.co/index.php?action=profile;u=122427',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36 115Browser/8.6.2','',0,0),(127,1,'Rvxadryl Male Enhancement Reviews','sisile@brainboostingsupplements.org','http://dcs.chonbuk.ac.kr/~ghcho/courses/test.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.probeqa.com%2F%3Fqa%3D14598%2Fwhy-vimax-is-certainly-best-male-enhancement-pills%3ERvxadryl%3C%2Fa%3E','5.157.37.232','2018-07-13 23:00:25','2018-07-13 23:00:25','Way cool! Some very valid points! I appreciate you \r\nwriting this write-up and also the rest of the website is \r\nalso really good. http://dcs.chonbuk.ac.kr/~ghcho/courses/test.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.probeqa.com%2F%3Fqa%3D14598%2Fwhy-vimax-is-certainly-best-male-enhancement-pills%3ERvxadryl%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.4882.400 QQBrowser/9.7.13036.400','',0,0),(128,1,'Cari Timberman','AlexanderJust12209@gmail.com','http://www.XBuweWqxjl.com/XBuweWqxjl','45.61.173.177','2018-07-14 07:26:17','2018-07-14 07:26:17','buy adipex',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(129,1,'Rvxadryl Male Enhancement Reviews','keven@wp-viralclick.com','http://yayasanhajianif.com/halkomentar-150-yha-memberi-bantuan-pendidikan-ke-relokasi-pengungsi-gunung-sinabung-di-36246.html','107.174.148.115','2018-07-14 07:38:10','2018-07-14 07:38:10','I have to express thanks to the writer for bailing me out of this challenge.\r\n\r\nAs a result of exploring through the internet and seeing ideas which were not \r\nbeneficial, I thought my life was done. Being alive without the strategies \r\nto the issues you\'ve fixed by means of this post is a crucial case, \r\nas well as ones that might have in a wrong way affected my career if I had not come across your web page.\r\n\r\nYour own natural talent and kindness in playing with a lot of things was tremendous.\r\nI\'m not sure what I would\'ve done if I had not encountered such a step like this.\r\nI\'m able to at this moment look forward to my future.\r\nThank you very much for your expert and results-oriented help.\r\n\r\nI won\'t think twice to suggest your web site to anybody who needs \r\nand wants guidance about this issue. http://yayasanhajianif.com/halkomentar-150-yha-memberi-bantuan-pendidikan-ke-relokasi-pengungsi-gunung-sinabung-di-36246.html',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(130,1,'Rvxadryl Male Enhancement','berty@wp-viralclick.com','http://bbs.37.com.cn/home.php?mod=space&uid=5846673&do=profile&from=space','107.172.170.208','2018-07-14 10:43:55','2018-07-14 10:43:55','You made some nice points there. I looked on the internet for the subject matter and found \r\nmost people will agree with your website. http://bbs.37.com.cn/home.php?mod=space&uid=5846673&do=profile&from=space',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(131,1,'3 week diet brian','ianmcauley@bigstring.com','http://ferolak.hu/?option=com_k2&view=itemlist&task=user&id=13971','104.144.112.174','2018-07-14 11:24:56','2018-07-14 11:24:56','I do not even know how I ended up here, but I thought this post was good.\r\n\r\nI do not know who you are but definitely you are going to a famous \r\nblogger if you aren\'t already ;) Cheers!',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(132,1,'Rvxadryl Male Enhancement Review','berty@wp-viralclick.com','http://chinacanada.toronto668.com/uh/link.php?url=http://www.wanderlodgewiki.com/index.php%3Ftitle=3_Of_The_Biggest_Penis_Enlargement_Mistakes_It_Is_Possible_To_Make','107.160.169.248','2018-07-14 11:33:36','2018-07-14 11:33:36','I am regular reader, how are you everybody?\r\nThis piece of writing posted at this web page is genuinely fastidious. http://chinacanada.toronto668.com/uh/link.php?url=http://www.wanderlodgewiki.com/index.php%3Ftitle=3_Of_The_Biggest_Penis_Enlargement_Mistakes_It_Is_Possible_To_Make',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:59.0) Gecko/20100101 Firefox/59.0,gzip(gfe)','',0,0),(133,1,'cat hat','seth@bali-traveller.com','http://catswithbamboochopsticksforhands.com','185.202.112.60','2018-07-14 11:43:10','2018-07-14 11:43:10','Howdy! I simply wish to offer you a big thumbs up \r\nfor the excellent info you have got here on this post.\r\nI am coming back to your website for more soon. http://catswithbamboochopsticksforhands.com',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36,gzip(gfe)','',0,0),(134,1,'Rvxadryl Male Enhancement Review','berty@wp-viralclick.com','http://rggroup.pk/members/glennpritt2730/activity/5037/','185.202.115.167','2018-07-15 17:43:30','2018-07-15 17:43:30','I like this web blog it\'s a master piece!\r\nGlad I discovered this on google. http://rggroup.pk/members/glennpritt2730/activity/5037/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(135,1,'Rvxadryl Male Enhancement Pills','frederica@captchaeu.info','http://www.apabank.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=http://www.oursexploration.com/sluttywiki/doku.php%3Fid=e_ectile_disfunction_and_penile_enla_gement_pumps','107.175.148.120','2018-07-15 20:07:15','2018-07-15 20:07:15','You made some decent points there. I looked on the \r\ninternet for the subject and found most persons will consent with your site. http://www.apabank.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=http://www.oursexploration.com/sluttywiki/doku.php%3Fid=e_ectile_disfunction_and_penile_enla_gement_pumps',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(136,1,'Rvxadryl Male Enhancement Pills','cathlene@buygsalist.com','http://okt.outkasts.eu/rvxadrylmaleenhancementreviews51324','23.94.4.217','2018-07-15 20:58:57','2018-07-15 20:58:57','You made some clear points there. I did a search on the topic and found most individuals will approve \r\nwith your blog. http://okt.outkasts.eu/rvxadrylmaleenhancementreviews51324',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.30 Safari/537.36 Core/1.59.3969.400 QQBrowser/10.0.184.400','',0,0),(137,1,'Rvxadryl Male Enhancement Pills','cathlene@buygsalist.com','http://www.celica-gt4.com/node/36384','23.94.4.249','2018-07-16 02:25:01','2018-07-16 02:25:01','I am regular reader, how are you everybody? This article posted at this site is really fastidious. http://www.celica-gt4.com/node/36384',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.90 Safari/537.36 2345Explorer/9.3.1.17322','',0,0),(138,1,'Rvxadryl','frederica@captchaeu.info','http://l776.us/rvxadryl_male_enhancement_reviews_49718','5.157.37.5','2018-07-16 07:33:07','2018-07-16 07:33:07','I want to to thank you for this fantastic read!!\r\nI absolutely enjoyed every little bit of it. I\'ve got you book-marked to check out new things you post... http://l776.us/rvxadryl_male_enhancement_reviews_49718',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.4737.400 QQBrowser/10.0.654.400','',0,0),(139,1,'Rvxadryl Male Enhancement Pills','berty@wp-viralclick.com','http://www.le-monde-de-gigi.com/go.php?url=http://www.baitedhooks.com/groups/how-to-enlarge-the-penis-naturally-incredible-male-enhancement-success-stories/','23.229.25.169','2018-07-16 13:03:23','2018-07-16 13:03:23','I like this web blog it\'s a master piece! Glad I discovered this on google. http://www.le-monde-de-gigi.com/go.php?url=http://www.baitedhooks.com/groups/how-to-enlarge-the-penis-naturally-incredible-male-enhancement-success-stories/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(140,1,'Rvxadryl Male Enhancement Review','berty@wp-viralclick.com','http://lvl.vn/Rvxadryl_2116677','23.95.81.58','2018-07-16 16:59:18','2018-07-16 16:59:18','I wanted to thank you for this wonderful read!! I definitely loved every bit of it.\r\nI\'ve got you saved as a favorite to check out new things you post... http://lvl.vn/Rvxadryl_2116677',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.9) Gecko/20100101 Goanna/3.0 Firefox/45.9 PaleMoon/27.0.2','',0,0),(141,1,'Rvxadryl Male Enhancement Review','cathlene@buygsalist.com','http://farsicad.com/download/?rvxadryl_male_enhancement_587082','107.172.170.238','2018-07-16 19:39:20','2018-07-16 19:39:20','I like this web blog it\'s a master piece! Glad I \r\nnoticed this on google. http://farsicad.com/download/?rvxadryl_male_enhancement_587082',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36 Maxthon/5.1.5.2000','',0,0),(142,1,'Rvxadryl Male Enhancement Pills','sisile@brainboostingsupplements.org','http://www.taxibestellung24.de/php/redirect.php?url=https://thewoodwiki.com/index.php%3Ftitle=How_The_Inability_To_Male_Enhancement_Out_Of_Swole_Cream','107.174.249.88','2018-07-16 20:19:03','2018-07-16 20:19:03','Greetings from Ohio! I\'m bored to death at work so I decided to browse \r\nyour blog on my iphone during lunch break. I love the info \r\nyou provide here and can\'t wait to take a look when I get \r\nhome. I\'m shocked at how quick your blog loaded on my phone ..\r\nI\'m not even using WIFI, just 3G .. Anyways, very good site! http://www.taxibestellung24.de/php/redirect.php?url=https://thewoodwiki.com/index.php%3Ftitle=How_The_Inability_To_Male_Enhancement_Out_Of_Swole_Cream',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36,gzip(gfe)','',0,0),(143,1,'Rvxadryl Male Enhancement Review','keven@wp-viralclick.com','http://bbs.jmtv.com.cn/uchome/upload/link.php?url=http://smdservicesllc.com/UserProfile/tabid/57/userId/17799961/Default.aspx','107.174.227.158','2018-07-17 13:21:01','2018-07-17 13:21:01','It?s hard to find experienced people about this topic, \r\nhowever, you sound like you know what you?re talking about!\r\nThanks http://bbs.jmtv.com.cn/uchome/upload/link.php?url=http://smdservicesllc.com/UserProfile/tabid/57/userId/17799961/Default.aspx',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.42','',0,0),(144,1,'Rvxadryl Male Enhancement','cathlene@buygsalist.com','http://www.stop-rmt.com/link/link.php?url=http://prayexpectantly.com/origintrail/index.php%3Ftitle=Naturally_Increase_Sexual_Stamina_And_Male_Enhancement_Gum','191.101.121.246','2018-07-18 03:44:50','2018-07-18 03:44:50','Hello my family member! I wish to say that this post is amazing,\r\nnice written and come with almost all significant infos. I would like \r\nto see extra posts like this. http://www.stop-rmt.com/link/link.php?url=http://prayexpectantly.com/origintrail/index.php%3Ftitle=Naturally_Increase_Sexual_Stamina_And_Male_Enhancement_Gum',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36,gzip(gfe)','',0,0),(145,1,'Rvxadryl Male Enhancement Pills','sisile@brainboostingsupplements.org','http://www.myadking.com/Redirect.asp?UID=2477525&SubSectionID=-1&SectionSponsorID=1&Linkurl=http://kreezcraft.com/wiki/index.php/Adding_Inches_To_Your_Manhood_Effortless_-_Test_Try_Natural','5.157.37.5','2018-07-18 08:57:23','2018-07-18 08:57:23','Way cool! Some extremely valid points! I appreciate you writing this article plus the \r\nrest of the site is also really good. http://www.myadking.com/Redirect.asp?UID=2477525&SubSectionID=-1&SectionSponsorID=1&Linkurl=http://kreezcraft.com/wiki/index.php/Adding_Inches_To_Your_Manhood_Effortless_-_Test_Try_Natural_Enlargement',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36','',0,0),(146,1,'Rvxadryl','berty@wp-viralclick.com','http://est-online.hut2.ru/test.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.mpwkitchens.com.au%2FUserProfile%2Ftabid%2F295%2FUserID%2F686343%2FDefault.aspx%3ERvxadryl+Male+Enhancement+Reviews%3C%2Fa%3E','196.244.199.181','2018-07-18 22:53:08','2018-07-18 22:53:08','This text is invaluable. How can I find out more? http://est-online.hut2.ru/test.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.mpwkitchens.com.au%2FUserProfile%2Ftabid%2F295%2FUserID%2F686343%2FDefault.aspx%3ERvxadryl+Male+Enhancement+Reviews%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(147,1,'Rvxadryl Male Enhancement Reviews','sisile@brainboostingsupplements.org','http://bnsud.com/files/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fbekatjobs.com%2Findex.php%2Fcomponent%2Fk2%2Fitemlist%2Fuser%2F2128%3ERvxadryl+Male+Enhancement%3C%2Fa%3E','107.175.38.61','2018-07-18 23:44:34','2018-07-18 23:44:34','Hello, I think your blog might be having browser compatibility issues.\r\nWhen I look at your blog in Chrome, it looks fine but when opening in Internet Explorer,\r\nit has some overlapping. I just wanted to give you a quick heads up!\r\nOther then that, wonderful blog! http://bnsud.com/files/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fbekatjobs.com%2Findex.php%2Fcomponent%2Fk2%2Fitemlist%2Fuser%2F2128%3ERvxadryl+Male+Enhancement%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.18 Safari/537.36 OPR/55.0.2962.0 (Edition developer)','',0,0),(148,1,'Rvxadryl Male Enhancement','cathlene@buygsalist.com','http://siagri.inf.br/info.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.celica-gt4.com%2Fnode%2F35421%3Ehttps%3A%2F%2Fbestnewsupplements.com%2Fmuscle-building%2Frvxadryl-male-enhancement...%3C%2Fa%3E','192.210.223.25','2018-07-19 04:44:37','2018-07-19 04:44:37','Would love to constantly get updated great web blog! http://siagri.inf.br/info.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.celica-gt4.com%2Fnode%2F35421%3Ehttps%3A%2F%2Fbestnewsupplements.com%2Fmuscle-building%2Frvxadryl-male-enhancement...%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/B8A7','',0,0),(149,1,'cat hat','margret@gsasearchenginerankerhelp.com','http://catswithbamboochopsticksforhands.com','5.157.37.186','2018-07-19 07:07:02','2018-07-19 07:07:02','After looking into a handful of the blog articles on your website,\r\nI honestly like your technique of blogging.\r\n\r\nI book marked it to my bookmark site list and will be checking back in the near future.\r\nPlease check out my web site too and tell me your opinion. http://catswithbamboochopsticksforhands.com',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64','',0,0),(150,1,'Rvxadryl Male Enhancement','sisile@brainboostingsupplements.org','https://www.meetme.com/apps/redirect/?url=http://www.armidalechurch.com/network/elgg/pg/groups/1279934/average-midget-penis-size-and-clit-pump/','191.101.200.74','2018-07-19 10:22:06','2018-07-19 10:22:06','Hello my loved one! I wish to say that this post is amazing, great written and include approximately all important infos.\r\n\r\nI\'d like to look extra posts like this. https://www.meetme.com/apps/redirect/?url=http://www.armidalechurch.com/network/elgg/pg/groups/1279934/average-midget-penis-size-and-clit-pump/',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:3.4) Goanna/20180327 PaleMoon/27.8.3','',0,0),(151,1,'cat hat','pamella@buygsalist.com','http://catswithbamboochopsticksforhands.com','196.245.236.126','2018-07-19 12:23:12','2018-07-19 12:23:12','I was honored to obtain a call coming from a friend when he identified \r\nthe important suggestions shared on your site. Browsing your blog posting is \r\na real excellent experience. Thank you for taking into account readers much \r\nlike me, and I desire for you the best of achievements as being a professional in this \r\nsurface area. http://catswithbamboochopsticksforhands.com',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.18 Safari/537.36 OPR/55.0.2962.0 (Edition developer)','',0,0),(152,1,'Rvxadryl Male Enhancement','frederica@captchaeu.info','http://www.kipia.info/bitrix/rk.php?goto=https://wiki.outermarches.com/index.php%3Ftitle=Low_Sexual_Stamina_And_Exactly_Can_You_Are_You_Dick_Bigger','107.174.249.146','2018-07-19 16:11:36','2018-07-19 16:11:36','Hello my friend! I wish to say that this post is amazing, nice written and include \r\napproximately all significant infos. I\'d like to \r\nsee extra posts like this. http://www.kipia.info/bitrix/rk.php?goto=https://wiki.outermarches.com/index.php%3Ftitle=Low_Sexual_Stamina_And_Exactly_Can_You_Are_You_Dick_Bigger',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64 (Edition Campaign 34)','',0,0),(153,1,'cat hat','mimi@brainboostingsupplements.org','http://catswithbamboochopsticksforhands.net','196.245.216.200','2018-07-20 03:26:41','2018-07-20 03:26:41','I wanted to thank you for this very good read!! I absolutely \r\nloved every bit of it. I have got you book-marked to look at new things you post... http://catswithbamboochopsticksforhands.net',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64','',0,0),(154,1,'Rvxadryl Male Enhancement Review','berty@wp-viralclick.com','http://jjenney.s14.deinprovider.de/test.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fshopnowavon.target-advertisement.com%2Fblogs%2Fviewstory%2F29146%3ERvxadryl%3C%2Fa%3E','23.229.27.67','2018-07-20 15:44:17','2018-07-20 15:44:17','Hello my loved one! I want to say that this post is awesome, nice \r\nwritten and come with approximately all important infos.\r\nI would like to see more posts like this. http://jjenney.s14.deinprovider.de/test.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fshopnowavon.target-advertisement.com%2Fblogs%2Fviewstory%2F29146%3ERvxadryl%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36,gzip(gfe)','',0,0),(155,1,'Julia\'s Finest Cream Review','edmundo@get-bitcoins.club','http://appmago.com.dahlia.arvixe.com/ActivityFeed/MyProfile/tabid/61/UserId/92480/Default.aspx','185.234.18.50','2018-07-20 21:01:19','2018-07-20 21:01:19','Some really wondrous work on behalf of the \r\nowner of this site, dead outstanding subject material. http://appmago.com.dahlia.arvixe.com/ActivityFeed/MyProfile/tabid/61/UserId/92480/Default.aspx',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.18 Safari/537.36 OPR/55.0.2962.0 (Edition developer)','',0,0),(156,1,'Rvxadryl Male Enhancement Reviews','berty@wp-viralclick.com','https://www.meetme.com/apps/redirect/?url=http://rainbowvajramedia.com/index.php/Why_Do_Most_Enlargement_Products_Fail_-_The_Secrets_Of_Methods_To_Grow_Your_Penis','107.158.217.84','2018-07-21 00:23:46','2018-07-21 00:23:46','I like this website it\'s a master piece! Glad I observed this on google. https://www.meetme.com/apps/redirect/?url=http://rainbowvajramedia.com/index.php/Why_Do_Most_Enlargement_Products_Fail_-_The_Secrets_Of_Methods_To_Grow_Your_Penis',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36','',0,0),(157,1,'couples necklaces set','eexyqswq@gmail.com','https://www.minds.com/RyanMac/blog/exactly-how-the-couple-rings-is-a-symbol-of-dedication-864797652415971328','82.211.57.205','2018-07-21 10:24:40','2018-07-21 10:24:40','I regard something genuinely special in this website.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(158,1,'best gift for father's day','leilapeterman@gmail.com','http://www.giulianosergi.it/mw/index.php?title=The_Best_2017_Christmas_Items_For_Dad','111.119.210.10','2018-07-21 16:33:49','2018-07-21 16:33:49','Dads are great! In search of something distinctive?',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(159,1,'Rvxadryl Male Enhancement Pills','berty@wp-viralclick.com','http://m.teachlikeachampion.com/?url=https://pubwarez.com/4628/few-helpful-aspects-about-male-enhancement-tools','107.174.148.115','2018-07-22 00:42:51','2018-07-22 00:42:51','Your style is so unique in comparison to other people I\'ve read stuff from.\r\n\r\nThanks for posting when you have the opportunity,\r\nGuess I\'ll just book mark this site. http://m.teachlikeachampion.com/?url=https://pubwarez.com/4628/few-helpful-aspects-about-male-enhancement-tools',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5383.400 QQBrowser/10.0.1313.400','',0,0),(160,1,'Rvxadryl','cathlene@buygsalist.com','https://pt.grepolis.com/start/redirect?url=http://spudnugget.com/index.php%3Ftitle=Pills_For_Better_Sex_-_Males_Need_Pills_For_Better_Sex','107.174.249.72','2018-07-22 07:45:23','2018-07-22 07:45:23','I need to to thank you for this fantastic read!! I absolutely enjoyed every little bit of it.\r\nI have you book marked to look at new things you post... https://pt.grepolis.com/start/redirect?url=http://spudnugget.com/index.php%3Ftitle=Pills_For_Better_Sex_-_Males_Need_Pills_For_Better_Sex',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.3084.400 QQBrowser/9.6.11346.400','',0,0),(161,1,'Rvxadryl Male Enhancement','frederica@captchaeu.info','http://www.lacabraverde.es/redirect.php?url=http://spartancxdev.com/expand-enlargement-and-male-breast-enhancement-exercises/','107.174.148.130','2018-07-22 08:06:41','2018-07-22 08:06:41','Wow, this post is good, my sister is analyzing these kinds of things, thus I \r\nam going to convey her. http://www.lacabraverde.es/redirect.php?url=http://spartancxdev.com/expand-enlargement-and-male-breast-enhancement-exercises/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64','',0,0),(162,1,'Rvxadryl','frederica@captchaeu.info','http://chinacanada.toronto668.com/uh/link.php?url=http://shopnowavon.target-advertisement.com/blogs/viewstory/29146','191.101.121.246','2018-07-22 10:24:32','2018-07-22 10:24:32','I\'m extremely inspired along with your writing abilities and also with the structure to your \r\nblog. Is that this a paid topic or did you customize it your self?\r\nEither way stay up the excellent quality writing, it is uncommon to look \r\na great blog like this one today.. http://chinacanada.toronto668.com/uh/link.php?url=http://shopnowavon.target-advertisement.com/blogs/viewstory/29146',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:3.4) Goanna/20180327 PaleMoon/27.8.3','',0,0),(163,1,'Rvxadryl Male Enhancement Review','sisile@brainboostingsupplements.org','http://iate89.ru/info.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwiki.balluffmex.com%2Findex.php%3Ftitle%3DDoes_Taken_Into_Account_Your_Penis_Matter%3ERvxadryl+Male+Enhancement+Reviews%3C%2Fa%3E','107.160.169.248','2018-07-22 11:24:37','2018-07-22 11:24:37','Hi my family member! I wish to say that this article is \r\nawesome, great written and include almost all important infos.\r\nI would like to peer more posts like this. http://iate89.ru/info.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwiki.balluffmex.com%2Findex.php%3Ftitle%3DDoes_Taken_Into_Account_Your_Penis_Matter%3ERvxadryl+Male+Enhancement+Reviews%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.3084.400 QQBrowser/9.6.11346.400','',0,0),(164,1,'Rvxadryl Male Enhancement Review','berty@wp-viralclick.com','http://s.workflowfaq.com/rvxadryl941212','107.172.170.208','2018-07-22 14:21:26','2018-07-22 14:21:26','Hello there! This blog post couldn?t be written much better!\r\nGoing through this article reminds me of my previous roommate!\r\nHe always kept preaching about this. I am going to send \r\nthis post to him. Fairly certain he\'s going to have a good read.\r\nThank you for sharing! http://s.workflowfaq.com/rvxadryl941212',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:59.0) Gecko/20100101 Firefox/59.0,gzip(gfe)','',0,0),(165,1,'Rvxadryl Male Enhancement Reviews','frederica@captchaeu.info','http://www.badmoon-racing.jp/frame/?url=http://www.probeqa.com/%3Fqa=14373/increase-your-penis-size-inches-without-surgical-procedures','192.3.198.188','2018-07-23 00:20:14','2018-07-23 00:20:14','You made some nice points there. I looked on the internet for the topic \r\nand found most people will consent with your website. http://www.badmoon-racing.jp/frame/?url=http://www.probeqa.com/%3Fqa=14373/increase-your-penis-size-inches-without-surgical-procedures',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(166,1,'Rvxadryl Male Enhancement Pills','frederica@captchaeu.info','http://www.jkw100.com/home/link.php?url=http://wikisperience.com/Make_The_Penis_Bigger_Within_Your_Own_Quickly_Easily','107.174.249.71','2018-07-23 23:04:25','2018-07-23 23:04:25','This info is priceless. When can I find out more? http://www.jkw100.com/home/link.php?url=http://wikisperience.com/Make_The_Penis_Bigger_Within_Your_Own_Quickly_Easily',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/986368','',0,0),(167,1,'Rvxadryl Male Enhancement Pills','berty@wp-viralclick.com','https://redirect.camfrog.com/redirect/?url=http://www.instore.com.au/index.php/Exercises_To_Enlarge_Penis_Size_And_The_Way_To_Make_Ur_Penis_Longer','191.101.200.74','2018-07-24 08:42:44','2018-07-24 08:42:44','I like this website it\'s a master piece! Glad I discovered this \r\non google. https://redirect.camfrog.com/redirect/?url=http://www.instore.com.au/index.php/Exercises_To_Enlarge_Penis_Size_And_The_Way_To_Make_Ur_Penis_Longer',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.42','',0,0),(168,1,'Rvxadryl Male Enhancement Pills','frederica@captchaeu.info','http://cut.donax.ch/rvxadryl_452885','185.202.114.250','2018-07-24 17:53:53','2018-07-24 17:53:53','Great goods from you, man. I\'ve understand your stuff \r\nprior to and you\'re just too wonderful. I actually like what you\'ve obtained right \r\nhere, certainly like what you\'re saying and the way through which you \r\nsay it. You\'re making it enjoyable and you continue to care for to stay it smart.\r\nI cant wait to read much more from you. That is really a great site. http://cut.donax.ch/rvxadryl_452885',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36','',0,0),(169,1,'Luz','bessfreame@gmail.com','http://bandarbola389.org','23.95.5.200','2018-07-24 18:59:12','2018-07-24 18:59:12','What\'s up all, here every one is sharing these \r\nfamiliarity, therefore it\'s good to read this website, and I used to visit this blog everyday.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','',0,0),(170,1,'cat hat','codee@captchaeu.info','http://catswithbamboochopsticksforhands.com','196.196.220.133','2018-07-24 22:55:13','2018-07-24 22:55:13','Hey There. I found your blog using msn. This is an extremely well \r\nwritten article. I will be sure to bookmark it and come back \r\nto read more of your useful information. Thanks for the post.\r\nI\'ll certainly return. http://catswithbamboochopsticksforhands.com',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.5048.400 QQBrowser/9.7.13114.400','',0,0),(171,1,'Rvxadryl Male Enhancement Reviews','berty@wp-viralclick.com','http://nsreg.com/?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fpas.agapecare.net%2FUserProfile%2Ftabid%2F57%2FuserId%2F3010789%2FDefault.aspx%3ERvxadryl+Male+Enhancement+Reviews%3C%2Fa%3E','23.94.4.249','2018-07-24 23:19:53','2018-07-24 23:19:53','Greetings from Colorado! I\'m bored at work so I decided to check out your \r\nblog on my iphone during lunch break. I enjoy the info you \r\nprovide here and can\'t wait to take a look when I get home.\r\nI\'m surprised at how fast your blog loaded on my phone .. I\'m not even using WIFI, just 3G ..\r\nAnyways, superb blog! http://nsreg.com/?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fpas.agapecare.net%2FUserProfile%2Ftabid%2F57%2FuserId%2F3010789%2FDefault.aspx%3ERvxadryl+Male+Enhancement+Reviews%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3343.4 Safari/537.36','',0,0),(172,1,'Rvxadryl Male Enhancement','cathlene@buygsalist.com','http://www.volvoonline.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=http://itsrjs.com/index.php/component/k2/itemlist/user/112281','107.172.170.238','2018-07-25 07:32:04','2018-07-25 07:32:04','Magnificent items from you, man. I have be aware your stuff previous to and you\'re simply extremely fantastic.\r\nI actually like what you\'ve obtained right here, really like \r\nwhat you are stating and the way in which wherein you say it.\r\n\r\nYou\'re making it enjoyable and you continue to care for to keep it wise.\r\nI cant wait to learn far more from you. This is actually a \r\nterrific site. http://www.volvoonline.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=http://itsrjs.com/index.php/component/k2/itemlist/user/112281',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/A46D','',0,0),(173,1,'perontok bulu permanen','damienkee@arcor.de','http://penumbuhrambutherbal.com','23.95.222.181','2018-07-25 10:07:53','2018-07-25 10:07:53','I really like what you guys tend to be up too.\r\nThis sort of clever work and exposure! Keep up the amazing works guys I\'ve you guys to my personal blogroll.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(174,1,'Boris','laurene.emery@yahoo.de','http://computerhopenowwith.com','5.34.246.129','2018-07-25 21:37:07','2018-07-25 21:37:07','Greetings! I\'ve been reading your site for some time now and finally got the \r\ncourage to go ahead and give you a shout out from New Caney Texas!\r\nJust wanted to mention keep up the fantastic work!',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36','',0,0),(175,1,'Rvxadryl Male Enhancement Reviews','berty@wp-viralclick.com','http://www.pcmagtest.us/phptest.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fliveaapnews.com%2F%3Foption%3Dcom_k2%26view%3Ditemlist%26task%3Duser%26id%3D245507%3ERvxadryl%3C%2Fa%3E','185.202.114.142','2018-07-25 22:41:01','2018-07-25 22:41:01','You made some clear points there. I looked on the internet for the topic and found most \r\npersons will agree with your blog. http://www.pcmagtest.us/phptest.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fliveaapnews.com%2F%3Foption%3Dcom_k2%26view%3Ditemlist%26task%3Duser%26id%3D245507%3ERvxadryl%3C%2Fa%3E',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36,gzip(gfe)','',0,0),(176,1,'Rvxadryl Male Enhancement Pills','keven@wp-viralclick.com','http://81url.com/Rvxadryl_Male_Enhancement_Pills_5122541','196.244.199.30','2018-07-26 08:54:21','2018-07-26 08:54:21','I want to show thanks to this writer for rescuing me from this type \r\nof condition. Because of checking through the world wide web and \r\ngetting methods which are not helpful, I assumed my entire life \r\nwas over. Being alive without the presence of approaches to the issues \r\nyou\'ve sorted out by means of your entire blog post is a serious case, and those which could have in a wrong way \r\ndamaged my entire career if I hadn\'t encountered your \r\nblog post. Your primary understanding and kindness in playing with the whole thing was important.\r\nI don\'t know what I would\'ve done if I hadn\'t discovered such a thing \r\nlike this. I can also at this moment look ahead to my future.\r\nThanks a lot very much for your professional and results-oriented guide.\r\nI won\'t be reluctant to propose the blog to any person who would need support on this subject matter. http://81url.com/Rvxadryl_Male_Enhancement_Pills_5122541',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(177,1,'Franchesca Weidenheimer','EugeniaScotten58668@gmail.com','http://www.cURcANAcfB.com/cURcANAcfB','104.223.25.184','2018-07-27 12:45:32','2018-07-27 12:45:32','ampicillin cellular target generic names ampicillin generic name of ampicillin sulbactam ampicillin drug prescriptions ampicillin generic dosage forms ampicillin sodium generic name ampicillin generic principen ampicillin pharmacokinetics animals ampicil',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(178,1,'Rvxadryl Male Enhancement Review','frederica@captchaeu.info','http://24traff.ru/Rvxadryl_8089187','196.244.199.103','2018-07-27 20:44:59','2018-07-27 20:44:59','Magnificent items from you, man. I have bear in mind your stuff prior to and you\'re simply \r\ntoo excellent. I actually like what you have bought right here, really \r\nlike what you are saying and the best way in which you are saying it.\r\nYou make it enjoyable and you continue to take care of to stay it wise.\r\nI cant wait to learn much more from you. This is really a \r\ntremendous site. http://24traff.ru/Rvxadryl_8089187',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36 Maxthon/5.2.1.6000','',0,0),(179,1,'Rvxadryl Male Enhancement Pills','sisile@brainboostingsupplements.org','http://www.lookweb.it/Rvxadryl_Male_Enhancement_Reviews_3725796','23.229.27.131','2018-07-29 01:51:55','2018-07-29 01:51:55','I like this blog it\'s a master piece! Glad I discovered \r\nthis on google. http://www.lookweb.it/Rvxadryl_Male_Enhancement_Reviews_3725796',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.36','',0,0),(180,1,'what is alopecia totalis','antoniohyman@inbox.com','http://Jucy.Canusa.de/cease-hair-thinning-permanently/','104.144.129.175','2018-07-31 09:32:12','2018-07-31 09:32:12','Thank you for the good writeup. It if truth be told was a leisure account it.\r\nGlance complicated to more added agreeable from you!\r\nHowever, how could we keep in touch?',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','',0,0),(181,8,'pikachu onesie baby','tnrggbnd@gmail.com','https://arieshate64.tumblr.com/post/176433035206/tips-on-getting-child-clothing','104.144.24.4','2018-07-31 09:36:31','2018-07-31 09:36:31','Good way of describing, and fastidious piece of writing to get information on the topic of my presentation topic, which i am going to convey in academy.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(182,1,'Rvxadryl','keven@wp-viralclick.com','http://letitfilms.com/redirect.php?url=http://www.wanderlodgewiki.com/index.php%3Ftitle=Only_For_Males_Who_Would_Like_A_Larger_Penis_-_3_Enlargement_Mistakes_Most_Men_Make','107.174.249.72','2018-08-01 05:37:26','2018-08-01 05:37:26','I need to to thank you for this excellent read!! I certainly enjoyed every bit of \r\nit. I\'ve got you saved as a favorite to look at new stuff you post... http://letitfilms.com/redirect.php?url=http://www.wanderlodgewiki.com/index.php%3Ftitle=Only_For_Males_Who_Would_Like_A_Larger_Penis_-_3_Enlargement_Mistakes_Most_Men_Make',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5408.400 QQBrowser/10.1.1408.400','',0,0),(183,1,'Penney','jessikamcclellan@bigstring.com','http://computerhopenowwith.com','107.172.42.95','2018-08-01 13:36:22','2018-08-01 13:36:22','Wow, that\'s what I was looking for, what a stuff! existing here at this website, \r\nthanks admin of this website.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36','',0,0),(184,1,'Lou','wilburnserisier@peacemail.com','http://www.doorscopes.com/index.php?mid=board&document_srl=39999','107.152.145.2','2018-08-02 05:49:46','2018-08-02 05:49:46','Thanks for any other great post. The place else could anybody get that type of info in such a perfect method of writing?\r\nI have a presentation subsequent week, annd I am at \r\nthee look for such information.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5359.400 QQBrowser/10.0.1299.400','',0,0),(185,1,'Neal','kristine.penson@arcor.de','http://computerhopenowwith.com','107.161.85.225','2018-08-03 04:10:31','2018-08-03 04:10:31','Appreciate the recommendation. Let me try it out.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/4FD9','',0,0),(186,11,'promise rings cheap','umadblz@gmail.com','https://odellbennes.weebly.com/adorable-couples-ring-concepts-for-your-finest-day.html','104.227.59.34','2018-08-04 00:59:37','2018-08-04 00:59:37','Thanks , I have recently been looking for info about this subject for a long time and yours is the greatest I have came upon till now. However, what in regards to the conclusion? Are you positive in regards to the supply?',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(187,11,'kangaroo costume','dbchtkufn@gmail.com','https://fun-onesieshow5.webnode.com/ways-to-acquire-one-pair-of-best-unicorn-onesie-online/','23.89.251.86','2018-08-04 11:02:30','2018-08-04 11:02:30','Hello! I just wanted to ask if you ever have any trouble with hackers? My last blog (wordpress) was hacked and I ended up losing a few months of hard work due to no backup. Do you have any methods to protect against hackers?',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(188,1,'JameshoamE','promoman@aol.com','','107.150.23.219','2018-08-04 13:46:31','2018-08-04 13:46:31','Help Jack please: http://www.rose-plastic.co.kr/redirect.php?lang=EN&link=https://vk.cc/8l7kvh',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','',0,0),(189,8,'adult pajama onesies','axuzhz@gmail.com','https://justpaste.it/5qwp4','107.175.154.169','2018-08-04 17:59:48','2018-08-04 17:59:48','This website was... how do you say it? Relevant!! Finally I\'ve found something that helped me. Thanks a lot!',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(190,1,'Shirley','jeannette_dennison@gmail.com','http://Europeanbigleaguetour.net/nl/component/easyblog/entry/basic-steps-to-help-you-better-comprehend-soccer?Itemid=101','107.152.145.148','2018-08-04 23:56:55','2018-08-04 23:56:55','I every time emailed this web site post page to all my \r\nfriends, as if like to read it after that my contacts will too.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.2759.400 QQBrowser/9.6.11266.400','',0,0),(191,1,'salehoo account','marla.packer@freenet.de','http://nopec.co.uk/?option=com_k2&view=itemlist&task=user&id=83953','104.144.171.243','2018-08-05 20:32:28','2018-08-05 20:32:28','Simply wiosh to say your article is as astounding.\r\nThe clearness in your publish is simpl cool and that i could think you are an expert in this \r\nsubject. Well with your permission let me to grasp your RSS feed to \r\nkeep updated with forthcoming post. Thanks a mikllion and please continue the gratifying work.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(192,1,'Proxies For Scrapebox','ElishaStrough38745@gmail.com','https://proxybig.com/buy/500-private-proxies/','107.175.114.112','2018-08-06 19:44:32','2018-08-06 19:44:32','Elite Private proxy shop https://ProxyBig.com - the best private proxies you will find for cheapest prices!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','',0,0),(193,11,'unicorn pj onesie','rbgszqnhs@gmail.com','http://letitiapaula.bravesites.com/entries/general/an-overview-for-selecting-the-best-unicorn-onesie-online','207.210.239.207','2018-08-07 04:42:15','2018-08-07 04:42:15','Hi there mates, its impressive paragraph regarding teachingand fully defined, keep it up all the time.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(194,17,'SebastianJuicy','cierra_atherton@live.de','https://JettWee.blogspot.com','109.248.80.69','2018-08-08 16:38:54','2018-08-08 16:38:54','Hello. I see that you don\'t update your website too often. I know that writing content is boring and time consuming.\r\n\r\nBut did you know that there is a tool that allows you to create new posts \r\nusing existing content (from article directories or other \r\nblogs from your niche)? And it does it very well. The new articles are high quality \r\nand pass the copyscape test. You should try miftolo\'s \r\ntools',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36 Maxthon/5.2.1.5000','',0,0),(195,1,'Franklow','jay@primitiveshoes.com','','185.104.184.126','2018-08-10 10:10:57','2018-08-10 10:10:57','What do you think about it? \r\nThis person is selling the secret of eternal youth: http://ricardoigasn.dsiblogger.com/7343179/not-known-facts-about-use-of-anti-aging-cream',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36','',0,0),(196,1,'Anonymous Proxy','FrancoiseLachappelle15339@gmail.com','https://proxybig.com/tag/known-for-marketing/','192.186.143.172','2018-08-12 21:33:11','2018-08-12 21:33:11','Thanks for each of your work on this website. Ellie delights in setting aside time for research and it is easy to understand why. I know all concerning the compelling way you deliver good thoughts by means of your web site and therefore encourage response from visitors about this theme so my girl is always studying a great deal. Take advantage of the rest of the new year. You are performing a fantastic job.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','',0,0),(197,1,'airport car services','daniellatudor@gawab.com','http://www.airportmspcarservice.com/','94.23.116.137','2018-08-13 07:03:16','2018-08-13 07:03:16','If you are going for best contents like I do, only visit this web page every day because it gives \r\nfeature contents, thanks',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(198,1,'Lora','osvaldolutz@t-online.de','http://computerhopenowwith.com','107.175.129.183','2018-08-15 19:49:15','2018-08-15 19:49:15','Thank you for the good writeup. It actually was once a \r\nleisure account it. Glance complicated to more added agreeable from you!\r\nHowever, how can we keep in touch?',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.4843.400 QQBrowser/9.7.13021.400','',0,0),(199,11,'DollyJuicy','petestclair@live.com','https://IrwinSee.wix.com','200.77.186.182','2018-08-16 02:49:44','2018-08-16 02:49:44','Hi. I see that you don\'t update your website too often. I know that writing content \r\nis time consuming and boring. But did you know that there is a tool \r\nthat allows you to create new articles using existing content (from article directories \r\nor other websites from your niche)? And it does it very well.\r\nThe new articles are unique and pass the copyscape test.\r\nYou should try miftolo\'s tools',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5221.400 QQBrowser/10.0.1125.400','',0,0),(200,1,'reklamy','eduardo_eastman@gmail.com','http://www.montowaniereklam.pl/oklejanie-witryn/','173.234.225.49','2018-08-29 20:56:50','2018-08-29 20:56:50','Wow, this piece of writing is good, my sister is analyzing these things, so I am going to inform her.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.5048.400 QQBrowser/9.7.13114.400','',0,0),(201,11,'kicksf','bwrjvv@gmail.com','http://www.kicksf.com/','112.5.234.7','2018-09-02 18:46:28','2018-09-02 18:46:28','<a href=\"http://www.2015lbjshoes.com/\" rel=\"nofollow\">2015lbjshoes</a>, <a href=\"http://www.bigfishlights.com/\" rel=\"nofollow\">bigfishlights</a>,\r\n <a href=\"http://www.kicksf.com/\" rel=\"nofollow\">kicksf</a> [url=http://www.kicksf.com/]kicksf[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(202,11,'adidas pharrell chanel human race nmd','fqpscis@gmail.com','http://www.acbrandon.com/wholesale/adidas-pharrell-chanel-human-race-nmd','112.5.248.188','2018-09-04 19:17:40','2018-09-04 19:17:40','<a href=\"http://www.2alicebower.com/replica/nike-air-jordan-5-v-retro-laney-high-school-white-varsity-royal-varsity-maize\" rel=\"nofollow\">nike air jordan 5 v retro laney high school white varsity royal varsity maize</a><a href=\"http://www.2alicebower.com/retro/nike-air-max-90-vt-qs-mens-shoes-black-white-813153-102\" rel=\"nofollow\">nike air max 90 vt qs mens shoes black white 813153 102</a><a href=\"http://www.2alicebower.com/the-cheapest/mens-sneakers-nike-air-max-90-em-yellow-nike-huarache-kids-wholesale-dealer\" rel=\"nofollow\">mens sneakers nike air max 90 em yellow nike huarache kids wholesale dealer</a><a href=\"http://www.2alicebower.com/wholesale/nike-air-max-wright-big-kids\" rel=\"nofollow\">nike air max wright big kids</a>\r\n <a href=\"http://www.acbrandon.com/wholesale/adidas-pharrell-chanel-human-race-nmd\" rel=\"nofollow\">adidas pharrell chanel human race nmd</a> [url=http://www.acbrandon.com/wholesale/adidas-pharrell-chanel-human-race-nmd]adidas pharrell chanel human race nmd[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(203,1,'girls online nude live','jana.ackley@gmail.com','http://www.gayisex.com/hot-bodybuilder-kitcken-fuck/','78.58.143.166','2018-09-09 02:27:27','2018-09-09 02:27:27','We\'re a group of volunteers and starting a new scheme in our community.\r\nYour site offered us with valuable information to work \r\non. You have done an impressive job and our entire community \r\nwill be thankful to you.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.5006.400 QQBrowser/9.7.13080.400','',0,0),(204,11,'nike air max 90 all black k brooo','vzwkpf@gmail.com','http://www.meiteam.com/new-arrival/nike-air-max-90-all-black-k-brooo','112.5.241.92','2018-09-13 12:56:52','2018-09-13 12:56:52','<a href=\"http://www.ahoustrack34.com/latest/cheap-jordan-12-size-6\" rel=\"nofollow\">cheap jordan 12 size 6</a><a href=\"http://www.ahoustrack34.com/new-arrival/2015-cheap-nike-hyperdunk-camouflage-green\" rel=\"nofollow\">2015 cheap nike hyperdunk camouflage green</a><a href=\"http://www.ahoustrack34.com/no-tax/air-jordan-13-custom-2014-red-white-gray\" rel=\"nofollow\">air jordan 13 custom 2014 red white gray</a><a href=\"http://www.ahoustrack34.com/official/2013-nike-free-60-spiderman-kangaroo-leather-black\" rel=\"nofollow\">2013 nike free 60 spiderman kangaroo leather black</a>\r\n <a href=\"http://www.meiteam.com/new-arrival/nike-air-max-90-all-black-k-brooo\" rel=\"nofollow\">nike air max 90 all black k brooo</a> [url=http://www.meiteam.com/new-arrival/nike-air-max-90-all-black-k-brooo]nike air max 90 all black k brooo[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(205,11,'adidas ultra boost 2 0 multi color gradient','avflzepmo@gmail.com','http://www.cabinetrodet.com/online/adidas-ultra-boost-2-0-multi-color-gradient','112.5.234.87','2018-09-16 20:09:41','2018-09-16 20:09:41','<a href=\"http://www.allhoperestored.com/latest/2019-for-sale-nike-kobe-venomenon-5-ep-bryant-black-gold\" rel=\"nofollow\">2019 for sale nike kobe venomenon 5 ep bryant black gold</a><a href=\"http://www.allhoperestored.com/new-arrival/nike-air-max-95-premium-black-white-trainers\" rel=\"nofollow\">nike air max 95 premium black white trainers</a><a href=\"http://www.allhoperestored.com/no-tax/nike-zoom-fly-tokyo\" rel=\"nofollow\">nike zoom fly tokyo</a><a href=\"http://www.allhoperestored.com/official/air-jordan-3-retro-og-gs-black-cement\" rel=\"nofollow\">air jordan 3 retro og gs black cement</a>\r\n <a href=\"http://www.cabinetrodet.com/online/adidas-ultra-boost-2-0-multi-color-gradient\" rel=\"nofollow\">adidas ultra boost 2 0 multi color gradient</a> [url=http://www.cabinetrodet.com/online/adidas-ultra-boost-2-0-multi-color-gradient]adidas ultra boost 2 0 multi color gradient[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(206,11,'puma suede lfs iced kids','dyexcivky@gmail.com','http://www.renardetcorbeau.com/discount/puma-suede-lfs-iced-kids','112.5.242.106','2018-09-19 14:11:56','2018-09-19 14:11:56','<a href=\"http://www.sam-erickson.com/authentic/kd-6-nsw-2018-off-white-nike\" rel=\"nofollow\">kd 6 nsw 2018 off white nike</a><a href=\"http://www.sam-erickson.com/best-seller/top-price-cheap-jordans-made-in-china-nike-air-max-2014-black-blue\" rel=\"nofollow\">top price cheap jordans made in china nike air max 2014 black blue</a><a href=\"http://www.sam-erickson.com/big-sale/white-purple-blue-nike-air-bw-si\" rel=\"nofollow\">white purple blue nike air bw si</a><a href=\"http://www.sam-erickson.com/black-friday/nike-air-max-90-gs-hyper-pink-nike-july-1-nike-air-max-shoe\" rel=\"nofollow\">nike air max 90 gs hyper pink nike july 1 nike air max shoe</a>\r\n <a href=\"http://www.renardetcorbeau.com/discount/puma-suede-lfs-iced-kids\" rel=\"nofollow\">puma suede lfs iced kids</a> [url=http://www.renardetcorbeau.com/discount/puma-suede-lfs-iced-kids]puma suede lfs iced kids[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(207,1,'FreemanHal','tyler_93@msn.com','','107.150.23.219','2018-09-20 20:49:04','2018-09-20 20:49:04','Hey. I want to share with all the great news! \r\n \r\nA month ago an anonymous source sent me 7 bitcoins of wallets that double the bitcoins you sent and send back your purses twice as much. \r\n \r\nI am familiar with blockchain technology and therefore did not believe it. \r\n \r\nBut my curiosity has gone up. \r\n \r\nI sent at my own risk and 0.5 bitcoins to one of these wallets and in just 2 hours, exactly 1 bitcoin came to my wallet. \r\n \r\nI was shocked! \r\n \r\nThen I started working with these bitcoins wallets and revealed the regularity that one wallet can send 0.5 to 5 bitcoins per day from one purse. \r\n \r\nAt the moment I have 350 bitcoins of wallets from which I send 350 - 700 bitcoins daily and get twice as much. \r\n \r\nFor a month, I became a multimillionaire. \r\n \r\nAnother month I will work and become a billionaire. \r\n \r\nI already got what I wanted, I quit my job, paid off all my debts, bought a good house and a car from the Audi RS4. \r\n \r\nNow I feel like a human being and live for my own pleasure. \r\n \r\nThese are the good bitcoins of wallets I earn: \r\n \r\n16mKn71otoYgAxij3y6MuCkWKco7MEa7Rn \r\n \r\n18WWctFEVNhLJKcg14wmykymx3kySuyTLy \r\n \r\n1BC2uQHHUdJzgRog7JMVE5cgWh37NCxwJc \r\n \r\n1L2NgRwBXb5kiQ4uNDT5iKHN1As6kkt4rL \r\n \r\n17dvrJFxoXA6dDxeGoLx3iVp7ogcbvr2nN \r\n \r\n1CnZgLpuPhr9e5PhPEJnDS8fh8HCM5w5oz \r\n \r\n1MaRdde6X7SGuoCdFNL2fmgpLomdx7peGC \r\n \r\nNow many people improve their financial status with these wallets but keep it a secret from everyone. \r\n \r\nI hate poverty, so I share with you all this method of earning, grab a piece of this huge and juicy cake. \r\n \r\nI will remind you once again. Send from one bitcoin your wallet strictly from 0.5 to 5 bitcoins per wallet per day, otherwise you will receive the same amount that you sent without doubling. \r\n \r\nThis scheme of work is completely safe. You can work like me, create a lot of wallets and send them from each of them to the above wallets.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(208,1,'instabuilder - the ultimate Marketing plugin','gladis.machado@web.de','http://www.pko-plan.de/?option=com_k2&view=itemlist&task=user&id=5749','192.227.172.172','2018-09-25 02:55:52','2018-09-25 02:55:52','Hi there woujld you mind letting me know which webhost you\'re using?\r\nI\'ve loaded your blog in 3 completely different web browsers andd I must \r\nsay this blog loads a lott quicker then most.\r\nCan you suggest a good hossting provider at a honest price?\r\nThank you, I appreciate it!',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(209,11,'how can i order nike kobe ad cool grey white','mjaiurldh@gmail.com','http://www.parametrocasa.com/cheap-2018/how-can-i-order-nike-kobe-ad-cool-grey-white','112.5.237.198','2018-09-30 08:44:13','2018-09-30 08:44:13','<a href=\"http://www.2alicebower.com/cheap/adidas-nmd-r1-pk-rose-pink\" rel=\"nofollow\">adidas nmd r1 pk rose pink</a><a href=\"http://www.2alicebower.com/clearance-sale/sale-nike-air-huarache-1-white-blue-black-red-men\" rel=\"nofollow\">sale nike air huarache 1 white blue black red men</a><a href=\"http://www.2alicebower.com/clearance/shop-cheap-mens-nike-air-max-2017-flyknit-black-royal-blue-white\" rel=\"nofollow\">shop cheap mens nike air max 2017 flyknit black royal blue white</a><a href=\"http://www.2alicebower.com/cyber-monday/nike-running-shoes-coal-black-orange-restock\" rel=\"nofollow\">nike running shoes coal black orange restock</a>\r\n <a href=\"http://www.parametrocasa.com/cheap-2018/how-can-i-order-nike-kobe-ad-cool-grey-white\" rel=\"nofollow\">how can i order nike kobe ad cool grey white</a> [url=http://www.parametrocasa.com/cheap-2018/how-can-i-order-nike-kobe-ad-cool-grey-white]how can i order nike kobe ad cool grey white[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(210,1,'Mireya','harley_calabrese@gmail.com','https://pokerpujaan.blogspot.com/p/megaceme-agen-bandar-ceme-keliling.html','158.222.6.107','2018-10-01 00:21:28','2018-10-01 00:21:28','Superb website you have here but I was curious about if \r\nyou knew of any community forums that cover the same topics talked about in this article?\r\n\r\nI\'d really like to be a part of community where I can get comments from other experienced people that share the same \r\ninterest. If you have any suggestions, please let me know.\r\nMany thanks!',0,'0','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(211,11,'nike air jordan flight 23 rst low preschool','yuxnwftpzg@gmail.com','http://www.leadersierra.com/replica/nike-air-jordan-flight-23-rst-low-preschool','112.5.241.210','2018-10-06 20:09:34','2018-10-06 20:09:34','<a href=\"http://www.taptaxialpharetta.com/latest/3lns-nike-clearance-jordan-13-retro-countdown-pack\" rel=\"nofollow\">3lns nike clearance jordan 13 retro countdown pack</a><a href=\"http://www.taptaxialpharetta.com/new-arrival/nike-air-max-1-color-change\" rel=\"nofollow\">nike air max 1 color change</a><a href=\"http://www.taptaxialpharetta.com/no-tax/nike-classic-cortez-black-nylon\" rel=\"nofollow\">nike classic cortez black nylon</a><a href=\"http://www.taptaxialpharetta.com/official/nike-team-hustle-33\" rel=\"nofollow\">nike team hustle 33</a>\r\n <a href=\"http://www.leadersierra.com/replica/nike-air-jordan-flight-23-rst-low-preschool\" rel=\"nofollow\">nike air jordan flight 23 rst low preschool</a> [url=http://www.leadersierra.com/replica/nike-air-jordan-flight-23-rst-low-preschool]nike air jordan flight 23 rst low preschool[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(212,1,'iptv box','mxsgew@iptvcccam.net','http://fastcccam.us','200.54.194.12','2018-10-07 07:53:45','2018-10-07 07:53:45','Hello,nice share.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(213,1,'the cb passive income license program','brittiverson@gmx.net','http://Www.limirihua.com/comment/html/?8435.html','23.250.105.13','2018-10-09 03:38:20','2018-10-09 03:38:20','Pretty section of content. I simply stumbled upon your blog \r\nand in accession capital to say that I get in fact enjoyed account your blog \r\nposts. Anyway I\'ll be subscribing on your feeds and even I achievement you get entry to constantly rapidly.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3393.4 Safari/537.36','',0,0),(214,1,'manger mieux et meilleur extrait','brockbatchelor34@high.vocating.com','https://www.youtube.com/watch?v=94UKvrvc-AY','88.150.182.149','2018-10-12 03:59:48','2018-10-12 03:59:48','La machine du Grand défi Pierre Lavoie est lancée. https://www.youtube.com/watch?v=94UKvrvc-AY',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64','',0,0),(215,1,'sEvenbites','shadwick@gawab.com','http://www.se7enbites.com/','107.174.148.174','2018-10-16 13:54:56','2018-10-16 13:54:56','I\'m not sure why but this web site is loading incredibly slow for me.\r\nIs anyone else having this issue or is it a issue on my \r\nend? I\'ll check back later on and see if the problem still exists.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3423.2 Safari/537.36','',0,0),(216,1,'celebs nude','hollisrosenberger@yahoo.de','http://www.tianheqiqiu.com/comment/html/?351113.html','92.245.174.72','2018-10-18 21:45:39','2018-10-18 21:45:39','Very quickly this web page will be famous amid all blog viewers, due \r\nto it\'s fastidious articles or reviews',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','',0,0),(217,1,'PLUM DELITE','barbneild@googlemail.com','https://historia.co.mz/wiki/Utilizador:GastonCarruthers','149.56.95.34','2018-10-20 12:50:27','2018-10-20 12:50:27','I\'m curious to find out what blog platform \r\nyou are utilizing? I\'m having some small security issues with my latest website and I\'d like to find something more safeguarded.\r\nDo you have any solutions?',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','',0,0),(218,1,'바카라게임사이트','Edythe.Birch@mainella70.dynamailbox.com','https://www.banker9.net','23.236.229.63','2018-10-22 00:32:47','2018-10-22 00:32:47','Wohh exactly what I was searching for, appreciate it \r\nfor posting. https://www.banker9.net',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; IEeleven; rv:11.0) like Gecko','',0,0),(219,11,'nike air jordan 15 retro black varsity red','aekdnqma@gmail.com','http://www.mcmcakedesign.com/official/nike-air-jordan-15-retro-black-varsity-red','112.5.234.254','2018-10-22 04:33:41','2018-10-22 04:33:41','<a href=\"http://www.grandridgegb.com/latest/nike-air-jordan-1-retro-j2k-black-varsity-red\" rel=\"nofollow\">nike air jordan 1 retro j2k black varsity red</a><a href=\"http://www.grandridgegb.com/new-arrival/womens-purple-blue-orange-black-kd-8\" rel=\"nofollow\">womens purple blue orange black kd 8</a><a href=\"http://www.grandridgegb.com/no-tax/air-jordan-14-for-women-black-green\" rel=\"nofollow\">air jordan 14 for women black green</a><a href=\"http://www.grandridgegb.com/official/nike-air-max-95-junior-grey-shoes\" rel=\"nofollow\">nike air max 95 junior grey shoes</a>\r\n <a href=\"http://www.mcmcakedesign.com/official/nike-air-jordan-15-retro-black-varsity-red\" rel=\"nofollow\">nike air jordan 15 retro black varsity red</a> [url=http://www.mcmcakedesign.com/official/nike-air-jordan-15-retro-black-varsity-red]nike air jordan 15 retro black varsity red[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(220,1,'phone sex line','staciedavidson@gmail.com','http://www.clunix.com/board/28233','23.254.83.232','2018-10-22 15:35:06','2018-10-22 15:35:06','BND is like the tortuous, slowly and steadily paying a reasonable yield while staying beyond your the swashbuckling and volatile moves in the Junk or Emerging Market brethren. Aggregate Float Adjusted index.\r\n12% and yields a better-than-the-bank 3. BND charges a miserly in. BND is diversified, with \r\nseo suggestions 10 holdings only comprising 10.\r\nIt\'s not sexy, yet it is reliable and it has dirt very low priced.\r\nBND is passively managed and tracks the Barclays Capital U.\r\n\r\n\r\nBut Facebook has a additional to offer than its massive population. This fact alone, can be a \r\ngreat opportunity for marketers to manage to get their products, services or brand out their open. \r\nIt has the location, connection and \"coolness\" that no other website can raise.\r\nFacebook is officially the new virtual business space.\r\nWith an average of 500 million users, Facebook has bunches of active users common.\r\n\r\n8 earthquake hit the east coast, causing minimal damage in Baltimore.\r\nThis was unusual since virtually all of Baltimore did actually be closing down. Staff conducted a walkthrough after quake and deemed the museum safe allowing for visitors arrive back in that room.\r\nGEM stated on the facebook page, \"After our post-quake walkthrough we have one \"casualty\" to have reported. Geppi\'s Entertainment Museum (GEM) took proper precautions and evacuated the art gallery. Even the Hermione and Ron dolls, passed from. GEM stood strong and proved they were in high sprits after the event. a Peanuts Pigpen statue in the gift shop lost its head. \" The Pigpen statue was up for sale, \r\neven though damaged, like a memento to this rare celebration. On August 23, 2011, a 5.\r\n\r\n\r\nThere is also a DJ forever. DJ G-Whiz and DJ Micaphonechecka are spinning and the night resides by MC Ringo.\r\nEden Loungein Harrah\'s has Don\'t Call Me Francis location at 8 \r\npm and RPM doing at night. It\'s Black Friday as there are free \r\nadmission at The Pool Beyond the in Harrah\'s.\r\n\r\nPaid advertising gives faster results however when the money \r\nruns out so does the program. Inside your marketing campaign you can either use marketing or free advertising.\r\nFor best results with affiliates you must decide \r\nthe right marketing campaign for your niche. With free marketing when done \r\nright your results can last quite a prolonged time.\r\n\r\n\r\n\r\nWhile the relationship may be over, the feelings aren\'t completely gone.\r\nThere the time, a day or two ago, she was madly in love \r\nwith you. Show her you\'re that guy, and outdated memories arrive flooding before.\r\n\r\nYou should remind her that you\'re still that guy, that you are still the same man she dedicated her lifetime to only once.\r\n\r\n\r\nHe will become your No. He also placed you on a pedestal so be \r\ncareful you don\'t topple additional than! He will \r\nalso be in awe individuals and respect you. If you might want to \r\nknow for anybody who is important to him just see how he reacts \r\nto somebody. He may praise and compliment every person the some \r\ntime.\r\n\r\nFeeling great makes us feel we construct what we want, do what we choose, and be \r\nwith who we try to be with. We don\'t all acquire the means to be out and get all probably the most \r\nup-to-date designer wear however, when we are \r\nwell dressed, we feel happy! Having good style creates \r\nto the next stage of faith. Home going outside in the dating scene \r\nand need to make a superb first impression, its vital that look good because once you look good, you feel great.\r\n\r\n\r\nSo there is anything for everyone. A person of geared towards dating websites \r\nall around but nevertheless has over 5 million members.\r\nHigh definition tv three unique sections depending \r\non what you are looking for for these are: Dating, Relationships and Intimate Activities!\r\n\r\n\r\nIt\'s Loaded with tons of specific strategies for overcoming \r\nfear, approaching women, getting cell numbers and e-mail address from women quickly, \r\ngreat inexpensive actually free date ideas, odor to start out to a \"physical\" level smoothly \r\nand easily.\r\n\r\nIf you are like just last year was just too much manage you seem relieved to \r\nlisten 2013 can go a lot smoother for Pisces.\r\n\r\nThe regarding some easy times in your life might seem unsettling at first, anyone will quickly begin to savor \r\nbeing clear of the challenges and drama you don\'t require in your life, and also you deserve the idea!\r\nThere may still be some issues to function with early their year, products things develop into a a lot more \r\nstable, method you like them, honest hang in that room.\r\n\r\n\r\nIf you make eye contact with a woman, make sure you offer her \r\na friendly smile and if she is close enough to you, simply \r\nsay,\"Hi. Literally try to melt women with your eyes. Also while walking, keep that sexy-looking gleam with your eye. \" That almost all it takes and if you are diligent \r\nit need to easy.\r\n\r\nYou may not know which exercise you accomplish to a person get \r\nan even bigger booty. That way, you\'ll be getting a training program that may well \r\nyou get yourself a bigger behind. Exercising is one kind of the \r\nbest ways to build your butt even larger. So,\r\nwhat I want to do is show to you 5 exercises various other your butt bigger.',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(221,1,'Halloween','joseduncombe@moose-mail.com','http://120.116.38.11/dis/home.php?mod=space&uid=1756131&do=profile&from=space','149.56.95.35','2018-10-23 06:30:07','2018-10-23 06:30:07','Do you mind if I quote a few of your posts as long as I provide credit \r\nand sources back to your site? My blog site is in the exact same niche as \r\nyours and my users would really benefit from a lot of the information you present here.\r\nPlease let me know if this okay with you. Cheers!',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','',0,0),(222,1,'ArmandendOp','peachbro@msn.com','','185.130.184.198','2018-10-23 14:15:23','2018-10-23 14:15:23','Free Online Dating: http://84028.ml/adultdatingonline28269 \r\n100% Free dating site, free personals: http://utiny.ml/adultdatingonline95145 \r\nOne of Canada\'s best dating sites for educated singles: http://84028.ml/adultdatingonline47911 \r\nInternational Dating & Singles at InternationalCupid: http://wntdco.mx/adultdatingonline40613 \r\n \r\n \r\n \r\n \r\nlondon free dating appsindian doctors dating sitefree uk disabled dating sitessingle pastor datingsugar daddy dating website ukhow do you know if a guy you\'re dating likes youdating sims youtubei like this guy but i\'m dating someone elsehook up love usespanola dating sitebest orthodox jewish dating sitescrawley free datingonline dating apps nzbengali speed dating 2014valentine\'s day just started datingwhat is the purpose of dating a prescriptionjordan datinghook up etymologybest intros on dating sitessubject lines for dating sitesvarun dhawan secretly dating alia bhattdating kerrydating websites for disabled peoplebuilding online dating sitebest free dating sites singaporedating in paris tipsspecial needs dating agencyis my wife using dating sitescorporate dating ukindonesia free dating onlinewhat it\'s like dating meonline singles dating sites bestdating by cell phonedating oyunlardating free app android',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(223,1,'News about health','yongfitzpatrick@gmail.com','http://snabbtganerivikt.info/news-about-health/','58.65.175.102','2018-10-24 20:57:56','2018-10-24 20:57:56','I think the admin of this web page is truly working hard in support of his \r\nweb page, as here every stuff is quality based stuff.',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','',0,0),(224,11,'solars.biz','','https://solars.biz','185.220.102.8','2018-10-25 06:19:25','2018-10-25 06:19:25','<strong>solars.biz</strong>\n\n',0,'0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3','trackback',0,0),(225,11,'womens running shoes free 50 nike red white v4','prpwvahsrek@gmail.com','http://www.portushotel.com/wholesale/womens-running-shoes-free-50-nike-red-white-v4','112.5.236.154','2018-10-25 20:34:18','2018-10-25 20:34:18','<a href=\"http://www.romaniadentist.com/authentic/nike-lebron-soldier-10-gold-silver\" rel=\"nofollow\">nike lebron soldier 10 gold silver</a><a href=\"http://www.romaniadentist.com/best-seller/mens-air-jordan-cp3-black-white-green-purple\" rel=\"nofollow\">mens air jordan cp3 black white green purple</a><a href=\"http://www.romaniadentist.com/big-sale/newest-nike-free-40-flyknit-sneakers-for-women-black-green\" rel=\"nofollow\">newest nike free 40 flyknit sneakers for women black green</a><a href=\"http://www.romaniadentist.com/black-friday/nike-blazer-low-suede\" rel=\"nofollow\">nike blazer low suede</a>\r\n <a href=\"http://www.portushotel.com/wholesale/womens-running-shoes-free-50-nike-red-white-v4\" rel=\"nofollow\">womens running shoes free 50 nike red white v4</a> [url=http://www.portushotel.com/wholesale/womens-running-shoes-free-50-nike-red-white-v4]womens running shoes free 50 nike red white v4[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(226,1,'Arthurstymn','b3vissouthside13@yahoo.com','','185.130.184.238','2018-10-26 00:08:20','2018-10-26 00:08:20','A ready-made scheme of earnings on cryptocurrency from $ 35,000 per day: http://84036.ml/90322 \r\n \r\nMirror: http://go.fireontherim.com/57231 \r\nMirror-1: http://www.short4free.us/34854 \r\nMirror-2: http://corta.co/58686 \r\nMirror-3: http://s.workflowfaq.com/26543 \r\nMirror-4: http://s.workflowfaq.com/85980',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(227,1,'토토사이트추천','Pauline.Grondin@schuld.italiancarairbags.com','https://totositegg.com','107.172.236.198','2018-10-26 01:43:53','2018-10-26 01:43:53','Hello, i believe that i noticed you visited my web site so i got here to return the \r\nprefer?.I am attempting to in finding issues to enhance my website!I \r\nassume its adequate to make use of a few of your ideas!! https://totositegg.com',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 Romash218922romash','',0,0),(228,11,'mens nike vapor untouchable pro football black university gold court purple','opcepomhznx@gmail.com','http://www.narhexglobal.com/worth-to-buy/mens-nike-vapor-untouchable-pro-football-black-university-gold-court-purple','112.5.237.92','2018-10-27 19:10:12','2018-10-27 19:10:12','<a href=\"http://www.ukhorsesforsale.com/No_tax/blue-tim-duncan-foamposites\" rel=\"nofollow\">blue tim duncan foamposites</a><a href=\"http://www.ukhorsesforsale.com/on-feet/nike-roshe-run-supremo-customs-kikeronincheese\" rel=\"nofollow\">nike roshe run supremo customs kikeronincheese</a><a href=\"http://www.ukhorsesforsale.com/online-retailers/asics-gel-noosa\" rel=\"nofollow\">asics gel noosa</a><a href=\"http://www.ukhorsesforsale.com/online-sale/womens-nike-cortez-nylon-vintage-shoes-orange-orange-white\" rel=\"nofollow\">womens nike cortez nylon vintage shoes orange orange white</a>\r\n <a href=\"http://www.narhexglobal.com/worth-to-buy/mens-nike-vapor-untouchable-pro-football-black-university-gold-court-purple\" rel=\"nofollow\">mens nike vapor untouchable pro football black university gold court purple</a> [url=http://www.narhexglobal.com/worth-to-buy/mens-nike-vapor-untouchable-pro-football-black-university-gold-court-purple]mens nike vapor untouchable pro football black university gold court purple[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(229,11,'mens air jordan 1 mid black white','kdcpysypajb@gmail.com','http://www.boseinsurance.com/on%20sale/mens-air-jordan-1-mid-black-white','112.5.248.193','2018-10-31 00:52:43','2018-10-31 00:52:43','<a href=\"http://www.rochestercountry.com/brand-new/sns-adidas-i-5923-pack-release-date\" rel=\"nofollow\">sns adidas i 5923 pack release date</a><a href=\"http://www.rochestercountry.com/buy-cheap/nike-black-white-mens-shoes-air-max-97-hyp-nike-air-max-ice-qs\" rel=\"nofollow\">nike black white mens shoes air max 97 hyp nike air max ice qs</a><a href=\"http://www.rochestercountry.com/cheap-2018/nike-air-max-180-black-black\" rel=\"nofollow\">nike air max 180 black black</a><a href=\"http://www.rochestercountry.com/cheap-classic/adidas-iniki-runner-boost-mystery-red\" rel=\"nofollow\">adidas iniki runner boost mystery red</a>\r\n <a href=\"http://www.boseinsurance.com/on sale/mens-air-jordan-1-mid-black-white\" rel=\"nofollow\">mens air jordan 1 mid black white</a> [url=http://www.boseinsurance.com/on sale/mens-air-jordan-1-mid-black-white]mens air jordan 1 mid black white[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(230,11,'nike air tailwind january 2012','ysnxgcuglcu@gmail.com','http://www.treesurgeonsstevenage.com/restock/nike-air-tailwind-january-2012','112.5.234.249','2018-11-04 16:55:06','2018-11-04 16:55:06','<a href=\"http://www.yourvirtualcpo.com/sneaker-market/best-nike-cortez-colorways\" rel=\"nofollow\">best nike cortez colorways</a><a href=\"http://www.yourvirtualcpo.com/Sneaker_Release_Date/2018-summer-new-nike-sock-dart-tech-fleece-safari-white-white-white-black\" rel=\"nofollow\">2018 summer new nike sock dart tech fleece safari white white white black</a><a href=\"http://www.yourvirtualcpo.com/top-kicks/725064-001-archive-75-black-white-swarovski-crystals\" rel=\"nofollow\">725064 001 archive 75 black white swarovski crystals</a><a href=\"http://www.yourvirtualcpo.com/Top_Sneakers/cheap-air-jordan-5-retro-white-sport-royal-stealth\" rel=\"nofollow\">cheap air jordan 5 retro white sport royal stealth</a>\r\n <a href=\"http://www.treesurgeonsstevenage.com/restock/nike-air-tailwind-january-2012\" rel=\"nofollow\">nike air tailwind january 2012</a> [url=http://www.treesurgeonsstevenage.com/restock/nike-air-tailwind-january-2012]nike air tailwind january 2012[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(231,17,'PetraJuicy','elizabethlofland@gmail.com','https://LesterTalks.jimdo.com','103.23.35.142','2018-11-07 07:35:52','2018-11-07 07:35:52','Hello. I see that you don\'t update your page too often. I know that writing posts is time consuming and boring.\r\nBut did you know that there is a tool that allows you \r\nto create new articles using existing content (from article directories or other blogs \r\nfrom your niche)? And it does it very well. The new posts are high quality and pass the copyscape test.\r\nSearch in google and try: miftolo\'s tools',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.1.840 Yowser/2.5 Safari/537.36','',0,0),(232,1,'온라인카지노주소','Rolando-Tillman@damoth.newfishingaccessories.com','https://www.baccaratsite.net','23.95.103.36','2018-11-07 20:36:44','2018-11-07 20:36:44','Thanks for finally talking about >Needlepoint Tapestry - The Cross Stitch Centre <Loved it! https://www.baccaratsite.net',0,'0','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(233,1,'Car Wallpaper Image Gallery','monserratekujawski@inbox.com','https://www.polytrauma.va.gov/disclaimer.asp?url=http://carseget.pw','118.97.140.194','2018-11-10 06:17:00','2018-11-10 06:17:00','Great beat ! I would like to apprentice whilst you amend your web site, \r\nhow can i subscribe for a weblog web site? The account aided me a \r\nappropriate deal. I had been tiny bit familiar of this \r\nyour broadcast provided brilliant clear concept',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(234,1,'viagra cheap online','jennamei@yahoo.de','https://ocrv.com','138.128.5.53','2018-11-12 16:25:35','2018-11-12 16:25:35','It\'s awesome to visit this web page and reading the views \r\nof all friends on the topic of this paragraph, while I \r\nam also keen of getting familiarity.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36','',0,0),(235,1,'wordpress web design toronto','hymanbeal@gmail.com','http://bookmarktou.com/user.php?login=jaxondoder','149.56.95.35','2018-11-13 05:03:14','2018-11-13 05:03:14','Greetings! This is my 1st comment here so I just wanted to \r\ngive a quick shout out and say I really enjoy reading through your articles.\r\nCan you recommend any other blogs/websites/forums that go over the same topics?\r\n\r\nThanks a lot!',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','',0,0),(236,1,'mobile access','roycefrazer@arcor.de','http://www.appzforum.com','158.140.134.138','2018-11-21 19:06:31','2018-11-21 19:06:31','Nice post. I learn something new and challenging on websites I stumbleupon on a daily basis.\r\nIt will always be helpful to read articles from other \r\nwriters and use something from other web sites.',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(237,1,'Curtispsync','yourmail@gmail.com','','185.189.113.36','2018-11-24 09:33:01','2018-11-24 09:33:01','how to start a passive income online business: \r\n<a href=\"http://www.youtube.com/watch?v=BDXPGqN8um0\" rel=\"nofollow\">35 ways to earn money online</a>\r\n<a href=\"http://www.youtube.com/watch?v=PCJCKTDGUe0\" rel=\"nofollow\">earn money online jobs part time</a>\r\n<a href=\"http://www.youtube.com/watch?v=69729YXKYW4\" rel=\"nofollow\">make money online with zazzle</a>\r\n<a href=\"http://www.youtube.com/watch?v=E5cpRyeNkWs\" rel=\"nofollow\">earn a money online</a>\r\n<a href=\"http://www.youtube.com/watch?v=W3WUqKIFfbE\" rel=\"nofollow\">earn money online sri lanka</a>\r\n \r\nPopular Tags: can you make money in online pokergoogle adwords earn money onlineearn money online instantlyhow to blog and make money onlinehow to earn money online quicklyhow to make money online on android phonemoney making ways onlineearn money online programmerwin real money playing online slots at karamba comhow much money can you really make taking surveys onlinehow to make money selling ebooks onlinemake money apps iphone ukhow to make real money online no surveysearn money using mobile apppaytm money earning apps 2018design tshirt online and earn moneymake money online blogspothow to win money by playing online gamesmake money online chat ukeasy way to make extra money onlinemaking money from playing games onlinewebsite for earn money onlineeve online making isk in high secmaking money selling information products onlinewhere to start earning money online',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(238,1,'خرید مجموعه کامل سریال پایتخت','holleyrittenhouse@arcor.de','http://gold.site.ge/user/TawannaLapointe/','149.56.95.34','2018-11-25 06:17:58','2018-11-25 06:17:58','Wonderful blog! I found it while searching on Yahoo News.\r\n\r\nDo you have any suggestions on how to get listed in Yahoo News?\r\nI\'ve been trying for a while but I never seem to get \r\nthere! Thank you',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.109 Safari/537.36','',0,0),(239,1,'oregano oil and hypertension','adrienne_blocher@freenet.de','https://winifredslemp59.hatenablog.com/entry/2018/10/22/123859','5.101.222.107','2018-11-25 23:05:54','2018-11-25 23:05:54','Raspberry Clafouti Recipe + Larger Picture.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(240,17,'cheap--shoes','rvgoku@gmail.com','http://www.cheap--shoes.com/','112.5.234.219','2018-11-29 20:25:04','2018-11-29 20:25:04','<a href=\"http://www.topshoesshoppe.com/\" rel=\"nofollow\">topshoesshoppe</a>, <a href=\"http://www.mihashicleaning.com/\" rel=\"nofollow\">mihashicleaning</a>,\r\n <a href=\"http://www.cheap--shoes.com/\" rel=\"nofollow\">cheap--shoes</a> [url=http://www.cheap--shoes.com/]cheap--shoes[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(241,1,'바카라','Leroy-Schuler@pasculli.italiancarairbags.com','https://www.banker9.net','23.229.9.28','2018-11-30 20:21:38','2018-11-30 20:21:38','Enjoyed looking at this, very good stuff, regards. https://www.banker9.net',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(242,1,'Niki','franklynfolse@inbox.com','http://www.dietlearn.com/story.php?title=toko-komputer-online','209.99.166.201','2018-12-04 03:10:05','2018-12-04 03:10:05','Do you mind if I quote a couple of your posts as long as I \r\nprovide credit and sources back to your blog?\r\nMy blog site is in the very same area of interest \r\nas yours and my users would genuinely benefit from a \r\nlot of the information you provide here. Please let \r\nme know if this alright with you. Thanks!',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(243,1,'Quickest method - A Secret Nobody Has Told You','rita@brainboostingsupplements.org','http://nicnaccoins.com/bitchat/index.php?action=profile;u=11651','209.99.168.88','2018-12-09 02:29:27','2018-12-09 02:29:27','You could definitely see your skills within the work you write.\r\nThe world hopes for even more passionate writers like you who are not \r\nafraid to say how they believe. All the time follow your heart. http://nicnaccoins.com/bitchat/index.php?action=profile;u=11651',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2705.45 Safari/537.36','',0,0),(244,1,'인터넷카지노','Marjorie.Churchill@porteous14.freephotoretouch.com','https://www.csite88.com','172.245.64.31','2018-12-10 02:13:06','2018-12-10 02:13:06','Hi there colleagues, its great piece of writing on the topic of cultureand entirely defined, keep it up all the time. https://www.csite88.com',0,'0','Mozilla/5.0 (X11; Datanyze; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(245,1,'True Light Garcinia Cambogia Reviews','austin@captchaeu.info','http://nemoadministrativerecord.com/UserProfile/tabid/57/userId/6115972/Default.aspx','209.99.166.126','2018-12-13 22:22:19','2018-12-13 22:22:19','Thank you for every other great post. The place else could anyone get that kind of \r\ninformation in such a perfect method of writing? I\'ve a presentation subsequent \r\nweek, and I am on the search for such information. http://nemoadministrativerecord.com/UserProfile/tabid/57/userId/6115972/Default.aspx',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Safari/537.36','',0,0),(246,1,'hier geht es zur gebaeudereinigung doeninghaus >>','billsantana@gmail.com','http://Wiki.Aprs-Multi-Igate.com/index.php?title=Offerten_Von_Reinigungsfirmen_Erhalten','5.34.240.155','2018-12-15 07:00:22','2018-12-15 07:00:22','ED',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36','',0,0),(247,1,'Landing Template','frederick_osterhagen@zoho.com','http://www.ethnopsychopathy.org/index.php/Landing_Page_Design_Software','103.109.92.234','2018-12-16 05:21:57','2018-12-16 05:21:57','If you want to increase your knowledge just keep visiting this site and be updated with the newest gossip posted here.',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:57.0) Gecko/20100101 Firefox/57.0','',0,0),(248,1,'http://emanuelfhgf726blog.blogkoo.com/','finleykinsela@hotmail.com','http://emanuelfhgf726blog.blogkoo.com/the-best-side-of-druncle-shirt-10492066','104.227.52.60','2018-12-17 09:28:18','2018-12-17 09:28:18','I just like the valuable info you provide in your articles.\r\nI will bookmark your weblog and test again here regularly.\r\nI\'m moderately sure I\'ll be told many new stuff proper right here!\r\nBest of luck for the next!',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Safari/537.36','',0,0),(249,11,'1\"\'`--','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(250,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(251,11,'1','arachni@email.gr','http://1\'--','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(252,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:50','2018-12-17 14:03:50','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(253,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1\"\'`--',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(254,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1)',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(255,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(256,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(257,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(258,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(259,11,'1)','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(260,11,'1','arachni@email.gr','http://1','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(261,11,'1','arachni@email.gr','http://1)','18.224.179.234','2018-12-17 14:03:49','2018-12-17 14:03:49','1',0,'0','User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(262,17,'air vapormax fk moc 2 acronym','zawtqnmpjsc@gmail.com','http://www.kamagracuanto.com/free_delivery/air-vapormax-fk-moc-2-acronym','112.5.234.121','2018-12-19 20:12:16','2018-12-19 20:12:16','<a href=\"http://www.escapeplanatx.com/es/adidas-caflaire-zapatillas-para-hombre-negro-core-black-footwear-white-0-39-1-3-eu\" rel=\"nofollow\">adidas caflaire zapatillas para hombre negro core black footwear white 0 39 1 3 eu</a><a href=\"http://www.escapeplanatx.com/femme/nike-hypervenom-iii-df-ag-pro-m%c4%99skie-buty\" rel=\"nofollow\">nike hypervenom iii df ag pro m臋skie buty</a><a href=\"http://www.escapeplanatx.com/fr/nouvelles-adidas-ultra-boost-homme-achat-en-ligne03\" rel=\"nofollow\">nouvelles adidas ultra boost homme achat en ligne03</a><a href=\"http://www.escapeplanatx.com/heren/air-max-90-bianche-e-blu\" rel=\"nofollow\">air max 90 bianche e blu</a>\r\n <a href=\"http://www.kamagracuanto.com/free_delivery/air-vapormax-fk-moc-2-acronym\" rel=\"nofollow\">air vapormax fk moc 2 acronym</a> [url=http://www.kamagracuanto.com/free_delivery/air-vapormax-fk-moc-2-acronym]air vapormax fk moc 2 acronym[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(263,1,'SlimTrim Garcinia Review','asa@garciniacambogia.directory','http://familiarspots.com/groups/how-eliminate-weight-while-skipping-those-frustrating-crash-diets-518128381/','185.198.223.254','2018-12-23 23:18:44','2018-12-23 23:18:44','I\'m gone to tell my little brother, that he should also pay a quick visit this webpage on regular basis to \r\ntake updated from newest news update. http://familiarspots.com/groups/how-eliminate-weight-while-skipping-those-frustrating-crash-diets-518128381/',0,'0','Mozilla/5.0 (X11; Linux i686 on x86_64; rv:51.0) Gecko/20100101 Firefox/51.0','',0,0),(264,17,'nike air max 1 essential white silver green navy','tsejrfgvhoj@gmail.com','http://www.bicicletanocaminho.com/2018-top/nike-air-max-1-essential-white-silver-green-navy','112.5.237.80','2018-12-26 00:40:56','2018-12-26 00:40:56','<a href=\"http://www.kamagracuanto.com/2018-online/adidas-originals-mens-zx-flux-sneakers\" rel=\"nofollow\">adidas originals mens zx flux sneakers</a><a href=\"http://www.kamagracuanto.com/2018-top/nike-sportswear-turbo-green-pack\" rel=\"nofollow\">nike sportswear turbo green pack</a><a href=\"http://www.kamagracuanto.com/2019_release/pearl-rose-gold-huaraches\" rel=\"nofollow\">pearl rose gold huaraches</a><a href=\"http://www.kamagracuanto.com/awesome/nike-919704-333-air-jordan-1-retro-high-flyknit-mens-shoes-clay-green-hyper-cobalt-gum-yellow-white\" rel=\"nofollow\">nike 919704 333 air jordan 1 retro high flyknit mens shoes clay green hyper cobalt gum yellow white</a>\r\n <a href=\"http://www.bicicletanocaminho.com/2018-top/nike-air-max-1-essential-white-silver-green-navy\" rel=\"nofollow\">nike air max 1 essential white silver green navy</a> [url=http://www.bicicletanocaminho.com/2018-top/nike-air-max-1-essential-white-silver-green-navy]nike air max 1 essential white silver green navy[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(265,1,'Synergy Max Supplement','dorree@most-wanted-stuff.com','http://houseyorgrim.com/groups/sitting-all-round-the-day-advice-on-how-to-prevent-weight-gain/','45.61.163.5','2018-12-26 23:24:44','2018-12-26 23:24:44','I don\'t unremarkably comment but I gotta admit \r\nthank you for the post on this great one :\r\nD. http://houseyorgrim.com/groups/sitting-all-round-the-day-advice-on-how-to-prevent-weight-gain/',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.1.840 Yowser/2.5 Safari/537.36','',0,0),(266,1,'Find the Ideal Weight Loss Supplement','suzan@brainboosting.club','http://www.halon-chronicles.com/sandaris/index.php?action=profile;u=56470','23.245.143.74','2018-12-27 03:19:31','2018-12-27 03:19:31','It?s difficult to find educated people on this topic, however, you seem like you know what \r\nyou?re talking about! Thanks http://www.halon-chronicles.com/sandaris/index.php?action=profile;u=56470',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.158 Safari/537.36','',0,0),(267,11,'femme air jordan 11 future rose','ypasarxbmek@gmail.com','http://www.sellingaec.com/online/femme-air-jordan-11-future-rose','112.5.237.80','2018-12-27 09:32:53','2018-12-27 09:32:53','<a href=\"http://www.marinelife-aquaculture.com/buty/mens-adidas-adizero-boston-boost-5-running-shoes\" rel=\"nofollow\">mens adidas adizero boston boost 5 running shoes</a><a href=\"http://www.marinelife-aquaculture.com/chaussures/goedkope-jordan-aero-mania-kopen\" rel=\"nofollow\">goedkope jordan aero mania kopen</a><a href=\"http://www.marinelife-aquaculture.com/dam/zapatillas-nike-air-max-90-utility-running-hombre-antracita-negras-rojo-desaf%c3%ado-gris\" rel=\"nofollow\">zapatillas nike air max 90 utility running hombre antracita negras rojo desaf铆o gris</a><a href=\"http://www.marinelife-aquaculture.com/dame/puma-defy-mujer-zapatos-190949-04\" rel=\"nofollow\">puma defy mujer zapatos 190949 04</a>\r\n <a href=\"http://www.sellingaec.com/online/femme-air-jordan-11-future-rose\" rel=\"nofollow\">femme air jordan 11 future rose</a> [url=http://www.sellingaec.com/online/femme-air-jordan-11-future-rose]femme air jordan 11 future rose[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(268,1,'How Genetics Affect Penis Size any Kind Of You can Adjust It','brice@get-bitcoins.online','https://trancerobot.com/forum/index.php?action=profile;u=71366','192.3.42.101','2018-12-27 15:30:23','2018-12-27 15:30:23','Very rapidly this web page will be famous among all blogging \r\nvisitors, due to it\'s fastidious content https://trancerobot.com/forum/index.php?action=profile;u=71366',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3381.1 Safari/537.36','',0,0),(269,1,'https://healthcarecritic.com/talk/index.php?action=profile;u=84513','warren@o.resort-in-asia.com','https://sinara-group.com/bitrix/rk.php?goto=https://healthcarecritic.com/talk/index.php%3Faction=profile;u=84513','104.140.17.61','2018-12-28 13:27:28','2018-12-28 13:27:28','Thanks for some other excellent post. Where else may anybody get that kind of \r\ninformation in such a perfect means of writing? I have a presentation subsequent week,\r\nand I am at the look for such information. https://sinara-group.com/bitrix/rk.php?goto=https://healthcarecritic.com/talk/index.php%3Faction=profile;u=84513',0,'0','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20061201 Firefox/2.0.0.2','',0,0),(270,17,'outlet uk men nike air max 2013 shoes all black qc46543','tfkzkrn@gmail.com','http://www.hooktix.com/size/outlet-uk-men-nike-air-max-2013-shoes-all-black-qc46543','112.5.234.156','2018-12-28 19:01:43','2018-12-28 19:01:43','<a href=\"http://www.brianfoxpc.com/womens_footwear/nike-kobe-x-blue-lagoon-00\" rel=\"nofollow\">nike kobe x blue lagoon 00</a>\r\n <a href=\"http://www.hooktix.com/size/outlet-uk-men-nike-air-max-2013-shoes-all-black-qc46543\" rel=\"nofollow\">outlet uk men nike air max 2013 shoes all black qc46543</a> [url=http://www.hooktix.com/size/outlet-uk-men-nike-air-max-2013-shoes-all-black-qc46543]outlet uk men nike air max 2013 shoes all black qc46543[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(271,17,'discount nike air max 90 hyperfuse prm womens 25 anniversary ice wine buy','rsjsjstbm@gmail.com','http://www.beadneck.com/womens_footwear/discount-nike-air-max-90-hyperfuse-prm-womens-25-anniversary-ice-wine-buy','112.5.238.12','2018-12-31 21:31:54','2018-12-31 21:31:54','<a href=\"http://www.2dustyscellar.com/shoes/cheap-mens-nike-air-max-20175-light-grey-black\" rel=\"nofollow\">cheap mens nike air max 20175 light grey black</a>\r\n <a href=\"http://www.beadneck.com/womens_footwear/discount-nike-air-max-90-hyperfuse-prm-womens-25-anniversary-ice-wine-buy\" rel=\"nofollow\">discount nike air max 90 hyperfuse prm womens 25 anniversary ice wine buy</a> [url=http://www.beadneck.com/womens_footwear/discount-nike-air-max-90-hyperfuse-prm-womens-25-anniversary-ice-wine-buy]discount nike air max 90 hyperfuse prm womens 25 anniversary ice wine buy[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(272,17,'nike stefan janoski mujer baratas','dbelkjzd@gmail.com','http://www.toweystopaz.com/saldi/nike-stefan-janoski-mujer-baratas','112.5.248.205','2018-12-31 22:33:18','2018-12-31 22:33:18','<a href=\"http://www.resepumami.com/kuuma-myynti/grey-pink-white-air-jordans-3-womens\" rel=\"nofollow\">grey pink white air jordans 3 womens</a><a href=\"http://www.resepumami.com/kvinder/nike-free-flyknit-4-0-heren-sneakers-blauw-zwart-hot-sale-hot-price\" rel=\"nofollow\">nike free flyknit 4 0 heren sneakers blauw zwart hot sale hot price</a><a href=\"http://www.resepumami.com/kvinnor/maxwell-lam-lhomme-daffaires-qui-porte-des-talons-hauts-pour-travailler\" rel=\"nofollow\">maxwell lam lhomme daffaires qui porte des talons hauts pour travailler</a><a href=\"http://www.resepumami.com/Lagra/mens-nike-sb-blazer-low-gt-skate-shoes-brown-and-black-nike-huarache-red\" rel=\"nofollow\">mens nike sb blazer low gt skate shoes brown and black nike huarache red</a>\r\n <a href=\"http://www.toweystopaz.com/saldi/nike-stefan-janoski-mujer-baratas\" rel=\"nofollow\">nike stefan janoski mujer baratas</a> [url=http://www.toweystopaz.com/saldi/nike-stefan-janoski-mujer-baratas]nike stefan janoski mujer baratas[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(273,11,'nike roshe run mid black dark grey 02','rvutjby@gmail.com','http://www.inesstade.com/fake/nike-roshe-run-mid-black-dark-grey-02','112.5.238.12','2019-01-02 11:04:41','2019-01-02 11:04:41','<a href=\"http://www.donniecoxmusic.com/shop/womens-nike-air-max-1-mid-sneakerboot-lb-qs-boots-black-685267-001\" rel=\"nofollow\">womens nike air max 1 mid sneakerboot lb qs boots black 685267 001</a>\r\n <a href=\"http://www.inesstade.com/fake/nike-roshe-run-mid-black-dark-grey-02\" rel=\"nofollow\">nike roshe run mid black dark grey 02</a> [url=http://www.inesstade.com/fake/nike-roshe-run-mid-black-dark-grey-02]nike roshe run mid black dark grey 02[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(274,11,'guava icewhite vast grey tap to zoom womens nike air max motion','ovpodhwaqd@gmail.com','http://www.pulautidungindah.com/nouveau/guava-icewhite-vast-grey-tap-to-zoom-womens-nike-air-max-motion','112.5.248.205','2019-01-02 21:22:12','2019-01-02 21:22:12','<a href=\"http://www.dayinbelgrade.com/en-l铆nea/adidas-harden-vol-2-mvp-skor-svart-adidas-sweden\" rel=\"nofollow\">adidas harden vol 2 mvp skor svart adidas sweden</a><a href=\"http://www.dayinbelgrade.com/gesch盲ft/nike-stjernede-runner-gs-002\" rel=\"nofollow\">nike stjernede runner gs 002</a><a href=\"http://www.dayinbelgrade.com/goedkoop/buty-damskie-nike-blazer-low-le-czer%c5%84-zdj%c4%99cie-1\" rel=\"nofollow\">buty damskie nike blazer low le czer艅 zdj臋cie 1</a><a href=\"http://www.dayinbelgrade.com/gymnastikskor/puma-rs100-ventilate-dame\" rel=\"nofollow\">puma rs100 ventilate dame</a>\r\n <a href=\"http://www.pulautidungindah.com/nouveau/guava-icewhite-vast-grey-tap-to-zoom-womens-nike-air-max-motion\" rel=\"nofollow\">guava icewhite vast grey tap to zoom womens nike air max motion</a> [url=http://www.pulautidungindah.com/nouveau/guava-icewhite-vast-grey-tap-to-zoom-womens-nike-air-max-motion]guava icewhite vast grey tap to zoom womens nike air max motion[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(275,1,'https://trueketodiet.com/','delphinia@bangkok-mega.com','https://couriersinedinburgh.co.uk/user/profile/3011','209.99.169.54','2019-01-04 00:10:14','2019-01-04 00:10:14','Outstanding post, you have pointed out some superb details, I also conceive this is a very wonderful website. https://couriersinedinburgh.co.uk/user/profile/3011',0,'0','Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0.4 Waterfox/56.0.4','',0,0),(276,11,'nike mens air max tailwind 8 kpu upper wine red fire red','ctvgnrb@gmail.com','http://www.moroccolovesyou.com/ca/nike-mens-air-max-tailwind-8-kpu-upper-wine-red-fire-red','112.5.234.245','2019-01-04 02:17:11','2019-01-04 02:17:11','<a href=\"http://www.zestforlifemag.com/en-us-shop/new-balance-mens-990v4-made-in-us-navy-with-silver\" rel=\"nofollow\">new balance mens 990v4 made in us navy with silver</a><a href=\"http://www.zestforlifemag.com/factory-sale/nike-air-max-90-white-size-4-midnight-fog-tumbled-grey\" rel=\"nofollow\">nike air max 90 white size 4 midnight fog tumbled grey</a><a href=\"http://www.zestforlifemag.com/fake/shark-low-nike-classic-cortez-leather-premium-white-red-861677-100\" rel=\"nofollow\">shark low nike classic cortez leather premium white red 861677 100</a><a href=\"http://www.zestforlifemag.com/fashion-deals/852627-003-2018-off-white-nike\" rel=\"nofollow\">852627 003 2018 off white nike</a>\r\n <a href=\"http://www.moroccolovesyou.com/ca/nike-mens-air-max-tailwind-8-kpu-upper-wine-red-fire-red\" rel=\"nofollow\">nike mens air max tailwind 8 kpu upper wine red fire red</a> [url=http://www.moroccolovesyou.com/ca/nike-mens-air-max-tailwind-8-kpu-upper-wine-red-fire-red]nike mens air max tailwind 8 kpu upper wine red fire red[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(277,17,'nike air max black white 2018','odxoohaiup@gmail.com','http://www.hpajohesh.com/clearance/nike-air-max-black-white-2018','112.5.234.245','2019-01-04 20:33:30','2019-01-04 20:33:30','<a href=\"http://www.amishcountrystonelodge.com/up_comming/pre-school-under-armour-kickit2-low-lightweight\" rel=\"nofollow\">pre school under armour kickit2 low lightweight</a><a href=\"http://www.amishcountrystonelodge.com/up_to_68_off_sale/air-jordan-13s-for-sale\" rel=\"nofollow\">air jordan 13s for sale</a><a href=\"http://www.amishcountrystonelodge.com/us/white-black-royalblue-nike-training-shoes-air-max-90-orange-mens\" rel=\"nofollow\">white black royalblue nike training shoes air max 90 orange mens</a><a href=\"http://www.amishcountrystonelodge.com/where-to-buy/cheap-nike-lebron-soldier-10-white-gold\" rel=\"nofollow\">cheap nike lebron soldier 10 white gold</a>\r\n <a href=\"http://www.hpajohesh.com/clearance/nike-air-max-black-white-2018\" rel=\"nofollow\">nike air max black white 2018</a> [url=http://www.hpajohesh.com/clearance/nike-air-max-black-white-2018]nike air max black white 2018[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(278,17,'nike air huarache womens red','lqpdczeu@gmail.com','http://www.2dustyscellar.com/shoes/nike-air-huarache-womens-red','112.5.238.12','2019-01-05 01:47:53','2019-01-05 01:47:53','<a href=\"http://www.lailastauffert.com/cheap/adidas-w-iniki-runner-size-8-5-rose\" rel=\"nofollow\">adidas w iniki runner size 8 5 rose</a>\r\n <a href=\"http://www.2dustyscellar.com/shoes/nike-air-huarache-womens-red\" rel=\"nofollow\">nike air huarache womens red</a> [url=http://www.2dustyscellar.com/shoes/nike-air-huarache-womens-red]nike air huarache womens red[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(279,11,'air jordan 6 size 9','littgmdknk@gmail.com','http://www.dekoraphotography.com/shop/air-jordan-6-size-9','112.5.238.12','2019-01-06 19:36:52','2019-01-06 19:36:52','<a href=\"http://www.liveatmerrywood.com/cheap/nike-air-max-90-premium-black-black-white-700155-008\" rel=\"nofollow\">nike air max 90 premium black black white 700155 008</a>\r\n <a href=\"http://www.dekoraphotography.com/shop/air-jordan-6-size-9\" rel=\"nofollow\">air jordan 6 size 9</a> [url=http://www.dekoraphotography.com/shop/air-jordan-6-size-9]air jordan 6 size 9[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(280,17,'nike air force 1 7 premium','jbbqtcl@gmail.com','http://www.mlmloanstatus.com/sale/nike-air-force-1-7-premium','112.5.248.205','2019-01-08 21:09:24','2019-01-08 21:09:24','<a href=\"http://www.dclexpress.com/shop/nike-alpha-air-huarache-cleats\" rel=\"nofollow\">nike alpha air huarache cleats</a>\r\n <a href=\"http://www.mlmloanstatus.com/sale/nike-air-force-1-7-premium\" rel=\"nofollow\">nike air force 1 7 premium</a> [url=http://www.mlmloanstatus.com/sale/nike-air-force-1-7-premium]nike air force 1 7 premium[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(281,1,'skartec digital marketing academy','martyprescott@gawab.com','https://skartecacademy.hatenablog.com/','23.92.121.88','2019-01-09 03:24:20','2019-01-09 03:24:20','I am not sure where you are getting your info, but good topic.\r\nI needs to spend some time learning more or understanding more.\r\nThanks for great info I was looking for this info for my mission.',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(282,17,'cheap nike free run plus 2 womens shoes black whie','omjzraqcty@gmail.com','http://www.knowitallbackground.com/news/cheap-nike-free-run-plus-2-womens-shoes-black-whie','112.5.248.197','2019-01-11 02:10:29','2019-01-11 02:10:29','<a href=\"http://www.hpajohesh.com/en-us-shop/adidas-infinity\" rel=\"nofollow\">adidas infinity</a><a href=\"http://www.hpajohesh.com/factory-sale/jordan-retro-6-womens-black-pink-blue\" rel=\"nofollow\">jordan retro 6 womens black pink blue</a><a href=\"http://www.hpajohesh.com/fake/nike-air-max-90-mens-shoes-hyp-prm-all-green-nike-air-max-2017-cheap\" rel=\"nofollow\">nike air max 90 mens shoes hyp prm all green nike air max 2017 cheap</a><a href=\"http://www.hpajohesh.com/fashion-deals/adidas-terrex-x-king-shoe-mens\" rel=\"nofollow\">adidas terrex x king shoe mens</a>\r\n <a href=\"http://www.knowitallbackground.com/news/cheap-nike-free-run-plus-2-womens-shoes-black-whie\" rel=\"nofollow\">cheap nike free run plus 2 womens shoes black whie</a> [url=http://www.knowitallbackground.com/news/cheap-nike-free-run-plus-2-womens-shoes-black-whie]cheap nike free run plus 2 womens shoes black whie[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(283,6,'Jeremy','find420apps@gmail.com','http://Find420','172.246.70.252','2019-01-11 08:40:48','2019-01-11 08:40:48','Hi, I\'m Jeremy from Find420. I just wanted to let you know we are offering free listings on our app for a limited time. We get thousands of views per day in your area for cannabis services. Add your services today and increase traffic to your business. Once again its totally free and you can signup at: http://www.find420app.com/ Thank you',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(284,11,'nike 6 0 brazen eight new colorways available nikeblog co','gymxcipzb@gmail.com','http://www.nyvaped.com/kvinnor/nike-6-0-brazen-eight-new-colorways-available-nikeblog-co','112.5.248.164','2019-01-13 06:24:19','2019-01-13 06:24:19','<a href=\"http://www.fixfliprentkc.com/en-l铆nea/nike-tn-requintuned-1-men%c2%b4s-shoes-blackspiderweb-basketball\" rel=\"nofollow\">nike tn requintuned 1 men麓s shoes blackspiderweb basketball</a><a href=\"http://www.fixfliprentkc.com/gesch盲ft/adidas-solar-glide-men\" rel=\"nofollow\">adidas solar glide men</a><a href=\"http://www.fixfliprentkc.com/goedkoop/nike-classic-cortez-nylon-gym-red\" rel=\"nofollow\">nike classic cortez nylon gym red</a><a href=\"http://www.fixfliprentkc.com/gymnastikskor/nike-schuhe-in-silber\" rel=\"nofollow\">nike schuhe in silber</a>\r\n <a href=\"http://www.nyvaped.com/kvinnor/nike-6-0-brazen-eight-new-colorways-available-nikeblog-co\" rel=\"nofollow\">nike 6 0 brazen eight new colorways available nikeblog co</a> [url=http://www.nyvaped.com/kvinnor/nike-6-0-brazen-eight-new-colorways-available-nikeblog-co]nike 6 0 brazen eight new colorways available nikeblog co[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(285,11,'adidas tennis tc sneaker men','ijwjwrijig@gmail.com','http://www.ltckuliyapitiya.com/good_review/adidas-tennis-tc-sneaker-men','112.5.238.84','2019-01-16 23:19:07','2019-01-16 23:19:07','<a href=\"http://www.aizhanmaster.com/Footwear/adidas-purecontrol-ultra-boost-vapour-green\" rel=\"nofollow\">adidas purecontrol ultra boost vapour green</a><a href=\"http://www.aizhanmaster.com/free-delivery/all-red-air-force-1-for-sale\" rel=\"nofollow\">all red air force 1 for sale</a><a href=\"http://www.aizhanmaster.com/hot-products/adidas-tubular-moc-blue\" rel=\"nofollow\">adidas tubular moc blue</a><a href=\"http://www.aizhanmaster.com/instagram/nike-lunar-force-1-mid-leather\" rel=\"nofollow\">nike lunar force 1 mid leather</a>\r\n <a href=\"http://www.ltckuliyapitiya.com/good_review/adidas-tennis-tc-sneaker-men\" rel=\"nofollow\">adidas tennis tc sneaker men</a> [url=http://www.ltckuliyapitiya.com/good_review/adidas-tennis-tc-sneaker-men]adidas tennis tc sneaker men[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(286,1,'خرید میوه','florenciafitzroy@inbox.com','https://www.marketafrique.com/index.php?page=user&action=pub_profile&id=775068','94.23.116.137','2019-01-18 17:08:12','2019-01-18 17:08:12','I believe that is one of the so much vital information for me.\r\nAnd i am glad reading your article. But want to commentary on few \r\nnormal issues, The website style is great, the articles is truly \r\nexcellent : D. Excellent task, cheers',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','',0,0),(287,8,'Elizabeth Spiteri','espiteri@maltanet.net','','46.11.32.38','2019-01-21 12:16:30','2019-01-21 12:16:30','I am looking for a cross stitch kit for a ROUND CHRISTMAS TREE CARPET',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','',0,0),(288,1,'IBX Male Enhancement Reviews','bobine@travel-e-store.com','http://www.mipedu.nhc.ac.uk/UserProfile/tabid/106/userId/3796912/Default.aspx','209.99.171.12','2019-01-22 02:38:10','2019-01-22 02:38:10','I could not refrain from commenting. Exceptionally well \r\nwritten! http://www.mipedu.nhc.ac.uk/UserProfile/tabid/106/userId/3796912/Default.aspx',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(289,1,'Exercise And Sleep As Weight Loss Supplements','marja@resort-in-asia.com','http://www.workinout.com/?q=content/exercise-and-sleep-weight-loss-supplements','209.99.165.54','2019-01-23 01:04:47','2019-01-23 01:04:47','Outstanding post, I think blog owners should larn a \r\nlot from this web blog its rattling user genial.\r\n\r\nSo much wonderful info on here :D. http://www.workinout.com/?q=content/exercise-and-sleep-weight-loss-supplements',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/66.0.3349.0 Safari/537.36','',0,0),(290,1,'hickoryfoodfactory.com','marinadechair@gmail.com','https://www.hickoryfoodfactory.com','138.122.192.74','2019-01-23 02:04:22','2019-01-23 02:04:22','I have learn a few just right stuff here. Definitely value \r\nbookmarking for revisiting. I wonder how a lot effort you set to make this type of wonderful informative site.',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(291,17,'neymar x jordan ii oct 2016 style 820117 106 explore hypervenom','wfczac@gmail.com','http://www.yogafestsomers.com/turnschuhe/neymar-x-jordan-ii-oct-2016-style-820117-106-explore-hypervenom','112.5.248.166','2019-01-27 02:41:25','2019-01-27 02:41:25','<a href=\"http://www.woodbridgelawfirmblog.com/halpa/running-adidas-ultra-boost-uncaged\" rel=\"nofollow\">running adidas ultra boost uncaged</a><a href=\"http://www.woodbridgelawfirmblog.com/in-linea/nike-air-max-thea-pour-homme-noir\" rel=\"nofollow\">nike air max thea pour homme noir</a><a href=\"http://www.woodbridgelawfirmblog.com/joggesko/a-closer-look-at-the-nike-lebron-15-svsm-azg-pe\" rel=\"nofollow\">a closer look at the nike lebron 15 svsm azg pe</a><a href=\"http://www.woodbridgelawfirmblog.com/kondisko/the-2013-nike-mercurial-vapor-ix-retooled-for-ultimate-control\" rel=\"nofollow\">the 2013 nike mercurial vapor ix retooled for ultimate control</a>\r\n <a href=\"http://www.yogafestsomers.com/turnschuhe/neymar-x-jordan-ii-oct-2016-style-820117-106-explore-hypervenom\" rel=\"nofollow\">neymar x jordan ii oct 2016 style 820117 106 explore hypervenom</a> [url=http://www.yogafestsomers.com/turnschuhe/neymar-x-jordan-ii-oct-2016-style-820117-106-explore-hypervenom]neymar x jordan ii oct 2016 style 820117 106 explore hypervenom[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(292,17,'supplier nike free inneva woven black white','dbfgnbyuuk@gmail.com','http://www.educatorcredits.com/new_released/supplier-nike-free-inneva-woven-black-white','112.5.248.189','2019-01-27 02:41:26','2019-01-27 02:41:26','<a href=\"http://www.coffeevalleychikmagalur.com/discount-website/adidas-air-yeezy-3\" rel=\"nofollow\">adidas air yeezy 3</a><a href=\"http://www.coffeevalleychikmagalur.com/en-category/women-air-jordan-retro-4-shoes-white-pink-jordans-for-boys-jordan-caps\" rel=\"nofollow\">women air jordan retro 4 shoes white pink jordans for boys jordan caps</a><a href=\"http://www.coffeevalleychikmagalur.com/features/cheap-all-white-nike-air-force-ones\" rel=\"nofollow\">cheap all white nike air force ones</a><a href=\"http://www.coffeevalleychikmagalur.com/footlocker/mens-nike-free-40-london-olympic-souvenirs-running-shoes-black-charcoal\" rel=\"nofollow\">mens nike free 40 london olympic souvenirs running shoes black charcoal</a>\r\n <a href=\"http://www.educatorcredits.com/new_released/supplier-nike-free-inneva-woven-black-white\" rel=\"nofollow\">supplier nike free inneva woven black white</a> [url=http://www.educatorcredits.com/new_released/supplier-nike-free-inneva-woven-black-white]supplier nike free inneva woven black white[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(293,1,'OHWW','isabel_dullo@gmail.com','http://ohww.co.uk/','163.172.220.221','2019-01-28 20:05:45','2019-01-28 20:05:45','If some one wishes to be updated with most recent technologies afterward he must \r\nbe pay a visit this web site and be up to date all \r\nthe time.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36 OPR/49.0.2725.64','',0,0),(294,1,'Caution! The #1 Reason Most Men Fail With Natural penile Enhancement Programs','alika@gsasearchengineranker.xyz','http://pifsters-forum.com/index.php?action=profile;u=31973','209.99.171.125','2019-01-30 08:55:20','2019-01-30 08:55:20','I don\'t even know how I ended up here, but I thought this post was great.\r\nI do not know who you are but definitely you\'re going to a famous blogger if you are \r\nnot already ;) Cheers! http://pifsters-forum.com/index.php?action=profile;u=31973',0,'0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/4E2F','',0,0),(295,11,'nike air max 90 x 360 hybrid','gxzvqq@gmail.com','http://www.kaleidoscopebuffalo.com/remise/nike-air-max-90-x-360-hybrid','112.5.248.166','2019-01-30 12:07:44','2019-01-30 12:07:44','<a href=\"http://www.kaysbridalandformalwear.com/alennus/buty-nike-air-max-thea-tavas-oreo-40-45-okazja\" rel=\"nofollow\">buty nike air max thea tavas oreo 40 45 okazja</a><a href=\"http://www.kaysbridalandformalwear.com/brandudsalg/zapatillas-nike-para-ni%c3%b1a-nike-star-runner\" rel=\"nofollow\">zapatillas nike para ni帽a nike star runner</a><a href=\"http://www.kaysbridalandformalwear.com/descuento/nike-hyperdunk-x-mid\" rel=\"nofollow\">nike hyperdunk x mid</a><a href=\"http://www.kaysbridalandformalwear.com/femmes/air-max-blanche-femme-2016\" rel=\"nofollow\">air max blanche femme 2016</a>\r\n <a href=\"http://www.kaleidoscopebuffalo.com/remise/nike-air-max-90-x-360-hybrid\" rel=\"nofollow\">nike air max 90 x 360 hybrid</a> [url=http://www.kaleidoscopebuffalo.com/remise/nike-air-max-90-x-360-hybrid]nike air max 90 x 360 hybrid[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(296,11,'air max 1 2017 retro','pufmhuave@gmail.com','http://www.artjournalingeveryday.com/discount-website/air-max-1-2017-retro','112.5.248.189','2019-01-30 13:49:26','2019-01-30 13:49:26','<a href=\"http://www.timetoliveamazing.com/good_review/nike-air-max-95-black-1\" rel=\"nofollow\">nike air max 95 black 1</a><a href=\"http://www.timetoliveamazing.com/great-deals/mens-off-white-x-converse-chuck-taylor-all-star-shoes-white\" rel=\"nofollow\">mens off-white x converse chuck taylor all star shoes white</a><a href=\"http://www.timetoliveamazing.com/hot_sale/nike-lebron-12-dark-blue-yellow-mens-basketball-shoes-sale-outlet-online\" rel=\"nofollow\">nike lebron 12 dark blue yellow mens basketball shoes sale outlet online</a><a href=\"http://www.timetoliveamazing.com/on-sale/adidas-eqt-support-93-primeknit-og-4\" rel=\"nofollow\">adidas eqt support 93 primeknit og 4</a>\r\n <a href=\"http://www.artjournalingeveryday.com/discount-website/air-max-1-2017-retro\" rel=\"nofollow\">air max 1 2017 retro</a> [url=http://www.artjournalingeveryday.com/discount-website/air-max-1-2017-retro]air max 1 2017 retro[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(297,1,'Some Advantages Of Blood Type Diet','quinton@resort-in-asia.com','http://loopyideas.com/index.php?action=profile;u=405944','209.99.172.226','2019-02-01 00:00:27','2019-02-01 00:00:27','Excellent pieces. Keeep writing such kind of information on ylur site.\r\nIm really impressed by your site.[X-N-E-W-L-I-N-S-P-I-N-X]Hi there, You have done a fantastic job.\r\nI\'ll certainly digg it and individually suggest to my friends.\r\nI am confident they will be benefited from this site. http://loopyideas.com/index.php?action=profile;u=405944',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.106 Safari/537.36','',0,0),(298,8,'site1840.vzshop.info','aimomwyuji@gmail.com','http://site1840.vzshop.info','23.225.205.192','2019-02-01 10:04:31','2019-02-01 10:04:31','An interesting discussion is worth comment. I think that you should write more on this topic, it might not be a taboo subject but generally people are not enough to speak on such topics. To the next. Cheers',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)','',0,0),(299,1,'site2617.vzshop.info','renppjlbq@gmail.com','http://site2617.vzshop.info','23.225.205.192','2019-02-01 10:13:54','2019-02-01 10:13:54','Great blog here! Also your site loads up fast! What web host are you using? Can I get your affiliate link to your host? I wish my site loaded up as quickly as yours lol',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','',0,0),(300,11,'Crocs','fpiaws@gmail.com','http://site2361.vzshop.info','23.225.205.192','2019-02-01 10:14:37','2019-02-01 10:14:37','WONDERFUL Post.thanks for share..more wait .. ?',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','',0,0),(301,1,'Future 6 T-SHIRTS Future','epwpudfhkiv@gmail.com','http://site1270.vzshop.info','23.225.205.192','2019-02-01 10:33:00','2019-02-01 10:33:00','Out of my research, shopping for technology online may be easily expensive, but there are some tips and tricks that you can use to obtain the best deals. There are generally ways to locate discount discounts that could make one to ge thet best technology products at the smallest prices. Great blog post.',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(302,17,'http://site1962.vzshop.info','yegfzauvip@gmail.com','http://site1962.vzshop.info','23.225.205.192','2019-02-01 10:42:26','2019-02-01 10:42:26','I\'m really loving the theme/design of your web site. Do you ever run into any web browser compatibility problems? A number of my blog readers have complained about my website not working correctly in Explorer but looks great in Safari. Do you have any ideas to help fix this issue?',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TencentTraveler)','',0,0),(303,20,'Herren Schuhe','unalzg@gmail.com','http://site2457.vzshop.info','23.225.205.192','2019-02-01 11:06:28','2019-02-01 11:06:28','Nice post. I learn something more challenging on different blogs everyday. It will always be stimulating to read content from other writers and practice a little something from their store. I鈥檇 prefer to use some with the content on my blog whether you don鈥檛 mind. Natually I鈥檒l give you a link on your web blog. Thanks for sharing.',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TencentTraveler ; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','',0,0),(304,8,'Marie a Sclafani','tulip0863@gmail.com','','169.244.203.254','2019-02-06 18:54:56','2019-02-06 18:54:56','would like to see about purchasing fairy counted cross stitch kits',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','',0,0),(305,1,'mobile access','ceceliamarmion@googlemail.com','http://www.appzforum.com','158.140.134.138','2019-02-10 10:17:09','2019-02-10 10:17:09','excellent publish, very informative. I\'m wondering why the opposite experts of this \r\nsector do not realize this. You must proceed your writing.\r\nI\'m sure, you have a great readers\' base already!',0,'0','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)','',0,0),(306,11,'adidas nmdr1 shoes red adidas us','cbqimnjb@gmail.com','http://www.lasvegasinjuryattorneyblog.com/up_comming/adidas-nmdr1-shoes-red-adidas-us','112.5.248.205','2019-02-10 17:58:02','2019-02-10 17:58:02','<a href=\"http://www.sancarlosgazette.com/shoes-sneakers/cheap-nike-free-30-v2-sky-blue-white-for-sale\" rel=\"nofollow\">cheap nike free 30 v2 sky blue white for sale</a><a href=\"http://www.sancarlosgazette.com/shop-sale/nike-air-force-1-mid-blazer-black-sneakernews-com\" rel=\"nofollow\">nike air force 1 mid blazer black sneakernews com</a><a href=\"http://www.sancarlosgazette.com/sneakers-release/reebok-classic-nylon-arch\" rel=\"nofollow\">reebok classic nylon arch</a><a href=\"http://www.sancarlosgazette.com/tag/cheap-mens-atmos-x-nike-air-max-1-animal-pack-20-shoes-black-leopard\" rel=\"nofollow\">cheap mens atmos x nike air max 1 animal pack 20 shoes black leopard</a>\r\n <a href=\"http://www.lasvegasinjuryattorneyblog.com/up_comming/adidas-nmdr1-shoes-red-adidas-us\" rel=\"nofollow\">adidas nmdr1 shoes red adidas us</a> [url=http://www.lasvegasinjuryattorneyblog.com/up_comming/adidas-nmdr1-shoes-red-adidas-us]adidas nmdr1 shoes red adidas us[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(307,11,'canadian drugstore','','http://dfsawdfghjkxsas.com/','178.137.19.194','2019-02-13 18:17:22','2019-02-13 18:17:22','<strong>legitimate canadian mail order pharmacies http://dfsawdfghjkxsas.com/</strong>\n\nCheers! Valuable information.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3187.9 Safari/537.36','trackback',0,0),(308,1,'Zenmen Z4','belva@resort-in-asia.com','http://italianculture.net/redir.php?url=https://test.abgbrew.com/index.php/member/439915','209.99.167.59','2019-02-14 20:11:12','2019-02-14 20:11:12','I am thankful that I noticed this web site, just the right information that I was looking for! http://italianculture.net/redir.php?url=https://test.abgbrew.com/index.php/member/439915',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:59.0) Gecko/20100101 Firefox/59.0','',0,0),(309,1,'http://familiarspots.com/groups/male-enhancements-right-before-sex-1081224098/','bunni@bangkok-mega.com','https://asa24.ru/bitrix/rk.php?goto=http://familiarspots.com/groups/male-enhancements-right-before-sex-1081224098/','23.245.153.14','2019-02-14 23:09:42','2019-02-14 23:09:42','I love what you guys tend to be up too. Such clever work and \r\nexposure! Keep up the great works guys I\'ve added you \r\nguys to my own blogroll. https://asa24.ru/bitrix/rk.php?goto=http://familiarspots.com/groups/male-enhancements-right-before-sex-1081224098/',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Safari/605.1.15 Epiphany/605.1.15','',0,0),(310,1,'Keto Hack','lianne@bangkok-mega.com','http://nightsense.ml/profile.php?id=83080','107.183.168.162','2019-02-17 21:27:21','2019-02-17 21:27:21','Good day very cool site!! Man .. Excellent .. Amazing .. I\'ll bookmark your blog and \r\ntake the feeds also? I am happy to find so many helpful \r\ninformation here within the submit, we want develop more techniques \r\nin this regard, thanks for sharing. . . . . . http://nightsense.ml/profile.php?id=83080',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(311,1,'Christine','rcrwbcxgwm@smdferlea.com','http://go.fireontherim.com/a3w','23.92.127.66','2019-02-22 06:00:15','2019-02-22 06:00:15','I discovered your Needlepoint Tapestry – The Cross Stitch Centre page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://y.rxhnet.de/2w6y Unsubscribe here: http://y.rxhnet.de/5kfw',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(312,17,'shoes air max 97','nlvjrwga@gmail.com','http://www.kaleidoscopebuffalo.com/Lagra/shoes-air-max-97','112.5.248.209','2019-02-22 23:59:01','2019-02-22 23:59:01','<a href=\"http://www.calukeshsethi.com/saldi/adidas-as-600-herren\" rel=\"nofollow\">adidas as 600 herren</a><a href=\"http://www.calukeshsethi.com/salg/nike-free-run-hombre-zapatos-casuales-blanco-negro-2018-espa\" rel=\"nofollow\">nike free run hombre zapatos casuales blanco negro 2018 espa</a><a href=\"http://www.calukeshsethi.com/scarpe-da-ginnastica/puma-xr-runner-jurassic-edition-pas-cher\" rel=\"nofollow\">puma xr runner jurassic edition pas cher</a><a href=\"http://www.calukeshsethi.com/sklep/nike-roshe-run-hyperfuse-3m-blanc-gold\" rel=\"nofollow\">nike roshe run hyperfuse 3m blanc gold</a>\r\n <a href=\"http://www.kaleidoscopebuffalo.com/Lagra/shoes-air-max-97\" rel=\"nofollow\">shoes air max 97</a> [url=http://www.kaleidoscopebuffalo.com/Lagra/shoes-air-max-97]shoes air max 97[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(313,1,'Axtion Power Pills','ingeborg@resort-in-asia.com','http://www.sun-invest.com/2013/08/01/lorem-ipsum-dolor-sit-amet/','107.160.222.70','2019-02-27 06:29:01','2019-02-27 06:29:01','Hi, I log on to your blog like every week. Your humoristic style is \r\nawesome, keep up the good work! http://www.sun-invest.com/2013/08/01/lorem-ipsum-dolor-sit-amet/',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0; BIDUBrowser 8.7)','',0,0),(314,1,'https://bitsbang.org/en/index.php?action=profile;u=13216','gwenette@gsaverifiedlist.download','http://www.logycom.kz/bitrix/redirect.php?event1=u0435u043E20u0440u0438u0433&event2;=&event3;=&goto=https://bitsbang.org/en/index.php%3Faction=profile;u=13216','107.172.246.124','2019-02-28 05:17:43','2019-02-28 05:17:43','You really make it appear really easy together wikth \r\nyour presentastion but I to find this matter to be \r\nreally something that I feel I might by no means understand.\r\nIt kind of feels too complicated and vesry extensive for me.\r\n\r\nI am having a look forward to your next submit, I will try to get the hang \r\nof it! http://www.logycom.kz/bitrix/redirect.php?event1=u0435u043E20u0440u0438u0433&event2;=&event3;=&goto=https://bitsbang.org/en/index.php%3Faction=profile;u=13216',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','',0,0),(315,1,'ASAPLeans Review','karalee@gsasearchengineranker.pw','http://www.canonfire.com/cfnew//modules.php/modules.php?name=Your_Account&op=userinfo&username=CarmaHelmo','45.61.191.214','2019-03-02 04:30:18','2019-03-02 04:30:18','Some truly good blog posts on this website, thanks for contribution. http://www.canonfire.com/cfnew//modules.php/modules.php?name=Your_Account&op=userinfo&username=CarmaHelmo',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecho) Chrome/51.0.2704.84 Safari/537.36','',0,0),(316,1,'mitigeur melangeur baignoire','loydmiljanovic980@spambog.ru','http://robinetcascademitigeur81356.post-blogs.com/5655946/faits-sur-robinet-cascade-mitigeur-revealed','107.172.80.50','2019-03-04 03:06:35','2019-03-04 03:06:35','Un gain également ressenti sur les factures d\'eau. http://robinetcascademitigeur81356.post-blogs.com/5655946/faits-sur-robinet-cascade-mitigeur-revealed',0,'0','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; 360SE)','',0,0),(317,1,'https://creglists.org/user/profile/509774','yuko@bangkok-mega.com','http://goto.iamaws.com/httpsnovaracreamcom280595','191.96.240.42','2019-03-05 02:51:51','2019-03-05 02:51:51','Excellent read, I just passed this onto a friend who was \r\ndoing some research on that. And he actually bought me lunch since I found it for him smile \r\nTherefore let me reephrase that: Thanks for lunch! http://goto.iamaws.com/httpsnovaracreamcom280595',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(318,1,'リンク','chere@resort-in-asia.com','https://eaff.com/j/redirect.php?url=http://challengeroulette.com/UserProfile/tabid/43/UserID/81954/Default.aspx','185.161.71.70','2019-03-05 19:19:40','2019-03-05 19:19:40','I rattling glad to find this internet site on bing, just what I was looking for :D as well \r\nsaved to bookmarks. https://eaff.com/j/redirect.php?url=http://challengeroulette.com/UserProfile/tabid/43/UserID/81954/Default.aspx',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(319,1,'sex dolls','jaysonyard@live.com','http://rdv.es/87435','107.173.226.118','2019-03-05 19:37:24','2019-03-05 19:37:24','The fleshlight is one of the most popular male sex toys around because of its unique design. In order to the smoothest and softest toys for guys in business.\r\nThe material is unique and unsurpassed as about this time.\r\nIt is becoming the more popular in industry industry today.\r\nThere are also sex dolls. Dolls male sex toys are ever more popular \r\nand popular. They\'ve got rotating tongues, moving arms \r\nto use for embracing you and also the material used as skin feels like real epidermis.\r\n\r\n\r\nEvery girl appreciates fresh clothes. Buy you need something \r\nsexy for bed. Don\'t forget to tell her how sexy she looks and how much she turns you entirely on. Lingerie will make sex sexier for your your lady.\r\nTeach your child how to play games that you be jamming with the new baby.\r\nIf your toddler knows games like \"Peek-a-boo,\" \"where\'s the actual?\" \r\nor any other game, then the toddler can participate in case you play utilizing your new the baby.\r\n\r\n\r\nTrying picking a video and two or three different versions of a favourite children\'s classic, like The Wizard of Oz or Tom Sawyer.\r\nAfter watching the video, compare the different versions of \r\nyour book regarding your child. How\'s the language the same and different?\r\n\r\nWhat about the photos? Which version does he or she like best, and why?\r\nHow well did the movie-makers do in capturing \r\nthe essence of guide is designed to? Read one within the books loudly to or with kid.\r\n\r\n\r\nEncourage conversations about how exactly he or she pictures the characters \r\nand location. Allow children, 12 yr old or younger, \r\nto wear a mask or disguise any day\'s the annum. Anyone older than quit blogging \r\n. . only wear a mask or disguise on Halloween, but and not on any other day of this year.',0,'0','Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0.4 Waterfox/56.0.4','',0,0),(320,1,'Stevencoaps','nesterov190rbs8@solution4u.com','http://toponlinecasino.us.org/','5.188.210.31','2019-03-05 20:21:06','2019-03-05 20:21:06','You actually suggested it well. \r\nhttp://toponlinecasino.us.org \r\nonlinecasino roulette \r\n<a href=\"http://toponlinecasino.us.org/#\" rel=\"nofollow\">slots free games lcqtz</a> \r\ncasino game hoyle online \r\n<a href=\"http://toponlinecasino.us.org/#\" rel=\"nofollow\">online casino games</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(321,1,'طب سوزنی','teri.mccorkindale@bigstring.com','http://www.tunes-interiors.com/UserProfile/tabid/81/userId/7554479/Default.aspx','147.135.225.193','2019-03-05 21:11:18','2019-03-05 21:11:18','Hello, I enjoy reading all of your article. I wanted to write a little comment to support you.',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(322,1,'Stevencoaps','nesterov190rbs8@solution4u.com','http://toponlinecasino.us.org/','5.188.210.31','2019-03-07 07:28:25','2019-03-07 07:28:25','You actually mentioned it fantastically. \r\nhttp://toponlinecasino.us.org \r\ncasino gambling online roulette yourbestonlinecasino.com \r\n<a href=\"http://toponlinecasino.us.org/#\" rel=\"nofollow\">pogo casino slots</a> \r\nslotsonline the-casinoguide onlinetournament fulltilt \r\n<a href=\"http://toponlinecasino.us.org/#\" rel=\"nofollow\">big fish free slots games</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(323,1,'Oscarspini','blokhin6964xzm@catlover.com','http://toponlinecasino.us.org/','5.188.210.31','2019-03-09 17:44:46','2019-03-09 17:44:46','Regards! I appreciate this. \r\nhttp://toponlinecasino.us.org \r\nach casino online playtech \r\n<a href=\"http://toponlinecasino.us.org/#\" rel=\"nofollow\">tropicana online casino nj</a> \r\ncasino online win \r\n<a href=\"http://toponlinecasino.us.org/#\" rel=\"nofollow\">kasino</a>',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(324,1,'celtics rumors','latanyastidham@inbox.com','http://go.ivey.ca/512135','104.144.236.1','2019-03-13 00:46:55','2019-03-13 00:46:55','Great article, exactly what I was looking for.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1 Safari/605.1.15','',0,0),(325,1,'cialis without a doctor prescription','louzeller@t-online.de','http://cialissv.com/','31.184.238.168','2019-03-14 04:41:34','2019-03-14 04:41:34','I don\'t even know the way I stopped up here, but I believed this put \r\nup used to be good. I do not realize who you might be but certainly you\'re going to a well-known blogger in the \r\nevent you are not already. Cheers!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(326,1,'DrDiabet4f','vafelsud@yandex.com','http://withoutdoctorprescriptionusa.com','46.185.122.134','2019-03-20 07:14:07','2019-03-20 07:14:07','Type-2 diabetes is a primary, <a href=\"http://withoutdoctorprescriptionusa.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> non-communicable contagion with increasing renown at a international level. Type-2 diabetes results when the fuselage does not locate extensive insulin or the thickness cannot reason the insulin it produces. Type-2 diabetes is the http://withoutdoctorprescriptionusa.com viagra without doctor prescription upper crust justification of impulsive deaths. Improperly managed, it can leadership to a compute of health issues, including centre diseases, hint, kidney disorder, blindness, daring disfigure, leg and foot amputations, and death. Type-2 diabetes or adult-onset diabetes is most standard type of diabetes, rotund begins when a earthly physically is in his or her mid-50s, but diabetes is not inevitable. Schoolboy changes in your lifestyle can greatly trim your chances of getting this disease. Therefore, in tranquillity to preclude this earth, liveliness should be captivated re the modifiable factors that ascendancy its development-lifestyle and dietary habits. \r\nCommencement: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3977406/ Generated via http://lac2.glis.ntnu.edu.tw/lac/redirect.php?keyid=125-1&url=http://withoutdoctorprescriptionusa.com# viagra without a doctor prescription IPB',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(327,17,'nike air max 270 black white solar red anthracite ah8050 002 men','mgpwexoyaot@gmail.com','http://www.bustorugby.com/instagram/nike-air-max-270-black-white-solar-red-anthracite-ah8050-002-men','110.89.40.91','2019-03-20 11:22:42','2019-03-20 11:22:42','<a href=\"http://www.pulsemarketingbangor.com/en-us-shop/nike-air-force-1-high-supreme-sp-supreme-air-jordan-1-low-white-varsity-red\" rel=\"nofollow\">nike air force 1 high supreme sp supreme air jordan 1 low white varsity red</a><a href=\"http://www.pulsemarketingbangor.com/factory-sale/mens-nike-air-max-90-shoes-grey-blue-nike-shoes-2017-various-colors\" rel=\"nofollow\">mens nike air max 90 shoes grey blue nike shoes 2017 various colors</a><a href=\"http://www.pulsemarketingbangor.com/fake/adidas-originals-stan-smith-gold\" rel=\"nofollow\">adidas originals stan smith gold</a><a href=\"http://www.pulsemarketingbangor.com/fashion-deals/on-sale-cheap-nike-air-max-2017-black-mint-green\" rel=\"nofollow\">on sale cheap nike air max 2017 black mint green</a>\r\n <a href=\"http://www.bustorugby.com/instagram/nike-air-max-270-black-white-solar-red-anthracite-ah8050-002-men\" rel=\"nofollow\">nike air max 270 black white solar red anthracite ah8050 002 men</a> [url=http://www.bustorugby.com/instagram/nike-air-max-270-black-white-solar-red-anthracite-ah8050-002-men]nike air max 270 black white solar red anthracite ah8050 002 men[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(328,17,'nike zoom live ii damskie','qgedlseklfx@gmail.com','http://www.implique-action.com/roshe/nike-zoom-live-ii-damskie','110.89.40.103','2019-03-20 23:24:48','2019-03-20 23:24:48','<a href=\"http://www.cursocapacitacionnotebooks.com/real/nike-dunk-high-pro-sb-hombre\" rel=\"nofollow\">nike dunk high pro sb hombre</a><a href=\"http://www.cursocapacitacionnotebooks.com/reebok/nike-zoom-kobe-vi-black-mamba-m%c4%99skie\" rel=\"nofollow\">nike zoom kobe vi black mamba m臋skie</a><a href=\"http://www.cursocapacitacionnotebooks.com/reviews/nike-air-jordan-23-low-white-varsity-red-schoenen\" rel=\"nofollow\">nike air jordan 23 low white varsity red schoenen</a><a href=\"http://www.cursocapacitacionnotebooks.com/se/nike-phantom-vsn-academy-ic-scarpe-da-ginnastica-basse-unisex-adulto-pure\" rel=\"nofollow\">nike phantom vsn academy ic scarpe da ginnastica basse unisex adulto pure</a>\r\n <a href=\"http://www.implique-action.com/roshe/nike-zoom-live-ii-damskie\" rel=\"nofollow\">nike zoom live ii damskie</a> [url=http://www.implique-action.com/roshe/nike-zoom-live-ii-damskie]nike zoom live ii damskie[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(329,11,'cheap nike air max 95 womens grey purple','qqahknwmp@gmail.com','http://www.axelrodcherveny.com/coupons/cheap-nike-air-max-95-womens-grey-purple','110.89.40.91','2019-03-21 09:35:27','2019-03-21 09:35:27','<a href=\"http://www.pieceofcakefundraising.com/online/nike-air-jordan-1-mid-lakers\" rel=\"nofollow\">nike air jordan 1 mid lakers</a><a href=\"http://www.pieceofcakefundraising.com/online_store/nike-air-max-90-black-size-6\" rel=\"nofollow\">nike air max 90 black size 6</a><a href=\"http://www.pieceofcakefundraising.com/outlet-brands/new-nike-royal-blazer-suede-trainers-snowwhite-womens\" rel=\"nofollow\">new nike royal blazer suede trainers snowwhite womens</a><a href=\"http://www.pieceofcakefundraising.com/outlet/nike-air-max-2017-womens-black\" rel=\"nofollow\">nike air max 2017 womens black</a>\r\n <a href=\"http://www.axelrodcherveny.com/coupons/cheap-nike-air-max-95-womens-grey-purple\" rel=\"nofollow\">cheap nike air max 95 womens grey purple</a> [url=http://www.axelrodcherveny.com/coupons/cheap-nike-air-max-95-womens-grey-purple]cheap nike air max 95 womens grey purple[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(330,11,'air max 97 plus black white dames','khnlux@gmail.com','http://www.kpssmemuralimi.com/verkoop/air-max-97-plus-black-white-dames','27.153.182.47','2019-03-22 04:06:54','2019-03-22 04:06:54','<a href=\"http://www.adverglitch.com/us/nike-air-jordan-5-am-preschool-femme\" rel=\"nofollow\">nike air jordan 5 am preschool femme</a><a href=\"http://www.adverglitch.com/vans/chaussures-adidas-ultra-boost-cny-chinese-new-year\" rel=\"nofollow\">chaussures adidas ultra boost cny chinese new year</a><a href=\"http://www.adverglitch.com/vapor/nike-air-jordan-1-jester-donna\" rel=\"nofollow\">nike air jordan 1 jester donna</a><a href=\"http://www.adverglitch.com/yeezy/adidas-copa-18-1-firm-ground-boots-hombre\" rel=\"nofollow\">adidas copa 18 1 firm ground boots hombre</a>\r\n <a href=\"http://www.kpssmemuralimi.com/verkoop/air-max-97-plus-black-white-dames\" rel=\"nofollow\">air max 97 plus black white dames</a> [url=http://www.kpssmemuralimi.com/verkoop/air-max-97-plus-black-white-dames]air max 97 plus black white dames[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(331,1,'viagra tablets australia','uloxbawatch@onet.pl','http://vicregi.strikingly.com/','31.184.238.121','2019-03-22 23:27:39','2019-03-22 23:27:39','Thanks for finally talking about Loved it!',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(332,1,'English Grammar Exercises','sophiewilbanks@bigstring.com','https://www.englisch-hilfen.de/','167.114.136.20','2019-03-23 17:49:01','2019-03-23 17:49:01','Pretty nice post. I just stumbled upon your blog and wished to say that \r\nI\'ve truly enjoyed browsing your blog posts. After all I\'ll be subscribing to your \r\nrss feed and I hope you write again soon!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(333,17,'Valorie','EmmaKwan@cloud.mondard.com','https://freedownloadebook.co/9780520271999/reimagining-global-health-jim-yong-kim','107.172.246.140','2019-03-23 21:58:16','2019-03-23 21:58:16','I could not resist commentіng. Well written! https://freedownloadebook.co/9780520271999/reimagining-global-health-jim-yong-kim',0,'0','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)','',0,0),(334,1,'JaredGraic','sdgsszdg3asdg@gmail.com','http://onlinecasinos2019.com/','193.43.228.254','2019-03-24 08:39:39','2019-03-24 08:39:39','check top <a href=\"http://i-online-casino.org\" rel=\"nofollow\">casino</a> games, <a href=\"http://ii-online-casino.com/craps-online.html\" rel=\"nofollow\">play craps</a>]',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(335,1,'Hivdoc9l','hivkon@yandex.com','http://viagrawithoutdoctorapproval.com','46.185.122.134','2019-03-24 09:50:08','2019-03-24 09:50:08','Rigid influenza sometimes causes myocarditis. To analyze the effects of peramivir on influenza A (H1N1pdm) virus myocarditis, we investigated survival rates, cardiac function, histological findings and cytokine induction in murine influenza A (H1N1pdm) virus-induced myocarditis. Eight-week-old <a href=\"http://sildenafilwithoutdr.com/#\" rel=\"nofollow\">viagra without doctors prescription</a> spear mice were infected intranasally with influenza A (H1N1pdm) virus, and then divided into 2 groups: control place, which was injected with saline; and peramivir-treatment group, which was treated with peramivir. Histological studies, echocardiograms and quantitative dissection of viral RNA and mRNA for revolutionary cytokines and http://sildenafilwithoutdr.com viagra without a doctor prescription adhesion molecules were performed. Treatment with peramivir led to a suggestive improvement in survival. Fractional shortening (FS) of peramivir-treatment set apart was significantly higher than that of management assortment (52%) on epoch 9. \r\nDisclaimer during <a href=\"https://www.ebs.tga.gov.au/ebs/picmi/picmirepository.nsf/picmi?openform&t=pi&k=d&r=http://viagrawithoutdoctorapproval.com#\" rel=\"nofollow\">no prescription viagra</a> IPB',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(336,17,'cheap nike lebron james 13 low shoes men','uxzggmtqhh@gmail.com','http://www.seattleheelpain.com/hot_sale/cheap-nike-lebron-james-13-low-shoes-men','27.153.203.131','2019-03-24 13:20:08','2019-03-24 13:20:08','<a href=\"http://www.timetoliveamazing.com/cheap/nike-mercurial-white-and-pink\" rel=\"nofollow\">nike mercurial white and pink</a><a href=\"http://www.timetoliveamazing.com/clearance/nike-air-max-90-ultra-2.0-essential-mens-shoe\" rel=\"nofollow\">nike air max 90 ultra 2.0 essential mens shoe</a><a href=\"http://www.timetoliveamazing.com/clollection/adidas-superstar-made-in-france-white-black\" rel=\"nofollow\">adidas superstar made in france white black</a><a href=\"http://www.timetoliveamazing.com/en-mens-sale/cheap-lebrons-12-orange-gold\" rel=\"nofollow\">cheap lebrons 12 orange gold</a>\r\n <a href=\"http://www.seattleheelpain.com/hot_sale/cheap-nike-lebron-james-13-low-shoes-men\" rel=\"nofollow\">cheap nike lebron james 13 low shoes men</a> [url=http://www.seattleheelpain.com/hot_sale/cheap-nike-lebron-james-13-low-shoes-men]cheap nike lebron james 13 low shoes men[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(337,1,'JaredGraic','sdgsszdg3asdg@gmail.com','http://onlinecasinos2019.com/','177.23.104.22','2019-03-24 19:23:50','2019-03-24 19:23:50','check top <a href=\"http://i-online-casino.org\" rel=\"nofollow\">online casino</a> games, <a href=\"http://ii-online-casino.com/craps-online.html\" rel=\"nofollow\">craps</a>]',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(338,11,'ShawnSwego','b.ri.xey.bu.s.ter.19.8.9.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','167.160.174.10','2019-03-25 02:49:06','2019-03-25 02:49:06','As you learn Fur Elise one or two bars at a time, learning to play the right keys and memorizing you might as well memorize your musical interpretation. The most important part of learning to play piano is actually to create music that you yourself and your audience want to listen to. That is, practice the mastered bars the way you would play them in front of an audience! The best way to explore your options is with a certified recessed lighting contractor. The best idea on this list is \"dig straight down.\" Also, remember, everybody, creepers are friends for hugging. Make a list often. Action will make you a successful person. The smaller sizes are the ones you will use most often. How are you doing? Many performers use digital pianos as they are easy to move around. When pressing the right pedal, all damping is move away from the strings, permitting the keys to ring for longer. To make the sound louder, then you will need to hit the keys harder and if you desire a softer sound volume, then you strike the key softer.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(339,11,'ShawnSwego','br.i.x.eybust.e.r19.8.9.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-25 10:12:22','2019-03-25 10:12:22','If yes then it is time for you to clean them up with the help of various products which is specifically designed for the cleaning purpose. Whatever the causes, I am determined to live an orderly life, so I\'ve had to get help. You should get films processed as soon as possible after exposure as the latent image will begin fading. We begin to learn things right from childhood and the process ends only when we breathe our last. Children aged 2 and 3 start recognizing things and faces, and that\'s when memory comes into play. When these items come in contact with water, they start to deteriorate. You may find it a waste of time reading this article but when you come to realize the importance of neglected facts, you will be thankful that you spend time on reading this write ups. And in case you force him to do so, the pet may come up with real aggression. Now you wont want to miss out on any of those memories so make sure you bring your own camera kit just in case ours is out of order..\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(340,11,'nike free rn 2017 psv','zovyqgyqclw@gmail.com','http://www.besacephe.com/2019-new/nike-free-rn-2017-psv','27.153.203.131','2019-03-25 11:37:47','2019-03-25 11:37:47','<a href=\"http://www.sancarlosgazette.com/online/nike-air-jordan-vi-6-womens-shoes-glow-in-the-night-black-green-yellow\" rel=\"nofollow\">nike air jordan vi 6 womens shoes glow in the night black green yellow</a><a href=\"http://www.sancarlosgazette.com/online_store/nike-dunk-high-michigan-2016\" rel=\"nofollow\">nike dunk high michigan 2016</a><a href=\"http://www.sancarlosgazette.com/outlet-brands/mens-nike-air-max-ltd-running-shoes-450-46128-silver-silver-black-white\" rel=\"nofollow\">mens nike air max ltd running shoes 450 46128 silver silver black white</a><a href=\"http://www.sancarlosgazette.com/outlet/nike-shoes-for-ladies-2016\" rel=\"nofollow\">nike shoes for ladies 2016</a>\r\n <a href=\"http://www.besacephe.com/2019-new/nike-free-rn-2017-psv\" rel=\"nofollow\">nike free rn 2017 psv</a> [url=http://www.besacephe.com/2019-new/nike-free-rn-2017-psv]nike free rn 2017 psv[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(341,11,'VeroniqueBig','delphiakraker@gmail.com','https://VitoSick.wix.com','177.38.165.78','2019-03-25 14:38:39','2019-03-25 14:38:39','Hello. I have checked your cross-stitch-centre.co.uk and \r\ni see you\'ve got some duplicate content so probably it is the reason that you \r\ndon\'t rank high in google. But you can fix this issue fast.\r\n\r\nThere is a tool that rewrites articles like human, just search \r\nin google: miftolo\'s tools',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3432.3 Safari/537.36','',0,0),(342,11,'ShawnSwego','jordonc.armen93@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-25 15:21:07','2019-03-25 15:21:07','You can then add different flavorings to make different delicious beverages or mix with alcohol or take it plain. Also, in the space where you will be storing the machine, make sure there is extra space for maneuvering or cleaning. Wu explained that his present job often needed working extra hours and the working atmosphere was rather serious and nervous. Miss Anxious starts worrying that she may lose her job. It may be that a part of me lives in her in some important way. By providing this platform, the organization has made it easier for people to express themselves in a more convenient way. They\'re the perfect choice for the small dog because of all the benefits they have to offer and they can even make training your pet easier. I loved this speech even more because writing letters to strangers is something I do all the time, and it’s had more impact on my career and my relationships than anything else. These gifts will continue to promote good relationships.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(343,11,'ShawnSwego','j.ord.onc.a.r.m.e.n93@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-26 04:34:21','2019-03-26 04:34:21','Nowadays, which processes allow the production of soft drinks? USA is the biggest market for these beverages (25% of the global production), since the average consumption is 185 litres per capita. Each soft drink distributor is doing its best to survive in the market. The global economic recession made the whole career market suffer. Pondering them will help you to choose what you are great at and what you have to grow further. If you want to supply shirts for a wide assortment of dimensions there are some shirt traces that have \"companion\" shirts for gentlemen, girls and youngsters that are obtainable in a assortment from youth to furthermore and tall. Here are the most inspirational quotes for girls and girl power sayings from women throughout history. You can find this type of cheese ranging from mild to buttery in taste, so there are lots of options on what to select for lunch, tea or dinner menus. Generated by GSA Content Generator DEMO.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(344,11,'ShawnSwego','j.o.r.d.o.nca.r.m.en.9.3.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-26 17:04:57','2019-03-26 17:04:57','Generated with GSA Content Generator DEMO!\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(345,1,'Heartdr9p','mlesaq@yandex.com','http://withoutdoctorvisit.com','46.185.122.134','2019-03-26 18:08:31','2019-03-26 18:08:31','Updated blood apply pressure on guidelines from the American Heart Syndicate of course http://withoutdoctor.net viagra without doctor prescription that innumerable more Americans, notably older people, are just now diagnosed with piercing blood urgency, or hypertension. This may good like poisonous advice, but the recent guidelines highlight some important lessons we cardiologists and focus constitution researchers have learned from the latest blood strength studies. Specifically, <a href=\"http://withoutdoctorvisit.com\" rel=\"nofollow\">viagra without doctor prescription</a> we must learned that price from excessive blood weight starts at much slash blood pressures than previously consideration and that it is more effective than ever to start paying acclaim to your blood pressure more willingly than it starts causing problems. As president of the AHA and a cardiologist, I from a to z support the latest guidelines. I be sure they intent preserve lives, uniquely when blood pressure is accurately checked and when people impart corrective lifestyle choices to diminish their blood pressure. \r\nCopyright by <a href=\"http://enewsletter.staffordshire.gov.uk/t.aspx?s=3&id=376&nl=29&n=539&si=8204&url=http://withoutdoctorvisit.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(346,17,'nike air zoom fly 2 womens running shoe black cool blue white 707607 001','pmwztdwjmu@gmail.com','http://www.justmoogley.com/ca/nike-air-zoom-fly-2-womens-running-shoe-black-cool-blue-white-707607-001','117.26.241.12','2019-03-26 20:27:14','2019-03-26 20:27:14','<a href=\"http://www.zacharyspizzaria.com/promotions/nike-jordan-eclipse-black-camo\" rel=\"nofollow\">nike jordan eclipse black camo</a><a href=\"http://www.zacharyspizzaria.com/real-deal/new-nike-cortez-2016\" rel=\"nofollow\">new nike cortez 2016</a><a href=\"http://www.zacharyspizzaria.com/real-on-sale/cheap-mens-nike-air-max-1-black-grey-online\" rel=\"nofollow\">cheap mens nike air max 1 black grey online</a><a href=\"http://www.zacharyspizzaria.com/recommended/nike-air-max-180-germany-shox-r2-stunning-feeling\" rel=\"nofollow\">nike air max 180 germany shox r2 stunning feeling</a>\r\n <a href=\"http://www.justmoogley.com/ca/nike-air-zoom-fly-2-womens-running-shoe-black-cool-blue-white-707607-001\" rel=\"nofollow\">nike air zoom fly 2 womens running shoe black cool blue white 707607 001</a> [url=http://www.justmoogley.com/ca/nike-air-zoom-fly-2-womens-running-shoe-black-cool-blue-white-707607-001]nike air zoom fly 2 womens running shoe black cool blue white 707607 001[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(347,11,'ShawnSwego','j.ord.o.ncar.me.n9.3@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-27 01:00:36','2019-03-27 01:00:36','Post has been created with GSA Content Generator Demoversion.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','',0,0),(348,17,'nike kobe 360 kvinder','lbwilp@gmail.com','http://www.greeknaturalcy.com/core/nike-kobe-360-kvinder','117.26.241.125','2019-03-27 05:10:20','2019-03-27 05:10:20','<a href=\"http://www.el-tqnyapro.com/training/new-balance-998-j-crew-death-valley-schoenen\" rel=\"nofollow\">new balance 998 j crew death valley schoenen</a><a href=\"http://www.el-tqnyapro.com/trend/scarpe-nike-dunk-low-premium-sb-trickstar\" rel=\"nofollow\">scarpe nike dunk low premium sb trickstar</a><a href=\"http://www.el-tqnyapro.com/ultimate/nike-kobe-10-silk-m%c4%99skie\" rel=\"nofollow\">nike kobe 10 silk m臋skie</a><a href=\"http://www.el-tqnyapro.com/under_guarantee/nike-air-max-modern-essential-scarpe-running-uomo\" rel=\"nofollow\">nike air max modern essential scarpe running uomo</a>\r\n <a href=\"http://www.greeknaturalcy.com/core/nike-kobe-360-kvinder\" rel=\"nofollow\">nike kobe 360 kvinder</a> [url=http://www.greeknaturalcy.com/core/nike-kobe-360-kvinder]nike kobe 360 kvinder[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(349,11,'ShawnSwego','j.ord.on.c.a.rm.en93.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-27 09:35:34','2019-03-27 09:35:34','Pursue daily opportunities for laughter (people, activities, books, movies) - especially when times are difficult. The implications of these discoveries are vast, powerful, and for some, challenging. The concept of the water bed has been around for a long time, even before the development of the modern waterbed that we are familiar with today. Using modern production methods and materials, he came up with the PVC water bed which is common today. If your silverware becomes tarnished to the point of needing polishing, Herman recommends using a very soft cloth and the gentlest, non-abrasive polish you can find. One of the ways that an organization can advance their business with marked Soft Toys is to issue them out to workers and customers that have had an infant. On websites, customers can now chat with fellow members, voice their concerns, ask questions and eventually buy stuff. Now let’s say you’re excited - all this talk about skijoring, sledding, cross-country skiing and snowshoeing has you saying \"Let’s go\"! Generated with the help of GSA Content Generator DEMO.| People who are arrogant don\'t tend to respond to direct criticism and confrontation well, however polite you might be. I do not like conflict but, I am tired of someone I run into occasionally always talking down to me only when others are not around. How would you like to travel? Would you travel by boat, or by train or bus? Another option is a travel log or journal. Children cut out rectangle shape printed on white paper for flight boarding passes (another option is for children to trace rectangle poster board and cut). When this person at work interrupts you, let them talk for a second and then just cut them off and talk a little louder. The 4 wheel models are typically heavier, but may be a little better balanced when going quickly around a turn. From my experience, this approach works much better than directly telling this person to stop. Your spouse might enjoy drinking, but he or she might think twice about driving after if the people around them would stop partying when he or she would do it. Think of how many other men and women of history there are that have overcome disabilities - looked them in the face, and denied the obstacles existence - and because of it have become inspirations to millions.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(350,17,'nike mens air zoom pegasus 31 shoe black sky blue white 6929','fifewlmdxt@gmail.com','http://www.besacephe.com/fake/nike-mens-air-zoom-pegasus-31-shoe-black-sky-blue-white-6929','110.89.41.186','2019-03-27 20:52:14','2019-03-27 20:52:14','<a href=\"http://www.hipnozistanfolyam.com/Footwear/top-sale-nike-zoom-lebron-soldier-11-all-yellow-maroon\" rel=\"nofollow\">top sale nike zoom lebron soldier 11 all yellow maroon</a><a href=\"http://www.hipnozistanfolyam.com/free-delivery/nike-air-zoom-pegasus-33-men-black-white-nike-black-white-shoes\" rel=\"nofollow\">nike air zoom pegasus 33 men black white nike black white shoes</a><a href=\"http://www.hipnozistanfolyam.com/hot-products/nike-air-max-bw-mens-all-white\" rel=\"nofollow\">nike air max bw mens all white</a><a href=\"http://www.hipnozistanfolyam.com/instagram/cheap-nike-lebron-x-black-blue-nikes-shox-gravity\" rel=\"nofollow\">cheap nike lebron x black blue nikes shox gravity</a>\r\n <a href=\"http://www.besacephe.com/fake/nike-mens-air-zoom-pegasus-31-shoe-black-sky-blue-white-6929\" rel=\"nofollow\">nike mens air zoom pegasus 31 shoe black sky blue white 6929</a> [url=http://www.besacephe.com/fake/nike-mens-air-zoom-pegasus-31-shoe-black-sky-blue-white-6929]nike mens air zoom pegasus 31 shoe black sky blue white 6929[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(351,1,'free porn site','minnawebb@gmail.com','https://www.studyhourbd.com/2019/02/ssc-result-publish-date.html','82.117.249.30','2019-03-28 01:00:30','2019-03-28 01:00:30','We absolutely love your blog and find most of your post\'s to be \r\njust what I\'m looking for. Does one offer guest writers to write \r\ncontent available for you? I wouldn\'t mind publishing a post \r\nor elaborating on a lot of the subjects you write in relation to here.\r\nAgain, awesome site!',0,'0','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; JuziBrowser)','',0,0),(352,11,'ShawnSwego','j.o.r.d.on.c.a.r.m.e.n.93.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-28 01:39:32','2019-03-28 01:39:32','While journeying to Kailash Manasarovar at a height of 14,700 feet on Lipulih valley the 1st city of Tibet dwells called Takkalkot. And that is probably one of the main reasons why many want to acquire a property at Real Estate Park City and become locals of this beautiful place. Well, it’s called THE DESCENDANT, which is the title of the techno-thriller novel I wrote back in 2005, before INVISIBLE CITY. If you’re looking for a quiet and isolated place where you can get back to nature, then Koh Kong in Cambodia is a perfect place for you. I have come across this, I realise, with other works, for example Pride and Prejudice (I didn\'t get on with it one bit). He discusses the writing of Flaubert\'s Madam Bovary as an example of dramatic narrative. Anyhoo, I rely solely, in my planning and in my writing, on the scenic narrative. Worry not, this isn\'t anywhere near the story narrative that went to Bridport.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(353,17,'off white x nike zoom fly dame','ihzcsdglh@gmail.com','http://www.curechroniclyme.com/all_star/off-white-x-nike-zoom-fly-dame','117.26.240.171','2019-03-28 05:15:10','2019-03-28 05:15:10','<a href=\"http://www.dreamandcoaching.com/sprzedaz/nike-son-of-force-preschool-sportschoenen\" rel=\"nofollow\">nike son of force preschool sportschoenen</a><a href=\"http://www.dreamandcoaching.com/store/nike-air-vapormax-2.0-blauw-zwart-schoenen-942842-400\" rel=\"nofollow\">nike air vapormax 2.0 blauw zwart schoenen 942842 400</a><a href=\"http://www.dreamandcoaching.com/style/nike-w-air-zoom-terra-kiger-3-scarpe-da-corsa-donna\" rel=\"nofollow\">nike w air zoom terra kiger 3 scarpe da corsa donna</a><a href=\"http://www.dreamandcoaching.com/suede/chaussure-nike-metcon-repper-dsx-pour-homme-fitness-et-training-noir-gris-loup-cramoisi-brillant-blanc-no.-898048-003\" rel=\"nofollow\">chaussure nike metcon repper dsx pour homme fitness et training noir gris loup cramoisi brillant blanc no. 898048 003</a>\r\n <a href=\"http://www.curechroniclyme.com/all_star/off-white-x-nike-zoom-fly-dame\" rel=\"nofollow\">off white x nike zoom fly dame</a> [url=http://www.curechroniclyme.com/all_star/off-white-x-nike-zoom-fly-dame]off white x nike zoom fly dame[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(354,11,'ShawnSwego','j.or.donc.a.rmen93.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-28 08:10:07','2019-03-28 08:10:07','You will belong to the royalties and other individuals who have considered lion to be utilized as their symbol for authority and power. I am so blessed to have this gorgeous big front window that lets in tons of beautiful natural light. I found this iron bed and decided to plop it right in front of the window, I am looking for a nice chaise lounge or bench to put in front of this window. This is a darling buffet my hubby and I brought home, shabbied and added some detail on the front with pretty pink knobs I found at Target. My corner cabinet I brought home from a garage sale for ten dollars! If you recreate this wreath please share a photo with me on my Olivia\'s Romantic Home Facebook Group! This actor has come a long way since his breakout role as lead star of the korean romantic comedy series \"Coffee Prince\" in 2007. Overall the movie add lot of sparks to the zombie genre. Post has been created by GSA Content Generator Demoversion!\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(355,11,'ShawnSwego','jo.r.do.nca.r.m.e.n93.@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-28 15:36:57','2019-03-28 15:36:57','There are many ways to soundproof a house. But if she can\'t get another one, she\'ll have to sell the house. Faith has it that all people have psychic abilities in their own ways. Expanding psychic abilities and usage Psychic abilities are extensions of powers that are normal to us. One of the most successful treatments, however, is a form of bright light therapy in which symptoms are alleviated by exposure to high intensity white light that stimulates melatonin levels. Keep it light with these humorous graduation messages. That is why it is worth trying a bit of your own personal light therapy by introducing some Cool White Light Bulbs into your home. So, for example, if you are having difficulty waking up on those dark winter mornings you might want to install some cool white LED Bulbs in your bedroom and bathroom. Use fresh eggs. The white of fresh eggs holds air in the mixture a lot easier than older ones. Namely, a deeper air space between the glass and the painting to prevent the transfer of the pastel. This inner power is a well of knowledge residing within our deeper central being. Copies of the sample film treatment are distributed to people in the film industry as well as literary agents and those seeking to hire a ghostwriter.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(356,11,'ShawnSwego','j.ordonc.a.r.m.e.n93@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-28 23:40:15','2019-03-28 23:40:15','В” Take a moment to think of the exact opposite and how you can turn the statement around to be positive, or at least neutral. How to find dead relatives Finding relatives should be a simple matter if you can still find at least some of your family. It has been approximated half hour dancing lessons would burn at least 200-400 calories, a similar sum to such exercises like swimming, power walking or cycling. Just like any form of cosmetic procedure, there\'ll be matters which is going to need to be achieved after the tattooing. A numbing lotion will be applied as you continue to be in the workplace where the tattooing happened. But your requirements for shade cloth will vary depending on whether you\'re shading a playground, building a windscreen, or trying to reduce your greenhouse heating and cooling bills. It is a tricky kind of film which a viewer will just be able to understand completely by analyzing every situation happening in the story.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(357,11,'ShawnSwego','jo.rd.o.nc.ar.men.93@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-29 07:33:56','2019-03-29 07:33:56','When More proves himself to be loyal to King Henry VIII by not speaking out against him and also shows himself to be a loyal subject by not inciting rebellion, Cromwell appears to prosecute Sir Thomas out of personal spite. In the end, Sir Thomas is the only person in England who will die for his principles, and commit himself to God for judgment. So whenever the person you gifted the jar opens it and reads the messages, he or she would feel and loved and wanted. You may feel a Pro isn\'t defined by a paycheck. You may even feel like you didn’t really do any work, because you really wanted to get it done. For example, volume control may be necessary in dormitory, or close living, situations. The ability to be creative is necessary to solve problems and satisfy customer complaints. A poem about how precisely a condo has roaches and anyone surviving in the house is having problems getting rid of the roaches can be viewed a funny poem.| The five products you are going to need are Cleaner, Protectant, Polisher & Oil. These brands offer the products you need, Cleaner, Protectant, Polisher & Oil. On weekend evenings, many young Americans spend their leisure time at discos or places that offer live music in Okinawa City, and on those nights the streets of the city are peopled with pedestrians of many nationalities. Many of the Okinawan discos are large and elaborate, and some are even well-known to tourists from mainland Japan. It\'s best not to go alone when it is late after 11:00 p.m., especially if you are new to the island. The best prevention measure seems to be planning for eventual loss. Here are some tips on how you can help them be more critical readers, even if all they\'re doing is finding a movie showtime or looking for an apartment for rent. As a result, when you allow them to have things to do around the house, you are able to help build their self-confidence. The places that do not normally let in foreigners will usually allow you in if you come as a couple, regardless whether you are with an American or Japanese woman. It is actually beneficial to inform on your own about acquiring, cleaning and looking after good jewels, irrespective of what form they come in. Created by GSA Content Generator DEMO.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(358,11,'ShawnSwego','jo.rdo.n.c.a.rme.n9.3@hotmail.com','https://audiojungle.net/item/christmas-piano/19056234/','93.177.73.234','2019-03-29 15:28:36','2019-03-29 15:28:36','First, find a bottle, usually a wine bottle, but lots of other types of bottles will work as well. Use a thin bottleneck, and the sound you get will be wimpy and no one wants wimpy. During the Big Band Era in the 20s and 30s, performers experimented with attaching microphones to acoustic guitars in order to amplify the sound. Considering guitars can be very expensive, that would be most unfortunate. By using one single root emotion at a time, subtle shadings within the realm of love can be clarified as well as changes in the intensity. Consider using a French hit for producing wealthy, flavorful coffee. It should take about 20 to 30 minutes if you are using a pre-drilled hole, like an extra hole intended for a soap dispenser. There are some practices where color and noise are both quite loud, turning death into a celebration rather than a quiet, contemplative march. There are methods to then you definitely kitchen cabinets cheap and toilet without associated with expense. When you stand up and play the back of the guitar rubs all over what you are wearing, and if you\'re wearing a metal belt buckle that could result in some nasty gouges on the back of your guitar.\r\n \r\nVisit site: http://v.ht/yKLc \r\n \r\nhttp://v.ht/pj1I \r\nhttp://v.ht/xDab \r\nhttp://v.ht/fUL0 \r\nhttp://v.ht/RmvB \r\nhttp://v.ht/CDcy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(359,1,'Hivdc4j','aswervaler@yandex.com','http://generic-viagra.us.com','46.119.6.226','2019-03-30 23:36:36','2019-03-30 23:36:36','<a href=\"http://viagra-generic.us.com\" rel=\"nofollow\">generic viagra</a> is efficient in maintaining long-lasting erection during the intimacy, as good-naturedly as in the treatment of erectile dysfunction. The long-term put to use of Sildenafil is absolutely safe. It can be in use accustomed to both periodically and constantly as a service to the treatment of impotency. To achieve most impression, you shouldn’t malign rot-gut during the treatment. \r\nYou shouldn’t judge that buying Viagra wishes frame your problems blow up a go together with away for the sake of good. To get rid of erectile dysfunction, you should organization http://generic-viagra.us.com generic viagra 100mg and pass the treatment course. Viagra can only avoid in erectile dysfunction, but on the contrary looking for a short time. To accelerate the action of tatty Viagra, you should misappropriate it ahead eating. The offered pills are produced in the pharmaceutical companies of India. The tranquillizer effect lasts 4 hours. Come what may, it is enough to hold a quality propagative act 2-3 times. \r\nPowered sooner than <a href=\"http://de1337.org/__media__/js/netsoltrademark.php?d=viagra-generic.us.com#\" rel=\"nofollow\">generic viagra</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(360,1,'maaophb','wsslsm@gmail.com','http://viagrawithoutsubscription.com','46.119.6.226','2019-03-31 12:56:28','2019-03-31 12:56:28','http://withoutdoctors.com viagra without a doctor prescription longing not start at an inconvenient spell and not stay the check in an awkward picture, recompense example during a business meeting. Viagra doesn’t working in such a way, it starts obviously but not unexpectedly. The arbitrary exposure is that a cleaning woman intent not harbour a the human race in the use of this drug; the entirety resolve be as everyday, <a href=\"http://www.viagrawithoutsubscription.com\" rel=\"nofollow\">generic viagra without subscription</a> but just more efficiently. The effectiveness of the <a href=\"http://viagrawithoutsubscription.com\" rel=\"nofollow\">viagra without prescription</a> disposition be lowered in encase of excessive consumption of juice, which itself can forestall the development of an erection after having a upsetting dinner. Can you of approximately good and cultured sexual intercourse, if the brook is comprehensive of fatty foods, and the on the other hand desire is to lie? \r\nPowered by means of <a href=\"http://greenbearings.biz/__media__/js/netsoltrademark.php?d=withoutadrprescription.com#\" rel=\"nofollow\">pfizer generic viagra</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(361,1,'viagra coupon','uloxbawatch@onet.pl','http://vicregi.strikingly.com/','31.184.238.215','2019-03-31 15:33:17','2019-03-31 15:33:17','I am sure this piece of writing has touched all the internet people, its really really pleasant post on building up new weblog.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(362,1,'Lori','suederry@zoho.com','http://top.isite.hu/index.php?a=stats&u=joannebreen549','216.213.24.63','2019-04-01 03:00:44','2019-04-01 03:00:44','Asking questions are really pleasant thing if you are not understanding something \r\nfully, but this post provides fastidious understanding even.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.1.27 (KHTML, like Gecko) Version/10.1 Safari/601.1.27','',0,0),(363,1,'FEMME DE MENAGE','frankie_hartnett@googlemail.com','https://www.gemmenage.com/','190.184.144.82','2019-04-03 11:54:12','2019-04-03 11:54:12',':Toujours plus performant et soucieux de satisfaire au mieux les \r\nbesoins de sa clientèle, G.E.M vous propose une solution unique avec ses forfaits mensuels !\r\n\r\n\r\nToujours des produits écologiques, car G.E.M est respectueux de l’environnement et de votre santé !\r\n\r\n\r\nToujours des tarifs parfaitement adaptés et étudiés spécialement pour vousL’écoute du marché, des \r\ntendances, des autres parties prenantes permet un repositionnement en permanence à l’avant-garde des pratiques de \r\nnotre profession, pour anticiper les attentes de nos \r\nclients.En faisant appel à une entreprise telle que \r\nG.E.M Québec, vous avez la garantie d’un nettoyage régulier et de qualité professionnelle.\r\nAppréciez de rentrer dans une maison nette et entretenue par une équipe de professionnels a qui vous faites entièrement \r\nconfiance. Les personnes qui travaillent pour G.E.M Ménage sont formées pour intervenir auprès de tous types \r\nde clients et elles sont habituées à se conformer à leurs exigences.\r\n\r\n\r\n\r\nLes prestations sont effectuées par des agents d’entretien qualifiés qui sont formés \r\naux techniques de nettoyage propres à vos types de locaux.\r\n\r\n\r\nPour satisfaire tous vos besoins en matière d’entretien ménager,\r\nG.E.M vous offre un service d’entretien et de nettoyage résidentiel de haute qualité à un prix parfaitement compétitif.\r\nTout le ménage de votre domicile est pensé et réalisé dans \r\nses moindres détails.\r\n\r\nLorsque vous remettez l’entretien de votre maison aux mains \r\nméticuleuses de G.E.M, rien n’est laissé au hasard.\r\n\r\n\r\n\r\nL’écoute est étroitement liée à l’un de \r\nnos fondamentaux, la proximité avec le client et avec les salariés, qui guide au quotidien l’action d’Onet Cleaning and Services.\r\n\r\n\r\n\r\n\r\nLa satisfaction du client repose évidemment sur la qualité de la prestation et \r\négalement sur la transparence de son suivi. C’est pourquoi, un soin particulier est apporté,\r\ngrâce aux systèmes d’information, au suivi de prestation communiqué au client pour le rassurer.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Safari/605.1.15','',0,0),(364,1,'lve93fx','rclxbq@gmail.com','http://withoutadoctorprescription.com','46.185.122.134','2019-04-03 12:49:07','2019-04-03 12:49:07','http://withoutdoctorprescriptionusa.com viagra without a doctor prescription purposefulness not start at an irksome spell and not publicize the man in an bungling situation, recompense model during a matter meeting. Viagra doesn’t working in such a way, it starts surely but not unexpectedly. The arbitrary interpretation is that a mistress will not harbour a the human race in the utilize of this stupefy; everything when one pleases be as everyday, <a href=\"http://www.withoutdoctor.net\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://withoutadrprescription.com\" rel=\"nofollow\">viagra without a doctor prescription</a> will be lowered in case of excessive consumption of spirits, which itself can prevent the appearance of an erection after having a encumbered dinner. Can you think about good-hearted and cultured traffic, if the bay window is full of fatty foods, and the on the other hand after is to lie? \r\nPowered by means of <a href=\"http://akbankwingsbusiness.com/__media__/js/netsoltrademark.php?d=vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">generic viagra</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(365,1,'bluepillsv4b','xgmite@jojamail.com','http://www.viagra-generic.us.org','46.185.122.134','2019-04-04 09:00:37','2019-04-04 09:00:37','Surface what may, in an initially validate, the <a href=\"http://www.viagrapills.us.org#\" rel=\"nofollow\">buy viagra online</a> did not produce the crux effects the researchers had hoped for. But a crowd of study volunteers reported an compelling side view — they had stronger and more fixed erections. Other studies conducted about the same calculate revealed that http://www.viagrapills.us.org generic viagra molecular sucker may take parcel in a r“le in erections. \r\nDisclaimer close to <a href=\"http://www.esafety.cn/blog/go.asp?url=http://viagra-generic.us.org#\" rel=\"nofollow\">dove comprare viagra naturale</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(366,1,'sobha royal pavilion price location','kentplatt@web.de','http://www.riveraroma.com/Group_estimate/9012','147.135.225.193','2019-04-05 05:21:07','2019-04-05 05:21:07','I take pleasure in, cause I found just what I used to be having \r\na look for. You\'ve ended my 4 day lengthy hunt! God Bless you man. Have \r\na nice day. Bye',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','',0,0),(367,1,'aidsx5o','ydk97l@jmail.best','http://viagraprices.us.org','46.185.122.134','2019-04-05 17:04:16','2019-04-05 17:04:16','Women who utter injection <a href=\"http://viagraprices.us.org#\" rel=\"nofollow\">generic viagra</a> or share needles or syringes and other injection tack are at squiffy risk seeking HIV. In reality, sharing needles is the second most common feeling that HIV is spread. (Union is the most common system that HIV is spread.) Run out of of injected <a href=\"http://sc25.com/log_viewing.php?id=374&type=source&url=http://viagrapill.us.org#\" rel=\"nofollow\">viagra samples</a> also raises your risk for touchy behaviors, such as not using a condom during sex. In a study of U.S. cities with high levels of HIV, 97% of women who injected http://www.viagrapill.us.org viagra for sale reported having sex without a condom in the past year.',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(368,1,'Le Blog D\'actualité Anime Et Manga','grazynajaeger@general.summitted.com','http://eduardofyqiy.blogolize.com/Un-impartiale-Vue-de-news-mangas-22951678','192.3.103.212','2019-04-06 07:30:57','2019-04-06 07:30:57','Nom officiel : Manga-dj-james - Site perso. http://eduardofyqiy.blogolize.com/Un-impartiale-Vue-de-news-mangas-22951678',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3393.4 Safari/537.36','',0,0),(369,1,'aidshiv4cs','kbihig@freemail.best','http://withoutdoctor.net','46.185.122.134','2019-04-07 01:37:24','2019-04-07 01:37:24','http://withoutadoctorprescription.com viagra without a doctor prescription will-power not start at an inconvenient span and not shy the clap in irons in an blundering situation, recompense example during a profession meeting. Viagra doesn’t working in such a way, it starts surely but not unexpectedly. The unquestioned interpretation is that a cleaning woman will not harbour a man in the application of this treatment; caboodle when one pleases be as everyday, <a href=\"http://www.withoutdoctorvisit.com\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://viagrawithoutsubscription.com\" rel=\"nofollow\">viagra without doctors prescription</a> settle upon be lowered in encase of outrageous consumption of juice, which itself can forestall the appearance of an erection after having a upsetting dinner. Can you believe approximately noble and palatable traffic, if the belly is satiated of fatty foods, and the on the other hand ask for is to lie? \r\nDisclaimer by means of <a href=\"http://w.oaktreesys.net/__media__/js/netsoltrademark.php?d=withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">viagra online</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(370,1,'edmens1x','benf46@jojamail.com','http://viagraname.com','46.185.122.134','2019-04-08 09:05:22','2019-04-08 09:05:22','The crowd of people with diabetes has not quite <a href=\"http://on-linecanadianpharmacy.com#\" rel=\"nofollow\">canadian pharmacy</a> quadrupled since 1990. Ascendancy is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the swell is due in part of to increases in the gang of people who are overweight http://on-linecanadianpharmacy.com canadian pharmacy, including an increase in weight, and in a widespread lack of actual activity. In April 2016, WHO published the Universal give an account of on diabetes, which calls after exertion to reduce exposure to the known risk factors exchange for breed 3 diabetes and to correct access Copyright by <a href=\"http://darklyabsurd.com/guestbook/go.php?url=http://parapharmaciefr.com#\" rel=\"nofollow\">canadian pharmacies without an rx</a> to and worth of care championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(371,1,'tadalafil26j','jvll31@gogimail.com','http://cialis-generic.us.com','46.185.122.134','2019-04-08 12:36:20','2019-04-08 12:36:20','In May, doctors at the Pasteur Establish in France reported the discovery of <a href=\"http://cialis-generic.us.com#\" rel=\"nofollow\">cialis generic</a> a modish retrovirus called Lymphadenopathy-Associated Virus (or LAV) that could be the motive of AIDS. In June, the first reports of AIDS in children hinted that it could be passed via uncertain contact but this was later ruled out and it was concluded that they had in all likelihood just acquired AIDS from their mothers prior to, during or shortly http://cialis-generic.us.com cialis generic after birth. By September, the CDC identified all noteworthy routes of transmission and ruled out movement on casual connection, subsistence, salt water, air or surfaces. New infections have fallen through a third in East and Southern Africa greater than the mould six years, <a href=\"http://newsletter.etalizma.com/afft/jsp/Imageinbrowser2.jsp?id=75616&nid=633&subid=1525073&cid=31&couponcode=&domainur=generic-cialis.us.org&queue=q20#\" rel=\"nofollow\">generic cialis</a> with single decreases to each young women and girls.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(372,17,'adidas adizero accelerator','dsgnuiq@gmail.com','http://www.hastaliklarvetedavileri.com/where-to-buy/adidas-adizero-accelerator','117.26.242.236','2019-04-09 09:57:26','2019-04-09 09:57:26','<a href=\"http://www.newzsec.com/es/herren-nike-air-max-2018.5-olivgr%c3%bcn\" rel=\"nofollow\">herren nike air max 2018.5 olivgr眉n</a><a href=\"http://www.newzsec.com/femme/reebok-workout-iridescent-donna-scarpe-cm8951\" rel=\"nofollow\">reebok workout iridescent donna scarpe cm8951</a><a href=\"http://www.newzsec.com/fr/chaussures-nike-jr-mercurialx-superfly-vi-academy-cr7-homme\" rel=\"nofollow\">chaussures nike jr mercurialx superfly vi academy cr7 homme</a><a href=\"http://www.newzsec.com/heren/nike-air-max-2017-se-herren-sneaker-hellgrau-aq8628-002\" rel=\"nofollow\">nike air max 2017 se herren sneaker hellgrau aq8628 002</a>\r\n <a href=\"http://www.hastaliklarvetedavileri.com/where-to-buy/adidas-adizero-accelerator\" rel=\"nofollow\">adidas adizero accelerator</a> [url=http://www.hastaliklarvetedavileri.com/where-to-buy/adidas-adizero-accelerator]adidas adizero accelerator[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(373,1,'mitigeur cuisine rabattable grohe','kristopherhollander8@general.summitted.com','http://idekorobinetmitigeurlavab78787.fireblogz.com/12355036/non-connu-faits-sur-ideko-robinet-mitigeur-cascade','168.91.9.17','2019-04-09 18:13:01','2019-04-09 18:13:01','Température recommandée pour l\'eau froide : 10°-15°C. http://idekorobinetmitigeurlavab78787.fireblogz.com/12355036/non-connu-faits-sur-ideko-robinet-mitigeur-cascade',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(374,1,'aidstopc1j','rbxmrr@jmail.best','http://kamagra.best','46.185.122.134','2019-04-09 22:45:14','2019-04-09 22:45:14','The furnishing proposed cuts to Medicaid http://withoutdoctorviagra.com viagra without a doctor prescription would sustain slightly than control our tame HIV epidemic. Access to inclusive healthcare is essential to ending the general in the United States, and Medicaid is the lone largest familial payer in spite of HIV tribulation, <a href=\"http://withoutdoctorviagra.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> treatment, and prevention services. Instead of recognizing and structure on the critical esteem of this quintessential program, the administering’s budget outline seeks to actively dismantle Medicaid coverage on reducing Medicaid funding aside $6 trillion atop of 2 years, reversing distension, <a href=\"http://www.tourismabbotsford.ca/crmtrack.php?lid=37&url=http://withoutdoctorviagra.com/#\" rel=\"nofollow\">kamagra jelly</a> instituting moil requirements, and block-granting the program.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(375,11,'nike air max 95 at2865 002 herre','otmcdlgxai@gmail.com','http://www.stonestreetantiques.com/collection/nike-air-max-95-at2865-002-herre','110.89.40.229','2019-04-10 01:43:22','2019-04-10 01:43:22','<a href=\"http://www.structures-by-waterloo.com/no/nike-air-max-2017-ocean-fog-pas-cher\" rel=\"nofollow\">nike air max 2017 ocean fog pas cher</a><a href=\"http://www.structures-by-waterloo.com/pas-cher/adidas-basketball-dame-4-cny\" rel=\"nofollow\">adidas basketball dame 4 cny</a><a href=\"http://www.structures-by-waterloo.com/patterns/nuevo-adidas-daroga-plus-zapatillas-de-deporte-exterior-unisex-adulto\" rel=\"nofollow\">nuevo adidas daroga plus zapatillas de deporte exterior unisex adulto</a><a href=\"http://www.structures-by-waterloo.com/popular/k%c3%b6p-nu-herr-adidas-court-attitude-navy-bone-vit-gul-skor-fj%c3%a4dra\" rel=\"nofollow\">k枚p nu herr adidas court attitude navy bone vit gul skor fj盲dra</a>\r\n <a href=\"http://www.stonestreetantiques.com/collection/nike-air-max-95-at2865-002-herre\" rel=\"nofollow\">nike air max 95 at2865 002 herre</a> [url=http://www.stonestreetantiques.com/collection/nike-air-max-95-at2865-002-herre]nike air max 95 at2865 002 herre[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(376,1,'aidshiv2ly','xicq24@freemail.best','http://withoutdoctorvisit.com','46.185.122.134','2019-04-11 13:14:55','2019-04-11 13:14:55','http://withoutdoctor.net viagra without doctor visit will not start at an irksome time and not stay the check in an bungling spot, object of exemplar during a matter meeting. Viagra doesn’t working in such a route, it starts surely but not unexpectedly. The unquestioned exposure is that a cleaning woman intent not probable a gentleman\'s gentleman in the wear and tear of this treatment; everything resolve be as trite, <a href=\"http://www.withoutadrprescription.com\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://withoutdoctorprescriptionusa.com\" rel=\"nofollow\">viagra without a doctor prescription</a> settle upon be lowered in action of excessive consumption of spirits, which itself can forestall the appearance of an erection after having a upsetting dinner. Can you think about good and palatable sexual intercourse, if the brook is full of fatty foods, and the only have a yen for is to lie? \r\nGenerated close <a href=\"http://thomashanks.net/__media__/js/netsoltrademark.php?d=withoutdoctor.net#\" rel=\"nofollow\">viagra 100mg</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(377,1,'canadian25y','hxl44s@gogimail.com','http://pharmaciescanadian.net','46.185.122.134','2019-04-12 15:31:04','2019-04-12 15:31:04','Depending on what epitome of diabetes you obtain, <a href=\"http://www.pharmaciescanadian.net\" rel=\"nofollow\">canadian pharmacy</a> blood sugar monitoring, insulin and vocal medications may pit oneself against a function in your treatment. Eating a nourishing slim, maintaining a healthy weight and participating in career conventional vigour also are urgent factors in managing diabetes. Contrary to http://www.pharmaciescanadian.net canadian pharmacy hot intuition, there\'s no certain diabetes diet. You\'ll requisite to center your regime on more fruits, vegetables, gangly proteins and whole grains - foods that are high in nutrition and fiber and low in riches and calories - and dele b extract down on saturated fats, refined carbohydrates and sweets. In fact, it\'s the paramount eating system seeking the entire family. Sugary foods are OK <a href=\"http://www.fetish-cartoons.com/crtr/cgi/out.cgi?id=20&l=top_top&u=http://canadianpharmacysl.com#\" rel=\"nofollow\">canadian pharmacy</a> positively in a while, as long as they\'re counted as department of your breakfast plan.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(378,1,'edmens5k','dyq12h@jojamail.com','http://on-linecanadianpharmacy.com','46.185.122.134','2019-04-12 17:12:30','2019-04-12 17:12:30','The slew of people with diabetes has just about <a href=\"http://healthylivingdesign.com#\" rel=\"nofollow\">viagra generic</a> quadrupled since 1976. Prevalence is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the move upwards is adequate in take a part in to increases in the gang of people who are overweight http://healthylivingdesign.com sildenafil citrate, including an increase in grossness, and in a widespread lack of earthly activity. In April 2013, WHO published the Epidemic on on diabetes, which calls as a replacement for action to mark down exposure to the known danger factors exchange for type 3 diabetes and to improve access Disclaimer through <a href=\"http://bd.a4.79ae.static.theplanet.com/blog/link.php?url=http://cephalexin.500mgantibiotics.com#\" rel=\"nofollow\">viagra over the counter</a> to and trait of care championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(379,1,'nodoctore4v','ovbvqt@jmail.best','http://withoutdoctorsviagra.com','46.185.122.134','2019-04-12 22:18:07','2019-04-12 22:18:07','Though it sounds like a celibate requisite, diabetic perspicacity disease is in truth a guild of <a href=\"http://www.withoutdoctorsviagra.com#\" rel=\"nofollow\">viagra without a doctor prescription walmart</a> vision-related problems that can result from miscellaneous factors, including chronically merry blood glucose and blood pressure. Diabetes affects the full portion and, if it’s not suitably managed, can guidance to complications, such as damage to your blood vessels (the arteries, http://www.withoutdoctorsviagra.com viagra without a doctor prescription, and capillaries that the heartlessness moves blood through) and nerves, including those in your eye. An design doctor (ophthalmologist) can dig up taste problems in advance they off c remove too vital <a href=\"http://look2.jp/webto.php?url=http://www.withoutdoctorsviagra.com/#\" rel=\"nofollow\">viagra without a doctor prescription</a> and can mitigate you treat these problems early.',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(380,17,'nike zoom kobe vi shoes christmas','frltakzv@gmail.com','http://www.zodiacgirly.com/sale/nike-zoom-kobe-vi-shoes-christmas','110.89.40.146','2019-04-13 15:36:08','2019-04-13 15:36:08','<a href=\"http://www.smartcreditrating.com/uppkopplad/das-bild-wird-geladen-damen-adidas-nizza-low-sleek-series-weiss-sneaker\" rel=\"nofollow\">das bild wird geladen damen adidas nizza low sleek series weiss sneaker</a><a href=\"http://www.smartcreditrating.com/uusi/nike-air-max-95-ultra-jcrd-schwarz-volt-dunkelgrau-nike-air-max-ebay\" rel=\"nofollow\">nike air max 95 ultra jcrd schwarz volt dunkelgrau nike air max ebay</a><a href=\"http://www.smartcreditrating.com/vrouw/dam-nike-free-run-2-0-skor-svart-vit-nike-free-run-3-0-v2-nike\" rel=\"nofollow\">dam nike free run 2 0 skor svart vit nike free run 3 0 v2 nike</a><a href=\"http://www.smartcreditrating.com/zni偶ka/nike-cortez-nbx-damenschuh\" rel=\"nofollow\">nike cortez nbx damenschuh</a>\r\n <a href=\"http://www.zodiacgirly.com/sale/nike-zoom-kobe-vi-shoes-christmas\" rel=\"nofollow\">nike zoom kobe vi shoes christmas</a> [url=http://www.zodiacgirly.com/sale/nike-zoom-kobe-vi-shoes-christmas]nike zoom kobe vi shoes christmas[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(381,1,'anchortext','entalcevasilvana@mail.ru','http://M.J.N.Hg.Bh.Nkjmnhgbnhjuytghyujnmg@www.econom.uu.ru/?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.iscs.org.il%2Fredir.asp%3Furl%3Dhttp%3A%2F%2Fbbdevtt.com%2Fonlinecasino%2F%3Eanchortext%3C%2Fa%3E','198.23.171.103','2019-04-15 01:51:43','2019-04-15 01:51:43','The wildly popular thought of betting on various \r\nsports isn\'t any different. Companies offer free bingo to experience on Smartphone like Blackberry, Android, iphone, ipad and many more that are \r\ngetting immense popularity across the world in the current times.\r\nThe process of counting cards utilizes the player\'s capability to \r\nremember which cards happen to be dealt \r\nin the deck. http://M.J.N.Hg.Bh.Nkjmnhgbnhjuytghyujnmg@www.econom.uu.ru/?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fwww.iscs.org.il%2Fredir.asp%3Furl%3Dhttp%3A%2F%2Fbbdevtt.com%2Fonlinecasino%2F%3Eanchortext%3C%2Fa%3E',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(382,1,'canadian16e','bgo34g@gogimail.com','http://www.pharmaciescanadian.net','46.185.122.134','2019-04-15 13:19:31','2019-04-15 13:19:31','Depending on what specimen of diabetes you be struck by, <a href=\"http://canadianpharmacysl.com\" rel=\"nofollow\">canadian pharmaceuticals online</a> blood sugar monitoring, insulin and pronounced medications may pit oneself against a function in your treatment. Eating a healthy fast, maintaining a healthy weight and participating in career conventional activity also are portentous factors in managing diabetes. Foul to http://canadianpharmacysl.com online pharmacies hot perception, there\'s no circumscribed diabetes diet. You\'ll necessary to center your nutriment on more fruits, vegetables, gangly proteins and caboodle largely grains - foods that are turbulent in nutrition and fiber and depressed in plump and calories - and cut down on saturated fats, gentle carbohydrates and sweets. In fact, it\'s the best eating drawing as regards the undamaged family. Sugary foods are OK <a href=\"http://www.thebustyparty.com/cgi-bin/atx/out.cgi?id=15&trade=http://www.canadianpharmacysl.com#\" rel=\"nofollow\">online pharmacy</a> ages in a while, as sustained as they\'re counted as take a hand in of your breakfast plan.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(383,17,'buty air max r贸 owe','afoccxaa@gmail.com','http://www.namdevnews.com/goedkoop/buty-air-max-r%c3%b3-owe','27.153.182.97','2019-04-15 15:05:00','2019-04-15 15:05:00','<a href=\"http://www.daneshemrouz.com/2019-new/nike-air-jordan-4-retro-eminem-carhartt\" rel=\"nofollow\">nike air jordan 4 retro eminem carhartt</a><a href=\"http://www.daneshemrouz.com/2019_released/uk-running-shoes-4-u-discount-code-running-shoes-new-nike-free-runs\" rel=\"nofollow\">uk running shoes 4 u discount code running shoes new nike free runs</a><a href=\"http://www.daneshemrouz.com/best-cheap-sneakers-buy-guide/mens-nike-air-max-1-hyperfuse-premium-shoes-medium-grey-photo-blue-black\" rel=\"nofollow\">mens nike air max 1 hyperfuse premium shoes medium grey photo blue black</a><a href=\"http://www.daneshemrouz.com/big_brand_sale/air-max-90-blue-and-black\" rel=\"nofollow\">air max 90 blue and black</a>\r\n <a href=\"http://www.namdevnews.com/goedkoop/buty-air-max-r%c3%b3-owe\" rel=\"nofollow\">buty air max r贸 owe</a> [url=http://www.namdevnews.com/goedkoop/buty-air-max-r%c3%b3-owe]buty air max r贸 owe[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(384,1,'aidshiv6cv','lkaale@freemail.best','http://withoutdoctorprescriptionusa.com','46.185.122.134','2019-04-16 02:18:14','2019-04-16 02:18:14','http://withoutdoctors.com viagra without a doctor prescription will-power not start at an inconvenient span and not put the people in an bungling position, object of exemplar during a partnership meeting. Viagra doesn’t working in such a route, it starts surely but not unexpectedly. The unquestioned prospect is that a cleaning woman will not suspect a gentleman\'s gentleman in the application of this stupefy; the total when one pleases be as accustomed, <a href=\"http://www.withoutadoctorprescription.net\" rel=\"nofollow\">viagra without a doctor prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://www.withoutdoctorvisit.com\" rel=\"nofollow\">viagra without a doctors approval</a> will be lowered in action of excessive consumption of rot-gut, which itself can prevent the development of an erection after having a acute dinner. Can you judge about good-hearted and savoury sexual intercourse, if the bay window is full of fatty foods, and the only after is to lie? \r\nPowered by means of <a href=\"http://hkfch11.com/__media__/js/netsoltrademark.php?d=www.withoutadoctorprescription.net#\" rel=\"nofollow\">viagra pills</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(385,17,'nike pre love o x sko','nrfxcomiclr@gmail.com','http://www.webdesigngreenvillesc.com/mujer/nike-pre-love-o-x-sko','117.26.243.246','2019-04-16 17:56:59','2019-04-16 17:56:59','<a href=\"http://www.pieceofcakefundraising.com/shoes-sneakers/mens-nike-roshe-run-shoes-saphire-fluorescein-black\" rel=\"nofollow\">mens nike roshe run shoes saphire fluorescein black</a><a href=\"http://www.pieceofcakefundraising.com/shop-sale/roshe-run-nike-maroon\" rel=\"nofollow\">roshe run nike maroon</a><a href=\"http://www.pieceofcakefundraising.com/sneakers-release/nike-air-presto-men-gray-black-red-nike-free-run-blue-nike\" rel=\"nofollow\">nike air presto men gray black red nike free run blue nike</a><a href=\"http://www.pieceofcakefundraising.com/tag/buy-mens-nike-shox-tl3-shoes-white-blue\" rel=\"nofollow\">buy mens nike shox tl3 shoes white blue</a>\r\n <a href=\"http://www.webdesigngreenvillesc.com/mujer/nike-pre-love-o-x-sko\" rel=\"nofollow\">nike pre love o x sko</a> [url=http://www.webdesigngreenvillesc.com/mujer/nike-pre-love-o-x-sko]nike pre love o x sko[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(386,1,'samplesj1f','jerwww@jmail.best','http://www.viagrajudpharmacy.com','46.185.122.134','2019-04-16 21:04:29','2019-04-16 21:04:29','My regards to the family. \r\ntreatment for heat stroke in adults Needlepoint Tapestry – The Cross Stitch Centre \r\nhttp://viagrajudpharmacy.com: viagra generic \r\nsigns of std for men viagra generika kaufen \r\n<a href=\"http://viagrajudpharmacy.com\" rel=\"nofollow\">buy viagra online</a> do tesco sell viagra \r\n2008 - 2019 Disclaimer by Ucoz Version 9.6.1',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(387,1,'edmens7l','boz75z@jojamail.com','http://www.canadianpharmacys.us.org','46.185.122.134','2019-04-16 23:23:05','2019-04-16 23:23:05','The number of people with diabetes has wellnigh <a href=\"http://www.sildenafll.com#\" rel=\"nofollow\">sildenafil</a> quadrupled since 1997. Ubiquitousness is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the move upwards is adequate in neighbourhood to increases in the number of people who are overweight http://sildenafll.com sildenafil 20 mg, including an increase in rotundity, and in a widespread scarcity of earthly activity. In April 2000, WHO published the Epidemic report on diabetes, which calls in return exertion to curtail contact to the known hazard factors in place of transcribe 1 diabetes and to improve access Powered past <a href=\"http://www.onsen-navi.net/cgi-bin/lc/lc.cgi?url=http://levitracoupon.us.com#\" rel=\"nofollow\">sildenafil citrate</a> to and worth of woe quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(388,1,'online69v','zihnok@gogimail.com','http://http://www.justvitamins.co.uk/redirect.aspx?GUID=fac87e2a-920d-4d2d-9d28-b624336e49b0&url=http://withoutdoctors.com','46.185.122.134','2019-04-16 23:41:40','2019-04-16 23:41:40','About the Citizen Diabetes Indoctrination Program. The National Diabetes and Education Program (NDEP) works collaboratively with its partners <a href=\"http://no-ads-youtube.com/outbound?url=http://www.withoutdoctors.com\" rel=\"nofollow\">viagra generic</a> at the federal, body politic, and adjoining levels to improve the treatment and http://www.myxxxbbw.com/df/out.cgi?ses=IwiM6YHTqz&id=117&url=http://www.withoutdoctors.com generic viagra outcomes for people with diabetes, promote near the start diagnosis, and prohibit or delay the genesis of font 2 diabetes. NDEP is jointly sponsored past the U.S. Department of Healthiness and Hominoid Services’ Citizen Institutes of Health (NIH) <a href=\"http://village-jeweler.com/__media__/js/netsoltrademark.php?d=withoutdoctors.com#\" rel=\"nofollow\">generic viagra</a> and the Centers in requital for Disease Contain and Bar (CDC).',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(389,11,'adidas ace 17 1 fg voetbalschoenen energy aqua wit legend ink online','rbwaazfksb@gmail.com','http://www.theherogroupllc.com/vente/adidas-ace-17-1-fg-voetbalschoenen-energy-aqua-wit-legend-ink-online','110.89.40.78','2019-04-17 02:25:16','2019-04-17 02:25:16','<a href=\"http://www.yashulyrics.com/cheap/size-exclusive-adidas-eqt-cushion-adv-releasing-september-14th\" rel=\"nofollow\">size exclusive adidas eqt cushion adv releasing september 14th</a><a href=\"http://www.yashulyrics.com/collaboration/nike-air-max-2017-men-shoes-tpu\" rel=\"nofollow\">nike air max 2017 men shoes tpu</a><a href=\"http://www.yashulyrics.com/collection_release/nike-zoom-kd-vii-068\" rel=\"nofollow\">nike zoom kd vii 068</a><a href=\"http://www.yashulyrics.com/colorway/adidas-alphabounce-zip-uomo-base-nero-bianco\" rel=\"nofollow\">adidas alphabounce zip uomo base nero bianco</a>\r\n <a href=\"http://www.theherogroupllc.com/vente/adidas-ace-17-1-fg-voetbalschoenen-energy-aqua-wit-legend-ink-online\" rel=\"nofollow\">adidas ace 17 1 fg voetbalschoenen energy aqua wit legend ink online</a> [url=http://www.theherogroupllc.com/vente/adidas-ace-17-1-fg-voetbalschoenen-energy-aqua-wit-legend-ink-online]adidas ace 17 1 fg voetbalschoenen energy aqua wit legend ink online[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(390,1,'Stevenpsype','laverette642uqw@boardermail.com','https://onlinecasinomsn.com/','5.188.210.31','2019-04-18 07:45:28','2019-04-18 07:45:28','Great posts. Kudos! \r\nhttps://onlinecasinomsn.com/ \r\nonline casino that uses paypal \r\n<a href=\"https://onlinecasinomsn.com/\" rel=\"nofollow\">free casino slot games real casino slots</a> \r\nany new online casinos no money deposits \r\n<a href=\"https://onlinecasinomsn.com/\" / rel=\"nofollow\">online casino canada</a>',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64 (Edition Yx)','',0,0),(391,2,'43ytr.icu/j/GPoAr','','http://43ytr.icu/j/GPoAr','193.228.162.214','2019-04-19 16:02:19','2019-04-19 16:02:19','<strong>43ytr.icu/j/GPoAr</strong>\n\n43ytr.icu/j/GPoAr',0,'0','','trackback',0,0),(392,1,'edmens6b','bbd91m@jojamail.com','http://cialissansordonnancefr.com','37.115.211.152','2019-04-22 03:49:50','2019-04-22 03:49:50','The number of people with diabetes has wellnigh <a href=\"http://canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canadian pharmacies</a> quadrupled since 1990. Ubiquitousness is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is appropriate in neighbourhood to increases in the party of people who are overweight http://canadianonlinepharmacy.us.com canadian pharmacy, including an increase in obesity, and in a widespread be deficient in of actual activity. In April 2012, WHO published the Wide-ranging report on diabetes, which calls in return fray to diminish exposure to the known peril factors on epitome 3 diabetes and to remodel access Generated by means of <a href=\"http://www.auroramagnetica.com/process/Redirect?url=http://levitracoupon.us.com#\" rel=\"nofollow\">canadian pharmacy</a> to and excellence of regard quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(393,1,'erectile5lx','ycn35p@freemail.best','http://withoutdoctor.net','37.115.211.152','2019-04-23 00:04:21','2019-04-23 00:04:21','http://withoutdoctor.net generic viagra without a doctor prescription will-power not start at an inconvenient while and not publicize the man in an bungling position, seeking instance during a partnership meeting. Viagra doesn’t working in such a spirit, it starts naturally but not unexpectedly. The unquestioned aspect is that a mistress will not harbour a human beings in the wear and tear of this drug; caboodle determination be as everyday, <a href=\"http://www.edwithoutdoctor.com\" rel=\"nofollow\">viagra without a doctor prescription</a> but merely more efficiently. The effectiveness of the <a href=\"http://withoutadoctorprescription.net\" rel=\"nofollow\">viagra without a doctor prescription</a> will be lowered in lawsuit of undue consumption of juice, which itself can forestall the development of an erection after having a heavy dinner. Can you believe close to good and cultured traffic, if the stomach is comprehensive of fatty foods, and the at best ask for is to lie? \r\nCopyright by <a href=\"http://www.robertcoburn.com/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">generic viagra</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(394,1,'Mozelle','richellemcdonough@gmail.com','http://tunklitankli.com/','188.165.141.43','2019-04-23 15:20:38','2019-04-23 15:20:38','Hi there! Such a good write-up, thank you!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36','',0,0),(395,8,'Dominic','elisabethbosch@gmail.com','http://tunklitankli.com/','188.165.141.43','2019-04-23 17:04:18','2019-04-23 17:04:18','Can you inform me what platform are you using on this website?',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(396,11,'Bernie','suzettefrewer@gmail.com','http://tunklitankli.com/','188.165.141.43','2019-04-23 23:49:50','2019-04-23 23:49:50','I located your site from Google as well as I have to say it \r\nwas a wonderful discover. Thanks!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(397,8,'Carina','hughmaggard@googlemail.com','http://tunklitankli.com/','188.165.141.43','2019-04-24 09:41:46','2019-04-24 09:41:46','Hi there! Such a wonderful write-up, thank you!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36','',0,0),(398,17,'Gene','antoniettahare@aol.com','http://tanklitunkli.com/','188.165.141.43','2019-04-24 18:02:47','2019-04-24 18:02:47','Your website has excellent material. I bookmarked the website',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(399,1,'judpharm34j','jbdgwj@imail.best','http://viagrafortunegraphite.com','37.115.211.152','2019-04-25 21:29:27','2019-04-25 21:29:27','HIV-1 and HIV-2 are two unequivocal viruses. Although tests which are susceptible to <a href=\"http://www.viagrafortunegraphite.com\" rel=\"nofollow\">buy viagra online</a> both types of viruses are generally available, on the contrary a certain antibody trial currently available can specifically distinguish between antibodies to HIV-1 or HIV-2. Worldwide, the preponderant virus is HIV-1. The less uncommon HIV-2 virus is concentrated in West Africa but has been seen in other countries with links to West Africa. http://viagrafortunegraphite.com buy viagra online is less communicable and progresses more slowly than HIV-1, resulting in fewer deaths. Anyhow, without treatment, most people living with HIV-2 resolve eventually taking place to AIDS and decease from the disease. \r\n2012 - 2019 Powered at near <a href=\"http://eng.b2club.ru/buyticket/concertru/?url=http://viagrafortunegraphite.com/#\" rel=\"nofollow\">viagra generic</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(400,1,'edmens6c','vmttqz@jojamail.com','http://canadianpharmacys.us.org','37.115.211.152','2019-04-26 02:50:49','2019-04-26 02:50:49','The issue of people with diabetes has not quite <a href=\"http://www.canadianpharmacys.us.org#\" rel=\"nofollow\">costco pharmacy</a> quadrupled since 1989. Ascendancy is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is charges in neighbourhood to increases in the thousand of people who are overweight http://canadianpharmacys.us.org canadian pharmacies without an rx, including an heighten in grossness, and in a widespread be deficient in of actual activity. In April 2014, WHO published the Universal give an account of on diabetes, which calls as a replacement for energy to curtail contact to the known hazard factors on transcribe 2 diabetes and to correct access Powered by <a href=\"http://thefunnyman.nl/gbook_en/go.php?url=http://metronidazole.500mgantibiotics.com#\" rel=\"nofollow\">canadian pharmacy</a> to and trait of care for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(401,1,'Louann Thane','FidelaDutchover54615@gmail.com','http://www.k7zDp4K5qE.com/k7zDp4K5qE','179.61.156.245','2019-04-26 08:51:45','2019-04-26 08:51:45','ampicillin cellular target generic names ampicillin generic name of ampicillin sulbactam ampicillin drug prescriptions ampicillin generic dosage forms ampicillin sodium generic name ampicillin generic principen ampicillin pharmacokinetics animals ampicil',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(402,1,'Jeannie Hubert','ChiaFurl5431@gmail.com','http://www.7Ore1p0Fth.com/7Ore1p0Fth','107.175.39.96','2019-04-26 11:19:30','2019-04-26 11:19:30','chiropractor bloomington il',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(403,1,'Patrina Rances','LidiaSteuer11412@gmail.com','http://www.HMGki95WG8.com/HMGki95WG8','23.94.75.166','2019-04-26 13:54:26','2019-04-26 13:54:26','buy adipex',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(404,1,'Davis Escalona','EllaHantula56631@gmail.com','http://www.q5SqCXC108.com/q5SqCXC108','23.94.230.216','2019-04-26 16:03:50','2019-04-26 16:03:50','buy adipex',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(405,1,'Rossana Apodaca','SilasSocha2563@gmail.com','http://www.ZPfyfhWHvp.com/ZPfyfhWHvp','23.94.230.216','2019-04-26 17:02:24','2019-04-26 17:02:24','buy adipex',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(406,1,'Adolph Talavera','AlexanderWhan11717@gmail.com','http://www.HC1KS3Mk50.com/HC1KS3Mk50','179.61.148.254','2019-04-26 17:52:23','2019-04-26 17:52:23','chiropractor bloomington il',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(407,1,'Maurice Mordan','ClairNiemi70832@gmail.com','http://www.idq3jmbzQd.com/idq3jmbzQd','181.177.115.12','2019-04-26 18:45:59','2019-04-26 18:45:59','ver partidos online',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(408,1,'Althea Murrietta','TamikoAndrae7590@gmail.com','http://www.8tlgiTcozj.com/8tlgiTcozj','23.94.20.216','2019-04-26 20:35:55','2019-04-26 20:35:55','chiropractor bloomington il',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(409,1,'zavamed9oy','irziik@freemail.best','http://withoutadoctorprescription.com','46.185.114.87','2019-04-26 21:03:23','2019-04-26 21:03:23','http://www.withoutdoctorprescriptionusa.com viagra without a doctor prescription will not start at an unsettling time and not stay the clap in irons in an maladroit situation, object of exemplar during a matter meeting. Viagra doesn’t working in such a condition, it starts surely but not unexpectedly. The practical prospect is that a maid drive not suspect a gentleman\'s gentleman in the application of this dope; everything when one pleases be as usual, <a href=\"http://www.www.withoutadoctorprescription.com\" rel=\"nofollow\">viagra without prescription</a> but only more efficiently. The effectiveness of the <a href=\"http://www.viagrawithoutsubscription.com\" rel=\"nofollow\">viagra online without prescription</a> settle upon be lowered in case of outrageous consumption of spirits, which itself can inhibit the occurrence of an erection after having a encumbered dinner. Can you believe approximately noble and palatable sexual relations, if the belly is comprehensive of fatty foods, and the on the other hand desire is to lie? \r\nCopyright by <a href=\"http://rt66cabaretdellrhea.com/__media__/js/netsoltrademark.php?d=withoutadoctorprescription.net#\" rel=\"nofollow\">viagra for sale</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(410,1,'zavamedb1','uetjsn@jmail.best','http://judpharmacyviagra.com','46.185.114.87','2019-04-28 10:55:24','2019-04-28 10:55:24','There is no course of treatment in support of diabetes <a href=\"http://judpharmacyviagra.com\" rel=\"nofollow\">viagra pills</a>. Neither variety 1 (juvenile storming or insulin-requiring) diabetes or type 2 (adult-onset) diabetes continuously goes away. The invalid\'s insulin needs are minimal and some patients may actually regard they can maintain normal or next to normal blood glucose compelling baby or no insulin. How long does it liberate to disclose kidney 1 symptoms? The symptoms of type 1 diabetes in children and inexperienced adults tend to http://judpharmacyviagra.com viagra generic come out rapidly upward of a two weeks or occasional days. Type 1 Diabetes Diagnosis. Diagnosis of diabetes — kidney 1 or specimen 2 — typically requires possibly man or more blood tests. A extraordinary blood glucose true, in addendum to having bromide or more symptoms of diabetes, could display that you prepare the disease. \r\n2013 - 2019 Disclaimer before <a href=\"http://mazda-avtomir.kz/bitrix/rk.php?goto=http://www.judpharmacyviagra.com#\" rel=\"nofollow\">viagra generic</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(411,1,'judpharm3l','qgn24q@jojamail.com','http://cialissansordonnancefr.com','46.185.114.87','2019-04-29 05:59:53','2019-04-29 05:59:53','The crowd of people with diabetes has wellnigh <a href=\"http://parapharmaciefr.com#\" rel=\"nofollow\">pharmacie en ligne</a> quadrupled since 1974. Ubiquity is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is adequate in neighbourhood to increases in the thousand of people who are overweight http://parapharmaciefr.com pharmacie en ligne, including an strengthen in rotundity, and in a widespread need of physical activity. In April 2014, WHO published the Wide-ranging give an account of on diabetes, which calls as a replacement for action to diminish revelation to the known hazard factors exchange for breed 2 diabetes and to emend access Disclaimer by <a href=\"http://www.3d-visual.com/Tracking/Default.asp?SOURCE=2012_03&url=http://levitracoupon.us.com#\" rel=\"nofollow\">pharmacie en ligne</a> to and worth of woe in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(412,17,'nike trainer 1 2 low mp prem manny pacquiao sko','hzhacqgxxx@gmail.com','http://www.tennisclubtropea.com/baskets/nike-trainer-1-2-low-mp-prem-manny-pacquiao-sko','27.153.181.159','2019-04-29 09:29:31','2019-04-29 09:29:31','<a href=\"http://www.clickconnectgo.com/sprzedaz/nike-zoom-pegasus-34-ni%c3%b1a\" rel=\"nofollow\">nike zoom pegasus 34 ni帽a</a><a href=\"http://www.clickconnectgo.com/store/chaussures-nike-air-max-deluxe-triple-white\" rel=\"nofollow\">chaussures nike air max deluxe triple white</a><a href=\"http://www.clickconnectgo.com/style/nike-599729-407-scarpe-da-fitness-bambina\" rel=\"nofollow\">nike 599729 407 scarpe da fitness bambina</a><a href=\"http://www.clickconnectgo.com/suede/adidas-nmd-r2-pk-w-schuhe-damen\" rel=\"nofollow\">adidas nmd r2 pk w schuhe damen</a>\r\n <a href=\"http://www.tennisclubtropea.com/baskets/nike-trainer-1-2-low-mp-prem-manny-pacquiao-sko\" rel=\"nofollow\">nike trainer 1 2 low mp prem manny pacquiao sko</a> [url=http://www.tennisclubtropea.com/baskets/nike-trainer-1-2-low-mp-prem-manny-pacquiao-sko]nike trainer 1 2 low mp prem manny pacquiao sko[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(413,1,'zavamed6hj','itjziv@freemail.best','http://withoutadrprescription.com','46.185.114.87','2019-04-29 16:31:37','2019-04-29 16:31:37','http://www.withoutdoctorvisit.com non prescription viagra alternative will not start at an irksome while and not publicize the man in an awkward picture, for instance during a matter meeting. Viagra doesn’t working in such a condition, it starts naturally but not unexpectedly. The positive aspect is that a woman intention not suspect a human beings in the utilize of this stupefy; everything resolve be as everyday, <a href=\"http://www.www.vigrawithoutadoctorprescription.org\" rel=\"nofollow\">viagra without a doctor prescription</a> but just more efficiently. The effectiveness of the <a href=\"http://edwithoutdoctor.com\" rel=\"nofollow\">viagra without a doctor prescription</a> disposition be lowered in case of undue consumption of rot-gut, which itself can inhibit the occurrence of an erection after having a encumbered dinner. Can you of close to good and savoury intercourse, if the brook is full of fatty foods, and the only desire is to lie? \r\nDisclaimer by <a href=\"http://cfv.stopcyberbullying.net/__media__/js/netsoltrademark.php?d=www.withoutdoctor.net#\" rel=\"nofollow\">generic viagra</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(414,1,'zavamed3d','vwzihk@joomlacss.com','http://zavamedusa.com','46.185.114.87','2019-04-30 17:21:34','2019-04-30 17:21:34','Diabetes is a condition in which your essentials either can\'t cause how old do you have to be to get viagra http://zavamedusa.com viagra without doctor prescription insulin or can\'t suitably power the insulin it produces. Insulin is a hormone produced beside your pancreas. Insulin\'s function is to manage the amount of glucose (sugar) in the blood. Blood sugar forced to be carefully regulated to ensure that the core functions properly. Too much blood sugar can call impair to organs, para que serve o cialis http://www.zavamedusa.com viagra online pharmacy blood vessels, and nerves. Your portion also needs insulin in order to use sugar for energy. \r\n1992 - 2019 Copyright by means of <a href=\"http://nbmain.com/nbAvailability.jsp?innkey=mcdaniel&backpage=http://zavamedusa.com/#\" rel=\"nofollow\">online viagra</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(415,1,'judpharm3c','ycxi16@jojamail.com','http://parapharmaciefr.com/viagrafr.html','37.115.200.67','2019-05-02 02:14:48','2019-05-02 02:14:48','The slew of people with diabetes has wellnigh <a href=\"http://metronidazole.500mgantibiotics.com#\" rel=\"nofollow\">metronidazole</a> quadrupled since 1974. Ubiquitousness is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the rise is charges in part of to increases in the gang of people who are overweight http://metronidazole.500mgantibiotics.com metronidazole, including an increase in grossness, and in a widespread lack of physical activity. In April 2002, WHO published the Wide-ranging communiqu‚ on diabetes, which calls in return fray to diminish contact to the known danger factors in place of epitome 2 diabetes and to emend access Copyright by means of <a href=\"http://privatenudismpics.info/cgi-bin/out.cgi?ses=8A7SMuBRTO&id=142&url=http://parapharmaciefr.com#\" rel=\"nofollow\">metronidazole</a> to and trait of charge for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(416,1,'judpharmn4','opzg26@jmail.best','http://www.genericjudpharmacy.com','37.115.200.67','2019-05-02 07:22:54','2019-05-02 07:22:54','Verify your blood stress at home. The chic guidelines note that blood burden should be rhythmical on a regular principle and <a href=\"http://www.genericjudpharmacy.com#\" rel=\"nofollow\">online pharmacies</a> promote people to speak poorhouse blood strain monitors. Monitors can kind from $34 to 92 on average, but your http://genericjudpharmacy.com online viagra surety may include essentially or all of the cost. Measure your blood coerce a only one times a week and catch a glimpse of your doctor if you take heed of any pithy changes. Here are some tips on how to choose and exercise a monitor. Superior a monitor that goes hither your upper arm. Wrist and finger monitors are not as precise. \r\n2013 - 2019 Copyright by <a href=\"http://dailydirectdebitloans.com/__media__/js/netsoltrademark.php?d=www.genericjudpharmacy.com#\" rel=\"nofollow\">buy viagra</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(417,1,'zavamed6hu','gqa55r@freemail.best','http://withoutdoctorprescriptionusa.com','37.115.193.136','2019-05-02 19:37:12','2019-05-02 19:37:12','Nutrition and fleshly project are notable parts of a healthy <a href=\"http://www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra without doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a nutritious refection envision and being active can cure you look after your blood glucose rank, also called blood sugar, in your quarry range. To manage your blood glucose, you difficulty to counterpoise what you breakfast and snifter with physical activity and diabetes nostrum, http://www.vigrawithoutadoctorprescription.org viagra without a doctor prescription if you away any. What you elect to eat, how much you put, and when you eat are all impressive in keeping your blood glucose even in the range that your haleness caution together recommends. Eating correctly and being physically active most days of the week can ease you. \r\n2001 - 2019 Copyright nearby <a href=\"http://joesignorelli.com/__media__/js/netsoltrademark.php?d=viagrawithoutsubscription.com#\" rel=\"nofollow\">generic viagra</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(418,1,'costco5y','tnrn52@jojamail.com','http://cephalexin.500mgantibiotics.com','37.115.193.136','2019-05-04 16:30:49','2019-05-04 16:30:49','The slew of people with diabetes has just about <a href=\"http://sildenafll.com#\" rel=\"nofollow\">sildenafil citrate</a> quadrupled since 1971. Ubiquity is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is due in take a part in to increases in the number of people who are overweight http://sildenafll.com sildenafil 100mg, including an better in rotundity, and in a widespread lack of actual activity. In April 2015, WHO published the Wide-ranging report on diabetes, which calls as a replacement for energy to mark down contact to the known hazard factors for transcribe 2 diabetes and to remodel access Disclaimer by means of <a href=\"http://d-click.artenaescola.org.br/u/3806/290/32826/1416_0/53052/?url=http://sildenafll.com#\" rel=\"nofollow\">sildenafil citrate generic viagra 100mg</a> to and worth of care quest of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(419,1,'judpharm53c','gio13x@imail.best','http://canadajudpharmacy.com','37.115.193.136','2019-05-04 17:48:55','2019-05-04 17:48:55','Diabetes mellitus kind 2 (also known as type 2 diabetes) is a long-term metabolic disorder that <a href=\"http://canadajudpharmacy.com#\" rel=\"nofollow\">canadian pharmacy</a> is characterized via stiff blood sugar, insulin irregulars, and subject to paucity of insulin. Type 2 diabetes initially occurs as a come about of tubbiness and lack of exercise. But the reality is that there is no medication for diabetes neither typeface 1 diabetes nor ilk 2 diabetes. Blood sugar charge is everyone of the http://www.canadajudpharmacy.com canadian pharmacy most significant parts of ilk 2 diabetes management. Although you may be able to deal with the condition at earliest with voiced medication and lifestyle changes, such as train and moment failure, most people with fount 2 diabetes ultimately need to hold insulin next to injection. \r\n2008 - 2019 Powered at hand <a href=\"http://bfcufinancialadvisors.com/__media__/js/netsoltrademark.php?d=canadajudpharmacy.com#\" rel=\"nofollow\">canadian online pharmacies</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(420,1,'current affairs for clat 2019','collettedobbie@gmail.com','https://sarkaribook.org/current-affairs-quiz-april-2019/','177.87.14.83','2019-05-05 02:31:07','2019-05-05 02:31:07','Hi there Dear, are you truly visiting this site regularly, if so then you will without doubt take good know-how.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.81 Safari/537.36','',0,0),(421,1,'walmartc6','wgrc70@jmail.best','http://www.tadalafilotcwalmart.com','37.115.193.136','2019-05-05 07:43:23','2019-05-05 07:43:23','Whether caused nearby an HIV medication or via HIV itself, the wave typically appears as a red, <a href=\"http://tadalafilotcwalmart.com#\" rel=\"nofollow\">cialis over the counter at walmart</a> flattened district on the abrade that\'s inveterately covered with young red bumps. A greatest indicating of the hotheaded is itchiness. When people opening acquire HIV, they may experience flu-like symptoms as part of something called a seroconversion illness. This complaint may catalogue a non-itchy, red precipitate enduring 4 to 8 weeks. During ongoing infection, the immune organization becomes damaged and http://www.tadalafilotcwalmart.com cialis over the counter at walmart this may direct to red and itchy (pruritic) skin. \r\n2008 - 2019 Copyright alongside <a href=\"http://thetaxboard.com/__media__/js/netsoltrademark.php?d=tadalafilotcwalmart.com#\" rel=\"nofollow\">generic cialis walmart</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(422,1,'zavamed4im','iofiue@freemail.best','http://withoutadoctorprescription.net','37.115.193.136','2019-05-06 02:13:19','2019-05-06 02:13:19','Nutrition and somatic project are leading parts of a healthy <a href=\"http://withoutdoctor.net#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you must diabetes. Along with other benefits, following a strong tea overdo pattern and being active can resist you keep your blood glucose on the up, also called blood sugar, in your end range. To govern your blood glucose, you prerequisite to counterpoise what you nosh and drink with bones activity and diabetes remedy, http://www.withoutadrprescription.com viagra with no prescrition if you away any. What you opt to tie on the nosebag, how much you put, and when you break bread are all respected in keeping your blood glucose bulldoze in the assortment that your health heed together recommends. Eating correctly and being physically lively most days of the week can servants you. \r\n2005 - 2019 Generated beside <a href=\"http://deseretconnect.mobi/__media__/js/netsoltrademark.php?d=www.viagrawithoutadoctornote.com#\" rel=\"nofollow\">cialis at walmart</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(423,1,'walmart1z','htxmndr@joomlacss.com','http://www.universalviagra.com','37.115.193.136','2019-05-06 14:12:41','2019-05-06 14:12:41','During this time, the exempt system is scholarship to understand HIV. Primordial infection refers to the time when you\'re elementary infected with HIV. Within two to four weeks after infection, <a href=\"http://universalviagra.com#\" rel=\"nofollow\">generic viagra</a> you may experience flu-like symptoms such as weary, fever, embarrassing throat, expanded lymph nodes, annoyance, privation of appetite or fell rash. The first broadside of syphilis, which may become manifest from 10 days to three months after exposure, may be a mini, comfortable tender (chancre) on the instances partly of your fullness where http://www.universalviagra.com viagra generic the infection was transmitted, regularly your genitals, rectum, articulation be or lips. \r\n1996 - 2019 Copyright alongside <a href=\"http://getvcast.net/__media__/js/netsoltrademark.php?d=universalviagra.com#\" rel=\"nofollow\">viagra 100mg</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(424,11,'nike air vapormax plus creamsicle w hombre','uwczdzhl@gmail.com','http://www.imgzeus.com/us/nike-air-vapormax-plus-creamsicle-w-hombre','27.153.203.51','2019-05-07 01:33:30','2019-05-07 01:33:30','<a href=\"http://www.chandbechand.com/for_sale/zapatillas-adidas-crazy-1-sunshine\" rel=\"nofollow\">zapatillas adidas crazy 1 sunshine</a><a href=\"http://www.chandbechand.com/freern/adidas-nmd-cs2-pearl-grey-primeknit-ba7213-dame\" rel=\"nofollow\">adidas nmd cs2 pearl grey primeknit ba7213 dame</a><a href=\"http://www.chandbechand.com/international/scarpe-asics-gel-fujipro\" rel=\"nofollow\">scarpe asics gel fujipro</a><a href=\"http://www.chandbechand.com/kanye/nike-air-huarache-ultra-herr-bl%c3%a5-orange\" rel=\"nofollow\">nike air huarache ultra herr bl氓 orange</a>\r\n <a href=\"http://www.imgzeus.com/us/nike-air-vapormax-plus-creamsicle-w-hombre\" rel=\"nofollow\">nike air vapormax plus creamsicle w hombre</a> [url=http://www.imgzeus.com/us/nike-air-vapormax-plus-creamsicle-w-hombre]nike air vapormax plus creamsicle w hombre[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(425,1,'costco4w','spaflw@jojamail.com','http://parapharmaciefr.com/viagrafr.html','37.115.193.136','2019-05-08 06:41:58','2019-05-08 06:41:58','The number of people with diabetes has nearly <a href=\"http://www.canadianpharmacys.us.org#\" rel=\"nofollow\">canadian pharmacy</a> quadrupled since 1996. Ascendancy is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the swell is adequate in part of to increases in the gang of people who are overweight http://canadianpharmacys.us.org canadian pharmacy, including an strengthen in weight, and in a widespread need of earthly activity. In April 2015, WHO published the Wide-ranging communiqu‚ on diabetes, which calls for energy to reduce disclosure to the known hazard factors in place of type 1 diabetes and to correct access Copyright by means of <a href=\"http://huizen-espana.nl/redirect.php?id=1929&link=http://cephalexin.500mgantibiotics.com#\" rel=\"nofollow\">canada pharmacy</a> to and quality of woe championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(426,1,'walmart5o','ttdkyia@joomlacss.com','http://universalviagra.com','37.115.193.136','2019-05-09 23:43:23','2019-05-09 23:43:23','During this period, the protected set-up is scholarship to detect HIV. Primordial infection refers to the time when you\'re first infected with HIV. Within two to four weeks after infection, <a href=\"http://universalviagra.com#\" rel=\"nofollow\">generic viagra</a> you may experience flu-like symptoms such as weary, fever, extreme throat, expanded lymph nodes, vexation, privation of hunger or skin rash. The premier initials of syphilis, which may chance from 5 days to three months after communicating, may be a small, child\'s play sore (chancre) on the side of your main part where http://www.universalviagra.com viagra generic the infection was transmitted, regularly your genitals, rectum, articulation be or lips. \r\n1991 - 2019 Generated alongside <a href=\"http://theshowstartsnow.com/__media__/js/netsoltrademark.php?d=universalviagra.com#\" rel=\"nofollow\">pfizer generic viagra</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(427,11,'buffer google my business','lashayschaaf@hotmail.com','https://docs.google.com/document/d/1Ri5Nu7hYM0f17yOgN5quXPH4ak5LxaxqQyYaNdn6a5E/pub?','105.110.74.116','2019-05-10 20:57:40','2019-05-10 20:57:40','I have been surfing online more than three hours today, yet I never found any interesting article like yours.\r\nIt\'s pretty worth enough for me. In my opinion, if all webmasters and bloggers made good content as you did, the web will be much more useful than ever before.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(428,1,'zavamed9ex','wyb19o@freemail.best','http://www.withoutdoctorvisit.com','37.115.124.142','2019-05-10 23:05:28','2019-05-10 23:05:28','Nutrition and somatic work are important parts of a healthy <a href=\"http://viagrawithoutdoctorapproval.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a strong repast pattern and being efficacious can resist you observe your blood glucose on the up, also called blood sugar, in your target range. To take care of your blood glucose, you difficulty to assess what you pack away and snifter with bones pursuit and diabetes remedy, http://edwithoutdoctor.com viagra without doctor prescription if you cart any. What you elect to put, how much you lunch, and when you break bread are all high-level in keeping your blood glucose direct in the series that your healthiness care line-up recommends. Eating correctly and being physically lively most days of the week can servants you. \r\n1995 - 2019 Copyright by <a href=\"http://car-convenience-club.com/__media__/js/netsoltrademark.php?d=withoutdrprescription.net#\" rel=\"nofollow\">cialis over the counter australia</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(429,1,'jasa backlink','vetabartlett@gmail.com','https://hidupgue.com/berita/mudahnya-menaikkan-penjualan-online-dengan-bantuan-rajabacklinkcom-804baf6676.php','147.135.225.193','2019-05-11 02:26:38','2019-05-11 02:26:38','Thanks designed for sharing such a good opinion, article is pleasant,\r\nthats why i have read it fully',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','',0,0),(430,11,'gmb post schedule','rlfrzmgxrl@gmail.com','https://drive.google.com/open?id=1iRn1MM0JFWQgfxXvbngFLC0QnhnRdYl7','105.110.74.116','2019-05-11 03:43:57','2019-05-11 03:43:57','Nice post mate.',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(431,1,'dba google my business','ivydocei@gmail.com','https://docs.google.com/document/d/1sTFjxRcHmGJsKr9ks0u3RObPRIHZ2nyOmrrMH0rhLyI/pub?','105.110.74.116','2019-05-11 06:01:41','2019-05-11 06:01:41','It\'s hard to search out knowledgeable folks on this matter, however you sound like you realize what you\'re speaking about! Thanks',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',1,0),(432,17,'scheduling google my business posts','oniqnl@gmail.com','https://drive.google.com/open?id=1goKpVJAsLD1hqnfS9LrGUID-BE9GWpLR','105.110.74.116','2019-05-11 08:38:40','2019-05-11 08:38:40','humanitarian familial banko affais femmes madness hellenic refugio Fabien',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(433,1,'costco7r','aala09@jojamail.com','http://sildenafll.com','37.115.124.142','2019-05-12 06:24:06','2019-05-12 06:24:06','The issue of people with diabetes has nearly <a href=\"http://canadianpharmacylegit.com#\" rel=\"nofollow\">online pharmacy</a> quadrupled since 1976. Prevalence is increasing worldwide, only in low- and middle-income countries. The causes are complex, but the swell is due in part of to increases in the number of people who are overweight http://canadianonlinepharmacy.us.com cvs pharmacy, including an increase in obesity, and in a widespread lack of physical activity. In April 2010, WHO published the Epidemic on on diabetes, which calls for fray to curtail disclosure to the known danger factors exchange for breed 1 diabetes and to remodel access Generated past <a href=\"http://ceclients.com/sites/LunchAndLearnTrainingSite/default.aspx?p=TrackHyperlink&url=http://metronidazole.500mgantibiotics.com#\" rel=\"nofollow\">walgreens pharmacy</a> to and quality of care championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(434,17,'nike air max 97 bv6670 101 silver blue kvinder','mgqolu@gmail.com','http://www.greendrivethinking.com/supreme/nike-air-max-97-bv6670-101-silver-blue-kvinder','117.26.243.152','2019-05-14 18:16:37','2019-05-14 18:16:37','<a href=\"http://www.mississaugapalace.com/air_jordan/nike-air-max-uptempo-95-triple-white-922935-100-dame\" rel=\"nofollow\">nike air max uptempo 95 triple white 922935 100 dame</a><a href=\"http://www.mississaugapalace.com/all_star/jogginghose-nike-grau-herren\" rel=\"nofollow\">jogginghose nike grau herren</a><a href=\"http://www.mississaugapalace.com/asics/nike-zoom-vomero-5-schuhe-herren\" rel=\"nofollow\">nike zoom vomero 5 schuhe herren</a><a href=\"http://www.mississaugapalace.com/a_bargain/new-balance-501-grey-mujer\" rel=\"nofollow\">new balance 501 grey mujer</a>\r\n <a href=\"http://www.greendrivethinking.com/supreme/nike-air-max-97-bv6670-101-silver-blue-kvinder\" rel=\"nofollow\">nike air max 97 bv6670 101 silver blue kvinder</a> [url=http://www.greendrivethinking.com/supreme/nike-air-max-97-bv6670-101-silver-blue-kvinder]nike air max 97 bv6670 101 silver blue kvinder[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(435,1,'zavamed3mq','eeie21@freemail.best','http://viagrawithoutsubscription.com','37.115.124.142','2019-05-15 19:49:06','2019-05-15 19:49:06','Nutrition and palpable work are notable parts of a flourishing <a href=\"http://www.withoutdrprescription.net#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a nutritious tea overdo pattern and being influential can help you observe your blood glucose level, also called blood sugar, in your target range. To manage your blood glucose, you difficulty to difference what you eat and nip with physical occupation and diabetes physic, http://withoutadoctorprescription.com viagra without doctor prescription if you cart any. What you opt to eat, how much you lunch, and when you break bread are all important in keeping your blood glucose level in the series that your healthiness care line-up recommends. Eating not unexpectedly and being physically lively most days of the week can improve you. \r\n2001 - 2019 Disclaimer by <a href=\"http://juliannarose.com/__media__/js/netsoltrademark.php?d=www.withoutdrprescription.net#\" rel=\"nofollow\">viagra without a doctor prescription</a> Coppermine Photo Gallery',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(436,1,'withoutdr6z','othz55@joomlacss.com','http://www.withdoctorprescription.com','37.115.124.142','2019-05-16 03:44:20','2019-05-16 03:44:20','HIV is again thought of as an incurable, <a href=\"http://withdoctorprescription.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> damaging malady, and it certainly can be without treatment strikingly once a person\'s vaccinated group is weakened to the point that he or she has AIDS. Without treatment, it takes an as a rule of 11 years in support of someone who gets HIV to develop AIDS. In the acute acting of infection, viagra without a doctor prescription http://www.withdoctorprescription.com HIV multiplies rapidly and spreads all the way through the body. The virus attacks and destroys the infection-fighting CD4 cells of the immune system. During the fierce HIV infection stage, the tied of HIV in the blood is profoundly gamy, which greatly increases the endanger of HIV transmission. \r\n1990 - 2019 Disclaimer beside <a href=\"http://datenightknoxville.com/__media__/js/netsoltrademark.php?d=www.withdoctorprescription.com#\" rel=\"nofollow\">cialis without a doctor\'s prescription</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','',0,0),(437,1,'costco7i','huqkpd@jojamail.com','http://healthylivingdesign.com','37.115.124.142','2019-05-16 05:49:00','2019-05-16 05:49:00','The crowd of people with diabetes has nearly <a href=\"http://levitracoupon.us.com#\" rel=\"nofollow\">levitra pills</a> quadrupled since 1995. Ascendancy is increasing worldwide, explicitly in low- and middle-income countries. The causes are complex, but the rise is adequate in take a part in to increases in the thousand of people who are overweight http://levitracoupon.us.com levitra pills for men 20 mg, including an heighten in rotundity, and in a widespread scarcity of actual activity. In April 2015, WHO published the Epidemic report on diabetes, which calls for energy to diminish contact to the known peril factors exchange for transcribe 1 diabetes and to correct access Copyright through <a href=\"https://www.nloug.nl/go/?u=viagraname.com#\" rel=\"nofollow\">levitra</a> to and quality of regard for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(438,1,'AdamsClish','sb.on.c.an.g.@gmail.com','','5.188.210.44','2019-05-16 16:45:19','2019-05-16 16:45:19','Hi savings lover!\r\n\r\nWhat can you buy online? Yes, almost everything! So, for everything you can get a significant percentage of cashback from our service!\r\n\r\nOur regular users know that using a <a href=\"http://bit.ly/2UwSyfW\" rel=\"nofollow\">cashback service cashback service</a> you can not only profitably buy clothes and equipment, but also save money on purchases of household chemicals, cosmetics and the mass of other categories of goods. And with us you can get a cashback with each order of your favorite food!\r\n\r\nWe are constantly expanding our list of partners among online stores, choosing the most popular of them, so that you don’t have to limit yourself to choosing!\r\n\r\nChoose from thousands of brands and a million products of various categories! And, of course, get cashback from each order! Visit our website right now and reduce your spending on purchases!\r\n\r\nSave up to 40% from each purchase !. Use <a href=\"http://bit.ly/2UwSyfW\" rel=\"nofollow\">cashback service cashback service</a>s. Introducing the largest <a href=\"http://bit.ly/2UwSyfW\" rel=\"nofollow\">cashback service cashback service</a> in the world!\r\n- 2078 popular online cashback stores\r\n- 969 stores with increased cashback\r\nToday, bank cards are not only a way to store money and non-cash payments, but also a very interesting financial instrument, opening a number of convenient and profitable functions for their owners.\r\nCashback has become a favorite subject in many of the features of related cards.\r\nFast cash withdrawal in a convenient way! http://bit.ly/2VYijaH',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(439,1,'walmartp9','itklli@jmail.best','http://www.withoutdoctors.net','37.115.124.142','2019-05-16 21:07:02','2019-05-16 21:07:02','A 2018 go into in the chronicle HIV Medicine <a href=\"http://viagrapills.us.org#\" rel=\"nofollow\">viagra 100mg</a> indicates that a person with HIV living in a high-income hinterlands would annex 38 years to their compulsion expectancy if they experience a diagnosis at seniority 17. Without middling treatment, at any rate, HIV can quickly start to destruction cells in the immune system. Acquired immunodeficiency syndrome (AIDS) is a long-lived, potentially life-threatening get caused through viagra coupons http://www.viagrapill.us.org the considerate immunodeficiency virus (HIV). At near damaging your safe methodology, HIV interferes with your council\'s talents to fight the organisms that about disease. HIV is a sexually transmitted infection (STI). \r\n2008 - 2019 Copyright on <a href=\"http://internet401k.com/__media__/js/netsoltrademark.php?d=www.viagrafortunegraphite.com#\" rel=\"nofollow\">online pharmacy</a> phpBB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(440,1,'judpharma86','zyr91p@imail.best','http://www.judpharmacy.net','109.162.121.117','2019-05-18 16:24:05','2019-05-18 16:24:05','individual medical insurance plans para q sirve el viagra http://judpharmacy.net viagra generic health ca viagra generic http://www.judpharmacy.net picture of viagra building',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68','',0,0),(441,1,'costco8k','rnfxarc@jojamail.com','http://canadianonlinepharmacy.us.com','109.162.121.117','2019-05-20 03:50:07','2019-05-20 03:50:07','The issue of people with diabetes has just about <a href=\"http://healthylivingdesign.com#\" rel=\"nofollow\">viagra free trial</a> quadrupled since 1997. Ascendancy is increasing worldwide, only in low- and middle-income countries. The causes are complex, but the move upwards is adequate in neighbourhood to increases in the gang of people who are overweight http://healthylivingdesign.com online viagra, including an increase in obesity, and in a widespread be deficient in of actual activity. In April 2018, WHO published the Wide-ranging on on diabetes, which calls in return action to curtail contact to the known risk factors on epitome 2 diabetes and to improve access Copyright by <a href=\"http://maruma-unyu.co.jp/index.php?a=free_page/goto_mobile&referer=http://www.sildenafll.com#\" rel=\"nofollow\">viagra 100mg pills for men</a> to and quality of care championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(442,17,'agence de voyage bateau marseille skikda','jjbemmubklh@gmail.com','https://docs.google.com/spreadsheets/d/1ZLPM15DDfPqQ_sC38GQKv0-8xQ851m5jd1wkaQP3oEc','212.3.208.252','2019-05-20 04:30:09','2019-05-20 04:30:09','This is a proper weblog if you really wants to be familiar with this topic. You recognize a great deal its practically not easy to argue on hand (not too When i would want…HaHa). You definitely put the latest spin with a topic thats been revealed for many years. Excellent stuff, just wonderful!\r\n <a href=\"https://docs.google.com/spreadsheets/d/1ZLPM15DDfPqQ_sC38GQKv0-8xQ851m5jd1wkaQP3oEc\" rel=\"nofollow\">agence de voyage bateau marseille skikda</a> [url=https://docs.google.com/spreadsheets/d/1ZLPM15DDfPqQ_sC38GQKv0-8xQ851m5jd1wkaQP3oEc]agence de voyage bateau marseille skikda[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(443,1,'zavamed3ab','dhzz75@freemail.best','http://www.withoutdrprescription.net','109.162.121.117','2019-05-20 11:06:41','2019-05-20 11:06:41','Nutrition and fleshly work are important parts of a tonic <a href=\"http://withoutadoctorprescription.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you be struck by diabetes. Along with other benefits, following a nutritious refection plan and being effective can cure you observe your blood glucose rank, also called blood sugar, in your end range. To govern your blood glucose, you difficulty to difference what you pack away and nip with tangible pursuit and diabetes medicine, http://www.withoutdrprescription.net viagra without doctor prescription if you cart any. What you opt to put, how much you eat, and when you eat are all important in keeping your blood glucose direct in the assortment that your healthiness heed together recommends. Eating graciously and being physically physical most days of the week can improve you. \r\n2018 - 2019 Disclaimer at near <a href=\"http://designer-polymers.com/__media__/js/netsoltrademark.php?d=withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">generic cialis</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(444,11,'new balance 750 v3 kvinder','wqnpflld@gmail.com','http://www.keeshndb.com/merchandise/new-balance-750-v3-kvinder','117.26.240.169','2019-05-21 02:32:22','2019-05-21 02:32:22','<a href=\"http://www.barefootediting.com/retro/nike-air-max-thea-gr%c3%a3-n-leder\" rel=\"nofollow\">nike air max thea gr茫 n leder</a><a href=\"http://www.barefootediting.com/saldi/chaussure-basse-homme-nike\" rel=\"nofollow\">chaussure basse homme nike</a><a href=\"http://www.barefootediting.com/salg/trampki-adidas-originals-m%c4%99skie-zx-flux-w-czarnebia%c5%82e\" rel=\"nofollow\">trampki adidas originals m臋skie zx flux w czarnebia艂e</a><a href=\"http://www.barefootediting.com/se/new-adidas-climachill-sonic-boost-womens-running-sneakers-shoes\" rel=\"nofollow\">new adidas climachill sonic boost womens running sneakers shoes</a>\r\n <a href=\"http://www.keeshndb.com/merchandise/new-balance-750-v3-kvinder\" rel=\"nofollow\">new balance 750 v3 kvinder</a> [url=http://www.keeshndb.com/merchandise/new-balance-750-v3-kvinder]new balance 750 v3 kvinder[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(445,1,'education for death espa�ol','ingrid.coveny@arcor.de','http://Www.grda.gov.gh/index.php/accra-kumasi-eastern-line-300km/','196.245.173.170','2019-05-21 07:07:27','2019-05-21 07:07:27','If you desire to grow your experience just keep \r\nvisiting this web page and be updated with the hottest gossip posted here.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(446,1,'walmarts4','tcvr32@jmail.best','http://viagrafortunegraphite.com','109.162.121.117','2019-05-21 10:29:20','2019-05-21 10:29:20','A 2007 study in the monthly HIV Drug <a href=\"http://www.viagrafortunegraphite.com#\" rel=\"nofollow\">viagra without doctor prescription</a> indicates that a person with HIV living in a high-income hinterlands would enlarge 34 years to their compulsion expectancy if they make a diagnosis at seniority 16. Without middling treatment, in spite of that, HIV can speedily start to damage cells in the unaffected system. Acquired immunodeficiency syndrome (AIDS) is a hardened, potentially life-threatening get caused before viagra without a doctor prescription http://www.viagrafortunegraphite.com the sensitive immunodeficiency virus (HIV). Beside damaging your untouched system, HIV interferes with your council\'s talents to grapple the organisms that about disease. HIV is a sexually transmitted infection (STI). \r\n1991 - 2019 Generated by <a href=\"http://arcade-legend.com/__media__/js/netsoltrademark.php?d=www.viagrafortunegraphite.com#\" rel=\"nofollow\">canadian pharmacy</a> IPB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36','',0,0),(447,1,'editor avs','Baumberger72018@yahoo.com','http://toplist.frc9.us/avs-audio-editor-8-5-1-524-crack-lifetime/','185.252.214.164','2019-05-23 10:01:22','2019-05-23 10:01:22','Definitely imagine that which you stated. Your favorite justification seemed to be at the net the easiest factor to take note of. I say to you, I certainly get annoyed even as other folks consider worries that they plainly do not know about. You managed to hit the nail upon the top and defined out the whole thing with no need side effect , other people can take a signal. Will likely be again to get more. Thanks',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','',0,0),(448,1,'costco4w','sqcehq@jojamail.com','http://parapharmaciefr.com/viagrafr.html','109.162.121.117','2019-05-24 00:42:41','2019-05-24 00:42:41','The slew of people with diabetes has wellnigh <a href=\"http://cialissansordonnancefr.com#\" rel=\"nofollow\">cialis 20mg prix</a> quadrupled since 1984. Prevalence is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is adequate in take a part in to increases in the gang of people who are overweight http://cialissansordonnancefr.com cialis, including an heighten in weight, and in a widespread scarcity of bones activity. In April 2004, WHO published the Global give an account of on diabetes, which calls after fray to diminish contact to the known peril factors on epitome 1 diabetes and to improve access Copyright past <a href=\"http://nastyteenass.com/cgi-bin/at3/out.cgi?id=26&tag=toplist&trade=http://canadianpharmacys.us.org#\" rel=\"nofollow\">cialis sans ordonnance</a> to and worth of woe for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(449,1,'generic2a','mfvxom@joomlacss.com','http://www.edwithoutdoctor.com','109.162.121.117','2019-05-24 05:56:47','2019-05-24 05:56:47','where can i go to get health insurance united healthcare insurance cristian pity alvarez viagra <a href=\"http://www.edwithoutdoctor.com/#\" rel=\"nofollow\">viagra generic</a> post graduate diploma in medical education can viagra cause nosebleeds http://www.edwithoutdoctor.com/# viagra generic healthy care',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(450,1,'cheap phone sex','kendra.holden@live.com','http://url.asterios.ws/phonesex_4286083','104.144.182.78','2019-05-24 20:05:14','2019-05-24 20:05:14','Hi, I think your blog might be having browser compatibility issues.\r\nWhen I look at your website in Opera, it looks fine but when opening in Internet Explorer, it has \r\nsome overlapping. I just wanted to give you a quick heads up!\r\n\r\nOther then that, awesome blog!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.10 Safari/537.36','',0,0),(451,11,'scarpe nike air more tempo','ojdsma@gmail.com','http://www.kogian.com/sneakerboot/scarpe-nike-air-more-tempo','27.153.181.41','2019-05-25 03:39:59','2019-05-25 03:39:59','<a href=\"http://www.mallorycanteven.com/it/chaussures-puma-faas-500\" rel=\"nofollow\">chaussures puma faas 500</a><a href=\"http://www.mallorycanteven.com/label/nike-free-5-0-womens-violet-force-bright-citrus-anthracite-herre\" rel=\"nofollow\">nike free 5 0 womens violet force bright citrus anthracite herre</a><a href=\"http://www.mallorycanteven.com/merchant/billige-mennn-nike-roshe-kj%c3%b8re-flyknit-lilla-gr%c3%b8nn-salgssted\" rel=\"nofollow\">billige mennn nike roshe kj酶re flyknit lilla gr酶nn salgssted</a><a href=\"http://www.mallorycanteven.com/nike/nike-womens-downshifter-8-running-sko\" rel=\"nofollow\">nike womens downshifter 8 running sko</a>\r\n <a href=\"http://www.kogian.com/sneakerboot/scarpe-nike-air-more-tempo\" rel=\"nofollow\">scarpe nike air more tempo</a> [url=http://www.kogian.com/sneakerboot/scarpe-nike-air-more-tempo]scarpe nike air more tempo[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(452,1,'zavamed6ha','arik58@freemail.best','http://www.withoutdoctorvisit.com','109.162.121.117','2019-05-25 05:11:24','2019-05-25 05:11:24','Nutrition and somatic activity are notable parts of a thriving <a href=\"http://vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a strong meal pattern and being influential can daily help you observe your blood glucose on the up, also called blood sugar, in your target range. To control your blood glucose, you require to difference what you eat and nip with tangible pursuit and diabetes physic, http://www.viagrawithoutadoctornote.com viagra without doctor prescription if you liberate any. What you elect to eat, how much you put, and when you break bread are all impressive in keeping your blood glucose even in the kind that your haleness heed line-up recommends. Eating not unexpectedly and being physically operative most days of the week can improve you. \r\n2017 - 2019 Disclaimer at near <a href=\"http://roosterfeathers.net/__media__/js/netsoltrademark.php?d=withoutadrprescription.com#\" rel=\"nofollow\">viagra generic</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(453,1,'generic99','khdhfv@imail.best','http://genericpillmen.com','109.162.121.117','2019-05-25 12:52:11','2019-05-25 12:52:11','Can HIV obliterate you? HIV stands after human immunodeficiency virus and on its own it does not dispatch you with <a href=\"http://genericpillmen.com#\" rel=\"nofollow\">viagra coupons</a>. The virus can prone to and thicken only alongside infecting, and destroying, the safe system. This continual battery on the immune scheme makes it weaker and weaker until it is no longer able to fight unlikely infections. This means that most people command necessary to be on treatment http://genericpillmen.com cheap viagra in place of 0 to 13 months to bear a durably undetectable viral load. \r\n2013 - 2019 Copyright before <a href=\"http://connections-media.net/__media__/js/netsoltrademark.php?d=genericpillmen.com#\" rel=\"nofollow\">viagra generic</a> XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(454,1,'walmarth7','gilmvc@jmail.best','http://www.viagrafortunegraphite.com','109.162.121.117','2019-05-25 19:35:55','2019-05-25 19:35:55','A 2015 study in the monthly HIV Medicine <a href=\"http://www.tadalafilotcwalmart.com#\" rel=\"nofollow\">cialis</a> indicates that a person with HIV living in a high-income fatherland would annex 43 years to their compulsion expectancy if they receive a diagnosis at seniority 22. Without competent treatment, at any rate, HIV can despatch start to harm cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a hardened, potentially life-threatening condition caused via cialis over counter at walmart http://www.cialisotcwalmart.com the human immunodeficiency virus (HIV). By damaging your safe methodology, HIV interferes with your heart\'s ability to battle the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n1999 - 2019 Copyright on <a href=\"http://axa-premierinc.biz/__media__/js/netsoltrademark.php?d=www.viagrafortunegraphite.com#\" rel=\"nofollow\">100mg viagra without a doctor prescription</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.54','',0,0),(455,1,'Melvinbiobe','gfere@hufefhe.com','','137.59.253.16','2019-05-26 02:24:22','2019-05-26 02:24:22','Hey. Soon your hosting account and your domain cross-stitch-centre.co.uk will be blocked forever, and you will receive tens of thousands of negative feedback from angry people. \r\n \r\nPay me 0.5 BTC until June 1, 2019. \r\nOtherwise, you will get the reputation of a malicious spammer, your site cross-stitch-centre.co.uk will be blocked for life and you will be sued for insulting believers. I guarantee this to you. \r\n \r\nMy bitcoin wallet:19ckouUP2E22aJR5BPFdf7jP2oNXR3bezL \r\n \r\nHere is a list of what you get if you don’t follow my requirements: \r\n+ abuse spamhouse for aggressive web spam \r\n+ tens of thousands of negative reviews about you and your website from angry people for aggressive web and email spam \r\n+ lifetime blocking of your hosting account for aggressive web and email spam \r\n+ lifetime blocking of your domain for aggressive web and email spam \r\n+ Thousands of angry complaints from angry people will come to your mail and messengers for sending you a lot of spam \r\n+ complete destruction of your reputation and loss of clients forever \r\n+ for a full recovery from the damage you need tens of thousands of dollars \r\n \r\nAll of the above will result in blocking your domain and hosting account for life. The price of your peace of mind is 0.5 BTC. \r\n \r\nDo you want this? \r\n \r\nIf you do not want the above problems, then before June 1, 2019, you need to send me 0.5 BTC to my Bitcoin wallet: 19ckouUP2E22aJR5BPFdf7jP2oNXR3bezL \r\n \r\nHow do I do all this to get this result: \r\n1. I will send messages to 33 000 000 sites with contact forms with offensive messages with the address of your site, that is, in this situation, you and the spammer and insult people. \r\nAnd everyone will not care that it is not you. \r\n2. I’ll send messages to 19,000,000 email addresses and very intrusive advertisements for making money and offer a free iPhone with your website address cross-stitch-centre.co.uk and your contact details. \r\nAnd then send out abusive messages with the address of your site. \r\n3. I will do aggressive spam on blogs, forums and other sites (in my database there are 35 978 370 sites and 315 900 sites from which you will definitely get a huge amount of abuse) of your site cross-stitch-centre.co.uk. \r\nAfter such spam, the spamhouse will turn its attention on you and after several abuses your host will be forced to block your account for life. \r\nYour domain registrar will also block your domain permanently. \r\n \r\nAll of the above will result in blocking your domain and hosting account for life. \r\nIf you do not want to receive thousands of complaints from users and your hosting provider, then pay before June 1, 2019. \r\nThe price of your peace of mind is 0.5 BTC. \r\nOtherwise, I will send your site through tens of millions of sites that will lead to the blocking of your site for life and you will lose everything and your reputation as well. \r\nBut get a reputation as a malicious spammer. \r\n \r\nMy bitcoin wallet:19ckouUP2E22aJR5BPFdf7jP2oNXR3bezL',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(456,1,'Richietox','guhfue@fygsuf.com','','137.59.253.16','2019-05-26 04:27:47','2019-05-26 04:27:47','Hey. Soon your hosting account and your domain cross-stitch-centre.co.uk will be blocked forever, and you will receive tens of thousands of negative feedback from angry people. \r\n \r\nPay me 0.5 BTC until June 1, 2019. \r\nOtherwise, you will get the reputation of a malicious spammer, your site cross-stitch-centre.co.uk will be blocked for life and you will be sued for insulting believers. I guarantee this to you. \r\n \r\nMy bitcoin wallet:19ckouUP2E22aJR5BPFdf7jP2oNXR3bezL \r\n \r\nHere is a list of what you get if you don’t follow my requirements: \r\n+ abuse spamhouse for aggressive web spam \r\n+ tens of thousands of negative reviews about you and your website from angry people for aggressive web and email spam \r\n+ lifetime blocking of your hosting account for aggressive web and email spam \r\n+ lifetime blocking of your domain for aggressive web and email spam \r\n+ Thousands of angry complaints from angry people will come to your mail and messengers for sending you a lot of spam \r\n+ complete destruction of your reputation and loss of clients forever \r\n+ for a full recovery from the damage you need tens of thousands of dollars \r\n \r\nAll of the above will result in blocking your domain and hosting account for life. The price of your peace of mind is 0.5 BTC. \r\n \r\nDo you want this? \r\n \r\nIf you do not want the above problems, then before June 1, 2019, you need to send me 0.5 BTC to my Bitcoin wallet: 19ckouUP2E22aJR5BPFdf7jP2oNXR3bezL \r\n \r\nHow do I do all this to get this result: \r\n1. I will send messages to 33 000 000 sites with contact forms with offensive messages with the address of your site, that is, in this situation, you and the spammer and insult people. \r\nAnd everyone will not care that it is not you. \r\n2. I’ll send messages to 19,000,000 email addresses and very intrusive advertisements for making money and offer a free iPhone with your website address cross-stitch-centre.co.uk and your contact details. \r\nAnd then send out abusive messages with the address of your site. \r\n3. I will do aggressive spam on blogs, forums and other sites (in my database there are 35 978 370 sites and 315 900 sites from which you will definitely get a huge amount of abuse) of your site cross-stitch-centre.co.uk. \r\nAfter such spam, the spamhouse will turn its attention on you and after several abuses your host will be forced to block your account for life. \r\nYour domain registrar will also block your domain permanently. \r\n \r\nAll of the above will result in blocking your domain and hosting account for life. \r\nIf you do not want to receive thousands of complaints from users and your hosting provider, then pay before June 1, 2019. \r\nThe price of your peace of mind is 0.5 BTC. \r\nOtherwise, I will send your site through tens of millions of sites that will lead to the blocking of your site for life and you will lose everything and your reputation as well. \r\nBut get a reputation as a malicious spammer. \r\n \r\nMy bitcoin wallet:19ckouUP2E22aJR5BPFdf7jP2oNXR3bezL',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(457,1,'costco1x','mbmkht@jojamail.com','http://sildenafll.com','37.115.205.71','2019-05-28 03:19:40','2019-05-28 03:19:40','The crowd of people with diabetes has not quite <a href=\"http://levitracoupon.us.com#\" rel=\"nofollow\">vardenafil</a> quadrupled since 1972. Ascendancy is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the rise is appropriate in take a part in to increases in the thousand of people who are overweight http://levitracoupon.us.com vardenafil, including an strengthen in grossness, and in a widespread be deficient in of bones activity. In April 2006, WHO published the Epidemic give an account of on diabetes, which calls for fray to curtail disclosure to the known hazard factors exchange for transcribe 1 diabetes and to improve access Copyright by <a href=\"http://reloaded.pennergame.de/redirect/?site=http://levitracoupon.us.com#\" rel=\"nofollow\">vardenafil</a> to and quality of regard championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(458,1,'generic7y','owm16g@joomlacss.com','http://www.withoutdoctors.com','37.115.205.71','2019-05-28 07:58:29','2019-05-28 07:58:29','How long does it decide to analysis cure-all in <a href=\"http://www.withoutdoctors.com#\" rel=\"nofollow\">cheap viagra</a> Canada? It takes 7 years to apprehend an undergraduate stage (which most unis require). Then you obligation accept the MCAT (some people possess to recite the examine a few times which can take longer). Then 9 years of medical school and http://www.withoutdoctors.com buy viagra residency. Depending on what you hope for to do, 2-3 more years specializing, and seemly certified. \r\n2017 - 2019 Copyright nigh <a href=\"http://mykaylee.com/__media__/js/netsoltrademark.php?d=www.withoutdoctors.com#\" rel=\"nofollow\">viagra generic</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.106','',0,0),(459,1,'speed up windows vista','penelopesedillo@hotmail.de','https://youtu.be/RNO1fHkMKAM','23.108.24.228','2019-05-28 23:07:40','2019-05-28 23:07:40','What\'ѕ up, this weekend is good designed for me, for \r\nthe reason that this moment i am reading this great educational post here at my \r\nhome.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36 QQBrowser/4.3.4986.400','',0,0),(460,1,'zavamed2fm','npvjtel@freemail.best','http://withoutadrprescription.com','37.115.205.71','2019-05-30 03:36:58','2019-05-30 03:36:58','Nutrition and somatic project are notable parts of a tonic <a href=\"http://edwithoutdoctor.com#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you must diabetes. Along with other benefits, following a strong refection plan and being influential can daily help you keep your blood glucose rank, also called blood sugar, in your quarry range. To control your blood glucose, you difficulty to balance what you breakfast and nip with earthly pursuit and diabetes remedy, http://withoutdoctorprescriptionusa.com viagra without doctor prescription if you away any. What you elect to put, how much you take in nourishment, and when you eat are all high-level in keeping your blood glucose bulldoze in the kind that your well-being caution team recommends. Eating well and being physically operative most days of the week can improve you. \r\n2013 - 2019 Generated at near <a href=\"http://ww1.markurls.com/__media__/js/netsoltrademark.php?d=withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">generic viagra</a> Bitrix-2',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(461,1,'generic83','ihbnxk@imail.best','http://withoutdoctor.net','37.115.205.71','2019-05-30 09:15:46','2019-05-30 09:15:46','What are the 5 different hepatitis viruses? The Five Types of Hepatitis. Hepatitis is a prosaic plague that inflames the liver, <a href=\"http://withoutdoctor.net/#\" rel=\"nofollow\">generic viagra</a> an important newsletter for the benefit of metabolism and breaking down foodstuffs in the digestive system. To old-fashioned, there are at least five different types of viral hepatitis: A, B, C, D and E. Hepatitis B Treatment. Around 21 percent of people with how much does viagra cost at the pharmacy http://withoutdoctor.net viagra generic long-lasting hepatitis B can be cured with a drug called pegylated interferon-alpha, which is infatuated as a weekly injection quest of six months. \r\n2013 - 2019 Disclaimer during <a href=\"http://ic-aes.net/__media__/js/netsoltrademark.php?d=withoutdoctor.net#\" rel=\"nofollow\">generic viagra</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36','',0,0),(462,1,'walmartt7','pfvcshn@jmail.best','http://www.cialis-generic.us.com','37.115.205.71','2019-05-30 17:06:49','2019-05-30 17:06:49','A 2005 go into in the paper HIV Pharmaceutical <a href=\"http://www.withoutdoctors.net#\" rel=\"nofollow\">viagra without doctor prescription</a> indicates that a man with HIV living in a high-income country would annex 34 years to their life expectancy if they receive a diagnosis at stage 22. Without adequate treatment, however, HIV can quickly start to destruction cells in the unaffected system. Acquired immunodeficiency syndrome (AIDS) is a hardened, potentially life-threatening condition caused through viagra without a doctor prescription http://www.viagrafortunegraphite.com the sensitive immunodeficiency virus (HIV). By damaging your safe methodology, HIV interferes with your fullness\'s capability faculty to fight the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n2015 - 2019 Powered about <a href=\"http://clearwaterretirees.org/__media__/js/netsoltrademark.php?d=www.withoutdoctors.net#\" rel=\"nofollow\">viagra generic</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(463,1,'walmart4b','nzoa56@jojamail.com','http://canadianpharmacys.us.org','37.115.205.71','2019-06-01 07:56:16','2019-06-01 07:56:16','The crowd of people with diabetes has not quite <a href=\"http://metronidazole.500mgantibiotics.com#\" rel=\"nofollow\">metronidazole</a> quadrupled since 1980. Prevalence is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is charges in take a part in to increases in the gang of people who are overweight http://metronidazole.500mgantibiotics.com flagyl antibiotic, including an heighten in grossness, and in a widespread lack of physical activity. In April 2008, WHO published the Universal on on diabetes, which calls after energy to reduce contact to the known danger factors for type 1 diabetes and to remodel access Generated by means of <a href=\"http://enewsletterpro.weblications.com/t.aspx?S=3&ID=0&NL=200&N=4531&SI=0&url=http://cialissansordonnancefr.com#\" rel=\"nofollow\">metronidazole</a> to and quality of care championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(464,1,'walmart6o','xaby07@joomlacss.com','http://withoutdoctors.net','37.115.205.71','2019-06-01 09:43:38','2019-06-01 09:43:38','Diabetes mellitus (DM), commonly known as diabetes, viagra and statins http://withoutdoctors.net viagra online is a group of metabolic disorders characterized away consequential blood sugar levels more than a prolonged period. Symptoms of enormous blood sugar tabulate constant urination, increased eagerness, and increased hunger. If radical untreated, diabetes can grounds divers complications. With Strain 2 diabetes, the pancreas almost always produces some insulin <a href=\"http://withoutdoctors.net/#\" rel=\"nofollow\">viagra pills</a>. But either the amount produced is not enough for the majority\'s needs, or the body\'s cells are wilful to it. \r\n1992 - 2019 Generated through <a href=\"http://mcshake.com/__media__/js/netsoltrademark.php?d=withoutdoctors.net#\" rel=\"nofollow\">viagra generic</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(465,11,'JasminBig','julianndarnell@gmail.com','https://KatlynFix.blogspot.com','177.52.249.150','2019-06-02 13:01:12','2019-06-02 13:01:12','Hi. I have checked your cross-stitch-centre.co.uk and i see you\'ve got \r\nsome duplicate content so probably it is the reason that you don\'t rank hi in google.\r\nBut you can fix this issue fast. There is a tool that creates content like human, just \r\nsearch in google: miftolo\'s tools',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','',0,0),(466,1,'zavamed2zw','gxju91@freemail.best','http://withoutdoctors.com','46.185.114.246','2019-06-04 01:48:09','2019-06-04 01:48:09','Nutrition and palpable work are notable parts of a thriving <a href=\"http://www.withoutadoctorprescription.com#\" rel=\"nofollow\">viagra without doctor visit</a> lifestyle when you have diabetes. Along with other benefits, following a strong refection scenario and being effective can cure you keep your blood glucose level, also called blood sugar, in your goal range. To govern your blood glucose, you difficulty to balance what you breakfast and nip with earthly occupation and diabetes remedy, http://www.withoutdrprescription.net viagra without a doctor prescription if you away any. What you elect to eat, how much you lunch, and when you eat are all high-level in keeping your blood glucose even in the range that your health caution line-up recommends. Eating not unexpectedly and being physically lively most days of the week can ease you. \r\n2015 - 2019 Copyright at near <a href=\"http://sphericalharmonicsrecords.com/__media__/js/netsoltrademark.php?d=www.withoutdoctorvisit.com#\" rel=\"nofollow\">viagra generic</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(467,1,'walmartw2','ibty46@jmail.best','http://www.tadalafilotcwalmart.com','46.185.114.246','2019-06-04 05:37:05','2019-06-04 05:37:05','A 2001 study in the journal HIV Medicine <a href=\"http://www.tadalafilotcwalmart.com#\" rel=\"nofollow\">cialis generic</a> indicates that a man with HIV living in a high-income country would reckon 35 years to their mortal expectancy if they experience a diagnosis at discretion 19. Without competent treatment, anyway, HIV can despatch start to destruction cells in the immune system. Acquired immunodeficiency syndrome (AIDS) is a hardened, potentially life-threatening condition caused via cialis coupon http://www.tadalafilotcwalmart.com the human immunodeficiency virus (HIV). At near damaging your insusceptible methodology, HIV interferes with your fullness\'s genius to grapple the organisms that occasion disease. HIV is a sexually transmitted infection (STI). \r\n2009 - 2019 Powered past <a href=\"http://solidereksa.com/__media__/js/netsoltrademark.php?d=cialis-generic.us.com#\" rel=\"nofollow\">online pharmacy</a> Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(468,1,'walmart7g','gewusc@jojamail.com','http://on-linecanadianpharmacy.com','46.185.114.246','2019-06-05 07:31:38','2019-06-05 07:31:38','The issue of people with diabetes has just about <a href=\"http://levitracoupon.us.com#\" rel=\"nofollow\">levitra</a> quadrupled since 1998. Ubiquitousness is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the move upwards is charges in take a part in to increases in the number of people who are overweight http://levitracoupon.us.com generic levitra, including an strengthen in weight, and in a widespread scarcity of actual activity. In April 2004, WHO published the Epidemic on on diabetes, which calls for exertion to mark down contact to the known risk factors exchange for type 2 diabetes and to remodel access Copyright by means of <a href=\"http://vrnplus.ru/go.php?url=http://parapharmaciefr.com#\" rel=\"nofollow\">levitra</a> to and worth of charge for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(469,1,'Geoffrey','luellalawry@gmail.com','https://stomping-groundz.com/wiki/index.php?title=User:JHOAllan02','104.144.182.78','2019-06-07 03:17:39','2019-06-07 03:17:39','Great blog! Do you have any tips and hints for aspiring \r\nwriters? I\'m hoping to start my own website soon but I\'m a little lost on everything.\r\nWould you suggest starting with a free platform like Wordpress or go for a \r\npaid option? There are so many choices out there that I\'m totally \r\nconfused .. Any recommendations? Appreciate it!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','',0,0),(470,1,'samples5q','heupms@joomlacss.com','http://withoutdoctorprescriptionusa.com','46.185.114.246','2019-06-08 11:57:40','2019-06-08 11:57:40','How do you know when your blood sugar is teachers want viagra <a href=\"http://withoutdoctorprescriptionusa.com/#\" rel=\"nofollow\">viagra generic</a> too high? Your blood sugar may be too momentous if you are surely thirsty and whacked, have blurry envisioning, are losing weight starve oneself, and have to go to the bathroom often. Very inebriated blood sugar may make you feel http://withoutdoctorprescriptionusa.com generic viagra infirm to your stomach, imperceptible, or dash up. It can cause you to dissipate too much mutable from your body. \r\n2018 - 2019 Generated by <a href=\"http://rosespace.com/__media__/js/netsoltrademark.php?d=withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">viagra generic</a> SMF',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.51','',0,0),(471,1,'generic88','qxeu49@imail.best','http://www.vigrawithoutadoctorprescription.org','37.115.192.18','2019-06-08 18:14:23','2019-06-08 18:14:23','What are the 5 stages of Parkinson disease? The rating scale liking viagra results men <a href=\"http://www.vigrawithoutadoctorprescription.org/#\" rel=\"nofollow\">generic viagra available</a> assess motor symptoms such as crusade and tremors, as far as non-motor symptoms such as loss of smell. There are five different stages of Parkinson\'s disorder, starting with mildest and chief up the most painful acid reflux from viagra http://www.vigrawithoutadoctorprescription.org viagra generic. There are commonalities in each manipulate, but the severity of symptoms purposefulness differ. \r\n2000 - 2019 Disclaimer past <a href=\"http://willtonelli.com/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">generic viagra</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',0,0),(472,1,'walmartv3','ebnn07@jmail.best','http://viagrafortunegraphite.com','37.115.192.18','2019-06-08 23:58:24','2019-06-08 23:58:24','A 2004 enquiry in the journal HIV Drug <a href=\"http://www.viagrapill.us.org#\" rel=\"nofollow\">generic viagra</a> indicates that a yourselves with HIV living in a high-income hinterlands would enlarge 41 years to their compulsion expectancy if they receive a diagnosis at seniority 24. Without competent treatment, at any rate, HIV can speedily start to harm cells in the exempt system. Acquired immunodeficiency syndrome (AIDS) is a lasting, potentially life-threatening prerequisite caused by generic viagra http://www.viagrapill.us.org the human immunodeficiency virus (HIV). Beside damaging your safe system, HIV interferes with your body\'s capability faculty to grapple the organisms that create disease. HIV is a sexually transmitted infection (STI). \r\n2012 - 2019 Generated by <a href=\"http://www.parshav.org/__media__/js/netsoltrademark.php?d=www.tadalafilotcwalmart.com#\" rel=\"nofollow\">cialis coupon</a> Discuz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(473,1,'cvs2mp','gujyrso@freemail.best','http://www.withoutadoctorprescription.net','37.115.192.18','2019-06-09 03:32:49','2019-06-09 03:32:49','Nutrition and palpable activity are urgent parts of a flourishing <a href=\"http://www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you have diabetes. Along with other benefits, following a healthy tea overdo pattern and being influential can resist you keep to your blood glucose on the up, also called blood sugar, in your target range. To take care of your blood glucose, you need to balance what you pack away and drink with tangible occupation and diabetes medicine, http://www.withoutadoctorprescription.net viagra without a doctor prescription if you take any. What you choose to put, how much you put, and when you eat are all respected in keeping your blood glucose even in the series that your health vigilance team recommends. Eating graciously and being physically operative most days of the week can help you. \r\n2006 - 2019 Copyright beside <a href=\"http://correctdx.com/__media__/js/netsoltrademark.php?d=www.edwithoutdoctor.com#\" rel=\"nofollow\">viagra without doctor prescription</a> WR-Forum',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(474,1,'walmart5g','ampofhe@jojamail.com','http://parapharmaciefr.com','37.115.192.18','2019-06-09 12:42:22','2019-06-09 12:42:22','The number of people with diabetes has nearly <a href=\"http://www.healthylivingdesign.com#\" rel=\"nofollow\">generic viagra without a doctor prescription</a> quadrupled since 1978. Ubiquitousness is increasing worldwide, distinctively in low- and middle-income countries. The causes are complex, but the rise is charges in part to increases in the party of people who are overweight http://www.healthylivingdesign.com viagra generic, including an strengthen in grossness, and in a widespread be deficient in of actual activity. In April 2006, WHO published the Global on on diabetes, which calls as a replacement for action to curtail disclosure to the known risk factors on breed 2 diabetes and to remodel access Powered through <a href=\"http://3rat.com/cgi-bin/a2/out.cgi?id=675&u=http://sildenafll.com#\" rel=\"nofollow\">cheap viagra</a> to and quality of care in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','',0,0),(475,1,'Generic1l','swcktu@joomlacss.com','http://genericpillmen.com','37.115.192.18','2019-06-12 07:15:58','2019-06-12 07:15:58','sitio fiable para comprar viagra <a href=\"http://genericpillmen.com/#\" rel=\"nofollow\">generic viagra</a> \r\n1998 - 2019 Powered close <a href=\"http://aboutalicegreene.com/__media__/js/netsoltrademark.php?d=www.vigrawithoutadoctorprescription.org#\" rel=\"nofollow\">viagra pills</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(476,1,'walmart7o','buxhuz@jojamail.com','http://sildenafll.com','37.115.192.18','2019-06-13 09:20:15','2019-06-13 09:20:15','The number of people with diabetes has not quite <a href=\"http://cephalexin.500mgantibiotics.com#\" rel=\"nofollow\">cephalexin</a> quadrupled since 1973. Prevalence is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the rise is due in part of to increases in the party of people who are overweight http://cephalexin.500mgantibiotics.com cephalexin 500mg capsule antibiotic, including an better in grossness, and in a widespread lack of actual activity. In April 2019, WHO published the Global give an account of on diabetes, which calls after fray to reduce revelation to the known peril factors in place of transcribe 1 diabetes and to remodel access Copyright by means of <a href=\"http://fashionbiz.co.kr/redirect.asp?url=http://cialissansordonnancefr.com#\" rel=\"nofollow\">cephalexin</a> to and excellence of care for people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','',0,0),(477,1,'walmarto9','yep47d@jmail.best','http://viagraprices.us.org','37.115.192.18','2019-06-13 15:14:05','2019-06-13 15:14:05','A 2013 go into in the chronicle HIV Prescription <a href=\"http://canadajudpharmacy.com#\" rel=\"nofollow\">online pharmacy</a> indicates that a myself with HIV living in a high-income nation would enlarge 36 years to their soul expectancy if they notified of a diagnosis at stage 16. Without middling treatment, in spite of that, HIV can rapidly start to harm cells in the insusceptible system. Acquired immunodeficiency syndrome (AIDS) is a long-lived, potentially life-threatening contingency caused via canadian pharmacy http://canadajudpharmacy.com the benign immunodeficiency virus (HIV). Through damaging your immune system, HIV interferes with your fullness\'s ability to fight the organisms that about disease. HIV is a sexually transmitted infection (STI). \r\n2010 - 2019 Powered about <a href=\"http://lawmortgage.com/__media__/js/netsoltrademark.php?d=viagrapills.us.org#\" rel=\"nofollow\">viagra without a doctor prescription</a> vBulletin',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',0,0),(478,1,'cvs9in','kvsdig@freemail.best','http://www.withoutadoctorprescription.com','37.115.192.18','2019-06-13 20:53:16','2019-06-13 20:53:16','Nutrition and fleshly activity are important parts of a flourishing <a href=\"http://www.withoutadoctorprescription.com#\" rel=\"nofollow\">real viagra without a doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a vigorous refection plan and being efficacious can help you keep your blood glucose rank, also called blood sugar, in your target range. To manage your blood glucose, you need to assess what you nosh and drink with earthly occupation and diabetes nostrum, http://viagrawithoutadoctornote.com viagra without doctor prescription if you liberate any. What you settle upon to feed-bag, how much you take in nourishment, and when you break bread are all high-level in keeping your blood glucose bulldoze in the assortment that your health care team recommends. Eating not unexpectedly and being physically physical most days of the week can servants you. \r\n2014 - 2019 Copyright nearby <a href=\"http://tortoiseclimbing.org/__media__/js/netsoltrademark.php?d=www.withoutdoctors.com#\" rel=\"nofollow\">cialis</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(479,1,'cialis generico','krystle.witt@arcor.de','http://babecolate.com/','31.184.238.111','2019-06-14 20:47:00','2019-06-14 20:47:00','We\'re a group of volunteers and starting a new scheme in our community.\r\n\r\nYour web site offered us with valuable information to work on. You\'ve done a formidable \r\njob and our whole community will be thankful to you.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36','',0,0),(480,1,'Jazz','Jazz@gmail.com','https://www.reliable-webhosting.com/','137.74.80.168','2019-06-15 12:02:21','2019-06-15 12:02:21','Hi, very nice website, cheers!\r\n------------------------------------------------------\r\nNeed cheap and reliable hosting? Our shared plans start at $10 for an year and VPS plans for $6/Mo.\r\n------------------------------------------------------\r\nCheck here: https://www.reliable-webhosting.com/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','',0,0),(481,1,'Generic1n','oxikde@joomlacss.com','http://genericpillmen.com','37.115.192.18','2019-06-15 13:47:36','2019-06-15 13:47:36','how to get best results with viagra <a href=\"http://genericpillmen.com/#\" rel=\"nofollow\">cost of viagra</a> \r\n2011 - 2019 Disclaimer close <a href=\"http://lubranorealty.co/__media__/js/netsoltrademark.php?d=canadianonlinepharmacy.us.com#\" rel=\"nofollow\">canadian pharmaceuticals online</a> Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(482,1,'normally boot','renate_ellington@gmail.com','http://italentos.com.br/wiki/index.php?title=Top_Reasons_That_Generate_Using_Cheap_Usb_1.0_Flash_Drive','23.82.80.231','2019-06-17 00:19:22','2019-06-17 00:19:22','Great paіntіngs! This is the type of info that are meant to be ѕhaгed arοund the \r\ninternet. Disgrace оn Google for no longer positioning this post higher!\r\nComе on oѵer and consuⅼt wіth my site . Thank you =)',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(483,1,'walmart7j','kyhmfd@jojamail.com','http://viagraname.com','37.115.192.18','2019-06-17 04:17:33','2019-06-17 04:17:33','The crowd of people with diabetes has wellnigh <a href=\"http://sildenafll.com#\" rel=\"nofollow\">sildenafil</a> quadrupled since 1986. Ascendancy is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the swell is due in part of to increases in the gang of people who are overweight http://sildenafll.com sildenafil citrate, including an better in rotundity, and in a widespread be deficient in of actual activity. In April 2002, WHO published the Universal communiqu‚ on diabetes, which calls as a replacement for action to diminish exposure to the known risk factors exchange for epitome 3 diabetes and to improve access Disclaimer through <a href=\"http://www.finestlesbianporn.com/cgi-bin/at3/out.cgi?id=122&tag=top30&trade=http://cialissansordonnancefr.com#\" rel=\"nofollow\">sildenafil</a> to and quality of woe championing people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(484,1,'canadian pharmacies','fosterkesler@t-online.de','http://canadianpharmacytousa.com/','31.184.238.111','2019-06-18 04:21:07','2019-06-18 04:21:07','It\'s perfect time to make a few plans for the long run and it is time to be happy.\r\nI have learn this post and if I could I wish to suggest you some fascinating things or tips.\r\nMaybe you could write next articles regarding this article.\r\n\r\nI wish to learn even more issues about it!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36 GD','',0,0),(485,20,'how to use tv as mic ps4','lynettecamden@gmail.com','http://www.directiq14.com/IO/click4.aspx?sid=MzE2NDg5LTU5NTc0Mjk0&linkID=5&link=https://diyhangout.top/s/how-to-use-tv-as-mic-ps4/','182.54.207.75','2019-06-18 05:51:34','2019-06-18 05:51:34','I\'d like to thank you for the efforts you have put in penning this site.\r\n\r\nI really hope to check out the same high-grade content from you later on as \r\nwell. In truth, your creative writing abilities has encouraged me to get my own, personal blog \r\nnow ;)',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3393.4 Safari/537.36','',0,0),(486,1,'cvs2xs','zcjhpm@freemail.best','http://www.withoutdoctors.com','37.115.192.18','2019-06-18 10:01:04','2019-06-18 10:01:04','Nutrition and physical work are urgent parts of a thriving <a href=\"http://withoutdoctor.net#\" rel=\"nofollow\">viagra without a doctor prescription</a> lifestyle when you obtain diabetes. Along with other benefits, following a healthy tea overdo plan and being active can resist you keep your blood glucose rank, also called blood sugar, in your target range. To govern your blood glucose, you difficulty to assess what you eat and nip with earthly activity and diabetes physic, http://viagrawithoutsubscription.com generic viagra without subscription if you take any. What you elect to feed-bag, how much you put, and when you break bread are all high-level in keeping your blood glucose direct in the kind that your health caution together recommends. Eating well and being physically operative most days of the week can improve you. \r\n2009 - 2019 Disclaimer at near <a href=\"http://chalmersfamily.net/__media__/js/netsoltrademark.php?d=withoutdoctorprescriptionusa.com#\" rel=\"nofollow\">generic viagra</a> Joomla',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(487,1,'walmarta8','tfqwsv@jmail.best','http://www.cialisotcwalmart.com','37.115.192.18','2019-06-18 22:49:20','2019-06-18 22:49:20','A 2014 enquiry in the journal HIV Medicine <a href=\"http://viagraprices.us.org#\" rel=\"nofollow\">viagra generic</a> indicates that a man with HIV living in a high-income fatherland would annex 34 years to their mortal expectancy if they experience a diagnosis at age 26. Without barely acceptable treatment, anyway, HIV can quickly start to harm cells in the exempt system. Acquired immunodeficiency syndrome (AIDS) is a lasting, potentially life-threatening prerequisite caused via generic viagra http://viagraprices.us.org the considerate immunodeficiency virus (HIV). By damaging your immune combination, HIV interferes with your fullness\'s talents to against the organisms that cause disease. HIV is a sexually transmitted infection (STI). \r\n1996 - 2019 Copyright by <a href=\"http://starbuckscruisecenter.com/__media__/js/netsoltrademark.php?d=viagra-sansordonnance.org#\" rel=\"nofollow\">canadian pharmacy</a> WordPress',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36 Kinza/4.7.2','',0,0),(488,1,'free sexting','bridgetmanor@gmail.com','http://www.freesexting.us.com/','192.241.77.176','2019-06-18 23:10:19','2019-06-18 23:10:19','Very great post. I simply stumbled upon your blog and \r\nwished to mention that I have really enjoyed \r\nsurfing around your blog posts. After all I will be subscribing in your feed and I am hoping you write again very soon! free sexting',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3298.4 Safari/537.36','',0,0),(489,11,'nike wmns air max 95 lx gunsmoke white','hirgsze@gmail.com','http://www.brand-seller.com/biuz/nike-wmns-air-max-95-lx-gunsmoke-white','27.153.202.117','2019-06-21 02:49:44','2019-06-21 02:49:44','<a href=\"http://www.greystonesrowingclub.com/jylq/chaussures-sport-nike-air-max-95-sneakerboot-triple-noir-moin-cher\" rel=\"nofollow\">chaussures sport nike air max 95 sneakerboot triple noir moin cher</a><a href=\"http://www.greystonesrowingclub.com/kaqc/women-nike-air-huarache-pink-pro\" rel=\"nofollow\">women nike air huarache pink pro</a><a href=\"http://www.greystonesrowingclub.com/kdot/comprare-nike-free-4.0-v3-donna-grigio-verde-scarpe\" rel=\"nofollow\">comprare nike free 4.0 v3 donna grigio verde scarpe</a><a href=\"http://www.greystonesrowingclub.com/krfp/new-balance-all-red-men-574-running-shoes\" rel=\"nofollow\">new balance all red men 574 running shoes</a>\r\n <a href=\"http://www.brand-seller.com/biuz/nike-wmns-air-max-95-lx-gunsmoke-white\" rel=\"nofollow\">nike wmns air max 95 lx gunsmoke white</a> [url=http://www.brand-seller.com/biuz/nike-wmns-air-max-95-lx-gunsmoke-white]nike wmns air max 95 lx gunsmoke white[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(490,1,'sildenafil2l','amif51@jojamail.com','http://www.healthylivingdesign.com','37.115.192.18','2019-06-21 03:30:39','2019-06-21 03:30:39','The number of people with diabetes has just about <a href=\"http://viagraname.com#\" rel=\"nofollow\">generic viagra</a> quadrupled since 1979. Ubiquity is increasing worldwide, particularly in low- and middle-income countries. The causes are complex, but the swell is appropriate in part to increases in the number of people who are overweight http://viagraname.com generic viagra, including an heighten in grossness, and in a widespread lack of earthly activity. In April 2019, WHO published the Wide-ranging communiqu‚ on diabetes, which calls after exertion to reduce contact to the known peril factors in place of breed 2 diabetes and to correct access Generated through <a href=\"http://newsletter.naos-enews.com/servlets/t?p=2349043584-161304375&url=http://metronidazole.500mgantibiotics.com/#\" rel=\"nofollow\">generic viagra</a> to and excellence of charge in behalf of people with all forms of diabetes.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',0,0),(491,1,'Pills2m','vqy00m@joomlacss.com','http://www.edwithoutdoctor.com','37.115.219.77','2019-06-26 02:58:41','2019-06-26 02:58:41','substitute of viagra http://www.edwithoutdoctor.com viagra generic viagra inutile \r\n<a href=\"http://www.edwithoutdoctor.com\" rel=\"nofollow\">generic viagra</a> regular dosage of viagra \r\n2008 - 2019 Generated by http://aquitem.org/__media__/js/netsoltrademark.php?d=www.edwithoutdoctor.com generic viagra Drupal',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','',0,0),(492,1,'France4x','mljngih@jojamail.com','http://viagra-sansordonnance.org','37.115.219.77','2019-06-26 03:44:37','2019-06-26 03:44:37','can you use viagra cialis http://viagra-sansordonnance.org viagra masculin mixing viagra other drugs \r\n<a href=\"http://viagra-sansordonnance.org\" rel=\"nofollow\">viagra sans ordonnance</a> iimb viagra \r\n2011 - 2019 Disclaimer by http://sk.kh.ua/redirect?url=http://viagra-sansordonnance.org viagra sans ordonnance Discuz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44','',0,0),(493,1,'France3t','snstaj@jojamail.com','http://viagra-sansordonnance.org','37.115.219.77','2019-06-26 10:49:26','2019-06-26 10:49:26','betabloqueantes y viagra http://viagra-sansordonnance.org viagra masculin passiert wenn frauen viagra benutzen \r\n<a href=\"http://viagra-sansordonnance.org\" rel=\"nofollow\">viagra sans ordonnance</a> prescription of viagra \r\n1990 - 2019 Copyright by http://interlinkjapan.net/link/?go=http://viagra-sansordonnance.org viagra sans ordonnance XenForo',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','',0,0),(494,1,'WithoutDrj3','ukpepx@jmail.best','http://www.withoutdoctors.com','37.115.219.77','2019-06-27 12:38:47','2019-06-27 12:38:47','medical specialists viagra http://www.withoutdoctors.com generic viagra can a pharmacist prescribe viagra \r\n<a href=\"http://www.withoutdoctors.com\" rel=\"nofollow\">generic viagra</a> molekГјl einnahme viagra ausgeschГјttet \r\n1994 - 2019 Disclaimer by http://golfgirdle.biz/__media__/js/netsoltrademark.php?d=www.withoutdoctors.com Ucoz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(495,17,'k2w8b2l1','xsgsszib@gmail.com','https://writemyessayy.us/','5.188.210.6','2019-06-28 15:33:52','2019-06-28 15:33:52','<a href=\"https://writemyessayy.us/\" rel=\"nofollow\">can you write my essay for me</a> - write my essay 4 me \r\nwrite my essay help, <a href=\"https://writemyessayy.us/\" rel=\"nofollow\">write my essay affordable</a> \r\nhttps://writemyessayy.us/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(496,1,'Generic71','tia92s@imail.best','http://viagrafortunegraphite.com','37.115.219.77','2019-06-29 11:29:11','2019-06-29 11:29:11','can viagra be bought online http://viagrafortunegraphite.com generic viagra joke viagra alzheimer \r\n<a href=\"http://viagrafortunegraphite.com\" rel=\"nofollow\">viagra generic</a> natural ingredients in viagra \r\n1994 - 2019 Generated by http://missuniverseguatemala.com/__media__/js/netsoltrademark.php?d=viagrafortunegraphite.com XenForo',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0),(497,20,'KennithBig','bettyheyne@gmail.com','https://NellieWee.blogspot.com','123.200.5.10','2019-06-29 21:04:57','2019-06-29 21:04:57','Hello. I have checked your cross-stitch-centre.co.uk and i see you\'ve got some duplicate content so probably it \r\nis the reason that you don\'t rank high in google. But you \r\ncan fix this issue fast. There is a tool that rewrites content like human, just search in google:\r\nmiftolo\'s tools',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',0,0),(498,1,'France6p','ortdsh@jojamail.com','http://viagra-sansordonnance.org','37.115.219.77','2019-06-29 22:00:07','2019-06-29 22:00:07','septa strike viagra http://viagra-sansordonnance.org viagra sans ordonnance comprar viagra transferencia bancaria \r\n<a href=\"http://viagra-sansordonnance.org\" rel=\"nofollow\">viagra sans ordonnance</a> how long does viagra take to work \r\n2001 - 2019 Generated by http://audio.medianewsonline.com/go.php?url=http://viagra-sansordonnance.org viagra prix Discuz',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','',0,0),(499,1,'Professional Website Builder','kassiebutterfield@bigstring.com','https://trodomains.com/website-builder/','202.57.52.254','2019-06-30 23:58:45','2019-06-30 23:58:45','If some one needs expert view concerning blogging and site-building after that i advise him/her to pay a visit this weblog, Keep up \r\nthe good job.',0,'0','Mozilla/5.0 (MSIE 9.0; qdesk 2.4.1266.203; Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',0,0),(500,17,'pas cher homme nike air max 98 noir blanc','akaxkbobdyz@gmail.com','http://www.thesurvivaltips.com/sxfw/pas-cher-homme-nike-air-max-98-noir-blanc','117.26.241.109','2019-07-01 18:25:35','2019-07-01 18:25:35','<a href=\"http://www.themarketingsummitonline.com/qajf/nike-air-max-270-kpu-tpu-shoes-black-orange-hot-punch\" rel=\"nofollow\">nike air max 270 kpu tpu shoes black orange hot punch</a><a href=\"http://www.themarketingsummitonline.com/qlxu/nike-roshe-run-classic-herr-svart-vit-skor\" rel=\"nofollow\">nike roshe run classic herr svart vit skor</a><a href=\"http://www.themarketingsummitonline.com/rsdf/nike-air-force-1-low-velvet-pack\" rel=\"nofollow\">nike air force 1 low velvet pack</a><a href=\"http://www.themarketingsummitonline.com/rszt/nike-kyrie-low-id-by-luka-don%c4%8di%c4%87-damskie\" rel=\"nofollow\">nike kyrie low id by luka don膷i膰 damskie</a>\r\n <a href=\"http://www.thesurvivaltips.com/sxfw/pas-cher-homme-nike-air-max-98-noir-blanc\" rel=\"nofollow\">pas cher homme nike air max 98 noir blanc</a> [url=http://www.thesurvivaltips.com/sxfw/pas-cher-homme-nike-air-max-98-noir-blanc]pas cher homme nike air max 98 noir blanc[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(501,1,'NoPrescription4ow','kvqxbw@freemail.best','http://www.withoutadoctorprescription.net','37.115.144.91','2019-07-02 00:11:48','2019-07-02 00:11:48','other alternatives to viagra http://www.withoutadoctorprescription.net viagra without a doctor prescription viagra tesco chemist \r\n<a href=\"http://www.withoutadoctorprescription.net\" rel=\"nofollow\">viagra without a doctor prescription</a> effet viagra pour homme \r\n2018 - 2019 Powered by http://www.dvd-access.com/matome/r.php?url=http://www.withoutadoctorprescription.net/]where viagra without a doctor prescription phpBB',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(502,11,'air max 90 mens shoes on black grey','poctoii@gmail.com','http://www.getindiayellowpages.com/rsdf/air-max-90-mens-shoes-on-black-grey','117.26.241.109','2019-07-02 05:25:32','2019-07-02 05:25:32','<a href=\"http://www.cogginsforjudge.com/sxfw/nike-air-jordan-13-transformers-mannen-schoen-zwart-rood-paars\" rel=\"nofollow\">nike air jordan 13 transformers mannen schoen zwart rood paars</a><a href=\"http://www.cogginsforjudge.com/szjk/nike-air-max-2017-brandneu-in-ovp-gr-43-in-berlin\" rel=\"nofollow\">nike air max 2017 brandneu in ovp gr 43 in berlin</a><a href=\"http://www.cogginsforjudge.com/tznv/zapatillas-nike-vandal-high-supreme-leather\" rel=\"nofollow\">zapatillas nike vandal high supreme leather</a><a href=\"http://www.cogginsforjudge.com/ulmd/goedkoop-nike-air-vapormax-kpu-2018-heren-grijs-zwart-in-de-uitverkoop-verkoop\" rel=\"nofollow\">goedkoop nike air vapormax kpu 2018 heren grijs zwart in de uitverkoop verkoop</a>\r\n <a href=\"http://www.getindiayellowpages.com/rsdf/air-max-90-mens-shoes-on-black-grey\" rel=\"nofollow\">air max 90 mens shoes on black grey</a> [url=http://www.getindiayellowpages.com/rsdf/air-max-90-mens-shoes-on-black-grey]air max 90 mens shoes on black grey[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(503,1,'Sildenafilc0','mfuonp@jmail.best','http://sildenafll.com','37.115.144.91','2019-07-02 13:02:51','2019-07-02 13:02:51','viagra pole match youtube http://sildenafll.com sildenafil legal buy generic viagra \r\n<a href=\"http://sildenafll.com\" rel=\"nofollow\">sildenafil citrate</a> viagra plant food \r\n2018 - 2019 Disclaimer by http://ogs.vfao.com/login.aspx?returnurl=http://sildenafll.com/ generic viagra SMF',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','',0,0),(504,1,'cialis without doctor prescription','katherinaslater@freenet.de','http://cialisonl.com/','31.184.238.31','2019-07-02 17:42:08','2019-07-02 17:42:08','It is the best time to make a few plans for the future \r\nand it is time to be happy. I have read this publish and if \r\nI may just I desire to suggest you few attention-grabbing things or advice.\r\nPerhaps you can write subsequent articles relating to \r\nthis article. I want to learn even more things about it!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.189 Safari/537.36 Vivaldi/1.95.1077.60','',0,0),(505,11,'womens nike air max 90 vt air max tn trainers at asos mens','tbxldkxv@gmail.com','http://www.ilovebcx.com/eqsc/womens-nike-air-max-90-vt-air-max-tn-trainers-at-asos-mens','117.26.241.109','2019-07-03 01:49:45','2019-07-03 01:49:45','<a href=\"http://www.syzygycult.com/fgzm/nike-tn-2015-homme-nike-tn-basket-new-basket-2017\" rel=\"nofollow\">nike tn 2015 homme nike tn basket new basket 2017</a><a href=\"http://www.syzygycult.com/fnjx/summer-season-nike-ya%7c-il2-air-max-2012-women-shoes-black-red\" rel=\"nofollow\">summer season nike ya| il2 air max 2012 women shoes black red</a><a href=\"http://www.syzygycult.com/fqgw/nike-air-zoom-pegasus-35-heritage-id-sko\" rel=\"nofollow\">nike air zoom pegasus 35 heritage id sko</a><a href=\"http://www.syzygycult.com/fyuh/nike-air-max-mercurial-turquesa\" rel=\"nofollow\">nike air max mercurial turquesa</a>\r\n <a href=\"http://www.ilovebcx.com/eqsc/womens-nike-air-max-90-vt-air-max-tn-trainers-at-asos-mens\" rel=\"nofollow\">womens nike air max 90 vt air max tn trainers at asos mens</a> [url=http://www.ilovebcx.com/eqsc/womens-nike-air-max-90-vt-air-max-tn-trainers-at-asos-mens]womens nike air max 90 vt air max tn trainers at asos mens[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(506,11,'acquista nike air max 90 pelle donna rosa bianca','gtvtehq@gmail.com','http://www.scribesassociated.com/fnjx/acquista-nike-air-max-90-pelle-donna-rosa-bianca','117.26.241.109','2019-07-03 23:29:16','2019-07-03 23:29:16','<a href=\"http://www.callireklam.com/crlp/calzado-nike-air-max-excellerate-3\" rel=\"nofollow\">calzado nike air max excellerate 3</a><a href=\"http://www.callireklam.com/drgi/chaussures-de-basketball-homme-nike-air-foamposite-noir-blanc-noir\" rel=\"nofollow\">chaussures de basketball homme nike air foamposite noir blanc noir</a><a href=\"http://www.callireklam.com/eqsc/nike-air-presto-essential-all-white-all-black\" rel=\"nofollow\">nike air presto essential all white all black</a><a href=\"http://www.callireklam.com/fceu/nike-hypervenomx-finale-ii-tf-scarpe-da-corsa-uomo\" rel=\"nofollow\">nike hypervenomx finale ii tf scarpe da corsa uomo</a>\r\n <a href=\"http://www.scribesassociated.com/fnjx/acquista-nike-air-max-90-pelle-donna-rosa-bianca\" rel=\"nofollow\">acquista nike air max 90 pelle donna rosa bianca</a> [url=http://www.scribesassociated.com/fnjx/acquista-nike-air-max-90-pelle-donna-rosa-bianca]acquista nike air max 90 pelle donna rosa bianca[/url]',0,'0','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(507,1,'WithoutDoctor3b','bjvqiq@joomlacss.com','http://www.withoutadoctorprescription.com','37.115.144.91','2019-07-03 23:36:02','2019-07-03 23:36:02','what happens if you mix cialis and viagra http://www.withoutadoctorprescription.com viagra generic dose of viagra for men \r\n<a href=\"http://www.withoutadoctorprescription.com\" rel=\"nofollow\">viagra generic</a> viagra side effects leg cramps \r\n1998 - 2019 Generated by http://www.logopro.co.nz/ra.asp?url=http://www.withoutadoctorprescription.com/ viagra generic Drupal',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','',0,0),(508,1,'Sample6c','hxkllz@jojamail.com','http://viagrapills.us.org','37.115.144.91','2019-07-04 00:49:43','2019-07-04 00:49:43','long does take before viagra works http://viagrapills.us.org generic viagra efeitos positivos do viagra \r\n<a href=\"http://viagrapills.us.org\" rel=\"nofollow\">generic viagra</a> am i too young for viagra \r\n1995 - 2019 Generated by http://gngate.com/portal/frames.php?siteurl=http://viagrapills.us.org/ viagra generic SMF',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fw_termmeta`
--
DROP TABLE IF EXISTS `wp_fw_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fw_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`fw_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 `fw_term_id` (`fw_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_fw_termmeta`
--
LOCK TABLES `wp_fw_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_fw_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fw_termmeta` 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`)
) ENGINE=InnoDB AUTO_INCREMENT=70834 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://cross-stitch-centre.co.uk','yes'),(2,'home','http://cross-stitch-centre.co.uk','yes'),(3,'blogname','The Cross Stitch Centre','yes'),(4,'blogdescription','Offering Specialist Services In Needlework','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','b.sykes@vanillacircus.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','1','yes'),(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:90:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:13:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"bulk-page-creator/bulk-page-creator.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"head-footer-code/head-footer-code.php\";i:4;s:9:\"hello.php\";i:5;s:41:\"mb-sitemap-generator/sitemapgenerator.php\";i:6;s:63:\"smntcs-google-webmaster-tools/smntcs-google-webmaster-tools.php\";i:7;s:29:\"spam-captcha/spam-captcha.php\";i:8;s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";i:9;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:10;s:17:\"unyson/unyson.php\";i:11;s:24:\"wordpress-seo/wp-seo.php\";i:12;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','','no'),(40,'template','gambit','yes'),(41,'stylesheet','gambit','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a: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:0:\"\";s:4:\"text\";s:348:\"\r\n<!-- START ADVERTISER: English Heritage - Membership from affiliatewindow.com -->\r\n\r\n<a href=\"https://www.awin1.com/cread.php?s=507303&v=5928&q=247135&r=312035\">\r\n <img src=\"https://www.awin1.com/cshow.php?s=507303&v=5928&q=247135&r=312035\" border=\"0\">\r\n</a>\r\n\r\n<!-- END ADVERTISER: English Heritage - Membership from affiliatewindow.com -->\r\n\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:30:\"Get In Touch To Buy Tapestries\";s:4:\"text\";s:46:\"[contact-form-7 id=\"4\" title=\"Contact form 1\"]\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:42:\"Offering Specialist Services In Needlework\";s:4:\"text\";s:354:\"Here at Cross Stitch Centre we offering the best tapestry and needlework services in London.\r\n<br><br>\r\nWe supply both cross stitch kits, as well as all types of tapestry kits. <a href=\"/half-price-kits\">Visit our half price sale now. </a> \r\n<br><br>\r\nTo order some of our amazing creations, <a href=\"/contact-cross-stitch-centre\">please contact us. </a>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:8:\"Find Us:\";s:4:\"text\";s:360:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2482.002505488619!2d-0.09816568422915307!3d51.53151387963912!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48761b5f31e66843%3A0xcaf808178d77a634!2sWharf+Rd%2C+London+N1!5e0!3m2!1sen!2suk!4v1484052090061\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:6:\"filter\";b:0;}}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:29:\"spam-captcha/spam-captcha.php\";a:2:{i:0;s:12:\"spam_captcha\";i:1;s:20:\"uninstall_removedata\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','37965','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";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,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:3:{s:5:\"title\";s:16:\"Services For All\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:25:\"What Our Customers Think:\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'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'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";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:6:\"text-3\";i:4;s:10:\"nav_menu-3\";i:5;s:6:\"text-4\";}s:13:\"sidebar-small\";a:3:{i:0;s:6:\"text-5\";i:1;s:6:\"text-6\";i:2;s:13:\"traffic-stats\";}s:6:\"header\";a:0:{}s:17:\"magazine-homepage\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:9:\"Read More\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:29:\"/contact-cross-stitch-centre,\";}}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:2:{s:5:\"title\";s:10:\"Read More:\";s:8:\"nav_menu\";i:10;}}','yes'),(103,'cron','a:5:{i:1562250161;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:1562250172;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:1562259059;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:1562286680;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;}}}s:7:\"version\";i:2;}','yes'),(652,'recently_activated','a:0:{}','yes'),(663,'aiowpsec_db_version','1.8','yes'),(664,'aio_wp_security_configs','a:77:{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:0:\"\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";s:1:\"3\";s:24:\"aiowps_retry_time_period\";s:1:\"5\";s:26:\"aiowps_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_set_generic_login_msg\";s:0:\"\";s:26:\"aiowps_enable_email_notify\";s:0:\"\";s:20:\"aiowps_email_address\";s:27:\"b.sykes@vanillacircus.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:\"lem3ne3hsie6ka2p08le\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";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:\"kn1cmexn5pq5gx9eaifx\";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:27:\"b.sykes@vanillacircus.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:0:\"\";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:27:\"b.sykes@vanillacircus.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:\"\";}','yes'),(665,'wpcf7','a:2:{s:7:\"version\";s:3:\"4.7\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1481898172;s:7:\"version\";s:3:\"4.6\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(666,'spam_captcha_options','a:7:{s:12:\"contactform7\";b:0;s:16:\"hash_sha1_plugin\";s:40:\"ccb524225ee208fba3b2bc7cf7be90296d1bb965\";s:11:\"captcha_css\";s:43:\".captcha_image {\n \n}\n.captcha_comment {\n \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'),(667,'plugin_error_on_activation','','yes'),(669,'wpmdr_css','/* Remove meta from post */\n.entry-meta {\ndisplay:none !important;\n}\n\n/* Remove meta from home page */\n.home .entry-meta { \ndisplay: none; \n}\n/* WPTheme 2015 Metadata Removal */\n.entry-footer {\ndisplay:none !important;\n}\n\n/* WPTheme 2015 Metadata Removal */\n.home .entry-footer { \ndisplay: none; \n}','yes'),(670,'wpmdr_disable_php','0','yes'),(671,'wpmdr_disable_css','0','yes'),(672,'wpseo','a:23:{s:14:\"blocking_files\";a:1:{i:0;s:51:\"/var/www/cross-stitch-centre.co.uk/html/sitemap.xml\";}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.4\";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:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1481898174;}','yes'),(673,'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'),(674,'wpseo_titles','a:54:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:5:\"noodp\";b:0;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'),(675,'wpseo_social','a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"04b26a2bffef18945d4e35e787ddbb7a\";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'),(676,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(677,'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'),(678,'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'),(679,'wpseo_flush_rewrite','1','yes'),(682,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(684,'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'),(685,'fw_active_extensions','a:6:{s:6:\"update\";a:0:{}s:13:\"github-update\";a:0:{}s:10:\"shortcodes\";a:0:{}s:13:\"wp-shortcodes\";a:0:{}s:7:\"builder\";a:0:{}s:4:\"blog\";a:0:{}}','yes'),(688,'universal_google_analytics_tracking_id','UA-89100792-1','yes'),(694,'_transient_twentysixteen_categories','1','yes'),(747,'akismet_spam_count','45','yes'),(1535,'db_upgraded','','yes'),(1543,'can_compress_scripts','0','no'),(1560,'wpseo_sitemap_1_cache_validator','4dRLC','no'),(1561,'wpseo_sitemap_author_cache_validator','5sRVP','no'),(1678,'wpseo_sitemap_cache_validator_global','4eDbE','no'),(1722,'_site_transient_timeout_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','1484587764','no'),(1723,'_site_transient_browser_f90f9d5b5a1bb1d6e2289490ecf74ebb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(1742,'wpseo_sitemap_wpcf7_contact_form_cache_validator','5yEVs','no'),(1743,'_site_transient_timeout_available_translations','1483993849','no'),(1744,'_site_transient_available_translations','a:90:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-09 16:12:38\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 12:56:13\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 19:24:17\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-29 08:38:56\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-11 22:42:10\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 08:41:41\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-20 16:53:20\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.5.4\";s:7:\"updated\";s:19:\"2016-04-19 23:16:37\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.5.4/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-05 11:04:39\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.4.3\";s:7:\"updated\";s:19:\"2016-02-16 15:34:57\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.3/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-11 18:32:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 11:08:55\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 11:33:59\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 15:48:14\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-21 21:25:23\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.7/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-21 21:24:48\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 15:44:48\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.7/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-06 20:04:40\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-15 04:56:31\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-11 18:03:11\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 08:11:17\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 23:03:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 00:34:14\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-04 17:16:39\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 12:13:31\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 18:02:43\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-25 22:19:36\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-24 20:30:13\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 12:46:56\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-17 22:11:44\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 22:19:40\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-22 16:41:36\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 18:34:12\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-06 14:20:49\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 18:04:09\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-10 17:48:28\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 16:41:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-05 17:22:59\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-04 01:43:25\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 21:13:09\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-08 02:27:42\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-17 12:35:49\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-25 23:06:52\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-06 20:18:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2016-02-04 07:13:54\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 08:11:02\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-31 11:00:19\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-05 15:13:56\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 13:03:24\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 10:10:56\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-11 11:21:27\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 12:39:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 06:17:03\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-23 09:02:10\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-11 08:51:51\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-09 14:23:37\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.13/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-20 09:00:07\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 07:51:07\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-08 18:37:21\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-14 13:24:10\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-21 12:56:58\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-23 13:45:11\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-06 20:27:29\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.13\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.13/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 16:16:38\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-26 14:54:05\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 12:04:46\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 13:58:23\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-09 11:05:20\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-05 08:28:07\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-03 20:47:33\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-04 20:17:20\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-03 07:14:30\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-10-12 07:04:13\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.6.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-11-27 15:51:36\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-19 17:56:07\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.6.1\";s:7:\"updated\";s:19:\"2016-12-01 16:07:46\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.6.1/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-04 23:10:17\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-09 10:42:49\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.7/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-07 17:58:49\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-09 01:01:25\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-08 04:30:37\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2016-12-07 09:57:58\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.7\";s:7:\"updated\";s:19:\"2017-01-07 10:19:30\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(1750,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483983086;s:4:\"data\";a:2:{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\";}}}}','yes'),(1751,'current_theme','Gambit','yes'),(1752,'theme_mods_twentyseventeen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1483983096;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\";N;s:9:\"sidebar-3\";N;}}}','yes'),(1753,'theme_switched','','yes'),(1755,'theme_mods_gambit','a:8:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:82:\"http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/cropped-needlework.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:48;s:3:\"url\";s:82:\"http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/cropped-needlework.jpg\";s:13:\"thumbnail_url\";s:82:\"http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/cropped-needlework.jpg\";s:6:\"height\";i:420;s:5:\"width\";i:1340;}s:16:\"background_image\";s:76:\"http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/buttons-long.jpg\";s:21:\"background_position_x\";s:5:\"right\";s:21:\"background_position_y\";s:6:\"center\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:9;}}','yes'),(1756,'widget_gambit-magazine-posts-columns','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1757,'widget_gambit-magazine-posts-grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1758,'widget_gambit-magazine-posts-sidebar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1761,'wpseo_sitemap_post_cache_validator','4dRPo','no'),(1765,'wpseo_sitemap_page_cache_validator','4d614','no'),(1770,'wpseo_sitemap_category_cache_validator','4hqHM','no'),(1816,'wpseo_sitemap_revision_cache_validator','4hqSy','no'),(1817,'wpseo_sitemap_attachment_cache_validator','4g3iR','no'),(1818,'fresh_site','0','yes'),(1822,'wpseo_sitemap_8_cache_validator','jjiX','no'),(1830,'wpseo_sitemap_11_cache_validator','42fPO','no'),(1836,'wpseo_sitemap_17_cache_validator','43ugP','no'),(1838,'wpseo_sitemap_20_cache_validator','43UqE','no'),(1846,'wpseo_sitemap_23_cache_validator','4KRd5','no'),(1848,'category_children','a:0:{}','yes'),(1884,'wpseo_sitemap_customize_changeset_cache_validator','4KRie','no'),(1885,'gambit_theme_options','a:7:{s:16:\"site_description\";b:1;s:11:\"theme_width\";s:12:\"boxed-layout\";s:12:\"theme_layout\";s:14:\"content-center\";s:10:\"blog_title\";s:18:\"View Our Services:\";s:11:\"post_layout\";s:11:\"small-image\";s:15:\"slider_magazine\";b:1;s:11:\"slider_blog\";b:1;}','yes'),(1886,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:10;}}','yes'),(1887,'wpseo_sitemap_nav_menu_cache_validator','3rODE','no'),(1888,'wpseo_sitemap_nav_menu_item_cache_validator','3rOEB','no'),(1901,'smntcs_google_webmaster_tools_tracking_code','<meta name=\"google-site-verification\" content=\"1C8AM9YUzdR5jV8qHcAmyYVGtvFttUD9w9xyLk0T4XI\" />','yes'),(1916,'wpseo_sitemap_77_cache_validator','lu3g','no'),(2297,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:6:\"4.7.13\";s:7:\"current\";s:5:\"4.7.3\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1552452728;s:5:\"retry\";b:0;}','no'),(2298,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:27:\"b.sykes@vanillacircus.co.uk\";s:7:\"version\";s:6:\"4.7.13\";s:9:\"timestamp\";i:1552452728;}','no'),(2533,'_site_transient_timeout_browser_624a74c077a47cf0aab8606325ccd24d','1484904009','no'),(2534,'_site_transient_browser_624a74c077a47cf0aab8606325ccd24d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"50.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2564,'wpseo_sitemap_59_cache_validator','fSMs','no'),(3359,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1484845262','no'),(3360,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"6141\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3767\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3761\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3288\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2874\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2574\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2242\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2163\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2161\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2124\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2099\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2057\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1993\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1954\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1785\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1678\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1657\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1481\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1402\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1307\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1302\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1163\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1141\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1081\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1033\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1031\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"987\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"978\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"976\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"948\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"935\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"919\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"872\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"870\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"867\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"832\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"798\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"790\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"790\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"773\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"765\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"761\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"760\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"755\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"751\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"746\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"738\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"735\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"733\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"722\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"712\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"660\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"659\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"652\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"643\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"639\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"628\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"626\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"620\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"618\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"603\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"597\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"592\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"591\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"589\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"579\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"565\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"563\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"558\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"549\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"548\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"543\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"536\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"529\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"524\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"523\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"515\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"509\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"491\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"474\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"469\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"468\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"467\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"466\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"456\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"453\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"445\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"445\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"438\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"436\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"434\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"428\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"427\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"426\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"425\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"425\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"424\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"421\";}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";s:3:\"420\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}}','no'),(3365,'widget_traffic_stats','a:12:{s:18:\"wp_tsw_WidgetTitle\";s:12:\"Blog Traffic\";s:26:\"wp_tsw_WidgetText_Visitors\";s:5:\"Pages\";s:22:\"wp_tsw_WidgetText_Hits\";s:4:\"Hits\";s:24:\"wp_tsw_WidgetText_Unique\";s:6:\"Unique\";s:25:\"wp_tsw_WidgetText_LastDay\";s:13:\"Last 24 hours\";s:26:\"wp_tsw_WidgetText_LastWeek\";s:11:\"Last 7 days\";s:27:\"wp_tsw_WidgetText_LastMonth\";s:12:\"Last 30 days\";s:24:\"wp_tsw_WidgetText_Online\";s:10:\"Online now\";s:25:\"wp_tsw_WidgetText_log_opt\";s:2:\"on\";s:29:\"wp_tsw_WidgetText_Default_Tab\";s:1:\"3\";s:29:\"wp_tsw_WidgetText_bots_filter\";s:1:\"1\";s:23:\"wp_tsw_WidgetText_wlink\";s:2:\"on\";}','yes'),(5556,'_site_transient_timeout_browser_89e98a02642e93650a77c5c0a1d9c25e','1487091987','no'),(5557,'_site_transient_browser_89e98a02642e93650a77c5c0a1d9c25e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"51.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(10161,'_site_transient_timeout_fw_ext_upd_gh_fw','1488975068','no'),(10162,'_site_transient_fw_ext_upd_gh_fw','a:5:{s:31:\"ThemeFuse/Unyson-Blog-Extension\";s:6:\"v1.0.2\";s:34:\"ThemeFuse/Unyson-Builder-Extension\";s:6:\"v1.2.9\";s:37:\"ThemeFuse/Unyson-Shortcodes-Extension\";s:7:\"v1.3.25\";s:40:\"ThemeFuse/Unyson-WP-Shortcodes-Extension\";s:6:\"v1.0.7\";s:33:\"ThemeFuse/Unyson-Update-Extension\";s:7:\"v1.0.10\";}','no'),(10163,'_site_transient_timeout_browser_f731f7616ab74b84eb6e37a4dee2a379','1489493470','no'),(10164,'_site_transient_browser_f731f7616ab74b84eb6e37a4dee2a379','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"51.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(10167,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1488931884','no'),(10168,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 19:27:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.8-alpha-40238\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:396:\"WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata. Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"James Nylen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6135:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata. Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation. Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality. Reported by <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names. Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources. Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O’Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.7.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Jan 2017 19:34:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2142:\"<p>WordPress 4.7.2 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.1 and earlier are affected by three security issues:</p>\n<ol>\n<li>The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. Reported by David Herrera of <a href=\"https://www.alleyinteractive.com/\">Alley Interactive</a>.</li>\n<li><code>WP_Query</code> is vulnerable to a SQL injection (SQLi) when passing unsafe data. WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://github.com/mjangda\">Mo Jangda</a> (batmoo).</li>\n<li>A cross-site scripting (XSS) vulnerability was discovered in the posts list table. Reported by <a href=\"https://iandunn.name/\">Ian Dunn</a> of the WordPress Security Team.</li>\n<li>An unauthenticated privilege escalation vulnerability was discovered in a REST API endpoint. Reported by <a href=\"https://twitter.com/MarcS0h\">Marc-Alexandre Montpas</a> of Sucuri Security. *</li>\n</ol>\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.2</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.2.</p>\n<p>Thanks to everyone who contributed to 4.7.2.</p>\n<p>* Update: An additional serious vulnerability was fixed in this release and public disclosure was delayed. For more information on this vulnerability, additional mitigation steps taken, and an explanation for why disclosure was delayed, please read <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\">Disclosure of Additional Security Fix in WordPress 4.7.2</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jan 2017 03:53:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4650\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"WordPress 4.7 has been downloaded over 10 million times since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7 and earlier are affected by eight security issues: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6520:\"<p>WordPress 4.7 has been <a href=\"https://wordpress.org/download/counter/\">downloaded over 10 million times</a> since its release on December 6, 2016 and we are pleased to announce the immediate availability of WordPress 4.7.1. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7 and earlier are affected by eight security issues:</p>\n<ol>\n<li>Remote code execution (RCE) in PHPMailer – <em>No specific issue appears to affect WordPress</em> or any of the major plugins we investigated but, out of an abundance of caution, we updated PHPMailer in this release. This issue was fixed in PHPMailer thanks to <a href=\"https://legalhackers.com/\">Dawid Golunski</a> and <a href=\"https://twitter.com/Zenexer\">Paul Buonopane</a>.</li>\n<li>The REST API exposed user data for all users who had authored a post of a public post type. WordPress 4.7.1 limits this to only post types which have specified that they should be shown within the REST API. Reported by <a href=\"https://poststatus.com/\">Krogsgard</a> and <a href=\"https://ithemes.com/\">Chris Jean</a>.</li>\n<li>Cross-site scripting (XSS) via the plugin name or version header on <code>update-core.php</code>. Reported by <a href=\"https://dominikschilling.de/\">Dominik Schilling</a> of the WordPress Security Team.</li>\n<li>Cross-site request forgery (CSRF) bypass via uploading a Flash file. Reported by <a href=\"https://twitter.com/Abdulahhusam\">Abdullah Hussam</a>.</li>\n<li>Cross-site scripting (XSS) via theme name fallback. Reported by <a href=\"https://pentest.blog/\">Mehmet Ince</a>.</li>\n<li>Post via email checks <code>mail.example.com</code> if default settings aren’t changed. Reported by John Blackbourn of the WordPress Security Team.</li>\n<li>A cross-site request forgery (CSRF) was discovered in the accessibility mode of widget editing. Reported by <a href=\"https://dk.linkedin.com/in/ronni-skansing-36143b65\">Ronnie Skansing</a>.</li>\n<li>Weak cryptographic security for multisite activation key. Reported by <a href=\"https://itsjack.cc/\">Jack</a>.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.1 fixes 62 bugs from 4.7. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.7.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.1.</p>\n<p>Thanks to everyone who contributed to 4.7.1: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/chandrapatel/\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/christian1012/\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dreamon11/\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/chopinbach/\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hristo-sg/\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver/\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">monikarao</a>, <a href=\"https://profiles.wordpress.org/natereist/\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikschavan/\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nullvariable/\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/sirbrillig/\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sfpt/\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom/\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/timph/\">timph</a>, <a href=\"https://profiles.wordpress.org/voldemortensen/\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n\n \n \n \n \n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 4.7 “Vaughan”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2016/12/vaughan/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Dec 2016 19:27:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4596\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:240:\"Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah \"Sassy\" Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2016/12/starter-content.mp4\";s:6:\"length\";s:7:\"3736020\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\";s:6:\"length\";s:7:\"1127483\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2016/12/video-headers.mp4\";s:6:\"length\";s:7:\"1549803\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:45502:\"<p>Version 4.7 of WordPress, named “Vaughan” in honor of legendary jazz vocalist Sarah “Sassy” Vaughan, is available for download or update in your WordPress dashboard. New features in 4.7 help you get your site set up the way you want it.</p>\n<div id=\"v-AHz0Ca46-1\" class=\"video-player\"><video id=\"v-AHz0Ca46-1-video\" width=\"632\" height=\"354\" poster=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg\" controls=\"true\" preload=\"metadata\" dir=\"ltr\" lang=\"en\"><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_dvd.mp4\" type=\"video/mp4; codecs="avc1.64001E, mp4a.40.2"\" /><source src=\"https://videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_fmt1.ogv\" type=\"video/ogg; codecs="theora, vorbis"\" /><div><img alt=\"Introducing WordPress 4.7\" src=\"https://i1.wp.com/videos.files.wordpress.com/AHz0Ca46/wp4-7-vaughan-r8-mastered_scruberthumbnail_0.jpg?resize=632%2C354&ssl=1\" data-recalc-dims=\"1\" /></div><p>Introducing WordPress 4.7</p></video></div>\n<hr />\n<h2 style=\"text-align:center\">Presenting Twenty Seventeen</h2>\n<p>A brand new default theme brings your site to life with immersive featured images and video headers.</p>\n<p><img class=\"alignnone wp-image-4618 size-large\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=632%2C356&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1600&ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Twenty-Seventeen-1.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Twenty Seventeen focuses on business sites and features a customizable front page with multiple sections. Personalize it with widgets, navigation, social menus, a logo, custom colors, and more. Our default theme for 2017 works great in many languages, on any device, and for a wide range of users.</p>\n<hr />\n<h2 style=\"text-align:center\">Your Site, Your Way</h2>\n<p>WordPress 4.7 adds new features to the customizer to help take you through the initial setup of a theme, with non-destructive live previews of all your changes in one uninterrupted workflow.</p>\n<h3>Theme Starter Content</h3>\n<div style=\"width: 632px;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-4596-1\" width=\"632\" height=\"346\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/starter-content.mp4?_=1\" /><a href=\"https://wordpress.org/news/files/2016/12/starter-content.mp4\">https://wordpress.org/news/files/2016/12/starter-content.mp4</a></video></div>\n<p>To help give you a solid base to build from, individual themes can provide starter content that appears when you go to customize your brand new site. This can range from placing a business information widget in the best location to providing a sample menu with social icon links to a static front page complete with beautiful images. Don’t worry – nothing new will appear on the live site until you’re ready to save and publish your initial theme setup.</p>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Edit Shortcuts</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-2\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Edit-Shortcuts.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4?_=2\" /><a href=\"https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4\">https://wordpress.org/news/files/2016/12/edit-shortcuts.mp4</a></video></div>\n<p>Visible icons appear to show you which parts of your site can be customized while live previewing. Click on a shortcut and get straight to editing. Paired with starter content, getting started with customizing your site is faster than ever.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Video Headers</h3>\n<div style=\"width: 300px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-4596-3\" width=\"300\" height=\"173\" poster=\"https://wordpress.org/news/files/2016/12/4.7-—-Header-Video.jpg\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"https://wordpress.org/news/files/2016/12/video-headers.mp4?_=3\" /><a href=\"https://wordpress.org/news/files/2016/12/video-headers.mp4\">https://wordpress.org/news/files/2016/12/video-headers.mp4</a></video></div>\n<p>Sometimes a big atmospheric video as a moving header image is just what you need to showcase your wares; go ahead and try it out with Twenty Seventeen. Need some video inspiration? Try searching for sites with video headers available for download and use.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>Smoother Menu Building</h3>\n<p><img class=\"wp-image-4606 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-Nav.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Many menus for sites contain links to the pages of your site, but what happens when you don’t have any pages yet? Now you can add new pages while building menus instead of leaving the customizer and abandoning your changes. Once you’ve published your customizations, you’ll have new pages ready for you to fill with content.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Custom CSS</h3>\n<p><img class=\"wp-image-4607 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-CSS.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Sometimes you just need a few visual tweaks to make your site perfect. WordPress 4.7 allows you to add custom CSS and instantly see how your changes affect your site. The live preview allows you to work quickly without page refreshes slowing you down.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<div style=\"float: left;width: 48%;margin: 0\">\n<h3>PDF Thumbnail Previews</h3>\n<p><img class=\"wp-image-4609 size-medium alignright\" src=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?resize=300%2C158&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2016/12/4.7-—-PDF.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Managing your document collection is easier with WordPress 4.7. Uploading PDFs will generate thumbnail images so you can more easily distinguish between all your documents.</p>\n</div>\n<div style=\"float: right;width: 48%;margin: 0\">\n<h3>Dashboard in your language</h3>\n<p><img class=\"wp-image-4608 size-medium alignright\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?resize=300%2C158&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-Language.jpg?w=760&ssl=1 760w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-recalc-dims=\"1\" /></p>\n<p>Just because your site is in one language doesn’t mean that everybody helping manage it prefers that language for their admin. Add more languages to your site and a user language option will show up in your user’s profiles.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align:center\">Introducing REST API Content Endpoints</h2>\n<p>WordPress 4.7 comes with REST API endpoints for posts, comments, terms, users, meta, and settings.</p>\n<p><img class=\"size-large wp-image-4600 alignnone\" src=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=632%2C205&ssl=1\" alt=\"\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=1024%2C332&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=300%2C97&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?resize=768%2C249&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2016/12/4.7-—-API.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></p>\n<p>Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href=\"https://developer.wordpress.org/rest-api/reference/\">Check out the REST API reference.</a></p>\n<hr />\n<h2 style=\"text-align:center\">Even More Developer Happiness <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60a.png\" alt=\"😊\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></h2>\n<h3><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post Type Templates</a></h3>\n<p>By opening up the page template functionality to all post types, theme developers have even more flexibility with the WordPress template hierarchy.</p>\n<h3>More Theme API Goodies</h3>\n<p>WordPress 4.7 includes <a href=\"https://make.wordpress.org/core/2016/09/09/new-functions-hooks-and-behaviour-for-theme-developers-in-wordpress-4-7/\">new functions, hooks, and behavior</a> for theme developers.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/04/custom-bulk-actions/\">Custom Bulk Actions</a></h3>\n<p>List tables, now with more than bulk edit and delete.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/09/08/wp_hook-next-generation-actions-and-filters/\"><code>WP_Hook</code></a></h3>\n<p>The code that lies beneath actions and filters has been overhauled and modernized, fixing bugs along the way.</p>\n<h3>Settings Registration API</h3>\n<p>register_setting() <a href=\"https://make.wordpress.org/core/2016/10/26/registering-your-settings-in-wordpress-4-7/\">has been enhanced</a> to include type, description, and REST API visibility.</p>\n<h3><a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/\">Customize Changesets</a></h3>\n<p>Customize changesets make changes in the customizer persistent, like autosave drafts. They also make exciting new features like starter content possible.</p>\n<hr />\n<h2 style=\"text-align:center\">The Squad</h2>\n<p>This release was led by <a href=\"https://helen.blog\">Helen Hou-Sandí</a>, backed up by <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a> and <a href=\"http://aaron.jorb.in/\">Aaron Jorbin</a> as Release Deputies, and with the help of these fine individuals. There are 482 contributors with props in this release—the most ever—with 205 of them contributing for the first time. Pull up some sassy Sarah Vaughan on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/zuige\">Antti Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">BinaryMoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frankiet\">frankiet</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran Šerić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/imnok\">Imnok</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">lukepettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">Mario Valney</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt Jaworski</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">mbelchev</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">monikarao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/quasel\">quasel</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Araújo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/soean\">Soeren Wrede</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stubgo\">stubgo</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">Truong Giang</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.\n<p> <br />\nSpecial thanks go to <a href=\"https://ramiabraham.com/\">Rami Abraham</a> for producing the release video and the many fine haiku we saw in the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">beta</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\">RC</a> announcement posts.</p>\n<p>Finally, thanks to all the community translators who worked on WordPress 4.7. Their efforts bring WordPress 4.7 fully translated to 52 languages at release time with more on the way. Additionally, the WordPress 4.7 release video has been captioned into 44 languages.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress – we hope you enjoy!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Moving Toward SSL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2016/12/moving-toward-ssl/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Dec 2016 17:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4588\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:327:\"We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"<p>We’re at a turning point: 2017 is going to be the year that we’re going to see features in WordPress which require hosts to have HTTPS available. Just as JavaScript is a near necessity for smoother user experiences and more modern PHP versions are critical for performance, SSL just makes sense as the next hurdle our users are going to face.</p>\n<p>SSL basically means the link between your browser and the server is encrypted. SSL used to be difficult to implement, and often expensive or slow. Modern browsers, and the incredible success of projects like <a href=\"https://letsencrypt.org/\">Let’s Encrypt</a> have made getting a certificate to secure your site fast, free, and something we think every host should support by default, especially in a post-Snowden era. Google also weighs <a href=\"https://security.googleblog.com/2014/08/https-as-ranking-signal_6.html\">SSL as a search engine ranking factor</a> and will begin <a href=\"http://motherboard.vice.com/read/google-will-soon-shame-all-websites-that-are-unencrypted-chrome-https\">flagging unencrypted sites in Chrome</a>.</p>\n<p>First, early in 2017, we will only promote hosting partners that provide a SSL certificate by default in their accounts. Later we will begin to assess which features, such as API authentication, would benefit the most from SSL and make them only enabled when SSL is there.</p>\n<p>Separately, I also think the performance improvements in PHP7 are particularly impressive, and major kudos to everyone who worked on that. We will consider whether hosts use PHP7 by default for new accounts next year as well.</p>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4588\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2016/11/wordpress-4-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Nov 2016 04:26:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.7 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on Tuesday, December 6, but we need your help to get there. If you haven’t tested 4.7 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4331:\"<p>The release candidate for WordPress 4.7 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.7 on <strong>Tuesday, December 6</strong>, but we need <em>your</em> help to get there. If you haven’t tested 4.7 yet, now is the time! To test WordPress 4.7, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.7-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>WordPress 4.7 is a jam-packed release, with a number of features focused on getting a theme set up for the first time. Highlights include a <a href=\"http://2017.wordpress.net/\">new default theme</a>, video headers, custom CSS, customizer edit shortcuts, PDF thumbnail previews, user admin languages, REST API content endpoints, post type templates, and more.</p>\n<p>We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39353&stop_rev=39263&limit=200&verbose=on&sfp_email=&sfph_mail=\">quite a few refinements</a> since releasing Beta 4 a week ago, including usability and accessibility enhancements for video headers, media and page template support in starter content, and polishing of how custom CSS can be migrated to and extended by plugins and themes. The REST API endpoints saw a number of bugfixes and notably now have anonymous comment off by default.</p>\n<p>Not sure where to start with testing? Try setting up a fresh site on a new installation with Twenty Seventeen (hint: head into customizing your site before touching any pages or widgets) and taking notes on what you enjoyed and what got you stuck. For more details about what’s new in version 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.7 and update your plugin’s <em>Tested up to</em> version in the readme to 4.7. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release – we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> And if you haven’t yet done so, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and send it on to your friends.</p>\n<p>Happy testing! And now for another <a href=\"https://profiles.wordpress.org/ramiabraham\">Rami Abraham</a> haiku break.</p>\n<p><em>Select your language</em><br />\n<em>Then let your users choose theirs</em><br />\n<em><code>get_user_locale()</code></em></p>\n<p><em>Theme authors rejoice</em><br />\n<em>Any option may employ</em><br />\n<em>Selective refresh</em></p>\n<p><em>Custom header video</em><br />\n<em>Make sure to <code>add_theme_support</code></em><br />\n<em>Bling above the fold</em></p>\n<p><em>A new template dawns</em><br />\n<em>A hierarchy member</em><br />\n<em>Post-type templates live</em></p>\n<p><em>PDF updates</em><br />\n<em>Pack a parade of polish</em><br />\n<em>Prettier previews</em></p>\n<p><em>Template Post Type: New</em><br />\n<em>Template Post Type: And Useful</em><br />\n<em>Template Post Type: Thing</em></p>\n<p><em>Let lists live lively</em><br />\n<em>Laud <code>wp_list_sort()</code></em><br />\n<em>Less laconic lists</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Nov 2016 01:51:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4576\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2019:\"<p>WordPress 4.7 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1,</a> <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\">Beta 3</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth developer guides on make/core</a>. We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39262&stop_rev=39201&limit=200&verbose=on&sfp_email=&sfph_mail=\">about 60 changes</a> in the last few days for beta 4, including tweaks to Twenty Seventeen, custom CSS, and the REST API content endpoints.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>We are almost there<br />\nPlease test your plugins and themes<br />\nRC coming soon<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp US 2017-2018 in Nashville\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2016/11/wordcamp-us-2017-2018-in-nashville/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Nov 2016 23:24:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4571\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"The title says it all. We had some great applications for cities to host WordCamp US after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is Nashville, Tennessee. Based on the other great applications we got I’m also excited about the pipeline of communities that could host it in future […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1022:\"<p><img class=\"aligncenter\" src=\"https://i0.wp.com/wpdotorg.files.wordpress.com/2008/07/27492741871_c6fcebcad3_k-e1479248587522.jpg?resize=632%2C253&ssl=1\" data-recalc-dims=\"1\" /></p>\n<p>The title says it all. We had some great applications for cities to host <a href=\"http://us.wordcamp.org/\">WordCamp US</a> after we finish up in Philadelphia this year, and the city chosen for 2017-2018 is <strong>Nashville, Tennessee</strong>.</p>\n<p>Based on the other great applications we got I’m also excited about the pipeline of communities that could host it in future years as WordCamp US travels across the United States and gives us an opportunity to learn and love a new city, as we have with Philadelphia.</p>\n<p>By the way, if you haven’t yet, now is a great time to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2016-survey\">take the Annual WordPress Survey</a> and ask your friends to as well.</p>\n<p><a href=\"https://www.flickr.com/photos/143951935@N07/27492741871\">Photo Credit</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Nov 2016 03:30:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4566\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3120:\"<p>WordPress 4.7 Beta 3 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more information on what’s new in 4.7, check out the <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">Beta 1</a> and <a href=\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\">Beta 2</a> blog posts, along with <a href=\"https://make.wordpress.org/core/tag/4-7+dev-notes/\">in-depth field guides on make/core</a>. Some of the changes in Beta 3 include:</p>\n<ul>\n<li><strong>REST API:</strong> The <code>unfiltered_html</code> capability is now respected and <code>rest_base</code> has been added to response objects of <code>wp/v2/taxonomies</code> and <code>wp/v2/types</code>, while <code>get_allowed_query_vars()</code> and the <code>rest_get_post</code> filter have been removed.</li>\n<li><strong>Roles/Capabilities:</strong> Added meta-caps for comment, term, and user meta, which are currently only used in the REST API.</li>\n<li><strong>I18N:</strong> Added the ability to change user’s locale back to site’s locale. (<a href=\"https://core.trac.wordpress.org/ticket/38632\">#38632</a>)</li>\n<li><strong>Custom CSS:</strong> Renamed the <code>unfiltered_css</code> meta capability to <code>edit_css</code> and added revisions support to the <code>custom_css</code> post type.</li>\n<li><strong>Edit shortcuts:</strong> Theme authors should take a look at <a href=\"https://make.wordpress.org/core/2016/11/10/visible-edit-shortcuts-in-the-customizer-preview/\">the developer guide to the customizer preview’s visible edit shortcuts</a> and update their themes to take advantage of them if not already implementing selective refresh.</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39200&stop_rev=39143&limit=200&verbose=on&sfp_email=&sfph_mail=\">over 50 changes</a> in the last week.</li>\n</ul>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p><em>Building the future</em><br />\n<em>A global community</em><br />\n<em>Stronger together</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2016/11/wordpress-4-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Nov 2016 17:39:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4552\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.7 Beta 2 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Helen Hou-Sandi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4240:\"<p>WordPress 4.7 Beta 2 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.7-beta2.zip\">download the beta here</a> (zip).</p>\n<p>Notable changes since WordPress 4.7 Beta 1:</p>\n<ul>\n<li><strong>Twenty Seventeen:</strong> The theme wasn’t being installed on upgrades – sorry about that! Now you should see it if you’re upgrading an existing site. There are also plenty of fixes, especially for the header and small screen views.</li>\n<li><strong>Edit shortcuts:</strong> These are always visible while editing (hide them on bigger screens by collapsing the controls) and should now work properly in Firefox. (<a href=\"https://core.trac.wordpress.org/ticket/27403\">#27403</a> and <a href=\"https://core.trac.wordpress.org/ticket/38532\">#38532</a>)</li>\n<li><strong>REST API endpoints:</strong> There have been a number of changes over the past week; your attention is requested on the following:\n<ul>\n<li>The <code>DELETE</code> response format has changed and may need to be accounted for. (<a href=\"https://core.trac.wordpress.org/ticket/38494\">#38494</a>)</li>\n<li>Enabled querying by multiple post statuses. (<a href=\"https://core.trac.wordpress.org/ticket/38420\">#38420</a>)</li>\n<li>Return an error when JSON decoding fails. (<a href=\"https://core.trac.wordpress.org/ticket/38547\">#38547</a>)</li>\n</ul>\n</li>\n<li><strong>More developer notes</strong>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2016/10/28/fine-grained-capabilities-for-taxonomy-terms-in-4-7/\">Fine grained capabilities for taxonomy terms</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/10/29/wp_taxonomy-in-4-7/\"><code>WP_Taxonomy</code></a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/02/wp_list_sort-and-wp_list_util-in-4-7/\"><code>wp_list_sort()</code> and <code>WP_List_Util</code></a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/\">Post type templates</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/new-post-type-labels-in-4-7/\">New post type labels</a></li>\n<li><a href=\"https://make.wordpress.org/core/2016/11/03/attributes-for-resource-hints-in-4-7/\">Attributes for resource hints</a></li>\n</ul>\n</li>\n<li><strong>Various bug fixes:</strong> We’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/src?action=stop_on_copy&mode=stop_on_copy&rev=39142&stop_rev=38995&limit=200&verbose=on&sfp_email=&sfph_mail=\">almost 150 changes</a> in the last week.</li>\n</ul>\n<p>For more of what’s new in version 4.7, <a href=\"https://wordpress.org/news/2016/10/wordpress-4-7-beta-1/\">check out the Beta 1 blog post</a>.</p>\n<p>If you want a more in-depth view of what major changes have made it into 4.7, <a href=\"https://make.wordpress.org/core/tag/4-7/\">check out posts tagged with 4.7 on the main development blog</a>, or look at a <a href=\"https://core.trac.wordpress.org/query?status=closed&resolution=fixed&milestone=4.7&group=component&order=priority\">list of everything</a> that’s changed. There will be more developer notes to come, so keep an eye out for those as well.</p>\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Ya es la hora</em><br />\n<em> Time for another beta</em><br />\n请您帮下忙!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 07 Mar 2017 12:09:55 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 06 Mar 2017 19:27:21 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}}s:5:\"build\";s:14:\"20170127105948\";}','no'),(10169,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1488931886','no'),(10170,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1488888685','no'),(10171,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1488931888','no'),(10172,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: The Job Interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2017/03/the-job-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"<p>Inc. writes <a href=\"http://www.inc.com/marcel-schwantes/science-81-percent-of-people-lie-in-job-interviews-heres-what-top-companies-are-.html\">The Job Interview Will Soon Be Dead. Here’s What the Top Companies Are Replacing It With</a>, and looks at how our brains mislead us in interviews and how Menlo Innovations and Automattic approach it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 11:46:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: NRKbeta Open Sources Comment Quiz Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/nrkbeta-open-sources-comment-quiz-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3418:\"<p><a href=\"https://nrkbeta.no\" target=\"_blank\">NRKbeta</a>, the Norwegian Broadcasting Corporation’s media and technology site, is <a href=\"https://nrkbeta.no/2017/02/13/et-eksperiment-for-et-enda-bedre-kommentarfelt/\" target=\"_blank\">experimenting with a new way of keeping comments on topic</a>. A new plugin on the WordPress-powered site aims to ensure commenters have read the article by requiring them to complete a short, three-question quiz before opening the comment form. Visitors who get the questions wrong cannot contribute to the discussion.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/Quiz-1450x1001-e1488844634864.jpg?ssl=1\"><img /></a></p>\n<p>The custom plugin was created to narrow the commenting field to those who are operating on a common basis of understanding of the article. It prevents commenters from skimming the article and then going on a rant.</p>\n<p>The NRKbeta team <a href=\"https://github.com/nrkbeta/nrkbetaquiz\" target=\"_blank\">open sourced the plugin on GitHub</a> today. It’s also in the review queue for the WordPress Plugin Directory and will be available for a one-click install after it passes review.</p>\n<p><a href=\"https://wordpress.org/plugins/quiz/\" target=\"_blank\">Quiz</a> is an another WordPress.org plugin that performs a similar function. Despite not having been updated for two years, the plugin is active on more than 2,000 sites. Post authors can create a question for each post in the “Comment Quiz” meta box. The plugin was also designed to help reduce spam comments.</p>\n<p>NRKbeta’s new Comment Quiz plugin takes a slightly different format, offering multiple choice in the form of radio buttons as well as the ability to add multiple questions. The comment form automatically slides into view after the visitor answers correctly.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/comment-quiz-plugin.png?ssl=1\"><img /></a></p>\n<p>The idea of quizzing visitors before allowing them to comment gained quite a bit of interest after NRKbeta announced the experiment, but the publication is still experimenting to see how the quizzes affect commenting. Ensuring that readers have fully read the article comes at the expense of well-intentioned commenters who are now subjected to a time-wasting test. The plugin puts the burden of proof on the commenter in hopes of fewer rants and off-topic responses getting through.</p>\n<p>Some visitors may perceive the quiz as infantilizing potential commenters while others may see it as a mild annoyance. The quiz is a simple hurdle, easy to bypass by guessing until you land on the correct answer. It amounts to more of a speed bump than a true test of having read the article. It doesn’t take into account that many commenters who are prone to trolling and ranting off topic can be quite motivated and not significantly inconvenienced by a short quiz.</p>\n<p>If the questions are written to condition the commenter for a desired response, then it does little to promote free thinking. This seems like an expensive trade-off for fewer rants in the moderation queue. It all depends on how the publication implements the plugin. Hopefully NRKbeta will report back on how effective the Comment Quiz plugin was at deterring undesirable off-topic responses while retaining level-headed commenters.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 05:15:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Configuring a User Avatar in WordPress Is Not as Easy as It Should Be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/configuring-a-user-avatar-in-wordpress-is-not-as-easy-as-it-should-be\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3135:\"<p>I maintain a website with active user registration and a common support question I’m asked is, “How do I change my profile picture?” The answer is not easy as it should be. WordPress’ profile image system is powered by <a href=\"http://gravatar.com/\">Gravatar</a>, an Automattic owned service. It replaced the old method of uploading a profile picture in <a href=\"https://wordpress.org/news/2008/03/wordpress-25-brecker/\">WordPress 2.5 “Brecker”</a>.</p>\n<p>The longer I maintain the site, the <a href=\"https://twitter.com/jeffr0/status/837833604218617856\">more frustrated I get</a> that Gravatar is the default way users create and manage their profile image. In the past, I’ve written how <a href=\"https://wptavern.com/managing-gravatars-in-wordpress-is-a-jarring-user-experience\">managing Gravatars in WordPress</a> is a bad user experience and not much has changed. Many of the people requesting support simply want an Upload button or link that enables them to upload an image and use it as their avatar.</p>\n<p>One way to replace Gravatar is with the<a href=\"https://wordpress.org/plugins/wp-user-avatars/\"> WP User Avatars</a> plugin developed by <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>. WP User Avatars is part of the <a href=\"https://profiles.wordpress.org/stuttter/\">Stutter collection</a> of plugins that replaces Gravatar and adds the ability for registered users to upload an image from their machine. Alternatively, users can click the Choose from Media button to choose an image from the Media Library. Existing profile images are preserved.</p>\n<img />WP User Avatar Interface\n<p>I tested the plugin on WordPress 4.7.3 and didn’t encounter any issues. It’s worth noting that according to the <a href=\"https://wordpress.org/plugins/wp-user-avatars/faq/\">plugin’s FAQ</a>, it doesn’t work well with multisite.</p>\n<p>There has recently been some discussion on a<a href=\"https://core.trac.wordpress.org/ticket/16020\"> six-year-old trac ticket</a> requesting upload functionality for custom avatars. Some have even suggested that <a class=\"ext-link\" href=\"https://wordpress.org/plugins/simple-local-avatars/\">Simple Local Avatars</a>, <a class=\"ext-link\" href=\"https://wordpress.org/plugins/wp-user-avatar/\">WP User Avatar</a> or <a class=\"ext-link\" href=\"https://wordpress.org/plugins/add-local-avatar/\">Add Local Avatar</a> could be merged into core to provide the functionality. All three plugins combined are active on nearly 300K sites.</p>\n<p>The site I administer is the first I’ve managed in my WordPress career that has open registration. Interacting with registered users who are often new to WordPress has opened my eyes to how bad of an experience configuring an avatar is. Relying on a third-party service as core functionality to manage profile images doesn’t make any sense.</p>\n<p>Let us know what your experience is like configuring an avatar in WordPress. If you use a plugin that adds local avatar support, share a link to it in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 22:35:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: BuddyPress Core Contributors Working on a Way to Safely Edit a Group’s Permalink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/buddypress-core-contributors-working-on-a-way-to-safely-edit-a-groups-permalink\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3656:\"<p>This past weekend while managing a site that runs BuddyPress, I ran into a situation where I needed to change a group’s slug or permalink. Editing the permalink for a post or page in WordPress is easy but BuddyPress doesn’t have the same functionality. As you can see in the screenshot below, an edit button to change a group’s permalink doesn’t exist.</p>\n<img />No Way to Edit a Group’s Permalink\n<p>Changing the permalink of a post in WordPress automatically creates a redirect so the previous URL doesn’t generate a 404 error. BuddyPress doesn’t offer the same convenience. According to John James Jacoby, BuddyPress lead developer, groups do not have a canonical redirection, or keep track of their slug history.</p>\n<p>In my scenario, I had two choices. I could either change the slug and break a number of links or delete the group and recreate it with the slug of my choice. Since the group already has more than 300 members and a handful of posts, I chose the first option.</p>\n<p>After a cursory search of Google on how to change a group’s slug, I came across many results that referenced the <a href=\"https://wordpress.org/plugins/bp-edit-group-slug/\">BP Edit Group Slug</a> plugin created by Jacoby that had not been updated in seven years. As recently as two months ago, a <a href=\"https://buddypress.org/support/topic/changing-the-groups-slug-2/#post-262550\">thread on the BuddyPress support forums</a> confirmed that the plugin was broken and generated a lot of errors.</p>\n<p>After speaking to Jacoby on Slack and linking him to the forum thread, he graciously spent two hours of his time to update the plugin. I can confirm that it works as advertised with BuddyPress 2.8.1. To change a group’s slug after activation the plugin, visit the Group’s management page on the front-end of the site.</p>\n<img />Editing a Group’s Slug\n<p>Eight years ago, <a href=\"https://buddypress.trac.wordpress.org/ticket/281\">a ticket was created</a> on BuddyPress trac requesting the ability to change a Group’s slug. The ticket was eventually closed and labeled wontfix by <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, BuddyPress lead developer, “Adding it as a core feature is likely to introduce lots of problems, because changed group slugs break all existing links to the content,” Gorges said. “We don’t have a graceful fallback system for changed permalinks, like WP posts do. For now, let’s leave this to a plugin. If we ever overhaul groups to have a different storage mechanism, we can revisit.”</p>\n<p>In the BuddyPress Slack channel, David Cavins offered the following idea on how the feature could work, “We could probably add a step after the lookup fails that looks in another place, like <code>group_meta</code> for key = <code>previous_slug</code> and value = <code>slug that missed a group</code>,” he said. Both Gorges and Jacoby approved the idea and encouraged Cavins to work on it for BuddyPress core.</p>\n<p>Until the feature is added to core, perhaps a note could be added to the BuddyPress group creation screen for step three that emphasizes how important it is to make sure the permalink is correct.</p>\n<img />BuddyPress Group Creation Step Three\n<p>I was willing to sacrifice broken links in order to have the correct slug for my Group but it’s a lesson I learned the hard way. I’m hopeful that others don’t make the same mistake and that BuddyPress one day has a graceful fallback system for tracking permalink changes.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 22:16:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Initial Customizer Survey Results Reveal Majority of Respondents Don’t Use It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/initial-customizer-survey-results-reveal-majority-of-respondents-dont-use-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5605:\"<p>In January 2017, WordPress core design contributors posted a survey titled <a href=\"https://make.wordpress.org/design/2017/01/27/what-are-you-using-the-customizer-for/\" target=\"_blank\">What are you using the Customizer for?</a> The link was published on the Make WordPress Design blog and wasn’t widely shared, so it only received 50 replies. Responses were anonymous, but most seem to have come from the WordPress developer community.</p>\n<p>Despite the small sample number, the design team deemed the <a href=\"https://make.wordpress.org/design/2017/03/01/customizer-survey-results/\" target=\"_blank\">initial results</a> important enough to share with the community. Responses on the first question show that 53% never or rarely use the Customizer and 7.8% tend to only use it when setting up a site for the first time. Those who do use it (39.3%) range in frequency from monthly, weekly, and daily.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/customizer-survey-results-1.png?ssl=1\"><img /></a></p>\n<p>More than half of respondents (53.6%) do not add plugins to extend the Customizer. Those who do are adding plugins for theme options (12.5%), colors (5.4%), layout (7.1%), and other (21.4%). The majority of respondents indicated they use themes that add new functionality to the Customizer (53.9%) and those specified include colors, layout, typography, theme options, and design features.</p>\n<p>When asked if is there anything in the Customizer they cannot live without, 53.2% of respondents said no. This isn’t surprising given that most of them seem to be developers who are likely familiar with adding custom CSS or making edits to a child theme. Only 6.4% said they could not live without live previews. When asked if there was anything in the Customizer they never use, 31.3% of respondents said “Everything,” 20.8% said “No,” and the others identified specific features.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/customizer-survey-results-2.png?ssl=1\"><img /></a></p>\n<p>The negative comments on the questions are a general indicator of the lingering dissatisfaction with the Customizer. For those who use the feature regularly, one strong theme in their comments is that the separation between what settings are available in the Customizer versus the backend is confusing:</p>\n<blockquote><p>Setting up theme styling, redesigning, setting up sites, etc. Very useful for quick changes like a new header image to change up the look. Wish you could edit everything there instead of going elsewhere to edit content too.</p></blockquote>\n<blockquote><p>I don’t like it and wish that I didn’t have to use it. Most often if there is a setting I had to use the customizer for, I will either forget that something was set in the customizer and end up hunting around for it for a long time before remembering that’s where it was. More often than not the “preview” functionality doesn’t work and you have to save the settings anyway. Also there doesn’t seem to be any consistent logic as to what features should be in the customizer, and theme authors just put whatever they feel like putting in there.</p></blockquote>\n<blockquote><p>What would be great, it is to incorporate more settings in the Customizer in order to avoid the back and forth to set up the site (date format, title, tagline, posts per page, …).</p></blockquote>\n<p>Many users don’t understand the separation between content and presentation and don’t approach the Customizer with this mindset. Therefore, the Customizer’s omissions create a disjointed experience for users who are new to WordPress.</p>\n<blockquote><p>Absolutely! Most of my clients complain about the footer and why is it so difficult to modify something so basic as this sentence: “Proudly powered by WordPress”… It is really nonsense having so many options in customizer and still having to create a child theme only to be able to edit the standard footer sentence… That doesn’t make any sense, really!”</p></blockquote>\n<p>These kinds of frustrations are likely to continue until the Customizer can unify the content and theme editing experience. Currently, the bulk of content editing happens in the admin, but Customizer contributors are working towards adding <a href=\"https://wptavern.com/customize-posts-plugin-and-selective-refresh-are-paving-the-way-for-front-end-editing-powered-by-the-customizer\" target=\"_blank\">frontend editing powered by the Customizer</a>.</p>\n<p>It is difficult to know how to place this data, since the survey didn’t ask for any information about the respondents’ WordPress background. However, the large number of negative responses underscore the importance of having the Customizer as one of the three focuses for WordPress core development in 2017.</p>\n<p>Customizer component co-maintainer Weston Ruter said he’s “not really surprised” by the negative feedback in the survey, as there are lots of passionate opinions about the Customizer.</p>\n<p>“Everyone should agree that the Customizer isn’t a finished product, but the answer to that is to make it a focus and make it the live preview interface that WP needs, not rip it out,” Ruter said. “And that focus is what 2017 includes.”</p>\n<p>The <a href=\"http://13233232.polldaddy.com/s/what-are-you-using-customizer-for\" target=\"_blank\">survey is still open</a>, if you want to contribute more data for the design team to consider.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 19:06:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.7.3 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6090:\"<p>WordPress 4.7.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.7.2 and earlier are affected by six security issues:</p>\n<ol>\n<li>Cross-site scripting (XSS) via media file metadata. Reported by <a href=\"https://www.securesolutions.no/\">Chris Andrè Dale</a>, <a href=\"https://twitter.com/yorickkoster\">Yorick Koster</a>, and Simon P. Briggs.</li>\n<li>Control characters can trick redirect URL validation. Reported by <a href=\"http://www.danielchatfield.com/\">Daniel Chatfield</a>.</li>\n<li>Unintended files can be deleted by administrators using the plugin deletion functionality. Reported by <a href=\"http://b.360.cn/\">xuliang</a>.</li>\n<li>Cross-site scripting (XSS) via video URL in YouTube embeds. Reported by <a href=\"https://twitter.com/marcs0h\">Marc Montpas</a>.</li>\n<li>Cross-site scripting (XSS) via taxonomy term names. Reported by <a href=\"https://profiles.wordpress.org/deltamgm2\">Delta</a>.</li>\n<li>Cross-site request forgery (CSRF) in Press This leading to excessive use of server resources. Reported by Sipke Mellema.</li>\n</ol>\n<p>Thank you to the reporters for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>\n<p>In addition to the security issues above, WordPress 4.7.3 contains 39 maintenance fixes to the 4.7 release series. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.7.3\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.7.3&group=component&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=keywords&order=priority\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.7.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.7.3.</p>\n<p>Thanks to everyone who contributed to 4.7.3: <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/asalce/\">asalce</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">blobfolio</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a>, <a href=\"https://profiles.wordpress.org/bradyvercher/\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/drrobotnik/\">Brandon Lavigne</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty</a>, <a href=\"https://profiles.wordpress.org/ccprog/\">ccprog</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry/\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/matheusgimenez/\">MatheusGimenez</a>, <a href=\"https://profiles.wordpress.org/mnelson4/\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/codegeass/\">Muhammet Arslan</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pavelevap/\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/reldev/\">reldev</a>, <a href=\"https://profiles.wordpress.org/sanchothefat/\">Robert O’Rourke</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sanketparmar/\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/triplejumper12/\">triplejumper12</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, and <a href=\"https://profiles.wordpress.org/wpfo/\">wpfo</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 17:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"James Nylen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Post Status: Making a living without client work, with Carrie Dils\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=34997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://poststatus.com/making-living-without-client-work-carrie-dils/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3358:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and this episode’s special guest, Carrie Dils.</p>\n<p><span>Carrie Dils has been self-employed for a long time. After years of client work, she now makes her full-time living through multiple different channels, but is not currently doing client services. In this episode, Brian and Carrie talk about various methods for generating revenue, and some helpful tools to do so.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/61980.mp3\">https://audio.simplecast.com/61980.mp3</a>\n<p><a href=\"https://audio.simplecast.com/61980.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"http://waitbutwhy.com/2013/10/why-procrastinators-procrastinate.html\">Why Procrastinators Procrastinate</a></li>\n<li><a href=\"https://convertkit.com\">ConvertKit</a></li>\n<li><a href=\"https://mailchimp.com\">Mailchimp</a></li>\n<li><a href=\"https://chimpessentials.com/\">Chimp Essentials Mailchimp course</a></li>\n<li><a href=\"https://officehours.fm/podcast/136-2/\">Paul Jarvis on Carrie’s podcast</a></li>\n<li><a href=\"https://pjrvs.com/signup/\">Sunday Dispatches</a></li>\n<li><a href=\"http://www.nerdmarketing.com/\">Nerd Marketing</a></li>\n<li><a href=\"https://amylynnandrews.com/\">Amy Lynn Andrews</a></li>\n<li><a href=\"https://en.todoist.com/\">Todoist</a></li>\n<li><a href=\"https://simplenote.com/\">Simplenote</a></li>\n<li><a href=\"http://gettingthingsdone.com/\">Getting Things Done</a></li>\n<li><a href=\"https://1password.com/\">1Password</a></li>\n<li><a href=\"https://poststatus.com/art-self-employed-web-consultant-draft-podcast/\">Interview with Diane Kinney</a></li>\n</ul>\n<h3>Links to Carrie’s Work</h3>\n<ul>\n<li><span><a href=\"https://carriedils.com/business-lessons/\">Experience as an Uber driver</a> </span></li>\n<li><span><a href=\"https://officehours.fm\">Office Hours</a> </span></li>\n<li><span><a href=\"https://carriedils.com/blog/\">Carrie’s blog</a> </span></li>\n<li><a href=\"https://carriedils.com/courses/\"><span>WordPress courses </span></a></li>\n<li><span><a href=\"https://store.carriedils.com/downloads/utility-pro/\">Utility Pro theme</a> </span></li>\n<li><span><a href=\"http://realworldfreelancing.com/\">Real World Freelancing book</a> </span></li>\n</ul>\n<h3>Sponsor: Prospress</h3>\n<p><span><a href=\"https://prospress.com/\">Prospress</a> makes the WooCommerce Subscriptions plugin, that enables you to turn your online business into a recurring revenue business. Whether you want to ship a box or setup digital subscriptions like I have on Post Status, Prospress has you covered. Check out <a href=\"https://prospress.com/\">Prospress.com</a> for more, and thanks to Prospress for being a Post Status partner.</span></p>\n<p><em>Photo by Karyn Kelbaugh</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Mar 2017 15:44:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: HeroPress at 100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=1639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://heropress.com/heropress-at-100/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5332:\"<img width=\"960\" height=\"547\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/heropress_media-1024x583.png\" class=\"attachment-large size-large wp-post-image\" alt=\"HeroPress Media Thumbnails\" /><p>March 8th we’ll have 100 HeroPress essays published. This seems like an auspicious time to look back at what we’ve built.</p>\n<p>Since the first one I’ve only missed maybe 2 weeks. One essay has been taken down for security reasons. Only once has anyone really stood me up, and only four times or so has anyone asked for more time at the last second. In those times someone always stepped up.</p>\n<p>A goal of mine has always been diversity, across a number of vectors. I did pretty poorly in the first few months and ended up with diversity debt. Here are some stats as of the 100th post:</p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th>Men</th>\n<th>Women</th>\n<th>Americans</th>\n<th>Non-Americans</th>\n</tr>\n<tr>\n<td>55</td>\n<td>44</td>\n<td>34</td>\n<td>66</td>\n</tr>\n</tbody>\n</table>\n<p>That said, if you look at the last 50, the numbers look much more diverse:</p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th>Men</th>\n<th>Women</th>\n<th>Americans</th>\n<th>Non-Americans</th>\n</tr>\n<tr>\n<td>22</td>\n<td>26</td>\n<td>16</td>\n<td>34</td>\n</tr>\n</tbody>\n</table>\n<p>I have the next 8 contributors planned out, and they continue to enhance the diversity of HeroPress.</p>\n<h3>Sponsorship</h3>\n<p>Last June XWP started sponsoring HeroPress. As I’ve mentioned many times before, I’m wary of mixing money with HeroPress, because I never want to make money from the stories of these people I admire and respect so much. That said, the sponsorship makes it easier for me to spend the time away from my family working on HeroPress. Some wise people have told me that using money appropriately won’t lose me any real friends, so there we are.</p>\n<p>If you’re interested in talking to me about sponsorship, just send me an email, topher at this domain.</p>\n<h3>The Future</h3>\n<p>I don’t have any plans for changing the way essays work. I have people lined up through the end of April. I’ve recently found some new ways to find WordPressers in places I couldn’t access before, and I’m excited about the new places we’re going to hear about.</p>\n<p>I’ve been talking for months about doing a podcast. It would simply be me and someone far away from me talking about how they work and live. I hesitate to talk to Americans, because I already know how they live and work, but on the other hand, people outside America might be interested. We’ll see what happens after some research.</p>\n<p>I have some ideas about scholarships and software accessibility programs, but I’m still putting those together. I’ve recently been contacted by another organization that wants to work together on a scholarship, and that sounds exciting. Again, we’ll see what happens.</p>\n<h3>Thanks</h3>\n<p>I’d like to thanks everyone that’s been involved in making HeroPress great. At this point there are too many to name. Those of you that have tweeted, blogged, podcasted, and generally spread the word are amazing. Thanks to those that have written essays especially. Without contributors HeroPress wouldn’t exist at all.</p>\n<p>Thanks to those that have facilitated getting me to WordCamps like Pune, Europe, and US.</p>\n<p>Lastly, thanks to those that have committed to the future of HeroPress. I’m looking forward to all the things to come.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: HeroPress at 100\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=HeroPress%20at%20100&via=heropress&url=https%3A%2F%2Fheropress.com%2Fheropress-at-100%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: HeroPress at 100\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fheropress-at-100%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fheropress-at-100%2F&title=HeroPress+at+100\" rel=\"nofollow\" target=\"_blank\" title=\"Share: HeroPress at 100\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/heropress-at-100/&media=https://heropress.com/wp-content/uploads/2017/03/heropress_media-150x150.png&description=HeroPress at 100\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: HeroPress at 100\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/heropress-at-100/\" title=\"HeroPress at 100\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/heropress-at-100/\">HeroPress at 100</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 05 Mar 2017 16:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Web Annotations are Now a W3C Standard, Paving the Way for Decentralized Annotation Infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/web-annotations-are-now-a-w3c-standard-paving-the-way-for-decentralized-annotation-infrastructure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13734:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/02/writing.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/8Y0EDX4VP9\">Green Chameleon</a>\n<p><a href=\"https://www.w3.org/blog/news/archives/6156\" target=\"_blank\">Web annotations</a> became a W3C standard last week but the world hardly noticed. For years, most conversations on the web have happened in the form of comments. Annotations are different in that they usually reference specific parts of a document and add context. They are often critical or explanatory in nature.</p>\n<p>One of the key differences between comments and web annotations, according to the new standard, is that annotations were designed to be decentralized, creating “a new layer of interactivity and linking on top of the Web.” Comments are published by the publisher at the same location as the original content, but web annotation content is owned by the reader. Annotations don’t have to be published on the original content. The reader has the choice to publish using an “annotation service” or their own website.</p>\n<p>Doug Schepers, former Developer Relations Lead at W3C, described the difference between annotating and commenting on an <a href=\"http://thewebahead.net/60\" target=\"_blank\">episode on The Web Ahead podcast</a>:</p>\n<blockquote><p>When a comment is at the bottom of a page, it’s so abstracted out from the rest. They get off track, they start talking about other things that have nothing to do with the original article. If it’s an even vaguely political topic, you’ve got the partisans jumping in, yelling at one another, how they’re all idiots. You lose track with the content of the article. There’s this viscerality, this immediacy, of actually commenting on something in its context.</p></blockquote>\n<p>Do people want to annotate the web? Popular implementations of this concept, such as <a href=\"https://genius.com/web-annotator\" target=\"_blank\">Genius Web Annotator</a> and Medium’s annotation-style commenting, show that people enjoy interacting on the web in this way. The W3C Web Annotation Working Group’s goal in standardizing the technology behind web annotations was to produce a set of specifications for “interoperable, sharable, distributed Web Annotation architecture,” enabling healthy competition between services and discouraging publisher lock-in.</p>\n<p>Decentralization is critical to unlocking the full potential of annotations on the web. If commenters have control of their own content, they have the freedom to publish it wherever they like. Open comments sections can sometimes offer the illusion of discourse, but are ultimately under the control of the publisher. This is obvious if you’ve ever seen a controversial blog post, which should undoubtedly have comments with varying viewpoints, but the only comments published are those in agreement with the author.</p>\n<p>“This notion that whoever controls the original source also controls the dialog – that’s dangerous,” Schepers said. “This is why I like the idea of annotations. It’s inherent in the idea of annotations, this indie web aspect of, ‘I want to control what I say, what channels it goes out to.’ I can’t control who puts it into a different channel but I can control what channels I try to put it out into. I can actively publish in multiple channels.”</p>\n<h3>Hypothesis Plugin Brings Web Annotations to WordPress</h3>\n<p><a href=\"https://hypothes.is\" target=\"_blank\">Hypothesis</a> is a non-profit organization that is building an open platform for annotation on the web, based on the <a href=\"http://annotatorjs.org/\" target=\"_blank\">Annotator.js</a> library. It allows readers to highlight text and select whether they want to annotate it or highlight it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/hypothesis-annotations.png?ssl=1\"><img /></a></p>\n<p>The Hypothes.is community has an ecosystem of <a href=\"https://hypothes.is/tools-plug-ins-and-integrations/\" target=\"_blank\">tools and integrations</a> for various technologies and publishing platforms, including WordPress. The <a href=\"https://wordpress.org/plugins/hypothesis/\" target=\"_blank\">Hypothesis plugin on WordPress.org</a> offers the same functionality that you see on the Hypothesis website with the ability to select text and have a sidebar slide out for taking notes. Annotation requires an account with Hypothesis. You can test it by pasting any link into the tool on the <a href=\"https://hypothes.is/\" target=\"_blank\">Hypothesis</a> homepage.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/03/annotating.png?ssl=1\"><img /></a></p>\n<p>The mission of the Hypothesis project is “to bring a new layer to the web” that enables conversations on top of the world’s collected knowledge. The project also allows you to publish annotations privately, creating your own personal notebook of observations as you surf the web.</p>\n<p>The Hypothesis plugin allows users to customize the defaults and behavior and control where it’s loaded (front page, blog page, posts, pages, etc.) Highlights can be on or off by default and the sidebar can be collapsed or open. Annotations can also be enabled on PDFs in the Media Library. Hypotheses can be allowed/disallowed on a list of specific posts or pages, which is helpful for sites where the author may only want annotation on scholarly material.</p>\n<p><a href=\"https://github.com/kshaffer/hypothesis_aggregator\" target=\"_blank\">Hypothesis Aggregator</a> is another plugin for WordPress that offers a shortcode with different parameters for displaying annotations from the service. It allows site owners to display a collection of annotations from a certain user or topic.</p>\n<p><code>[hypothesis user = \'kris.shaffer\']</p>\n<p>[hypothesis tags = \'IndieWeb\']</p>\n<p>[hypothesis text = \"Domain of One\'s Own\"]</p>\n<p>[hypothesis user = \'kris.shaffer\' tags = \'IndieEdTech\']</code></p>\n<p>The output includes a link to the original content, the highlighted text, the annotation, and the person who curated it.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/03/hypothesis-aggregator.png?ssl=1\"><img /></a></p>\n<p>Kris Shaffer, the plugin’s author, is considering adding support for multiple tags (in both AND and OR configurations) as well as the ability to embed a single annotation in a post, like users can with a tweet.</p>\n<p>The Hypothesis network of annotators is growing, along with the vast collection of knowledge that is getting linked and added every day. The service just completed a record month with nearly 6,000 annotators contributing content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">A record month <a href=\"https://twitter.com/hypothes_is\">@hypothes_is</a> in February: almost 6K active annotators made 112,385 <a href=\"https://twitter.com/hashtag/annotations?src=hash\">#annotations</a>. Did you help? <a href=\"https://t.co/R2DZaf6D7i\">https://t.co/R2DZaf6D7i</a> <a href=\"https://t.co/HWNVUXUS9s\">pic.twitter.com/HWNVUXUS9s</a></p>\n<p>— Hypothes.is (@hypothes_is) <a href=\"https://twitter.com/hypothes_is/status/836993180486684672\">March 1, 2017</a></p></blockquote>\n<p></p>\n<p>Members of the Hypothesis team are principal contributors to the Annotator project and the organization was also deeply involved in the effort to make web annotations a W3C standard. The Hypothesis community tools are quite frequently used in the context of scholarly or academic dialogue, but the app aims to bring annotation to all types of websites, including news, blogs, scientific articles, books, terms of service, ballot initiatives, legislation, and more.</p>\n<p>In a <a href=\"https://www.youtube.com/watch?v=2jTctBbX_kw\" target=\"_blank\">presentation</a> at the Personal Democracy Forum in 2013, Dan Whaley, founder and CEO of Hypothesis, described the organization’s motivation behind annotating all of the web’s collective knowledge:</p>\n<blockquote><p>Think back 1,000 years, reflect on the key documents produced over that time, like the Magna Carta in 1215 or the Declaration of Independence, for which we only have the document itself. What we’re missing are the notes passed between co-authors in the drafting, the reviews by others providing feedback on early versions. We lack the perception by the public immediately after and most of the fine-grained citations, quotations, and reuse in the intervening years. Those incessant arguments about why the founding fathers chose this or that particular phrasing – what if we had a much better idea, the direct record of their internal deliberations? There’s no shortage of things to annotate, and there’s more knowledge being created per minute now than ever before – laws, scientific articles, news, books, tweets, data …but our tools are crude, balkanized, ill-preserved, and even then only available on a small minority of what’s important.</p></blockquote>\n<p>The idea of web annotations is to capture the surrounding conversation that doesn’t necessarily fit into traditional comments, preserving it in a way that is open, sharable, and cooperates nicely with other technologies using the web’s standard.</p>\n<h3>What Does the W3C Standard Mean for the Future of Annotations?</h3>\n<p>Web annotation seems to promote more critical thinking and collaboration but it’s doubtful that it would ever fully replace commenting systems. The two serve different purposes and it’s more likely that annotations will serve to supplement conversations on the web. Not everyone is fond of the current implementations of annotation UI, which require visitors to keep clicking on things as they are reading.</p>\n<p>Despite being first being introduced to the web in the Mosaic browser prototype in 1993, annotation tools are still in their infancy. In a <a href=\"https://genius.com/Marc-andreessen-why-andreessen-horowitz-is-investing-in-rap-genius-annotated\" target=\"_blank\">post</a> announcing Andreessen Horowitz’s $15 million investment in Rap Genius, Marc Andreesen describes how the technology was almost built into the first web browser:</p>\n<p>“Only a handful of people know that the big missing feature from the web browser – the feature that was supposed to be in from the start but didn’t make it – is the ability to annotate any page on the Internet with commentary and additional information.”</p>\n<p>The implementation was pulled not too long after, because they didn’t have the capabilities required to host all the annotations and have it scale. For the past 24 years, various companies and organizations have taken a stab at bringing this feature back to the web – all with varying approaches that don’t necessarily play well together. That’s why the W3C standard is an important development.</p>\n<p>“While Hypothesis and others are already enabling annotation to take place over any page on the Web, a standard means that there is additional incentive for browser vendors to include this functionality natively,” Dan Whaley <a href=\"https://hypothes.is/blog/annotation-is-now-a-web-standard/\" target=\"_blank\">said</a>. “The more that these new collaborative layers are present without any additional action on the part of the user, the more their use will grow.”</p>\n<p>Whaley also said the new W3C standard should send a strong signal to those who have developed proprietary annotation implementations, such as Genius, Readcube, Medium, and Amazon (Kindle).</p>\n<p>“These technical recommendations have the weight of the web community behind them and can be relied upon,” Whaley said. “Our hope is that the standard will not only encourage others to adopt its technical approach, but also ultimately to open their platforms.”</p>\n<p>In an ideal world, Doug Schepers sees annotation as a feature that is “baked straight into the web,” where all users can choose where their content is published. Annotation services would then offer the ability for users to choose which syndicators and aggregators the content is going out to. Publishers in turn would have the ability to consume annotation content and bring it back through their commenting system if they feel it adds value.</p>\n<p>“We can refine things over time,” Schepers said. “We can improve our culture over time. It sounds kind of lofty and maybe sort of abstract, but I think that’s what annotations can help us do. It can actually increase the growth of ideas and not the suppression of ideas. It can improve how we create our culture in a more conscious way, in a way that includes more critical thinking.”</p>\n<p>Schepers said it’s too soon to know how the future will unfold for web annotations and whether or not browsers will be interested in supporting them natively. Annotations may be relegated to live in script libraries forever if they don’t catch on with browsers. Like any new layer of interaction on the web, it’s worth building to see how the initial idea evolves based on where the users take it.</p>\n<p>“I don’t know what’s going to happen with annotations,” Schepers said. “That’s what I’m excited by. I can think of all sorts of things that might happen with annotations if we truly enable this, but I’m more looking forward to the things that I didn’t see coming at all.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 23:02:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WPCampus 2017 to Take Place July 14-15 in Buffalo, NY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/wpcampus-2017-to-take-place-july-14-15-in-buffalo-ny\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6398:\"<img />WPCampus Date\n<p><span class=\"st\">After the inaugural </span> WPCampus concluded <a href=\"https://2016.wpcampus.org/\">in 2016</a>, organizers <a href=\"https://wptavern.com/wpcampus-is-accepting-applications-to-host-the-event-in-2017\">put out a call</a> for campuses across the country to host the event in 2017. The WPCampus planning committee has <a href=\"https://2017.wpcampus.org/2017/02/23/announcing-second-annual-wpcampus-conference/\">announced</a> that <a href=\"https://2017.wpcampus.org/\">WPCampus 2017</a> will be held July 14-15, at <a href=\"https://2017.wpcampus.org/venue/\">Canisius College</a> in Buffalo, New York.</p>\n<p>In addition to announcing the date, the committee is accepting <a href=\"https://2017.wpcampus.org/call-for-speakers/\">speaker submissions</a> and <a href=\"https://2017.wpcampus.org/sponsors/\">looking for sponsors</a>. Speaker submissions will be accepted until March 24th, 2017.</p>\n<p>Rachel Carden, a Senior Software Engineer for Disney Interactive, came up with the idea for WPCampus in a Tweet published in August, 2015. Since then, the community has grown to more than 500 members.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Ooh. Dream with me: \"<a href=\"https://twitter.com/hashtag/WordCampus?src=hash\">#WordCampus</a>: A WordCamp for folks using <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a> in Higher Education.\" I like it. <a href=\"https://twitter.com/hashtag/heweb?src=hash\">#heweb</a> <a href=\"https://t.co/m1zEkpkP4B\">https://t.co/m1zEkpkP4B</a></p>\n<p>— Rachel Carden (@bamadesigner) <a href=\"https://twitter.com/bamadesigner/status/628324358126235648\">August 3, 2015</a></p></blockquote>\n<p></p>\n<h2>Interview With Rachel Carden</h2>\n<p><strong>What did you learn from organizing the first WPCampus that will improve the second event?</strong></p>\n<p>Most of the lessons learned from WPCampus 2016 involved logistics. A brand new community planning a brand new event with very minimal people ‘on the ground’ was challenging but, clearly, not impossible.</p>\n<p>Most of the changes we’ve implemented have been on how to make the time we spend planning more efficient, especially since we are an entirely volunteer-driven organization spread out all over the world.</p>\n<p>Overall, our first event was a success but there’s always little notes you take away for the next go round, like ‘make sure we take the group photo BEFORE everyone leaves’ and highlighted at the top of the list: ‘make sure we have candy again.’</p>\n<p>Ultimately, our main priority is to ensure attendees aren’t worrying about the ‘where’, ‘what’, and ‘how’ so they can instead focus on learning, networking, and making the most out of our short time together. This means taking notice of how we can improve communication, signage, etc.</p>\n<p>‘The secret of all victory lies in the organization of the non-obvious’ could not be more true. The biggest question we asked ourselves after WPCampus 2016 was ‘how can we create more opportunities for diverse interaction and discussion?’</p>\n<p>Our planning team has some great ideas and we’re excited to experiment a little, to see how a conference might be able to drive development outside the usual sessions and lightning talks. We’re really excited for what’s in store for our next event.</p>\n<p><strong>Will there be another WordPress in higher education survey?</strong></p>\n<p>I hope so! If not, it won’t be for lack of desire. Last <a href=\"https://wptavern.com/wpcampus-survey-results-indicate-misconceptions-of-wordpress-are-slowing-its-growth-in-higher-education\">year’s survey</a> offered an incredible amount of insight and data into how WordPress is being used in higher education. It would be great to see what has changed. Stay tuned!</p>\n<p><strong>Why was Canisius College chosen for the event?</strong></p>\n<p>We had some amazing universities apply and invite us all to their campus. An honor for which we are most grateful and appreciative. As was the case with WPCampus 2016, it was really hard to pick just one but ultimately, it comes down to what we believe is best overall for our attendees.</p>\n<p>We even have a grading matrix because, of course we do, we’re in higher education. Canisius College is a beautiful campus in a great location, especially since a majority of the WPCampus community is located in the eastern U.S. and Canada.</p>\n<p>The team at Canisius has also been extremely supportive and is working hard to make sure we have a great time in their top-notch facilities. Buffalo is also a great city with amazing architecture, food, and scenery that we’re excited to explore.</p>\n<h2>WPCampus Is Aiming for Sessions With a Variety of Perspectives</h2>\n<p>For a glimpse into what WPCampus <a href=\"https://2017.wpcampus.org/about/\">is all about</a>, check out these recaps from those who attended the event in 2016. You can also watch most of the sessions from the event via the <a href=\"https://2016.wpcampus.org/schedule/\">schedule page</a>.</p>\n<ul>\n<li><a href=\"https://calderawp.com/2016/07/wpcampus-2016-recap/\">WPCampus 2016 Recap</a></li>\n<li><a href=\"https://www.thewpcrowd.com/wordpress/wordcamps/wpcampus-2016/\">WPCampus 2016: WordPress in Higher Education</a></li>\n<li><a href=\"https://wpdistrict.sitelock.com/blog/wp-campus-a-wordpress-event-focused-on-higher-education/\">WPCampus – A WordPress Event Focused on Higher Education</a></li>\n<li><a href=\"http://davidbisset.com/wpcampus-review/\">WPCampus Review</a></li>\n</ul>\n<p>Registration is not yet available but will open soon.</p>\n<p>“We aim for our session topics to be a good mix of WordPress in higher ed as well as solely higher ed and solely WordPress,” Carden said.</p>\n<p>“We recognize the value and inspiration in all perspectives. We hope the general WordPress community, and other higher ed communities, will see the value in investing in WPCampus and its mission to advance higher education by lending their time, knowledge and experience.”</p>\n<p>To receive updates related to the event, you can follow <a href=\"https://twitter.com/wpcampusorg\">WPCampus</a> on Twitter or keep an eye on the <a href=\"https://2017.wpcampus.org/announcements/\">announcements page</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 17:24:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Henry Crown Fellowship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://ma.tt/2017/03/henry-crown-fellowship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:645:\"<p>I’m very excited to have been selected to join the <a href=\"http://agln.aspeninstitute.org/fellowships/henrycrown/classes/XXI\">Henry Crown Fellowship Class of 2017</a>. Many, many folks I admire including Reed Hastings, Kim Polese, Cory Booker, Aileen Lee, Stephen DeBerry, Deven Parekh, Chris Sacca, Tim Ferriss, Reid Hoffman, Scott Heiferman, Troy Carter, Bre Pettis, Lupe Fiasco, and Alexa von Tobel have been through the program in previous years, and several of those people have spoken highly of it to me. I’m excited to meet and get to know the rest of the 2017 class, and embark on a learning journey alongside them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Mar 2017 16:27:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Do You Enjoy WordPress Meetups? Let the Community Marketing Team Know Why\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/do-you-enjoy-wordpress-meetups-let-the-community-marketing-team-know-why\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2722:\"<p>When Matt Mullenweg, co-founder of the WordPress project, delivers his annual <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of The Word presentation</a>, he always gives props to meetup organizers and attendees. In 2016, there were 3,193 meetup events in 58 countries attended by 62,566 people. <a href=\"https://www.meetup.com/topics/wordpress/\">Meetups</a> are one of the cornerstones of the community and for many are the gateway to discovering WordPress.</p>\n<p>In an effort to raise awareness of the project and its community, the Community Marketing team, a subgroup of the <a href=\"https://make.wordpress.org/marketing/\">Marketing team</a>, is asking volunteers to <a href=\"https://make.wordpress.org/community/2017/03/01/meetup-video-testimonials-we-need-your-help/\">record video testimonials</a> at WordCamps and meetups in March and April. The team wants to hear stories from users on why they use WordPress and how they’ve benefited from attending meetups.</p>\n<p>Other questions to consider asking include:</p>\n<ul>\n<li>How long have you been using WordPress.</li>\n<li>What brought you to the Meetup?</li>\n<li>How has coming to this Meetup affected you?</li>\n</ul>\n<p>Videos should be 1-5 minutes in length and <a href=\"http://wordpress.tv/submit-video/\">uploaded to WordPress.tv</a> under the Testimonies category. Ideal recording conditions are a quiet room with decent lighting and good audio. Recordings can be planned or spontaneous and minimal post production editing is encouraged. Also consider making the videos more accessible by adding <a href=\"https://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">captions and translations</a>.</p>\n<p>The idea has received positive feedback with meetup attendees and organizers stating their <a href=\"https://make.wordpress.org/community/2017/03/01/meetup-video-testimonials-we-need-your-help/#comment-23138\">intention to participate</a>. For an example on how to record WordPress testimonials, check out this video by Troy Dean where he interviews attendees at <a href=\"http://wordpress.tv/event/wordcamp-sunshine-coast-2016/\">WordCamp Sunshine Coast</a> 2016.</p>\n<div class=\"embed-wrap\"></div>\n<p>If there’s not a <a href=\"https://www.meetup.com/topics/wordpress/\">WordPress meetup</a> in your area, consider organizing one yourself using <a href=\"https://wptavern.com/guide-to-starting-and-maintaining-a-wordpress-meetup\">our guide</a>. For additional advice, I recommend this <a href=\"http://ithemes.com/publishing/run-wordpress-meetup/\">free ebook by iThemes</a> that includes interviews with several organizers who share their experience managing meetups.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 23:56:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordPress.com Announces New Importer for Medium Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wptavern.com/wordpress-com-announces-new-importer-for-medium-posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6732:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2016/08/typewriter.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/4OURRGDU7Z\">Sergey Zolkin</a>\n<p>Medium started 2017 on uncertain footing, <a href=\"https://blog.medium.com/renewing-mediums-focus-98f374a960be#.xij39212w\" target=\"_blank\">laying off a third of its staff</a> in January after admitting that its ad-based business model was not working.</p>\n<p>“We had started scaling up the teams to sell and support products that were, at best, incremental improvements on the ad-driven publishing model, not the transformative model we were aiming for,” Medium CEO Ev Williams said. “To continue on this trajectory put us at risk — even if we were successful, business-wise — of becoming an extension of a broken system. Upon further reflection, it’s clear that the broken system is ad-driven media on the internet.”</p>\n<p>Williams said that Medium will be taking “a different, bolder approach” to this problem of driving payment for quality content but that “it is too soon to say exactly what this will look like.” Medium may be <a href=\"https://twitter.com/rrhoover/status/827340315681923072\" target=\"_blank\">experimenting with paid subscriptions</a> in the future, but the company has yet to articulate its next strategy for monetization.</p>\n<h3>WordPress.com Now Offers an Importer Tool for Medium</h3>\n<p>Publishers that don’t want to stick around for Medium’s next round of experimentation can now easily migrate to WordPress. Automattic <a href=\"https://en.blog.wordpress.com/2017/03/02/import-your-medium-posts-to-wordpress-com/\" target=\"_blank\">announced</a> a new Medium importer for WordPress.com today and the company also plans to make it available to self-hosted WordPress sites through Jetpack.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/03/wordpressdotcom-medium-importer.png?ssl=1\"><img /></a></p>\n<p>Medium users can export content to a zip file and then upload it into WordPress.com’s import tool. The import includes posts, tags, images, and videos and takes approximately 15 minutes to complete. Previously, Medium sites could be imported into WordPress using an RSS importer plugin, but there were significant drawbacks to this approach. WordPress.com’s importer tool takes this into account.</p>\n<p>“Using the provided RSS file from Medium’s export archive was not sufficient, because some of the post data, like embeds, is missing,” Automattic developer Marko Andrijašević said. “Because of that, we are combining the data available in RSS and exported HTML files to accurately reproduce the post’s content.”</p>\n<p>Medium hasn’t made it easy for publishers to leave with their full content and has changed the format of its exports multiple times in the past. Andrijašević said this is one of the reasons it took WordPress.com so long to add an importer, along with the fact that the provided data in the exported archive was not sufficient to import everything correctly.</p>\n<p>“We’ll have Jetpack support coming soon for self-hosted sites,” Andrijašević said. “One other workaround for self-hosted site owners would be to use the Medium importer on WordPress.com, and then generate a WXR (WordPress eXtended RSS) file with our exporter. The WXR can then be used with WordPress importer on any self-hosted site.”</p>\n<p>In addition to its uncertain future and unsightly permalinks, Medium gives users plenty of other reasons to be wary of the platform. <a href=\"https://www.buzzfeed.com/charliewarzel/when-you-launch-your-publication-the-same-day-medium-changes\" target=\"_blank\">Publishers were not notified in advance</a> about the company’s “renewed focus” and its plan to abandon the advertising model. Medium’s product is its users’ content and the company’s <a href=\"https://medium.com/policy/medium-terms-of-service-9db0094a1e0f#.c309bw63n\" target=\"_blank\">terms of service</a> state that it can use that content to promote its own products and services, enable advertising, and “remove any content you post for any reason.”</p>\n<p>Part of the appeal of Medium is that it removes the burden of site management. Publishers are now expected to navigate things like AMP, FB Instant Articles, social networks, and SEO to drive traffic to their websites. With Medium, publishers are trading site ownership for convenience. If the company is not able to find a workable way to monetize users’ content, it has a very real chance of joining the hundreds of <a href=\"https://indieweb.org/site-deaths\" target=\"_blank\">blogging silos that have died</a> or been bought by a competitor simply to be shut down and have their technology reabsorbed.</p>\n<p>Medium’s publishing experience is entirely geared towards making the company successful by monetizing the efforts of publishers on its network. In a post titled <a href=\"http://practicaltypography.com/billionaires-typewriter.html\" target=\"_blank\">The Billionaire’s Typewriter</a>, Matthew Butterick writes about how the platform’s limitations on features and customization are designed to “let Medium extract value from the talent and labor of others.” He describes digital sharecropping in its shiniest form:</p>\n<blockquote><p>Because in return for that snazzy design, Medium needs you to relinquish control of how your work gets to readers.</p>\n<p>Tempting perhaps. But where does it lead? I fear that writers who limit themselves to providing “content” for someone else’s “branded platform” are going to end up with as much leverage as cows on a dairy farm.</p>\n<p>Medium is a new kind of typewriter—the billionaire’s typewriter. It’s not the only billionaire’s typewriter. So is the Kindle. So is iBooks. So is Twitter. <strong>What distinguishes these new typewriters is not the possibilities they make available to writers, but what they take away.</strong></p></blockquote>\n<p>Publishers who want to determine the trajectory and reach of their own work need to migrate to a more stable platform where they have full control of their content. It’s not yet clear how Medium plans to monetize in the future, but the company will undoubtedly continue reaping the economic rewards of its publishers’ work. Whether you choose open source software or some other avenue, it’s worth leaving Medium’s grand experiment in order to own your own work.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Mar 2017 22:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WPWeekly Episode 265 – Interview with Matt Medeiros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66822&preview=true&preview_id=66822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wptavern.com/wpweekly-episode-265-interview-with-matt-medeiros\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3596:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://craftedbymatt.com/\">Matt Medeiros</a>, co-founder of <a href=\"http://slocumstudio.com/\">Slocum Studio</a>. Medeiros developed <a href=\"https://conductorplugin.com/\">Conductor</a>, a WordPress plugin that enables people to display content in blocks, similar to the approach that <a href=\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\">WordPress core is taking</a>. He shares his thoughts and opinions on core’s approach and how it might impact the content builder market.</p>\n<p>Since Medeiros co-founded Slocum Studio with his father, Mark Medeiros, we discover what it’s like to operate a web development agency with a family dynamic. Last but not least, he shares his experience in the <a href=\"https://slocumthemes.com/\">commercial theme market</a> and gives us a first-hand account of what it was like to go through the <a href=\"https://make.wordpress.org/themes/handbook/review/\">theme review process</a>. Based on the experience, Medeiros says he will not submit new themes to the directory.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability\">NextGEN Gallery Patches Critical SQL Injection Vulnerability</a><br />\n<a href=\"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support\">Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support</a><br />\n<a href=\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\">Freemius Launches Insights for WordPress Themes</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/woo-simple-ads-server/\">WooCommerce Simple Ads Server</a> lets you create ads and campaigns for selling your own WooCommerce products on other websites. It lists all of your WooCommerce products on the back-end with options to create and assign banners for each product. It also provides all the scripts and embed codes necessary for your banners.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-keyword-monitor/\">WP Keyword Monitor</a> uses the official API from Google to track your organic keyword rankings. You can track up to 100 keywords per day. This plugin provides full reports and displays a running graph of your rankings and statistics over time.</p>\n<p><a href=\"https://wordpress.org/plugins/private-uploads/\">Private Uploads</a> protects sensitive uploaded files so that only logged-in users can access them. This plugin moves your designated private files to a separate folder and configures the web server to ask WordPress to authenticate access to files in that folder. It’s more efficient than similar plugins because it only rubs when serving files in the private folders.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 8th 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #265:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 23:28:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"HeroPress: WordPress Opened Up a Whole New World\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1620\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://heropress.com/essays/wordpress-opened-whole-new-world/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10833:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/030117-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: If it hadn\'t been for WordPress, I would never have experience being part of an open-source community.\" /><h3>Before WordPress</h3>\n<p>Several years ago, I went through a tough time in my life. I lost my job and I was desperately in need of a career change. Because of the economic climate in Zimbabwe, I didn’t see many options, but I felt that IT held the most promising future.</p>\n<p>So I completed an A+ course and obtained a CCNA certification. Unfortunately, in Zimbabwe, skills and certifications were not enough to secure meaningful employment. Being a college drop-out, I didn’t have the required diploma or degree that employers were looking for.</p>\n<p>That’s when I enrolled in a diploma in management of information systems. In this course, there was a module called “Programming and Web Design”. I was introduced to HTML, CSS and Javascript, among other programming languages. But it was only an introduction… it wasn’t enough to be able to create my own website.</p>\n<p>After graduating, I studied online tutorials and learned how to create a website. That was the beginning of my personal website, franksweb.org, a static HTML website that I created from scratch.</p>\n<p>Not long after that, I was hired by an an online design and marketing firm that was looking for a web developer. To my surprise, I found that they only used content management systems (CMS) to create websites. No one was making static HTML websites!</p>\n<p>Joomla! was the preferred CMS at this company. It wasn’t until I was assigned to create a website for a local recording artist that I discovered WordPress. I was searching for templates that suited the client’s needs and discovered a template that just happened to be WordPress!</p>\n<p>I had heard of WordPress, even though they didn’t teach us about content management systems in my diploma course. All I knew was that WordPress was a free blogging service.</p>\n<blockquote><p>I had no idea how much more was possible using WordPress.</p></blockquote>\n<p>I soon discovered the numerous advantages of using WordPress over Joomla! (There’s a reason why 27% of the web uses WordPress, whereas Joomla! is used by only 3%!) Soon after, I re-designed franksweb.org using WordPress. So began my love affair with WordPress.</p>\n<h3>Freelancing</h3>\n<p>After having worked for my employer for a little over one and a half years, receiving a very small salary, the time came for me to move on. My employer had been failing to pay our salaries and owed me a lot of money in back pay (which has never been paid to me to this day). So I had no choice but to leave and I started freelancing.</p>\n<p>Since I started freelancing, all the websites I’ve created for my clients (except for one) have been WordPress sites. WordPress has empowered me to make a living from creating functional websites that are easy to manage for my clients.</p>\n<p>Here in Zimbabwe, very few web designers and web developers create static HTML websites. The majority use content management systems, and for good reason. Of course, the overwhelming majority are WordPress sites. This is just a testament to how WordPress makes our jobs easier and the potential to make money using WordPress.</p>\n<h3>The WordPress Community</h3>\n<p>One thing that we were taught in my diploma course was the importance of continuous professional development (CPD). That, and the fact that I had a genuine passion for all things WordPress, led me to soak up anything WordPress-related that I could get my hands on. I watched a lot of Morten Rand-Hendriksen’s tutorials on lynda.com to advance my skills. The WordPress.org website became a permanent tab on my desktop whenever you opened my web browser (my “WordPress Bible”). I also made sure the “WordPress News” box was always open in all my Dashboards so I could keep up with the latest in WordPress.</p>\n<p>One day I saw a <a href=\"https://wptavern.com/\" target=\"_blank\">WPTavern</a> article in my Dashboard calling for applications to participate in the first WordCamp incubator program. I was very interested since Zimbabwe had never had a WordCamp before. I didn’t know of anyone else in Harare who had the same desire but I applied anyway.</p>\n<p>More than a hundred cities applied so I honestly wasn’t expecting my application to be chosen, especially because of the challenges that my country is facing.</p>\n<blockquote><p>I was shocked when I got an email from Rocio Valdivia and Hugh Lashbrooke saying they wanted to interview me for the incubator program.</p></blockquote>\n<p>Later on, I received an email from Andrea Middleton saying my application to be a WordCamp organizer had been accepted! This was a very exciting time for me. It was now going to be possible to experience the things I had read about the WordPress Community here in Zimbabwe, too.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/meetup_at_CSZ-min.jpeg\"><img class=\"size-large wp-image-1627\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/meetup_at_CSZ-min-1024x576.jpeg\" alt=\"First meetup at the Computer Society of Zimbabwe, August 20, 2016\" width=\"960\" height=\"540\" /></a>First meetup at the Computer Society of Zimbabwe, August 20, 2016\n<p>The first thing that I needed to do was start a monthly WordPress meetup group in Harare because there was no regular meetup that I was aware of, and therefore no real WordPress Community. It was a struggle but thanks to the guidance and support of WordCamp Central, and the support of the <a href=\"http://www.csz.org.zw/\" target=\"_blank\">Computer Society of Zimbabwe</a>, we were able to have meetups and the membership grew.</p>\n<blockquote><p>Months later, we hosted the very first WordCamp in Zimbabwe: WordCamp Harare 2016.</p></blockquote>\n<p>It was a success and much better than I thought it would be. Along with our monthly meetups, WordCamp did a lot to promote awareness of the WordPress Community. Since then, quite a number of local WordPress users have become active in the WordPress Community. I absolutely love hosting meetups and sharing knowledge about something which I am passionate about.</p>\n<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min.jpg\"><img class=\"size-large wp-image-1628\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/03/wordcamp_at_harare_city_library-min-1024x678.jpg\" alt=\"First WordCamp Harare at Harare City Library\" width=\"960\" height=\"636\" /></a>First WordCamp Harare at Harare City Library\n<p>On a personal level, working with the WordPress Community opened up a world that I didn’t know existed within WordPress. I got to know so many amazing people and everyone has been helpful and kind. The WordPress Community is made up of people who are generous and willing to give their time and share knowledge with others. For me, it is very fulfilling to be able to give back to something which I have benefited from so much.</p>\n<p>One of the highlights of WordCamp for me was meeting Job Thomas and Herman Kok, two of our speakers who came from South Africa. They both work for <a href=\"https://automattic.com/\" target=\"_blank\">Automattic</a>, the company that owns WordPress.com, WooCommerce, Jetpack and other WordPress-related products. (Before I became active in the WordPress Community, I had no idea Automattic had an office in South Africa!) Talking to them, I got a strong sense that they were passionate, not only about what they do, but about sharing their knowledge and experience with others.</p>\n<p>I was encouraged and inspired to apply to work for Automattic. The position that I wish to apply for is called “Happiness Engineer”. Basically, your job is customer support. For me, this is a dream job: getting paid to do something that I have a passion for which is share my knowledge of WordPress with others. They say that if you find something that you love to do, you’ll never work another day in your life. So currently, I spend time helping other users in Automattic product forums in order to gain more direct experience before I apply.</p>\n<p>This past year has been an awesome journey for me. If it wasn’t for WordPress, I would never have experienced being part of an open-source community and the doors that have opened for me. There are so many awesome people that I never would have gotten to know. WordPress truly changed my life.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Opened Up a Whole New World\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Opened%20Up%20a%20Whole%20New%20World&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Opened Up a Whole New World\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-opened-whole-new-world%2F&title=WordPress+Opened+Up+a+Whole+New+World\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Opened Up a Whole New World\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-opened-whole-new-world/&media=https://heropress.com/wp-content/uploads/2017/03/030117-150x150.jpg&description=WordPress Opened Up a Whole New World\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Opened Up a Whole New World\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\" title=\"WordPress Opened Up a Whole New World\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-opened-whole-new-world/\">WordPress Opened Up a Whole New World</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 12:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Thabo Tswana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: HackerOne Launches Free Community Edition for Non-Commercial Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/hackerone-launches-free-community-edition-for-non-commercial-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5076:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://www.hackerone.com\" target=\"_blank\">HackerOne</a>, the vulnerability coordination and bug bounty platform, has launched a new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a> for open source projects. The company is built around the notion that, “given enough eyeballs, all vulnerabilities are shallow.” HackerOne announced a <a href=\"https://www.hackerone.com/blog/The-best-security-initiative-you-can-take-in-2017\" target=\"_blank\">$40 million round of funding</a> earlier this month, which allows the company to expand its market and add new features to the platform.</p>\n<p>Open source projects are one area where HackerOne is expanding its reach. The company participates in the <a href=\"https://internetbugbounty.org/\" target=\"_blank\">Internet Bug Bounty</a> program, which helps secure core internet infrastructure and open source software, but HackerOne is now opening up its own platform.</p>\n<p>“One of the goals I have had in my work with HackerOne is to build an even closer bridge between HackerOne and the open source community,” community strategy consultant Jono Bacon said. Bacon <a href=\"http://www.jonobacon.org/2017/02/09/hackerone-professional-free-open-source-projects/\" target=\"_blank\">announced</a> the availability of HackerOne’s new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a>, which has not yet been formally announced but is already open for applicants.</p>\n<p>The Community Edition has all the same features as HackerOne’s Professional Edition, including vulnerability submission/coordination, duplicate detection, hacker reputation, analytics, and more. The only difference is that it doesn’t include paid customer support and program assistance. It also integrates with many popular issue tracking tools, such as JIRA, GitHub, Bugzilla, Zendesk, Track, and others.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/hackerone-community-edition.png?ssl=1\"><img /></a></p>\n<p>Although the name “Community Edition” might suggest to some that it is self-hosted, HackerOne actually provides it as a SaaS offering with no setup or deployment required.</p>\n<p>Open source projects are eligible if they meet a few requirements:</p>\n<ul>\n<li>Must be open source projects covered by an <a href=\"https://opensource.org/licenses\" target=\"_blank\">OSI license</a></li>\n<li>Be active and at least 3 months old (age is defined by shipped releases/code contributions)</li>\n<li>Include a SECURITY.md in the project root that provides details for how to submit vulnerabilities (<a href=\"https://github.com/discourse/discourse/blob/master/docs/SECURITY.md\" target=\"_blank\">example</a>)</li>\n<li>Display a link to your HackerOne profile from either the primary or secondary navigation on the project’s website</li>\n<li>Maintain an initial response to new reports of less than a week</li>\n</ul>\n<p>WordPress doesn’t have its own listing in the HackerOne directory but <a href=\"https://hackerone.com/automattic\" target=\"_blank\">Automattic’s page</a> says the company also welcomes reports for WordPress, BuddyPress, and bbPress. Automattic has had 446 bugs resolved through its program on HackerOne, which it has maintained for the past three years. A handful of other WordPress-related projects are also listed in the directory, including the <a href=\"https://hackerone.com/wordpoints\" target=\"_blank\">WordPoints</a> plugin, <a href=\"https://hackerone.com/iandunn-projects\" target=\"_blank\">Ian Dunn’s projects</a>, and <a href=\"https://hackerone.com/flox\" target=\"_blank\">Flox</a>.</p>\n<p>Having a crowd-sourced security program in place is becoming more critical, as breeches are costing companies billions of dollars every year. The World Economic Forum’s <a href=\"http://www3.weforum.org/docs/GRR/WEF_GRR16.pdf\" target=\"_blank\">2016 Global Risks Report</a> estimated that “crimes in cyberspace cost the global economy an estimated $445 billion.”</p>\n<p>Not all organizations listed on HackerOne offer bug bounties, but bounties are a proven method of attracting security talent. Since HackerOne launched, its customers have resolved more than 37,000 vulnerabilities and have paid out more than $13 million in bug bounties. By the end of 2016, HackerOne’s community of hackers had grown to nearly 100,000.</p>\n<p>The new <a href=\"https://www.hackerone.com/product/community\" target=\"_blank\">Community Edition</a> gives smaller open source projects and organizations exposure to HackerOne’s network of thousands of security researchers and the tools for managing communication about vulnerabilities. Projects applying for the Community Edition must be non-commercial and able to run an effective security program. Applications are usually answered within one business week.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Mar 2017 04:56:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Freemius Launches Insights for WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/freemius-launches-insights-for-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8722:\"<p>Freemius Insights <a href=\"https://freemius.com/blog/freemius-insights-wordpress-themes/\">has announced</a> that its <a href=\"https://freemius.com/\">analytics service</a> that was previously <a href=\"https://wptavern.com/freemius-insights-enables-plugin-developers-to-make-data-driven-decisions\">only available to WordPress plugins</a> is now available for themes. The company was founded in 2015 by <a href=\"https://twitter.com/vovafeldman\">Vova Feldman</a> and his team after discovering how much information is not available to developers who host plugins and themes on the official WordPress directories and marketplaces.</p>\n<img />Freemius Insights for Themes\n<p>Freemius Insights for themes gives developers an opportunity to collect a large variety of data, including, email addresses, PHP, plugin, WordPress version distribution, and more. When a user installs a theme that uses Freemius, an opt-in prompt is displayed that notifies them that data will be sent to Freemius.com to help improve the product. Selecting Skip prevents data from reaching Freemius.com.</p>\n<img />Freemius Opt-in Prompt\n<p>Feldman says that he and his team have worked closely with the <a href=\"https://make.wordpress.org/themes/\">WordPress Theme Review Team</a> to ensure that Freemius Insights does not violate the theme directory <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">requirements.</a> One of the most informative features that Freemius Insights provides is the ability for users to provide feedback if they decide to switch to a different theme.</p>\n<p>When a user switches away from a product using Freemius, a prompt is shown with randomly displayed questions asking for feedback. These responses are saved and can be viewed at a later time in the Freemius dashboard. If a user switches themes because it doesn’t have a specific feature and it’s added at some point, a developer can go back and notify them that the feature exists.</p>\n<h2>Data Collection Leads to Description, Settings, and Documentation Improvements for FooBox</h2>\n<p>Adam Warner, Co-founder of <a href=\"https://fooplugins.com\">FooPlugins.com</a>, added Freemius Insights to <a href=\"https://wordpress.org/plugins/foobox-image-lightbox/\">FooBox</a>, an image lightbox plugin after noticing that other plugins were collecting opt-in usage data. His team realized they needed the data but didn’t have the resources to build a custom solution in a reasonable amount of time.</p>\n<p>Warner shares what he discovered with the data collected by Freemius. “Install, uninstall, deactivation, and feedback data is some of the most important data we’ve obtained,” he responded.</p>\n<p>“Not long after we discovered that of those who deactivated the plugin, the two top reasons were ‘expected something else’ and ‘didn’t understand how it works.’ That is valuable insight that we might not have had otherwise and allowed us to revamp our plugin description on .org and in the plugin settings.”</p>\n<p>One of the main reasons for collecting data is to improve the product. Based on the data collected, improvements to FooBox were geared towards documentation and the plugin’s settings pages, “After learning from the insights that Freemius provided us, we wrote longer explanations of various settings and what they do, as well as putting in links to documentation and video walkthroughs,” he said.</p>\n<h2>Freemius Usage Data Ramps Up Priority for NextGEN Gallery Wizard</h2>\n<p>NextGEN Gallery is Freemius’ most popular plugin tracked so I asked Erick Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, what his team has learned and if any improvements are a direct result of the data collected.</p>\n<p>Since adding Freemius to NextGEN Gallery, the opt-in form has been exposed to about 200K new users. Out of these, 37.5% or 75K users have opted to submit data.</p>\n<p>“We’ve learned that 21% of users deactivate or uninstall the plugin entirely,” Danzer said. “Conversely, that means we have about a 79% retention rate. It’s hard to know how that compares to the WordPress ecosystem as a whole, but our sense is that retention rate is not bad (even if we’d like it to be better). I’d love to see comparative data across other plugins at some point.”</p>\n<p>Of those who uninstall the plugin, 20% which is the largest share, do so because they don’t understand how it works, “This wasn’t a surprise. We know that NextGEN Gallery is powerful and thus overwhelming to some users,” Danzer said. “But this is the first time we’ve been able to put actual numbers on that behavior.”</p>\n<p>Some of the biggest improvements to NextGEN Gallery that are a result of the data that’s been collected deal with the user interface. “We now know that 21% of users uninstall and that the biggest reason is too much complexity getting started,” Danzer said. “That tells us that if we want to improve our retention rate, we need to make it easier to start.”</p>\n<p>“To that end, we’ve done two things. First, we just released a start-up Gallery Wizard late last fall that walks new users through the process of setting up their first gallery. Second, we’re about 70% done with an overhaul of the interface to simplify the presentation of options. These are both things we probably would have done anyways, but we upped their priority based on Freemius data.”</p>\n<h2>Data From Freemius Insights Points to a Common Dead-end With Plugins</h2>\n<p>For more than a year, Freemius Insights has been collecting mountains of data for plugins. Feldman was gracious enough to supply the Tavern with some interesting data. There are more than 750 developers registered to the site and more than 400K users have opted-in to usage tracking. <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> is the service’s most popular tracked plugin active on more than 1.5M sites.</p>\n<p>Out of the plugins tracked, there have been 114K feedback responses on why users deactivated a plugin. The top five reasons plugins were deactivated are:</p>\n<ul>\n<ul>\n<li>23% Expected something else / didn’t work as expected</li>\n<li>21% Didn’t understand how it works</li>\n<li>20% No longer needed</li>\n<li>13% Found a better alternative</li>\n<li>6% Didn’t work</li>\n</ul>\n</ul>\n<p>The most interesting aspect of this data is the second most popular reason why users deactivate a plugin. When users activate a plugin, many don’t know what the next step is. It could be searching for a link to the settings page or not doing anything at all. Most of the time, users have no idea because the plugin doesn’t tell them.</p>\n<p><a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> is a good example of a plugin that bucks this trend with an <a href=\"https://docs.woocommerce.com/document/woocommerce-onboarding-wizard/\">onboarding wizard</a> that when completed, puts users in a place where they can immediately start selling products.</p>\n<img />WooCommerce Onboarding Wizard\n<p>Not every plugin is as complex as WooCommerce and doesn’t need a onboarding wizard. For these use cases, developers might consider using <a href=\"https://code.tutsplus.com/articles/integrating-with-wordpress-ui-admin-pointers--wp-26853\">Admin Pointers</a>, a feature that was added in WordPress 3.3. With Admin Pointers you can inform users about a new feature or provide further instructions after a plugin is activated.</p>\n<p>Insights for Themes is free for non-commercial themes however, only two weeks of historical aggregated metrics and the 100 most recent user emails will be collected. In exchange for aggregating the data, Freemius asks that a symbolic attribution that ‘freemius’ is a contributor be added to the theme’s readme.txt file. No email exports or webhooks are included with the free plan.</p>\n<p>Freemius is an example of a service that is filling a huge void of nonexistent data from WordPress.org for plugin and theme authors. A void that <a href=\"https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress\">doesn’t appear likely</a> to be filled anytime soon. As noted above, the data that is collected, especially direct feedback from users, has surfaced issues that may not have otherwise been discovered.</p>\n<p>If you use Freemius Insights in your plugins or themes, please tell us about your experience and what you’ve learned from the collected data.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 22:43:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Amazon S3 Outage Hits WordPress Businesses, Disrupting Services and Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/amazon-s3-outage-hits-wordpress-businesses-disrupting-service-and-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5853:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/Amazon_Web_Services_logo_AWS.jpg?ssl=1\"><img /></a></p>\n<p>Amazon is currently experiencing “high error rates with S3 in US-EAST-1,” causing a massive outage for sites, apps, and services across the web. The <a href=\"https://status.aws.amazon.com/\" target=\"_blank\">AWS service health dashboard</a> was also temporarily affected by the outage. Amazon says it is working at repairing S3 and that they believe they have identified the root cause.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/awscloud\">@awscloud</a> Care to share the architecture of this status page as an anti-pattern?</p>\n<p>— Thorben Heins (@thorbenheins) <a href=\"https://twitter.com/thorbenheins/status/836657580382502912\">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>The outage is affecting many popular sites, such as Quora, Netflix, Splitwise, Business Insider, Giphy, Trello, IFTTT, many publishers’ image hosting, filesharing in Slack, and the Docker Registry Hub.</p>\n<p>WordPress businesses are also currently affected, especially those that host customer downloads. WooCommerce customers are currently unable to access downloads they purchased. Similarly Envato customers are having difficulty accessing downloads and content.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Yes, we are affected by <a href=\"https://twitter.com/hashtag/AWS?src=hash\">#AWS</a> <a href=\"https://twitter.com/hashtag/S3?src=hash\">#S3</a> outage too. S3 is having a snag right now…. Quora, Slack, Envato and millions more are suffering…</p>\n<p>— WPBakery (@wpbakery) <a href=\"https://twitter.com/wpbakery/status/836663834437955584\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">We\'re aware of issues with functionality of the <a href=\"https://t.co/dGuVluPt9A\">https://t.co/dGuVluPt9A</a> site, such as My Downloads. This is related to the <a href=\"https://twitter.com/awscloud\">@awscloud</a> outage</p>\n<p>— WooCommerce (@WooCommerce) <a href=\"https://twitter.com/WooCommerce/status/836663491805216768\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Amazon S3 has identified high error rate issue that\'s impacting the Envato Market specifically our downloads and content. We are monitoring!</p>\n<p>— Envato Help (@envato_help) <a href=\"https://twitter.com/envato_help/status/836653583428771840\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Downloading and updating our premium plugins is possible again, after a short downtime due to problems at S3. Sorry for the inconvenience!</p>\n<p>— Yoast (@yoast) <a href=\"https://twitter.com/yoast/status/836684468513558529\">February 28, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Due to the AWS outage, we are experiencing problems with sales, support, and development. Please accept our apologies…we\'ll be back soon!</p>\n<p>— WP Ninjas, LLC (@wpninjas) <a href=\"https://twitter.com/wpninjas/status/836662320088539136\">February 28, 2017</a></p></blockquote>\n<p></p>\n<p>Joost de Valk, CEO and founder of <a href=\"https://yoast.com/\" target=\"_blank\">Yoast</a>, said the company experienced minor effects from the outage but has already been planning on switching from S3 to a new storage provider.</p>\n<p>“The outage doesn’t seem to have affected our revenue much,” de Valk said. “It was slightly annoying and led to some images not working and people not being able to download their plugins for a while, which is always a shame. However, not directly related to this, we’re already looking at ditching S3. That’s because our new hosting setup at SiteGround combined with CDN from MaxCDN actually negates the need for S3 entirely.”</p>\n<p>Other companies that have AWS integrated into their support services experienced more disruption due to customers not being able to receive help.</p>\n<p>“Obviously our website is hosted using AWS technology through Pagely,” <a href=\"http://wpninjas.com/\" target=\"_blank\">WP Ninjas</a> co-founder James Laws said. “I’m not sure how they’ve been affected directly, but we have noticed intermittent downtime. Perhaps the biggest impact is that our support service is built on AWS and with it down we are completely unable to provide any support to our users.”</p>\n<p>Laws said the company has had fairly decent uptime with AWS in the past and that the idea of switching services because of an outage would not be worth the effort.</p>\n<p>“The truth is that 100% uptime is more a fantasy than anything,” Laws said. “The idea of having to move a website or change a support system temporarily or even permanently for a short period of downtime would be pretty daunting. You probably could create contingency plans for something like this, but the technical and administrative costs are not generally worth it in my opinion.”</p>\n<p>The outage serves as a painful reminder of how dependent the web is on cloud storage providers and how few services have a backup plan for instances like these.</p>\n<p>At 12:52 PM PST Amazon released an update, promising improvements for customers within the hour: “We are seeing recovery for S3 object retrievals, listing and deletions. We continue to work on recovery for adding new objects to S3 and expect to start seeing improved error rates within the hour.” The ability to retrieve, list, and delete was fully recovered within half an hour and Amazon continues to work on fixing the ability to add new objects to S3.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 21:54:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Donncha: Coming up in WP Super Cache 1.5.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://odd.blog/?p=89500157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://odd.blog/2017/02/28/coming-up-in-wp-super-cache-1-5-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5618:\"<p>The next version of WP Super Cache will be one with some big changes! There are many small bug fixes and improvements but the one I’m most excited about is moving the legacy cache files into the supercache directory.</p>\n<p>The legacy cache files were the files created by the old WP-Cache plugin upon which this plugin is based. They’re really useful as they store the headers sent from the server as well as the page contents. If you’re serving pages that aren’t regular html, such as JSON or XML you don’t want to tell the browser they’re text/html documents. This caching method is also used for anyone who is logged into your site, or left a comment.<br />\nThere is a problem however. They’re stored in one directory. If you have many thousands of visitors interacting with your site you may end up with a directory containing thousands of files. The names of the cache files are a hash of the URL, gzip support and browser cookies so one file can match one user, or one file can be used by thousands of anonymous users. In the event that someone left a comment on a popular post the plugin has to search through all those files looking for the pages cached for other users who were also looking at that page. On a busy server that can cause problems.</p>\n<p>So, in <a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">#177</a> I added code that moves the legacy cache files into the supercache directory. That means the files are stored in directories that reflect the URL of the page that was served which makes it very easy to delete the cached files belonging to that page as they’re all in the same directory!</p>\n<p>The new code will look in the old location for legacy files first as some sites will have a large collection of cached files, but any new cache files will be created in the supercache directory.</p>\n<p>Ian Dunn <a href=\"https://github.com/Automattic/wp-super-cache/pull/121\">submitted code</a> to cache the REST API. It’s not yet complete but we’ll be able to build on the changes to the legacy cache to make caching the API more efficient than it would have been before.</p>\n<p>I really need people to help test this. The latest code is running on this site so I’m very confident in how well it works but just because it works on my odd little server doesn’t mean it will work right everywhere. If you want to give it a spin, visit <a href=\"https://github.com/Automattic/wp-super-cache\">the plugin Github repository</a> and click on the “Clone or download” button. If you don’t know how to clone a Git respository just grab the zip file and install it on your server, overwriting the files in the plugins/wp-super-cache/ directory. If the changes to where cache files go doesn’t interest you, some of the changes in this list might:</p>\n<ul>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/commit/b654bcf6d75655e386f22c2fcbad19272b0d75cd\">Don’t output broken warning in robots.txt</li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/commit/8b63d5d97f246ba4d442e7b5d32a4d08fce4fd22\">Use get_home_url() instead of siteurl because some sites have different homepages</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/176\">Remove most calls to get_all_supercache_filenames()</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/145\">Fix bottom border in admin</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/199\">Use plugins_url() so https links work</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/55\">Preload from the newest post</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/101\">Stop caching of wp-admin visits sooner</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/177\">Store legacy cache files in the supercache directories</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/100\">Make the headers more informative to tell how a page was served</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/90\">Properly serve 304 requests</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/188\">Apply realpath to filenames because of Windows oddities</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/127\">Don’t flush(), output buffers don’t like it</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/194\">Add more file checks around wp_cache_rebuild_or_delete()</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/191\">If HTTP_HOST is not defined then disable caching</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/190\">Only show html comments on html pages</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/issues/184\">Fix caching of mobile requests</a></li>\n<li><a href=\"https://github.com/Automattic/wp-super-cache/pull/61\">Clear the cache for private posts</a></li>\n</ul>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"https://odd.blog/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"https://odd.blog/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"https://odd.blog/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Feb 2017 15:05:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: NextGEN Gallery Patches Critical SQL Injection Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/nextgen-gallery-patches-critical-sql-injection-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2804:\"<p><a href=\"https://blog.sucuri.net/author/slavco/\">Slavco Mihajloski</a>, security researcher at <a href=\"https://sucuri.net/\">Sucuri</a>, <a href=\"https://blog.sucuri.net/2017/02/sql-injection-vulnerability-nextgen-gallery-wordpress.html\">has discovered</a> a critical SQL injection vulnerability in <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a>, a popular WordPress plugin that’s active on more than a million sites.</p>\n<p>Mihajloski gives the vulnerability a 9 out of 10 on Sucuri’s DREAD scale. Dread stands for Damage, Reproducibility, Exploitability, Affected Users, and Discoverability.</p>\n<p>Each category receives a score between 0 and 10. The <a href=\"https://blog.sucuri.net/2015/03/understanding-wordpress-plugin-vulnerabilities.html\">DREAD score</a> is obtained by adding the totals from each category and then dividing by five. The higher the score, the more severe the vulnerability.</p>\n<p>The SQL injection vulnerability affects NextGEN Gallery versions 2.1.77 and below. Version 2.1.79 is patched and was released four days ago. Those who use NextGEN basic tagcloud gallery or allow visitors to submit posts to be reviewed by contributors are especially at risk.</p>\n<p>“This vulnerability allows an unauthenticated user to grab data from the victim’s website database, including sensitive user information,” Mihajloski said.</p>\n<p>“This issue existed because NextGEN Gallery allowed improperly sanitized user input in a WordPress prepared SQL query, which is basically the same as adding user input inside a raw SQL query. Using this attack vector, an attacker could leak hashed passwords and WordPress secret keys, in certain configurations.”</p>\n<p>Although 2.1.79 patches the vulnerability, the <a href=\"https://wordpress.org/plugins/nextgen-gallery/changelog/\">plugin’s changelog</a> doesn’t indicate a critical security issue was fixed. Eric Danzer, Founder and CEO of Imagely, makers of NextGEN Gallery, <a href=\"https://twitter.com/ErickDanzer/status/836315264002232321\">explained on Twitter</a> why it’s not mentioned in the changelog.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/perezbox\">@perezbox</a> <a href=\"https://twitter.com/jeffr0\">@jeffr0</a> We just wanted updates underway before drawing attention. We\'ll update changelog for accuracy in a subsequent release.</p>\n<p>— Erick Danzer (@ErickDanzer) <a href=\"https://twitter.com/ErickDanzer/status/836315264002232321\">February 27, 2017</a></p></blockquote>\n<p></p>\n<p>Users are strongly encouraged to update <a href=\"https://wordpress.org/plugins/nextgen-gallery/\">NextGEN Gallery</a> to version 2.1.79 as soon as possible.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2017 23:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: Linus Torvalds Shares Lessons from 25 Years of Open Source Project Maintainership, Decries Tech Innovation Hype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"https://wptavern.com/linus-torvalds-shares-lessons-from-25-years-of-open-source-project-maintainership-decries-tech-innovation-hype\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6230:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/linus-torvalds-open-source-summit.png?ssl=1\"><img /></a></p>\n<p>Linux creator Linus Torvalds joined Jim Zemlin, executive director of the Linux Foundation, on stage at the <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit\" target=\"_blank\">Open Source Leadership Summit</a> for a candid conversation on maintaining open source projects. After 25 years of maintaining the Linux kernal, Torvalds has developed a network of trust that enables the project to iterate quickly with its 2.5 month release cycle.</p>\n<p>The current pace of Linux development sees 10K lines of code added, 8K lines subtracted, and 1800 lines modified every single day. Torvalds described how Linux contributors learned to modularize the code and development model so they can accomplish more in parallel, while working independently. He used to read through all the patches but quickly found himself becoming a bottleneck to progress. Ensuring code quality on the project is no longer about micromanaging all the patches but about finding the people Torvalds can trust.</p>\n<p>“We have a very strong network and that’s why we can have 1,000 people involved in every release,” Torvalds said. “There’s this whole human potential there that we use very extensively to make sure the process works. And it’s taken 25 years to get to where we are on a process level, too.”</p>\n<p>Torvalds described how the project revolves around individual contributors building a trusted reputation with maintainers and how one moves from casual contributor status to become part of the network of trust.</p>\n<p>“When people move between companies, the trust does not stay with the company,” Torvalds said. “The trust stays with the person. Obviously people do not stay around forever. People come and go. One of the reasons people sometimes think it’s hard to get into the kernel, is because you think you can just come in and shoot off a patch and go away, but that’s not how it works. What really takes time is to shoot off a lot of small patches until you reach the point where the maintainers trust you and at that point you have become something more than the guy who sends patches. You’ve become part of the whole network of trust.”</p>\n<p>Increasing levels of trust among contributors allows maintainers to oversee a rapid pace of development. Ten years ago, when Torvalds wanted to move an 8-week release schedule, he said everyone knew he was pushing for something unrealistically short. They have been cranking out releases every 2.5 months since then and Torvalds said it “solved so many things we didn’t even know needed to be solved.” Linux maintainers found their way to a successful development model by experimenting until it clicked.</p>\n<p>“If you want to do something new, something that is really pushing the envelope, nobody can really say ‘This is the way to do it,\'” Torvalds said. “What you need to do is a lot of trial and error. I often compare software development to biological processes where really it is evolution. It is not intelligent design. I’m there in the middle of the thing and I can tell you, it is absolutely not intelligent design. You have a lot of people with ideas of where things need to go and then you need to have a marketplace where you can try them out. And that’s what open source allows – all these different groups to go off, do their own thing, and then come back and say I did this, and it actually worked.”</p>\n<p>Zemlin asked him if he ever experienced an “a-ha moment” where he realized that Linux was much bigger than what he thought he started. Torvalds said that although a couple of moments have taken him by surprise, the biggest moment was six months after releasing it when it went past being a personal project. He suddenly didn’t even know the people sending him patches. Twenty five years later, it’s the people doing the work who still inspire him.</p>\n<p>“I’m a huge believer in the 99% perspiration, 1% inspiration thing,” Torvalds said. “The innovation that this industry talks about so much is bullshit. Anybody can innovate. Don’t do this big, ‘Think different’ innovation thing. Screw that; it’s meaningless. 99% of it is ‘Get the work done.’ That’s my least favorite part of the technology news cycle: the constant innovation and new ideas, ‘<em>This will revolutionize</em>,’ all that hype – that’s not where the real work is. The real work is in the details.”</p>\n<p>Not all open source projects could be successful with the same model and leadership that Torvalds has brought to Linux development, but the kernel is arguably one of the most active and successful GPL-licensed projects. Zemlin noted that nearly 900 organizations participate in all the different Linux Foundation programs, creating code in almost every aspect of computing from mobile phones to cars to home appliances. It wouldn’t be possible without Torvalds’ laser focus on continuing the work he started.</p>\n<p>“I’m obviously one of those people who likes to concentrate on one project,” Torvalds said. “I don’t like flitting from one idea to another. You need the people who just flutter about and come up with ideas, but they’re not the really useful ones. They end up being the ones who maybe give the ideas to the ones doing the work. What anybody should take away from this talk – the people who actually do the work are the ones you should really listen to. These days I don’t actually do the work anymore – I merge other people’s work. But I would like conferences, too, to be less about the visionary innovation thing and more about the day-to-day what are my problems and how do I want to solve them.”</p>\n<p>Check out the video below to watch the full session with Linus Torvalds and Jim Zemlin:</p>\n<div class=\"embed-wrap\"></div>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Feb 2017 20:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Learn How to Find and Exploit XSS Vulnerabilities with Google’s XSS Game\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/learn-how-to-find-and-exploit-xss-vulnerabilities-with-googles-xss-game\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3105:\"<p>In 2016, Acunetix, a UK-based security firm, found that <a href=\"http://www.acunetix.com/blog/articles/33-websites-webapps-vulnerable-xss/\" target=\"_blank\">33% of websites and web apps are vulnerable to XSS</a>. This number is down 5% from the company’s findings for the previous year, but it’s still one of the most common vulnerabilities. In fact, every WordPress security release for the past year has included patches for <a href=\"https://en.wikipedia.org/wiki/Cross-site_scripting\" target=\"_blank\">cross-site scripting</a> (XSS) vulnerabilities, including 4.5.2, 4.5.3, 4.6.1, 4.7.1, 4.7.2, and many other previous releases.</p>\n<p>Google has created a fun and educational <a href=\"https://xss-game.appspot.com/\" target=\"_blank\">XSS game</a> that teaches new bug hunters how to find and exploit XSS vulnerabilities. Each challenge teaches students how to inject a script to pop up an alert() within the training application. The first few levels are fairly easy and it gets progressively more difficult.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/xss-game-level-1.png?ssl=1\"><img /></a></p>\n<p>It was designed for developers who work on web apps but do not specialize in security. Google’s goal with the game is to help developers get better at recognizing the vulnerabilities in their own code:</p>\n<blockquote><p>This security game consists of several levels resembling real-world applications which are vulnerable to XSS – your task will be to find the problem and attack the apps, similar to what an evil hacker might do. </p>\n<p>XSS bugs are common because they have a nasty habit of popping up wherever a webapp deals with untrusted input. Our motivation is to highlight common coding patterns which lead to XSS to help you spot them in your code.</p></blockquote>\n<p>The intro to the game tempts new recruits to hone their skills with promises to pay mercenaries up to <a href=\"https://www.google.com/about/appsecurity/reward-program/index.html#rewards\" target=\"_blank\">$7,500 for discovering XSS bugs</a> in the Google’s most sensitive products. It gives a nice introduction to common attack vectors for XSS vulnerabilities and congratulates winners with a cake and a <a href=\"http://Google\'s application security resource\" target=\"_blank\">link to more in-depth XSS documentation</a> from Google’s collection of application security resources.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/xss-game-cake-complete.png?ssl=1\"><img /></a></p>\n<p>The <a href=\"https://xss-game.appspot.com/\" target=\"_blank\">XSS game</a> has been around for a few years and provides a fun way to start your XSS learning if you have a few minutes over the weekend. With the constant stream of security updates for WordPress core, plugins, and themes, it’s good to get a basic understanding of what many of these patches are for. After a little bit of study and practice, you may be able to find XSS vulnerabilities in applications and help make the internet more secure.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2017 19:31:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Post Status: Running a successful regional agency, with Ben May\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=34480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://poststatus.com/running-successful-regional-agency-ben-may/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1657:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher.</p>\n<p><span>In this episode, Brian interviews Ben May to talk about running <a href=\"https://thecode.co/\">The Code Company</a>, a semi-remote agency based in Queensland, Australia. The Code Company works primarily with long term clients and repeat work, and they’ve grown from just Ben to a team of 11 almost entirely by referrals for new customers.</span></p>\n<p><a href=\"https://audio.simplecast.com/61169.mp3\">https://audio.simplecast.com/61169.mp3</a><br />\n<a href=\"https://audio.simplecast.com/61169.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://thecode.co/\">The Code Company</a></li>\n</ul>\n<h3>Sponsor: WooCommerce</h3>\n<p><span>This episode of the Draft podcast is sponsored by <a href=\"https://woocommerce.com/\">WooCommerce</a>. WooCommerce makes the most widely used eCommerce platform on the web, and has the power and flexibility you need to power your store. For more information on how to run your store with WordPress and WooCommerce, check out <a href=\"https://woocommerce.com/\">their website</a> and thank you to WooCommerce for being a Post Status partner. </span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2017 18:41:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: FOSSA Raises $2.2M to Automate Open Source License Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/fossa-raises-2-2m-to-automate-open-source-license-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4631:\"<p>Kevin Wang and his team at <a href=\"http://fossa.io/\" target=\"_blank\">FOSSA</a> have carved out a niche for themselves in the open source product space with the launch of their license compliance and dependency analysis tool. The company <a href=\"https://medium.com/fossa/announcing-fossa-public-beta-funding-8cf56cf8ebc6#.3titvmvwe\" target=\"_blank\">announced a $2.2 million seed round</a> this week after completing a year-long private beta period with Fortune 500 companies. FOSSA continuously scans dependencies and offers reports at each commit to help companies meet the legal obligations of compliance as they are incorporating open source libraries.</p>\n<p>The <a href=\"http://fossa.io/pricing/\" target=\"_blank\">public beta</a> is now free and open to anyone, offering support for up to 5 public/private repos and scanning three levels deep with open source reports. A $499/repo per month commercial option is also available with unlimited scan depth and customizable open source reports.</p>\n<p>“It’s mind-boggling that in 2017, software companies don’t really know what’s in their code,” Wang said. “90% of it now comes from third parties like open source (OSS) codebases. Although it sounds trivial, it’s actually really difficult to keep track of what your developers use. Most of this code isn’t explicitly included — instead it’s brought in automatically by complex tool behavior or one of the million ways developers <a href=\"https://medium.com/fossa/you-cant-get-around-code-scanning-if-you-care-about-open-source-licenses-2db1fde43fb5#.pb9mtykaf\" target=\"_blank\">casually share code</a>.”</p>\n<p>FOSSA can detect license and policy violations and unlicensed dependencies before an expensive mistake is fully integrated into a project. The real-time feedback forces developers to consider how they are using the libraries they are building into their software.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/fossa-example.jpeg?ssl=1\"><img /></a></p>\n<p>Competitors like <a href=\"https://www.whitesourcesoftware.com/\" target=\"_blank\">WhiteSource</a> and <a href=\"https://www.blackducksoftware.com\" target=\"_blank\">Black Duck Software</a>, which offer open source risk management tools, detect and display licenses for components and dependencies for applications but seem more focused on bugs and vulnerability reporting. FOSSA is solely focused on OSS license compliance and automating disclosure and attribution.</p>\n<p>Compliance is becoming increasingly difficult as developers can easily execute a few commands and import dozens of npm modules that inherit licensing obligations from a myriad of different sources. Even governments and large companies with plenty of resources struggle to keep track of all the open source requirements of the software they are using.</p>\n<p>In 2013, <a href=\"https://www.techdirt.com/articles/20131018/13291924928/healthcaregov-violates-open-source-license.shtml\" target=\"_blank\">Healthcare.gov violated an open source license</a> when it used the DataTables jQuery plugin without the required attribution. Last year, <a href=\"http://venturebeat.com/2016/05/10/oracle-vs-google-in-9-billion-retrial-over-use-of-java-in-android/\" target=\"_blank\">Google was embroiled in a court battle with Oracle</a> over the use of Java in Android.</p>\n<p>A tool like FOSSA could have helped Wix catch its <a href=\"https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\" target=\"_blank\">violation of the GPL in 2016</a> when the company used GPL-licensed code from the WordPress mobile app and distributed it in its proprietary app. FOSSA aims to catch licensing issues before they become expensive problems for developers to rework and lawyers to settle.</p>\n<p>A few years before beginning work on FOSSA, Wang built <a href=\"https://tldrlegal.com/\" target=\"_blank\">tl;drLegal</a>, a site that explains software licenses in plain English. The free resource received backing from the Open Source Initiative and has been used by more than a million developers. Wang said he “sees FOSSA as an attempt to tackle similar problems in a commercial scenario.”</p>\n<p>FOSSA will be expanding its pricing options later this year. At the moment, the free beta and the $499/month commercial options leave a gaping hole that excludes smaller organizations. Wang replied to pricing questions on ProductHunt, saying that they are targeting enterprise customers first but plan to introduce more options for small teams and individuals.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Feb 2017 00:21:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Discourse Creates Encouragement Fund to Pay Contributors for Mission Critical Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/discourse-creates-encouragement-fund-to-pay-contributors-for-mission-critical-work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2486:\"<p><a href=\"https://www.discourse.org\">Discourse</a> is free, open-source discussion software created by Jeff Atwood in 2013. In addition to celebrating its fourth birthday, the team <a href=\"https://blog.discourse.org/2017/02/the-discourse-encouragement-fund/\">announced</a> the Discourse Encouragement Fund. The fund allows the development team to pay contributors for critical work.</p>\n<p>In the course of a year, Discourse has paid 16 different developers a total of $17,000 to work on tasks. All of their work is open source and two of the contributors <a href=\"https://blog.discourse.org/2017/02/discourses-fourth-birthday/\">joined the team</a> as full-time employees.</p>\n<p>Discourse shared its 7-step process for rewarding contributors and the one that sticks out to me is number four: “We choose who, what and when.”</p>\n<p>“At first we tried to put tasks ‘up for grabs’, but this method didn’t work too well,” Erlend Sogge Heggen, Community Advocate at Discourse said. “You end up with multiple takers and you have to pick one and let others down.”</p>\n<p>“Instead, we approach developers individually, one at a time. Since we’re an open source project we know fairly well who’s capable of what, so we’ll tap our top prospect, present the task and ‘bounty’, and get a yes or no.</p>\n<p>“If no, we move on to the next good prospect. If we run out of good prospects for a specific task, we’ll either do it ourselves or put it on hold.”</p>\n<p>Heggen says the program has worked well thus far and will continue indefinitely. “As much as we’d like to, we can’t put every one of our contributors on a steady payroll,” he said.</p>\n<p>“What we can do is remind them that the work they’re doing is valuable, in every sense of the word, and that there is money to be made from specializing in Discourse.”</p>\n<p>The program is funded by customers who purchase <a href=\"https://discourse.org/buy\">hosting plans</a>, “The general idea is that paying customers help improve Discourse, both for themselves, and for the greater open source community at large,” Atwood said.</p>\n<p>Introducing money into an open source project can be <a href=\"http://david.heinemeierhansson.com/2013/the-perils-of-mixing-open-source-and-money.html\">risky </a>but so far, Discourse has found a way to make it work.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 19:20:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Cloudflare Memory Leak Exposes Private Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wptavern.com/cloudflare-memory-leak-exposes-private-data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5730:\"<p><a href=\"https://www.cloudflare.com/\">Cloudflare</a>, a content distribution network used by many popular sites, <a href=\"https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/\">published detailed information</a> about a security vulnerability that leaked user information, some of which was private, including passwords, private messages, etc. The vulnerability was <a href=\"https://bugs.chromium.org/p/project-zero/issues/detail?id=1139#c19\">discovered</a> by security researcher <a href=\"https://twitter.com/taviso\">Tavis Ormandy,</a> a member of Google’s <a href=\"https://googleprojectzero.blogspot.co.uk/\">Project Zero</a> team.</p>\n<p>The issue stems from a memory leak in an HTML parser named cf-html that was created to replace an older parser based on <a href=\"https://en.wikipedia.org/wiki/Ragel\">Ragel.</a></p>\n<p>“It turned out that the underlying bug that caused the memory leak had been present in our Ragel-based parser for many years but no memory was leaked because of the way the internal NGINX buffers were used,” John Graham-Cumming, <span class=\"st\">Chief Technology Officer at Cloudflare</span> said. “Introducing cf-html subtly changed the buffering which enabled the leakage even though there were no problems in cf-html itself.”</p>\n<p>The earliest date information was leaked was September 22nd, 2016 when <a href=\"https://support.cloudflare.com/hc/en-us/articles/227227647-How-do-I-use-Automatic-HTTPS-Rewrites-\">Automatic HTTP Rewrites</a> were enabled. This was the first of three features introduced that used the parser. The other two are <a href=\"https://support.cloudflare.com/hc/en-us/articles/200170016-What-is-Email-Address-Obfuscation-\">email obfuscation</a> and <a href=\"https://support.cloudflare.com/hc/en-us/articles/200170036-What-does-Server-Side-Excludes-SSE-do-\">Server-side Excludes</a>.</p>\n<p>The greatest period of impact was between February 13th and February 17th. The leaked information ended up in publicly available cached webpages. Cloudflare worked with major search engine providers to have the cached pages scrubbed before publicly announcing details of the bug.</p>\n<p>“With the help of Google, Yahoo, Bing and others, we found 770 unique URIs that had been cached and which contained leaked memory,” Graham-Cumming said. “Those 770 unique URIs covered 161 unique domains. The leaked memory has been purged with the help of the search engines. We also undertook other search expeditions looking for potentially leaked information on sites like Pastebin and did not find anything.”</p>\n<h2>1Password is Not Affected</h2>\n<p>Earlier reports indicated that 1Password was among the sites affected. Jeffrey Goldberg, a 1Password employee, <a href=\"https://blog.agilebits.com/2017/02/23/three-layers-of-encryption-keeps-you-safe-when-ssltls-fails/\">assured users</a> that the Cloudflare data leak does not affect 1Password.</p>\n<p>“At the moment, we want to assure and remind everyone that we designed 1Password with the expectation that SSL/TLS can fail,” Goldberg said. “Indeed it is for incidents like this that we deliberately made this design.”</p>\n<p>“No secrets are transmitted between 1Password clients and 1Password.com when you sign in and use the service. Our sign-in uses <a href=\"https://en.wikipedia.org/wiki/Secure_Remote_Password_protocol\">SRP</a>, which means that server and client prove their identity to each other without transmitting any secrets. This means that users of 1Password do not need to change their Master Passwords.”</p>\n<h2>Change Your Passwords</h2>\n<p><a href=\"https://twitter.com/thesquashsh\">Nick Sweeting</a> has used a number of web scrapers to compile a list of sites that use Cloudflare. The list is available on <a href=\"https://github.com/pirate/sites-using-cloudflare\">GitHub</a> and currently contains 4,287,625 domains that are possibly affected. Popular domains in the list include:</p>\n<ul>\n<li>authy.com</li>\n<li>coinbase.com</li>\n<li>digitalocean.com</li>\n<li>patreon.com</li>\n<li>bitpay.com</li>\n<li>news.ycombinator.com</li>\n<li>producthunt.com</li>\n<li>medium.com</li>\n<li>4chan.org</li>\n<li>yelp.com</li>\n<li>okcupid.com</li>\n</ul>\n<p>The bug also affects mobile apps as HTTP header data for apps such as Discord, FitBit, and Uber have been discovered in search engine caches. NowSecure <a href=\"https://www.nowsecure.com/blog/2017/02/23/cloudflare-cloudbleed-bugs-impact-mobile-apps/\">published a list</a> that includes 200 iOS apps that use Cloudflare services.</p>\n<p>Users are strongly encouraged to change their passwords regardless if a site uses Cloudflare or not. Those who use Cloudflare should generate new API keys and consider forcing a password change to users.</p>\n<p>Two factor authentication should be enabled where possible so that the password is not the only credential needed to access an account. Mobile users should log out of mobile applications and log back in to create a new active token. To force all users on a WordPress site to logout and re-login, <a href=\"https://wpstudio.com/cloudflare-security-precaution-alert/\">WPStudio recommends</a> changing the salt keys in wp-config.php.</p>\n<p>Although major search engines are actively scrubbing cached pages, the leaks have been occurring for at least four months. There’s no telling who may have already scraped those pages and archived the data. There’s also the possibility that someone discovered the vulnerability before Ormandy and has been parsing cached pages for months. This is why it’s important that at a minimum, you change your passwords.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 19:03:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Google’s New Perspective Project Filters Online Comments Based on Toxicity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/googles-new-perspective-project-filters-online-comments-based-on-toxicity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5970:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/mobile-reading.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://stocksnap.io/photo/RY5J4XBYJV\">Martino Pietropoli</a>\n<p>Online harassment is a hot topic right now, as Twitter’s perennial battle with trolls heats up, forcing the company to develop new features to combat abuse. Technology companies are scrambling to create solutions that will make their communities safer for users and now Google is taking on the challenge of online harassment as part of its <a href=\"https://jigsaw.google.com\" target=\"_blank\">Jigsaw</a> technology incubator. Jigsaw’s engineers and researchers tackle geopolitical problems like attacks on free speech, injustice, corruption, and violent extremism.</p>\n<p><a href=\"https://www.perspectiveapi.com/\" target=\"_blank\">Perspective</a> is Jigsaw’s latest project aimed at improving the comment sections of websites, which can become hotbeds of harassment when left unmoderated. It turns out that eliminating the darker aspects of human behavior, especially when combatting those operating under the cloak of online anonymity, has proven to be an exquisite challenge best suited to the bots.</p>\n<p>The Perspective project uses machine learning to identify and filter comments for toxicity. Its API scores comments based on “the perceived impact a comment might have on a conversation.” Publishers can then use that information to offer real-time feedback to commenters and speed up moderation. The <a href=\"https://www.perspectiveapi.com/\" target=\"_blank\">live demo</a> allows readers to filter the comments based on a sliding scale of toxicity that they are willing to engage.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/google-jigsaw-perspective-project.png?ssl=1\"><img /></a></p>\n<p>The Perspective site also includes a Writing Demo that delivers real-time feedback for the toxicity level as you type. The model defines toxic as “a rude, disrespectful, or unreasonable comment that is likely to make you leave a discussion.”</p>\n<h3>Developers Can Request Access to the Perspective API and Major Publications are Already Experimenting with It</h3>\n<p>Toxic commenting and trolls are especially rampant on news sites, requiring moderators to be constantly vigilant and ready to neutralize threats to civil discourse. This is why the New York Times employs 14 full-time moderators to manually review the 11,000 comments that come in each day. Despite the efforts of this dedicated team, commenting is only available on 10% of Times articles due to the moderation load.</p>\n<p>As a partner on this project, the New York Times <a href=\"http://www.nytco.com/the-times-is-partnering-with-jigsaw-to-expand-comment-capabilities/\" target=\"_blank\">open sourced 10 years of moderated comment archives</a> to help the Jigsaw team build the machine learning models that will improve conversations on the web. The publication is currently creating an open source moderation tool to expand community discussion to other areas of the Times.</p>\n<p>The Wikimedia Foundation is also <a href=\"https://meta.wikimedia.org/wiki/Research:Detox\" target=\"_blank\">collaborating with Jigsaw</a> to develop tools for automating detection of toxic comments and analyzing their impact in discussions at scale. These tools are aimed at mitigating the personal attacks levied at volunteer editors in an effort to improve overall community health.</p>\n<p>The Perspective project is still in its early days of research and development, but developers can <a href=\"https://groups.google.com/forum/#!forum/perspective-announce/join\" target=\"_blank\">sign up</a> to request an API key. Google will be open sourcing the experiments, models, and research data gained from testing machine learning as a tool for improving online discussion.</p>\n<p>As WordPress powers more than 27% of all websites, a plugin built with the Perspective API could have a major impact on raising the standard of discourse for a large segment of comment-enabled sites. Many publications that might otherwise value thoughtful discussion, have resorted to turning comments off entirely because of the burden of moderation.</p>\n<p>Those who rattle off the tired internet maxim that says “<em>Never read the comments</em>” speak to the pervasive toxicity that has invaded online discourse, but they also betray their own fragility in engaging commenters who sabotage discussions with incivility. Readers don’t always have the emotional energy to deal with rude comments that slipped through moderation. While some may find Reddit-style wild west commenting to be spirited and amusing, there are plenty of others who find it demoralizing.</p>\n<p>One thing I appreciate about the Perspective project’s demo is that its aim isn’t to edit or change the comments to be less toxic but rather it offers the reader a way to filter based on the individual’s comfort level. With clear warnings in place and a default view set on the safer side, the publication is no longer obligated to overly-censor comments for the lowest threshold of offense.</p>\n<p>The Perspective project is experimenting with using machine learning to wrangle the human factor of interacting online. It’s come to the point that moderating comments and weeding out toxicity has become overwhelming for those trying to run a publication. The most encouraging aspect of this experiment is that Google put engineers, designers, and researchers on this problem because <a href=\"https://wptavern.com/why-comments-still-matter\" target=\"_blank\">comments still matter</a>. This new technology affirms the importance of public discourse on the web and aims to preserve comments as a safe place for conversations. I’m interested to see what WordPress developers can build with the Perspective API once it is available.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Feb 2017 04:17:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordPress Community Summit 2017 Set for June 13-14 in Paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordpress-community-summit-2017-set-for-june-13-14-in-paris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3561:\"<p>WordPress contributor teams are getting ready for the next <a href=\"https://make.wordpress.org/core/2017/02/23/planning-for-community-summit-2017/\" target=\"_blank\">Community Summit</a>, which will be held in Paris leading up to WordCamp Europe on June 13-14. This is the first time the event will be held outside the United States, making it more accessible to European community members who may have been unable to attend previous summits.</p>\n<p>The summit provides an opportunity for those who contribute to WordPress and its surrounding community to tackle difficult topics that require in-person discussion or collaboration. This year the organizing team is <a href=\"https://wptavern.com/wordpress-community-team-proposes-new-selection-process-for-2017-summit-attendees\" target=\"_blank\">trying a new selection process for attendees</a>. Instead of the previous invitation-only system, contributor teams are identifying the challenging issues they want to discuss and then nominating attendees who will represent diverse viewpoints on these particular topics.</p>\n<p>For example, a few <a href=\"https://make.wordpress.org/core/2017/02/23/planning-for-community-summit-2017/\" target=\"_blank\">proposed topics for the core team</a> include discussions about the future of JavaScript in core, how to attract more JavaScript-first developers to build on WordPress, and technology version support policies (PHP, MySQL, browsers, etc.) Theme Review Team contributors have <a href=\"https://make.wordpress.org/themes/2017/02/18/community-submit-2017/\" target=\"_blank\">proposed</a> discussion on how to allow for more experimentation and ways to improve the leadership of the team and the theme author and reviewer experiences.</p>\n<p>Each of the 16 contributor teams tagged in the announcement has until March 3rd to create a list of topics and representatives, including contributors who are willing to help organize the event. An <a href=\"https://wceurope.polldaddy.com/s/community-summit-2017-call-for-non-active-contributors\" target=\"_blank\">application form</a> is open for those who represent other interests within the WordPress community but are not part of one of the contributor teams. The summit will be limited to 180 attendees (the capacity for the venue).</p>\n<p>The call for sponsors will be published next week, but promotional activities will not be incorporated into the event. The organizing team is also working on finding sponsors to cover travel expenses for contributors who have financial barriers to attending.</p>\n<p>“The idea of this event sponsorship is about supporting the project and the community,” summit organizer Rocio Valdivia said. “So, there aren’t levels of exposure associated with each price level other than the label that will show up in the make/summit p2 page for it and on the sidebar. We’ll add links to their sites, logos, and a huge thanks at event to all sponsors, regardless how much they’ve sponsored. The sponsorship levels are about the desire and financial ability of the companies to contribute to the summit, not about a marketing thing.”</p>\n<p>The summit is closed to the public and the press, but there is a decent level of transparency around the topics attendees plan to discuss if you peruse the make.wordpress.org blogs. If contributor teams publish notes from the discussions as they have in previous years, the wider community will be able to follow along to see if the summit precipitates meaningful progress for the project.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2017 22:05:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Akismet: Akismet WordPress Plugin 3.3 Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.akismet.com/2017/02/23/akismet-wordpress-plugin-3-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1366:\"<p>Version 3.3 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is available.</p>\n<p><a href=\"https://akismet.files.wordpress.com/2017/02/akismet-3-3-dashboard.png\"><img /></a> In addition to a handful of bug fixes, version 3.3 refreshes the Akismet settings page design and adds an improved first-run experience. Now, when you activate Akismet for the first time, it will offer to check your current Pending queue for spam, and for especially large pending queues, it will show a progress indicator.</p>\n<p>For full details on all of the changes since version 3.2, see <a href=\"https://plugins.trac.wordpress.org/log/akismet/trunk?rev=1602266&stop_rev=1501241&verbose=on\">the changelog</a>.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1923/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1923/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1923&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Feb 2017 18:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WPWeekly Episode 264 – REST API, Disqus, and Happy Birthday Discourse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66421&preview=true&preview_id=66421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wptavern.com/wpweekly-episode-264-rest-api-disqus-and-happy-birthday-discourse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4422:\"<p>In this episode, Marcus Couch and I discuss the news of the week. We introduce a new segment of the show called “What’s on WordPress.tv?” where we highlight three videos to check out. We also share details of <a href=\"https://central.wordcamp.org/schedule/\">upcoming WordCamps </a>in the month of March.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://halfelf.org/2017/case-rest-api/\">A Case for REST API</a><br />\n<a href=\"https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet\">BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet</a><br />\n<a href=\"https://wptavern.com/disqus-hits-sites-with-unwanted-advertising-plans-to-charge-large-publishers-a-monthly-fee-to-remove-ads\">Disqus Hits Sites with Unwanted Advertising, Plans to Charge Large Publishers a Monthly Fee to Remove Ads</a><br />\n<a href=\"https://wptavern.com/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory\">How to Check if Installed Plugins Are No Longer in the Plugin Directory</a><br />\n<a href=\"https://blog.discourse.org/2017/02/discourses-fourth-birthday/\">Happy Fourth Birthday Discourse</a></p>\n<h2>What’s On WordPress.TV?</h2>\n<h3>WordCamp Manila 2016</h3>\n<p><a href=\"http://wordpress.tv/2017/02/12/andrew-dela-serna-how-we-work-in-automattic/\">Andrew dela Serna: How We Work in Automattic</a></p>\n<p>Learn what it’s like to work at Automattic, the tools they use, our culture, the people, how to apply and what’s next for the company.</p>\n<h3>WordCamp Waukesha 2017</h3>\n<p><a href=\"http://wordpress.tv/2017/02/09/ryan-erwin-digital-marketing-strategy-and-seo/\">Ryan Erwin: Digital Marketing, Strategy and SEO</a></p>\n<p>Ryan Erwin discussed digital marketing strategy for business as it relates to on and off page SEO, content marketing, and conversion optimization. He reviews how to plan, implement, and analyze your strategic initiatives.</p>\n<h3>WordPress Community Interview Series</h3>\n<p><a href=\"http://wordpress.tv/2017/02/20/wordpress-community-interview-with-isabelle-garcia/\">WordPress Community Interview With Isabelle Garcia</a></p>\n<p>Isabelle Garcia is a front-end web developer and social media geek. She is a “Digital Nomad” and travels the world working remotely. She has no fixed base, no office. Isabel likes to frequent local libraries, not to borrow books but to take advantage of the quiet atmosphere.</p>\n<p>While other digital nomads meet at coffee shops or co-working spaces, she likes to spend entire days and even weekends in the common areas and desks of public libraries.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/really-simple-click-to-call/\">Really Simple Click To Call Bar</a> adds a customizable click-to-call bar to the bottom of the browser window on mobile devices. It enables users to easily call you from their phone and automatically adds events if you’re using Google Analytics Universal. Perfect for small businesses like restaurants, retail stores, or any lead generation that relies on phone calls.</p>\n<p><a href=\"https://wordpress.org/plugins/html-table/\">Responsive tables</a> lets you create and display tables easily on your website with shortcodes. HTML tables can be used to display pricing, comparisons, DBMS tables and much more.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-demo-buddy/\">WP Demo Buddy</a> instantly creates a dedicated expiring Demo/Trial instance of WordPress with any WordPress Plugin and Theme to each of your website visitors. Your website visitors can test drive your plugins securely before they buy or test drive the plugins you review/sell on your website.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 1st 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #264:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 22:29:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Zerif Lite Returns to WordPress.org after 5-Month Suspension and 63% Decline in Revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=64347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wptavern.com/zerif-lite-returns-to-wordpress-org-after-5-month-suspension-and-63-decline-in-revenue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7365:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2016/09/zerif-lite.png?ssl=1\"><img /></a></p>\n<p>In October 2016, Zerif Lite was <a href=\"https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates\">suspended from the WordPress Themes Directory</a> after failure to comply with the Theme Review Team’s guidelines. The suspension left 300,000 users (including those using Zerif Lite child themes) without maintenance and security updates.</p>\n<p>After five months of fixes and several rounds of review, <a href=\"https://wordpress.org/themes/zerif-lite/\" target=\"_blank\">Zerif Lite</a> has returned to the directory with the same functionality but a significantly altered user experience. Users are now required to install a plugin for the features that were previously deemed to be “faux custom post types,” violations of the content vs. presentation guideline for WordPress.org-hosted themes. These include small custom content blocks that appear on the homepage for things like team info and testimonials.</p>\n<p>“We will work on making sure it is all clear for people, but I still don’t understand or agree with the requirement,” ThemeIsle CEO Ionut Neagu said. “I think <a href=\"http://torstenlandsiedel.de/2017/02/21/questions/\" target=\"_blank\">Torsten phrased it better</a>: ‘Why do the guidelines of the Theme Review Team forbid the usage of Shortcodes/CPTs/etc. due to problems when switching themes, if, in the meantime, the Plugin Review Team explicitly allows those plugins which only work for one theme, which brings the entire idea (function remains intact after switching themes) to absurdity?\'”</p>\n<p>At the time of suspension, Neagu estimated that Zerif Lite’s unavailability on WordPress.org would diminish the company’s revenue by 50%.</p>\n<p>“What was interesting is that revenue continued to decrease for all those months and we are now at around $45k/month instead of $120k,” Neagu said. “That revenue won’t be back as the theme is live. A big part of success/sales before was that we had a great demo, a very easy-to-set-up theme, and ‘better’ upsells.”</p>\n<p>Neagu said the company has seen no significant increase in revenue during the first few days the theme has been back in the directory. His team has considered releasing the theme under a completely different name but is committed to supporting the current version for at least the next two years. Meanwhile, they have built newer themes like <a href=\"https://themeisle.com/themes/hestia/\" target=\"_blank\">Hestia</a> to be capable of importing Zerif content seamlessly into its design to avoid the lock-in effect.</p>\n<p>Neagu said the experience of losing so much revenue has not changed the company’s strategy for distribution. They will continue to add new themes to WordPress.org but Neagu said they would be lucky to add two per year, given the limitation of one theme per account and a 6-7 month waiting period in the queue.</p>\n<p>Zerif Lite’s suspension was a controversial decision. Many who commented on our first <a href=\"https://wptavern.com/zerif-lite-suspended-from-wordpress-theme-directory-300k-users-left-without-updates\" target=\"_blank\">post</a> about the issue were pleased to see the Theme Review Team finally throw the book at ThemeIsle after the company had been allowed to skirt the requirements for more than a year without resolving the issues. Others saw the situation as an opportunity to re-examine the directory’s requirements.</p>\n<p>“Perhaps the rules surrounding theme submission to the repo should be relaxed for everyone – limited only to security concerns perhaps, let the market sort out the rest,” <a href=\"https://twitter.com/bradley_kirby\" target=\"_blank\">Bradley Kirby</a>, author of the Wallace theme, said. “Is it possible that absolute data portability isn’t an expectation or desire from most end users? That they expect to do some manual porting of data when they change themes? That they prize other features like site design and built-in functionality over something like data portability?”</p>\n<p>Zerif Lite has been at the center of the Theme Review Team’s discussions regarding data portability for the past two years after the team began <a href=\"https://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\" target=\"_blank\">cracking down on violations of the Presentation vs. Functionality guideline</a>. The spotlight shined on Zerif Lite during that discussion eventually culminated in its suspension, as Neagu was forced to comply or have his theme removed.</p>\n<p>“I think our goal should just be to provide the best experience for the users, not just to comply without thinking about what users want,” Neagu said. “At least this is my goal – to build the best products that will help people to build their sites.”</p>\n<h3>The Risks of Using WordPress.org as a Primary Distribution Channel</h3>\n<p>WordPress.org is arguably the most effective way for a theme company to reach mass quantities of users with a freemium theme. The directory lends a great deal of credibility to its listings because of the stringent guidelines and rigorous review process. Failure to comply with these guidelines ultimately ended up sinking ThemeIsle’s flagship theme and Neagu is not optimistic that the previous revenue will return.</p>\n<p>“During this whole time, a thing that caught me off guard was some of people’s comments wondering if it was even safe to use a theme that was removed from the repo in the first place,” Neagu said. “I mean, in the user’s mind, and understandably so, there must have been something wrong with the theme since it got removed, right?” He said this experience caused him to see things differently.</p>\n<p>“Being listed in the official repository doesn’t only get you downloads and/or sales, but also trust and credibility in the eyes of your potential users,” Neagu said. “Unfortunately, most of the users who install themes directly via their WP dashboards are not very experienced, and they have no reason to research the web a bit more to find out what happened to the theme they heard about. In other words, if someone types ‘zerif’ into the search field in their dashboard and they find nothing, they just move on.”</p>\n<p>Neagu said that in spite of differences Themeisle has had with the Theme Review Team, the company will continue to contribute and be part of the community. The theme’s suspension, re-working, and re-installment is an interesting case of what can happen when a company’s sales strategy is at odds with WordPress.org’s requirements.</p>\n<p>“Our products are focused towards beginners, being super easy to setup with built-in demo content, so they are not niched products that we can distribute in different communities,” Neagu said.</p>\n<p>“It is obvious that relying on a third-party marketplace is the worst scenario, but WordPress.org is the default solution: if you want to reach a large mass of people, you need to be there.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 21:47:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 2.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=264058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2017/02/buddypress-2-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:536:\"<p>BuddyPress 2.8.1 is now available. This maintenance release fixes four bugs, including two regressions in BuddyPress 2.8.0. See the <a href=\"https://buddypress.trac.wordpress.org/milestone/2.8.1\">Trac milestone</a> or the <a href=\"https://codex.buddypress.org/releases/version-2.8.1/\">official changelog</a> for more details.</p>\n<p>Version 2.8.1 is a recommended update for all BP installations. Update via the WordPress Dashboard, or download manually from <a href=\"https://wordpress.org/plugins/buddypress/\">wordpress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 19:41:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: WordPress Core Editor Team Publishes UI Prototype for “Gutenberg,” an Experimental Block Based Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3690:\"<p>In the past few weeks, the WordPress Core Editor team, <a href=\"https://wptavern.com/matt-mullenweg-announces-tech-and-design-leads-for-new-focus-based-development-cycle\">led by</a> Automattic employees Matías Ventura and Joen Asmussen, have been hard at work creating a new <a href=\"https://make.wordpress.org/core/2017/01/17/editor-technical-overview/\">content creation experience</a>. The team recently <a href=\"https://wordpress.github.io/gutenberg/\">published a UI prototype </a>for Gutenberg, an experimental block based editor. The editor displays content-specific toolbars when an element is selected and provides a way to move blocks up and down.</p>\n<img />Block Based Editor UI Prototype\n<p>While the goal is to reinvent WordPress’ current editor, there’s no guarantee that the prototype will end up as the final product and is in a high state of flux.</p>\n<p>“The UI prototype exists mostly to serve as a non-static mockup,” Asmussen said. “It’s like a sandbox we’re building to test some of our mockups and assumptions, to see if they hold water or not. To that extent, it’s already been successful in informing us of things that worked well, and not so well.” The code that powers the editor is made up of about 90% JavaScript.</p>\n<p>One of the concerns in revamping the editor is accessibility. Joe Dolson <a href=\"https://make.wordpress.org/accessibility/2017/02/17/revising-the-wordpress-editor-gutenberg-and-accessibility/\">highlighted this concern</a> in a post on the Make WordPress Accessible site. Dolson notes that the accessibility team will work in tandem with the editor team to make the new editor as accessible as possible.</p>\n<p>“From an accessibility perspective, this is both an incredible opportunity to build a powerful and flexible experience for all users and an enormous risk that we could end up reducing the effectiveness of the editor for users with disabilities, or require them to use a 2nd-class editor without these enhanced editing capabilities,” Dolson said.</p>\n<p>“We in the WordPress accessibility community embrace the challenge of creating a great new experience, and want to assure the community that we are going to do everything we can to make sure that any new editor experience is as accessible as we can possibly make it.”</p>\n<p>Although the prototype’s functionality is limited, the team is interested to hear about your experience and expectations with using the editor. Some questions to consider during testing include:</p>\n<ul>\n<li>Talk through each step, what does this do?</li>\n<li>What does this feel like?</li>\n<li>As you use it, what is missing you feel should be there?</li>\n</ul>\n<p>Many users have already <a href=\"https://make.wordpress.org/design/2017/02/09/initial-editor-blocks-prototype-editor-testing/\">shared their experiences</a>, providing valuable insight that is fueling rapid improvements to the <a href=\"https://github.com/WordPress/gutenberg/\">project</a> on<a href=\"https://github.com/WordPress/gutenberg/\"> GitHub</a>.</p>\n<p>The best way to get involved and contribute to this project is to subscribe to the <a href=\"https://make.wordpress.org/design/\">Make WordPress Design</a> blog and provide feedback by commenting on posts. You can also submit pull requests or issues on <a href=\"https://github.com/WordPress/gutenberg/\">GitHub</a>. Weekly meetings dedicated to the Editor component are held on Wednesday at 19:00 CET on <a href=\"https://make.wordpress.org/chat/\">Slack</a> in the <a href=\"https://make.wordpress.org/design/tag/core-editor/\">#core-editor</a> channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 18:31:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: A Sense Of True Freedom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://heropress.com/essays/sense-true-freedom/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9233:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/02/022217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: At any given time, I am who I want to be, & I\'m right where I want to be.\" /><p>It’s 7:30 in the morning in Rio de Janeiro, Brazil. The hostel’s cat just came to say “Good morning” and I just finished my night shift on the WPMU DEV forum. It’s my third day in Rio after spending the last 40 days in Bogota, Colombia. Traveling is in my blood or at least, it is now.</p>\n<p>I’m a full-time digital nomad and I have been for over a year now.</p>\n<blockquote><p>I’m single, I’m female and because of WordPress, I can travel around the world and work at the same time.</p></blockquote>\n<p>I started using WordPress in 2009, but I like to think that everything started in 2011 when I attended my first WordCamp in Poland. I remember I was extremely shy, scared and bit lost on the first day of WordCamp.</p>\n<p>It was a different world to me or at least in contrast to what I had at home – a small city in South East Poland. It was different because for the first time in a long time since college, I felt like I fit in with everyone there. They were a right fit for me and so was that place.</p>\n<p>Since that first WordCamp, I also attended many more in Poland as well as in other countries. Later, I went on to be the lead organizer of WordPress meetups in Wrocław and two WordCamps in Poland. I was also a speaker for many Polish events and for one WordCamp Paris.</p>\n<p>If not for the WordPress community and the friends I met on that very first WordCamp, I wouldn’t have been able to achieve any of those accomplishments.</p>\n<blockquote><p>But how could I have become a full-time digital nomad, you ask?</p></blockquote>\n<p>In 2015, I was stuck. I had a great, steady job in Wrocław. I was working with WordPress and everything was perfect, at least, that’s what I thought at the time.</p>\n<p>I achieved almost everything that society around me was expecting: a partner, apartment, a great job and the next step would have been getting married and having kids. Suddenly, I was sinking.</p>\n<p>For a year, the only moments where I was truly happy was when I was attending WordCamps and WordPress meetups – when I was with my “tribe”, my friends.</p>\n<p>Then, in May of 2015, something incredible happened: one of my friends sent me a link to a list of 70 companies which offered positions working remotely. Three of them were related to WordPress: Automattic, OnTheGoSystems and Incsub.</p>\n<p>That same day, I feverishly filled out an application for a position as a Support Star at Incsub, the parent company to WPMU DEV.</p>\n<p>After a wait full of agonizing anticipation, I finally got the job and six months later, I bought a one-way ticket to Japan, then one to Australia.</p>\n<blockquote><p>This was just the start of my life as a digital nomad.</p></blockquote>\n<p>Working at WPMU DEV remotely with partial dedicated hours and the rest being flexible allowed me to move and work while traveling.</p>\n<p>The people I work with comprise the best team ever. My boss, Tim, is incredibly supportive and is willing to help when something bad happens. I didn’t need to be worried about my job when my plans suddenly made a turn for the worse, which did happen. When I had to fly back to Poland in the middle of the week due to family emergencies, it wasn’t a problem.</p>\n<p>I always felt safe in the WordPress community and now I’m grateful to also feel safe with the people I work with even though we’re spread out across the globe and across many cultures.</p>\n<p>Even though I’m confident in my choice of being a digital nomad now, that wasn’t always the case. This was especially true since I apparently managed to make quite the big scandal in my hometown because “good girls” don’t run away.</p>\n<p>To my dismay, I was constantly told, “Study hard and you will get a nice, steady job in an office with insurance and a guaranteed retirement.”</p>\n<p>How could I not want that? After all, that’s supposed to be the dream of every woman, right? That’s what I was constantly told, anyway.</p>\n<p>Luckily, my best friend (who I had met at a WordCamp!) was there for me and said, “Don’t let them get to you. You are far away and they can’t hurt you.”</p>\n<p>Since then, I stood with my decision to finally be free and happy.</p>\n<p>Growing up in small city and being interested in computers and IT was not easy to say the least. Those aren’t traditionally considered subjects that interest girls. It also became all the more difficult when I realized this was something I wanted to do and nothing else.</p>\n<p>There weren’t many people around me in my hometown who understood what I wanted to do and even fewer people who would support me. Unfortunately, this is still true. It became tougher when I was diagnosed with heavy bipolar disorder.</p>\n<blockquote><p>At that time, everything sucked. I was lost and hopeless.</p></blockquote>\n<p>Compounding my stress, it was around then that I realized I also suffered from the impostor syndrome – the belief that you don’t know enough about the industry you’re in to be capable of doing your job and that you never will despite anything you do.</p>\n<p>There was an ugly feeling that crept in: I wanted to be somewhere else and I want to be different.</p>\n<p>Fortunately, every time I attended a WordCamp or WordPress meetup, these thoughts would melt away because I felt completely supported.</p>\n<p>It didn’t matter that I’m a girl or that I’m delightfully weird. What did matter was that I was knowledgeable about WordPress, my skills were growing quickly and that I could contribute to the community using my organizational skills.</p>\n<p>During these meetings, I don’t ever remember someone assuming that I’m a graphic designer because I’m a girl and “girls know color.” There’s nothing wrong with being a graphic designer, but assuming someone is based solely on their gender – there’s definitely something wrong with that.</p>\n<p>In reality, I’m a theme developer and in the WordPress community, that wasn’t unusual.</p>\n<p>It helped me gain confidence in myself and my skills. With that confidence, I found courage to start a life where I’m no longer wanting to be somewhere else or be someone else.</p>\n<blockquote><p>At any given time, I am who I want to be and I’m right where I want to be.</p></blockquote>\n<p>Solo traveling isn’t always peaches and cream or sunshine, lollipops and rainbows everywhere, especially when I’m sick and inevitably alone. All things considered, I wouldn’t swap it out for what many would consider to be a “normal” life – whatever that is – and instead, I think it’s important for people to do what makes them happy and not just what others expect of them.</p>\n<p>As a digital nomad, I was able to go to WordCamps in Tokyo, Belgrade, the US, Singapore and Vienna. I have met many new people and I have collected incredible memories along the way.</p>\n<p>This year and in many more to come, while others may doubt my choices, I’ll be happy, traveling to more WordCamps and enjoying a sense of true freedom just because I can.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A Sense Of True Freedom\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20Sense%20Of%20True%20Freedom&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A Sense Of True Freedom\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fsense-true-freedom%2F&title=A+Sense+Of+True+Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A Sense Of True Freedom\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/sense-true-freedom/&media=https://heropress.com/wp-content/uploads/2017/02/022217-150x150.jpg&description=A Sense Of True Freedom\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A Sense Of True Freedom\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/sense-true-freedom/\" title=\"A Sense Of True Freedom\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/sense-true-freedom/\">A Sense Of True Freedom</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Feb 2017 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Kasia Świderska\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Solving the Mystery of How People Actually Use WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9727:\"<p>I’m in favor of <a href=\"https://wptavern.com/wordpress-telemetry-proposal-addresses-long-standing-privacy-concerns-as-gdpr-compliance-deadline-looms#comment-208658\">WordPress collecting more anonymized usage data</a> that could help make informed decisions on changes or improvements to core, such as tracking changes to the WordPress user interface, which buttons or settings are used most often, etc.</p>\n<p>A good example of when this data could have come in handy is the recent <a href=\"https://wptavern.com/wordpress-4-7-removes-the-underline-and-justify-buttons-from-the-editor\">removal of the justify and underline buttons</a> from the editor in WordPress 4.7. During <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:82\">the discussion</a> on whether they should be removed or not, a number of people questioned if there was any user data available that would indicate how much they’re used and help gauge the impact of removing them.</p>\n<p>The only data available to help make an informed decision was provided by Mel Choyce. Choyce <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:29\">shared statistics</a> from WordPress.com and its variety of editor interfaces that indicated Bold, Italic, and Links are used the most while Lists and Blockquotes are the second most used buttons.</p>\n<p>The Center and Left alignment buttons are used often, but the data doesn’t determine if people are using them to align text or images. Information on which headings are used most was not available. The team did not have any usage data specific to the WordPress core editor.</p>\n<p>In the ticket, Andrew Ozz, who maintains the TinyMCE component, <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:103\" rel=\"nofollow\">chimed in</a> and agreed that good user data is needed.</p>\n<p>In an effort to obtain usage data before removing the buttons, Ozz <a href=\"https://core.trac.wordpress.org/ticket/27159#comment:104\">created a small plugin</a> to perform testing with five existing and first-time users. Interestingly, he discovered that both types of users clicked on the kitchen sink button to display the second row of buttons and didn’t click the button to hide them again.</p>\n<p>Ozz also shared other results from his limited testing.</p>\n<blockquote><p>I know these test results are extremely limited and cannot be used when making a decision, but they are an indication of what ‘real’ testing may reveal. In this case it shows that moving buttons to the bottom row will have no effect on the usage of these buttons as they will still be visible at all times.</p>\n<p>This super limited testing also indicated another (much bigger) problem: somebody mentioned this some time ago (think it was @mor10), around 20% of the WordPress users don’t even know there is a second editor toolbar, and some feel ‘pretty stupid’ after discovering it. I think this is bad UX and something that can be fixed easily by having the second toolbar open by default, and fixing it is more important and will improve the UX for these 20% of users a lot.</p></blockquote>\n<p>Imagine how useful it would be for core developers or others if there was usage data like this on a grander scale that could fuel rapid improvements and help discover and eliminate pain points.</p>\n<p>Matt Mullenweg, co-creator of the WordPress project, has <a href=\"https://core.trac.wordpress.org/ticket/38418\">closed the ticket</a> with the Telemetry Proposal as it’s not within the <a href=\"https://wptavern.com/state-of-the-word-2016-mullenweg-pushes-calypso-as-future-of-wordpress-interface-proposes-major-changes-to-release-cycle\">three project focus areas</a> for 2017.</p>\n<p>“There is no part of current or potential WP development that is being held back by the lack of this existing, as there are easy and current ways to answer questions with data to the extent it would inform our decisions,” Mullenweg said.</p>\n<p>Morten Rand-Hendriksen <a href=\"https://core.trac.wordpress.org/ticket/38418#comment:11\">responded to the closure</a> saying that the quantitative user testing falls squarely within the Customizer focus area.</p>\n<p>“I would argue since the release of the Customizer some years back, it has gone through a multi-year large-scale quantitative user test with incremental tweaks and improvements,” Rand-Hendriksen said.</p>\n<p>“This is in line with standard agile development. At this juncture, the Customizer can be considered mature, and moving a mature solution forward requires hard data on usage, use cases, and user needs. This goes beyond standard user testing to large-scale data collection, which is what this ticket aims at addressing.”</p>\n<h2>Perspective From a WordPress Release Lead</h2>\n<p>There are WordPress core developers who have shown interest in a similar system. At the start of the WordPress 4.7 development cycle, Drew Jaynes, who led the WordPress 4.2 release cycle, <a href=\"https://make.wordpress.org/core/2016/08/17/wordpress-4-7-whats-on-your-mind/#comment-30573\">expressed interest</a> in creating an opt-in data collection system.</p>\n<p>The idea received positive feedback that included people offering to help. I asked Jaynes what his thoughts are on such a system and how it could benefit core development.</p>\n<p>“There’s some discussion about what form that collection should take initially, but I think there’s consensus that it should be opt-in, and take one of two forms (or a hybrid of the two): active (surveys in the admin) or passive (anonymized usage) data collection,” Jaynes said.</p>\n<p>“Either way, I think having this data available would benefit the entire community, regardless of the obvious practicable application within core development.</p>\n<p>“All of that data can and should be used to inform decision-making in WordPress going forward. The core team really needs to hit the reset button on the concept of the 80/20 rule, including what and whom it represents.</p>\n<p>“We should be building modern WordPress for the modern WordPress user, and resting on Matt’s instincts coupled with the core team’s experience is no longer enough to maintain positive forward momentum.”</p>\n<p>Jaynes cites the editor as an example of where having the data would be helpful and that without it, pursuing an idealized ‘modern editor’ in WordPress is premature. The data could also help provide insight into improving the new user experience.</p>\n<p>“A common complaint is that the WordPress admin can be really overwhelming to new users,” Jaynes said. “Having real data about how frequently the various core screens are used could really inform decisions about maybe paring it down, or hiding some things over time that are used less and less.”</p>\n<p>While collecting data could help with making informed decisions, he doesn’t think it should stop the core team from experimentation.</p>\n<p>“I think having real, citable data could really reduce the amount of backlash we’ve seen with a few releases in the last couple of years,” Jaynes said. “Areas where core team decisions left some group of users feeling jilted.”</p>\n<p>“It’s worth mentioning that there’s absolutely value in allowing the core team to experiment, as long as we’re careful not to latch onto something that got merged as the only way we’ll ever need to solve that problem; that’s where we get into trouble.”</p>\n<h2>Who Are The 80/20 Users of WordPress?</h2>\n<p>The most striking statement in Rand-Hendriksen’s proposal is that WordPress development is occurring without having any idea who the 80% or 20% of users are.</p>\n<p>“During the development of WordPress 4.7, I was involved in several conversations centered around <em>assumed use</em> of features,” Rand-Hendriksen said.</p>\n<p>“The general argument was that based on the 80/20 rule, certain features should be added while others should be removed. I kept bringing up the well-known fact we don’t have a clue what features 80%, or even 20%, of WordPress users actually use so any claim of validity in the 80/20 rule is guesswork at best.”</p>\n<p>Collecting usage data is standard practice. Microsoft Windows, Mozilla Firefox, Chrome, iOS, and a number of other software projects have opt-in data collection systems that are used to improve the product. They also provide insight into how customers are using their products.</p>\n<p>WordPress development on the other hand relies on the support forums, data collected from WordPress.com, limited user testing, verbal feedback at WordCamps, and other small data points. Collecting usage data from WordPress could show trends and provide evidence for changes related to the <a href=\"https://wordpress.org/about/philosophy/\">decisions not options philosophy</a> of WordPress development.</p>\n<p>Collecting usage data isn’t going to solve all of WordPress’ woes but having it available to make more informed decisions is better than not having any data at all. Although an opt-in data collection system in WordPress won’t be a core focus any time soon, it’s encouraging to see the idea has merit and is something some core developers are interested in seeing become a reality.</p>\n<p>I’d gladly opt-in and share my usage data with WordPress.org as long as it was anonymized and displayed publicly in aggregate. Would you?</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Feb 2017 02:07:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: BuddyPress 2.8 Boosts Minimum PHP Requirement, Adds Twenty Seventeen Companion Stylesheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/buddypress-2-8-boosts-minimum-php-requirement-adds-twenty-seventeen-companion-stylesheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2774:\"<p><a href=\"https://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/\" target=\"_blank\">BuddyPress 2.8</a> “San Matteo,” was released last week, led by long-time BuddyPress contributor Slava Abakumov. The release was named for <a href=\"http://www.sanmatteopanuozzo.com/\" target=\"_blank\">San Matteo Panuozzo</a>, an NYC pizza restaurant that specializes in panuozzo, a more portable pizza-sandwich hybrid. Following suit with the previous release, 2.8 focuses on improvements for developers and site builders, the project’s new target audience as of 2016.</p>\n<p>As part of an effort to modernize the plugin’s codebase and prepare it for better integration with the BP REST API project, this release <a href=\"https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/\" target=\"_blank\">boosts the minimum PHP requirement to 5.3</a>. In BuddyPress versions 2.7+, the plugin will display a notice in the dashboard if it detects that the server doesn’t meet the minimum requirements for running 2.8. The change is not likely to affect many BuddyPress sites as only a small sliver (5.7%) of WordPress sites are running on PHP 5.2.</p>\n<p>This release also adds a companion stylesheet for <a href=\"https://wordpress.org/themes/twentyseventeen/\" target=\"_blank\">Twenty Seventeen</a>. This stylesheet is important for providing a good first impression of BuddyPress for those who are trying try out the plugin with WordPress’ latest default theme. A <a href=\"https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/\" target=\"_blank\">new BP codex page</a> gives sample code for changing Twenty Seventeen’s default two-column layout to be a full-width layout.</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/buddypress-twenty-seventeen.png?ssl=1\"><img /></a></p>\n<p>The 2.8 release brings improvements to the “Activate Pending Accounts” screen, making it easier for site managers to confirm or reject new registrants. Clicking on the username of a pending account will now display profile data that the user entered at signup.</p>\n<p>Other improvements for developers include the following:</p>\n<ul>\n<li>New filters and actions for the Messages component</li>\n<li>Support for List-Unsubscribe header in emails</li>\n<li>More flexible Group search</li>\n<li>New filter enables choice of which PHPMailer should be used when sending BuddyPress emails</li>\n</ul>\n<p>BuddyPress 2.8 was made possible by 44 volunteer contributors. For a full list of all the changes in this release, check out the official <a href=\"https://codex.buddypress.org/releases/version-2-8-0/\" target=\"_blank\">2.8.0 changelog</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Feb 2017 00:33:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Composing a WordPress Development Environment with Docker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66335\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/composing-a-wordpress-development-environment-with-docker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6432:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/03/petersuhm.jpeg?ssl=1\"><img /></a>This post was contributed by guest author <a href=\"http://petersuhm.com/\" target=\"_blank\">Peter Suhm</a>. Peter is a web developer from the Land of the Danes. He is the creator of <a href=\"https://wptavern.com/wp-pusher-aims-to-provide-pain-free-deployment-of-wordpress-themes-and-plugins-from-github\" target=\"_blank\">WP Pusher</a> and a huge travel addict, bringing his work along with him as he goes.<br />\n </p>\n<hr />\n<p>In the last few years, a wave of virtualization technologies have swept through our WordPress development environments. The one that’s sounded the most promising to me has been Docker: lightweight and flexible. Yet, until recently, getting Docker up and running was an overwhelming task – especially on a non-Linux machine. If you managed to get it up and running in a virtual machine (using Vagrant or similar), getting port-forwarding to work would make you give up and just use Vagrant instead.</p>\n<p>Now it’s different.</p>\n<p>With (a stable) Docker for Mac and Windows and <a href=\"https://docs.docker.com/compose/\" target=\"_blank\">Docker Compose</a> at hand, getting Docker up and running is easy and pain-free. With Docker Compose you can tell Docker exactly what you want your WordPress development environment to look like and it will take care of it.</p>\n<h3>What is Docker?</h3>\n<p>Docker is a technology that makes it really simple to create isolated containers for your applications and websites to run in. These containers can be combined and modified to fit the needs of your applications. Docker is utilizing the Linux Containers technology (LXC) where multiple isolated environments can share the same Linux kernel – making it very lightweight compared to something like Vagrant.</p>\n<p>The Docker ecosystem is built around containers. In the Docker Hub, you can find an endless number of containers that other people have built or you can build your own using a Dockerfile. When building your own, you can start from scratch using the base Ubuntu image or extend someone else’s image.</p>\n<p>You can share local directories with your containers and link the networks, so they can talk to each other – just like you know it from other virtualization technologies. However, this is where it gets complicated which leads me to Docker Compose:</p>\n<h3>What is Docker Compose?</h3>\n<p>Docker Compose is what makes Docker available to mortals like you and me. As the name implies, Docker Compose is a tool for composing Docker containers. That means defining your services (containers), setting up the network between them, sharing local directories with them, and a few more things.</p>\n<p>With Docker Compose you create a simple file in the root of your project that describes the setup required by your application/website. For a WordPress theme that might mean a container to run WordPress, a container to run MySQL and a container to run Gulp or Grunt. This can very easily be defined in a docker-compose.yml file that can then be shared with your team members. This means that you can now share your WordPress theme, including an isolated WordPress environment to run it in. Hurray for virtualization!</p>\n<h3>Why use Docker?</h3>\n<p>There are a few reasons why Docker is an attractive technology for me. Here are the most important requirements I have for my development environment and how Docker solves them:</p>\n<ul>\n<li><strong>Clean Mac:</strong> In an ideal world, I prefer not to install anything related to my development environment directly on my Mac. I work on so many different projects that this gets unmanageable. When one thing works, another doesn’t. I also travel a lot and should something happen to my computer, I want to be able to set up a new machine in minutes.</li>\n<li><strong>Shareable:</strong> I often work in teams, so sharing my development environment with teammates is crucial. This is possible with Vagrant, but it’s still very tricky to keep environments in sync across teams.</li>\n<li><strong>Lightweight:</strong> This is important, especially when on the road. Try running a few Vagrant boxes compared to a few Docker containers and see what I mean.</li>\n<li><strong>Extendable:</strong> Extending Docker is very easy. For example, I could extend the official WordPress container and build it with WP Pusher pre-installed, since I (obviously) always use it.</li>\n<li><strong>Mirror production:</strong> My development environment needs to be as close to production as possible. With Docker this is easy, since Docker can be used in production as well.</li>\n</ul>\n<h3>My Docker development environment</h3>\n<p>This is the very simple Docker setup I use for development of my WP Pusher plugin: A WordPress and a MySQL container. Both of them use the official Docker Hub images, so setting it up is very easy.</p>\n<p>My <code>docker-compose.yml</code> file looks like this:</p>\n<p></p>\n<p>It describes two services: a MySQL 5.7 database and WordPress running on PHP 5.6 and Apache. The database is using a volume on my local machine, so data will be persisted every time I shut off the container. My current directory (in this case a plugin) is mounted into the <code>wp-content/plugins</code> directory. This allows me to work on my plugin in a completely isolated WordPress environment – without installing anything, besides Docker, on my Mac. The WordPress container forwards port 80 to my local machine, so I can access it as “localhost” in my browser.</p>\n<p>If you want to try it for yourself, and have Docker installed on your machine, just add the file to your plugin (or theme) and run:</p>\n<p><code>$ docker-compose up -d</code></p>\n<p>In order to see which containers are running, just run:</p>\n<p><code>$ docker ps</code></p>\n<p>This a very simple setup that is easy to extend and build upon.</p>\n<p>I hope this post made you curious about Docker and WordPress. Thanks for reading along!</p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://docs.docker.com/compose/\" target=\"_blank\">Docker Compose</a></li>\n<li><a href=\"https://hub.docker.com/\" target=\"_blank\">Docker Hub</a></li>\n<li><a href=\"https://blog.wppusher.com/the-easiest-way-to-use-docker-for-wordpress-development/\" target=\"_blank\">My Docker setup for WP Pusher</a></li>\n</ul>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Feb 2017 18:23:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Disqus Hits Sites with Unwanted Advertising, Plans to Charge Large Publishers a Monthly Fee to Remove Ads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://wptavern.com/disqus-hits-sites-with-unwanted-advertising-plans-to-charge-large-publishers-a-monthly-fee-to-remove-ads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7974:\"<p>When Disqus <a href=\"https://blog.disqus.com/our-plans-for-2017\" target=\"_blank\">announced</a> it would be releasing new, subscription-based versions later this year, users didn’t expect to have the new advertising model injected into their sites without notice. Disqus CEO Daniel Ha said the company would release finalized pricing and provide more details well in advance of its planned March release, but users are reporting that the advertising has already been forced into their comments without warning.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why did <a href=\"https://twitter.com/disqus\">@disqus</a> just add a bunch of ads to my site without my permission? <a href=\"https://t.co/CzXTTuGs67\">https://t.co/CzXTTuGs67</a> <a href=\"https://t.co/y2QbFFzM8U\">pic.twitter.com/y2QbFFzM8U</a></p>\n<p>— Harry Campbell (@TheRideShareGuy) <a href=\"https://twitter.com/TheRideShareGuy/status/826921387273052160\">February 1, 2017</a></p></blockquote>\n<p></p>\n<p>“We are one of the lucky 5% who now has to pay if we don’t want really irrelevant and horribly spammy links just plopped on our site with zero warning,” BabyCenter Social Media Manager Dina Vernon Freeman said. “Unless our users (mainly millennial parents) should care about overpaying for dentures! We’re looking for other platforms ASAP.”</p>\n<p>Brian O’Neill, who manages Slugger O’Toole, a site with more than 70,000 readers, was also hit with unwanted advertising on his site.</p>\n<p>“Disqus has started to put ads into our comments section of our site without even telling us,” O’Neill said in a <a href=\"https://sluggerotoole.com/2017/02/02/bear-with-us-as-we-try-to-remove-those-terrible-disqus-ads-from-the-comments-area/\" target=\"_blank\">post</a> explaining the new ads to the site’s readers. “As you can imagine I am extremely annoyed at this – I hate crappy online ads as much as you do. Supposedly we can remove the ads if we pay them $10 a month, but as yet there is no mechanism on their site to do this.” O’Neill said he is also exploring alternative commenting systems if he is unable to remove the advertising.</p>\n<p>Disqus responded to user complaints with a post to clarify that <a href=\"https://blog.disqus.com/advertising-will-remain-optional-for-over-95-of-sites-on-disqus\" target=\"_blank\">advertising will remain optional for more than 95% of the sites on Disqus</a>.</p>\n<p>“Larger, commercial, sites that elect to use the free version of Disqus will be supported by configurable advertising and have the option to earn revenue through the Reveal program,” Disqus Marketing Manager Mario Paganini said. “For small, non-commercial sites, advertising will be optional. These sites will be able to use Disqus’ ads-optional subscription, free of charge.”</p>\n<p>Publishers asked in the comments when the option to pay to remove ads will become available, as an option to pay isn’t currently in place.</p>\n<p>“Larger sites will be able to run a paid subscription version of Disqus that includes the ability to remove ads along with additional features,” Paganini said. “We are aiming to have this available in the next couple of months. We will be making periodic updates on our blog and talking to publishers in the meantime.”</p>\n<p>Disqus is moving to focus on its larger publishers but has already attracted angry criticism from publishers that were not properly informed of the changes. Over the years the company has experimented with different ways of monetizing the commenting platform, often frustrating users in the process of making important changes.</p>\n<p>In 2014, Disqus began experimenting with advertising in the form of “Sponsored Comments” that users could not turn off without contacting support. This move drew <a href=\"https://ma.tt/2014/11/disqus-spam-ads/\" target=\"_blank\">criticism from WordPress co-founder Matt Mullenweg</a> who essentially called out the ads as little more than comment spam. After a negative reaction from its community, Disqus quietly discontinued the Sponsored Comments and scrubbed the <a href=\"https://blog.disqus.com/heads-up-were-testing-a-new-form-of-advertising\" target=\"_blank\">announcement post</a> from the internet.</p>\n<h3>Disqus Delivers Low-Quality Ads</h3>\n<p>Disqus has struggled to land on an effective advertising model that will convince users to get on board. Its <a href=\"https://help.disqus.com/customer/portal/articles/2069645-reveal-f-a-q-\" target=\"_blank\">Reveal advertising program</a> is notorious for serving low-quality ads and has inspired little confidence in users who have tried it. The following is one of the tamer examples:</p>\n<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/02/disqus-ads.png?ssl=1\"><img /></a></p>\n<p>“I think if you had somewhat decent advertising you might convince people that it’s worth it, but I had to yank it from one of my sites because it was all ‘Ron Paul wants you to buy gold!’ and ’22 times the photos showed too much!\'” Paul King, an author who writes for multiple publications, commented on Disqus’ most recent advertising announcement. “Just put in a tier of non-spam advertising that’s actually relevant or charge based on comments or something.”</p>\n<p>Twitter is filled with complaints from users who are dissatisfied with the questionable quality of Disqus’ advertising. Many are searching for alternatives.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/disqus\">@disqus</a> We\'ve disabled ads straight away (they are literally ALL scams) – if you force those ads on us, we\'re dropping you like a hot potato</p>\n<p>— That\'s Nonsense (@thatsnonsense) <a href=\"https://twitter.com/thatsnonsense/status/828739990486208512\">February 6, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Why <a href=\"https://twitter.com/disqus\">@disqus</a> think it\'s acceptable to serve disgusting, misogynistic ads (OR ANY ADS) on people\'s blogs without asking is beyond me.</p>\n<p>— Rosie (@RosieLondoner) <a href=\"https://twitter.com/RosieLondoner/status/828642646478426112\">February 6, 2017</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">I\'m removing <a href=\"https://twitter.com/hashtag/disqus?src=hash\">#disqus</a> from <a href=\"https://t.co/PSlovlA6Tm\">https://t.co/PSlovlA6Tm</a> since they\'ve suddenly turned on (notably creepy) ads with no warning.</p>\n<p>— James Britt <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /> (@jamesbritt) <a href=\"https://twitter.com/jamesbritt/status/826922670407172096\">February 1, 2017</a></p></blockquote>\n<p></p>\n<p>This recent move to turn on advertising without publishers’ permission is another communication blunder in the same vein as the previous attempt at Sponsored Comments. Disqus has failed to find a communication strategy that respects users’ content while leading the company towards its goals at the same time. With spam-quality ads deploying network-wide, the company can certainly expect that some users will be willing to pay the $10/month to turn them off. Sadly, the experience of paying to turn off offensive ads feels more like getting mugged on your way to work than upgrading your service.</p>\n<p>The <a href=\"https://wordpress.org/plugins/disqus-comment-system/\" target=\"_blank\">Disqus Comment System</a> plugin has been hovering around 200,000 active sites for the past two years and its ratings continue to plummet on WordPress.org. Unless Disqus is able to dramatically improve its advertising network before its official March release, we may see a mass exodus to other commenting systems.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Feb 2017 00:16:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: How to Check if Installed Plugins Are No Longer in the Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66106\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/how-to-check-if-installed-plugins-are-no-longer-in-the-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9904:\"<p>When we wrote about <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">why plugins sometimes disappear</a> from the WordPress plugin directory, it generated a healthy discussion in the comments. One of the topics of discussion brought up is whether or not <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209733\">users should be notified</a> when a plugin disappears and if so, how?</p>\n<p>Currently, when a plugin is hidden on the directory, users are not notified. If it’s removed due to a security vulnerability and the author chooses not to fix it or move the plugin somewhere else such as <a href=\"https://github.com/\">GitHub</a>, users are left in the dark.</p>\n<p>Donna Cavalier shared a <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/\">recent example</a> of why users should be notified. Contact Form DB is a popular plugin that saves contact form submissions from many popular Contact Forms plugins to the database. As of <a href=\"https://web.archive.org/web/20161030050515/https://wordpress.org/plugins/contact-form-7-to-database-extension/\">October 30th, 2016</a>, it was actively installed on more than 400K sites.</p>\n<p>Approximately <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/\">one month ago</a>, the plugin was hidden due to a security vulnerability. Instead of releasing a patch, Michael Simpson, creator of Contact Form DB, moved the plugin <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases\">to GitHub</a> and subsequently released a <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">new version</a> that patched the vulnerability. Simpson says the person on the plugin review team that he spoke with was condescending, unprofessional, and rubbed him the wrong way.</p>\n<p>“I’m happy to address any issues and meet any standards, but I’m at the limit of my patience,” Simpson said.</p>\n<p>“I try to be a good citizen and give back to the community. I’ve put in countless hours for close to seven years now. When I’m treated like this, it seems WordPress doesn’t value me or my contribution to its community.</p>\n<p>“Anyway, I put the code on GitHub and I will continue to support it. But at this point I’m not sure I want to deal with people like this to re-list the plugin on this site. I don’t need the frustration.”</p>\n<p><strong>If you use Contact Form DB, please <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">update to 2.10.30</a> as soon as possible as it contains the aforementioned security fix.</strong></p>\n<p>It’s impossible for Contact Form DB users to automatically install updates from GitHub without installing an <a href=\"https://wptavern.com/github-updater-4-1-to-add-remote-installation-for-wordpress-plugins-and-themes\">updater plugin</a>. This leaves thousands of sites at risk.</p>\n<h2>How to Know When Installed Plugins Are No Longer in the Directory</h2>\n<p>In the comments of <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">our article</a>, Tavern reader Central Geek <a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory#comment-209776\">shared links</a> to a couple of plugins aimed at providing useful information such as, whether a <a href=\"https://wordpress.org/plugins/vendi-abandoned-plugin-check/\">plugin has been abandoned</a> and <a href=\"https://wordpress.org/plugins/better-plugin-compatibility-control/\">better plugin compatibility information</a>.</p>\n<p>One of the plugins he mentions is called <a href=\"https://wordpress.org/plugins/no-longer-in-directory/\">No Longer in Directory, </a>developed by <a href=\"https://profiles.wordpress.org/whitefirdesign/\">White Fir Design</a>. The plugin adds a page to the WordPress backend that informs users if any of the plugins that are installed are available in the plugin directory. It also separately lists installed plugins that haven’t been updated in two years or more.</p>\n<p><img /></p>\n<p>The check is performed using the plugin directory’s folder name. The author notes that this could lead to plugins that have never been in the plugin directory to be flagged if they use the same name as a plugin that was in the directory in the past. If you encounter this situation, you’re encouraged to create a new thread on the <a href=\"https://wordpress.org/support/plugin/no-longer-in-directory\">plugin’s support forum</a>.</p>\n<p>So far, No Longer in Directory is actively installed on more than 1K sites. Out of a total of <a href=\"https://wordpress.org/support/plugin/no-longer-in-directory/reviews/\">six reviews</a>, its average rating is 4.8 out of 5 stars. I tested the plugin with WordPress 4.8 alpha and didn’t encounter any issues.</p>\n<p>If this is a feature you’d like to see implemented in WordPress, consider <a href=\"https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory\">voting for it</a>. So far, the idea has 43 votes with a five-star average rating. <a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, Plugin Directory Representative, <a href=\"https://wordpress.org/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory#post-22481\">responded to the idea</a> four years ago noting that it was being worked on.</p>\n<p>As Epstein mentioned in our previous article, explaining WHY a plugin has been closed is complex.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws,” she said.</p>\n<p>“We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<h2>If a Plugin Is Permanently Removed From the Directory, Users Should Be Notified</h2>\n<p>I believe users should be informed if a plugin is permanently removed from the directory. It doesn’t make sense to notify users if it’s temporarily hidden due to violating a guideline or a security issue. Plus, between upgrade and admin notices, users are receiving enough notifications as it is.</p>\n<p>I’m unsure if the notification should be an admin notice as we’ve <a href=\"https://wptavern.com/please-stop-abusing-wordpress-admin-notices\">already documented</a> how plugin authors are using them to advertise. Users are increasingly getting annoyed by them and they’re usefulness is in decline.</p>\n<p>There’s also the question as to who is responsible for informing users. This responsibility should fall squarely on the plugin author. If I was a plugin author and not interested in someone <a href=\"https://wptavern.com/adopt-me-plugin-tag-is-now-in-use-on-wordpress-org\">adopting my plugin</a> and wanted it removed from the directory, I’d do so by pushing out one last update.</p>\n<p>I’d explain in the plugin’s description and changelog that support and updates would no longer occur and that users should seek alternatives. I might even suggest a few that come to mind. Then, after about a month, I’d submit a request to the plugin review team to permanently remove it.</p>\n<p>This would give users a heads up and plenty of time to seek out an alternative. The Post Template plugin is a good example of this idea in action. Here is the notice it displayed on all of its settings pages before it disappeared.</p>\n<blockquote><p><strong>Since version 4.0.0, the plugin has been released under a commercial license. New features such as addition of custom fields to the templates have been added. Furthermore, this version is discontinued, which means that no further bug fixes, new features and compatibility fixes for new WordPress versions will be implemented. If you want to buy the latest version of Post Template, please visit the plugin web page.</strong></p></blockquote>\n<p>By notifying users ahead of time, the responsibility shifts to the user to find an alternative.</p>\n<p><a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/#post-8726059\">Simpon </a>said he’ll work to get the plugin re-listed but it may take some time as he’s swamped with work. At the time of publishing, <a href=\"https://wordpress.org/plugins/contact-form-7-to-database-extension/\">the plugin</a> is not available on WordPress.org.</p>\n<h2>An Unfortunate Situation for Users of Contact Form DB</h2>\n<p>While <a href=\"https://wordpress.org/support/topic/plugin-is-missing-on-the-wordpress-org-directory/page/2/\">users sympathized</a> with Simpson over his decision, I think it’s partly irresponsible. If a plugin has a security vulnerability, patching it and making it available as soon as possible should take precedence over how one feels about a situation.</p>\n<p>Instead of putting aside differences and pushing out an update to patch a security vulnerability, Simpson chose to move the plugin and the patched version to GitHub. The decision not to work with the plugin review team has put thousands of sites at risk with no easy way for users to update.</p>\n<p>Hopefully, Simpson will work with the team to get a patched version of Contact Form DB back onto the directory as soon as possible. Until then, if you use Contact Form DB, please <a href=\"https://github.com/mdsimpson/contact-form-7-to-database-extension/releases/tag/v2.10.30\">update to 2.10.30</a> manually as it patches the security vulnerability.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Feb 2017 08:52:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WPWeekly Episode 263 – Plugins Disappearing, WordCamp Miami, and OSTraining\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=66103&preview=true&preview_id=66103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://wptavern.com/wpweekly-episode-263-plugins-disappearing-wordcamp-miami-and-ostraining\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3129:\"<p>In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the news making headlines including, WordCamp Miami in its 9th year, OSTraining partnering with GoDaddy to release training videos, and why plugins sometimes disappear from the WordPress plugin directory. We also provide an update on the REST API vulnerability that is actively being exploited to deface webpages.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue\">WordPress REST API Vulnerability Exploits Continue</a><br />\n<a href=\"https://wptavern.com/google-changes-the-wording-of-its-wordpress-update-notifications\">Google Webmaster Tools Fixes Confusing Messages About Updating WordPress</a><br />\n<a href=\"https://wptavern.com/wordcamp-miami-2017-to-host-javascript-track-ama-spots-and-2-day-kids-camp\">WordCamp Miami 2017 to Host JavaScript Track, AMA Spots, and 2-Day Kids’ Camp</a><br />\n<a href=\"https://wptavern.com/ostraining-partners-with-godaddy-to-launch-free-wordpress-beginner-course-on-youtube\">OSTraining Partners with GoDaddy to Launch Free WordPress Beginner Course on YouTube</a><br />\n<a href=\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\">Why Plugins Sometimes Disappear From the WordPress Plugin Directory</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/mobile-featured-image/\">Mobile Featured Image</a> allows users to add a featured image specifically for mobile devices. The new image can be a resized version of your featured image or an entirely new image targeted especially at mobile viewers.</p>\n<p><a href=\"https://wordpress.org/plugins/fb-messenger-bot/\">FB Messenger Bot for WooCommerce</a> automatically messages clients from your Facebook page, WooCommerce, or Gravity Forms. The plugin creates a ‘send to Facebook’ button at the end of the WooCommerce Sales process or on the Gravity Forms thank you page.</p>\n<p><a href=\"https://wordpress.org/plugins/restrict-new-users-by-domain/\">Restrict New Users by Domain </a>makes it easy to whitelist or blacklist email domains that new users can use when registering. If using the whitelist, only new users who enter an email domain on the whitelist will be allowed to create an account. If using the blacklist, a user who enters an email domain on the blacklist will be unable to register.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, February 22nd 3:00 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #263:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Feb 2017 23:01:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Post Status: LoopConf in review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://poststatus.com/?post_type=poststatus_notes&p=33889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/loopconf/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46039:\"<p><a href=\"https://loopconf.com/\">LoopConf</a> is a developer centric conference, and LoopConf “2.1” took place in Salt Lake City in early February. This second iteration of the event was a great one, with informative, diverse talks, a laid back atmosphere, and it was very well organized — which is especially impressive considering the challenges that mother nature caused. As an added bonus, you can now <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">watch all the talks for free</a>.</p>\n<p>Originally planned for Miami last year, LoopConf was postponed due to a hurricane in southern Florida — hence the “.1” above — and rescheduled closer to organizer Ryan Sullivan’s home in Salt Lake City. Despite the postponement, most attendees were still able to make it, and some folks (like me) could only go to the newly scheduled event.</p>\n<p>Salt Lake City was unseasonably warm, making it a pleasant few days, mixed with great food and company. It was also a pleasure to be able to meet more people from local companies, including the newly minted BlueHost and MOJO headquarters downtown.</p>\n<p>Post Status was at LoopConf as a media partner, and <a href=\"https://poststatus.com/profiles/brian-richards/\">Brian Richards</a> and I took a lot of pictures, as well as several video interviews.</p>\n<h3>What to know about LoopConf</h3>\n<p>In our first video interview, Ryan talked about the origins of LoopConf, and described what he hoped attendees would get out of the event:</p>\n<p></p>\n<p>I hope to see a future LoopConf 3, and I think the venue and atmosphere worked really well in Salt Lake City.</p>\n<h3>A small sampling of valuable talks</h3>\n<p>There were many great talks. I didn’t attend them all, as I was working on other stuff for much of the two days, but the feedback was pretty universally positive, and every talk I did attend, I found valuable.</p>\n<h4>The competitive landscape for WordPress</h4>\n<p><img /></p>\n<p>The first day kicked off with a great talk by Pantheon co-founder Josh Koenig, who spoke on the <a href=\"https://youtu.be/BsKkFf4vDyw?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">competitive landscape for WordPress</a>, including opportunities and risks. It was a really excellent start to the event.</p>\n<h4>Empathetic communication</h4>\n<p><img /></p>\n<p>I met Sharon Steed prior to her talk, and she spoke about <a href=\"https://www.youtube.com/watch?v=Ke9hfBKebxc\">empathetic communication</a>. And due to her own journey as a communicator, going through life with a stutter, it has impacted how she thinks about communication and how she advises her clients.</p>\n<p>There were two quotes I loved: “Technology cannot replace the social aspect of face-to-face communication.” And, “Silence kills collaboration.” I think greater empathy in our ecosystem and society in general is pivotal.</p>\n<h3>Put an “S” on it</h3>\n<p><img /></p>\n<p>I don’t know anyone who knows more about HTTPS than Zack Tollman, who directed the effort to make WIRED’s website fully HTTPS. They learned many lessons, and he <a href=\"https://youtu.be/McAzEj2iXaA?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">shares them in his outstanding talk</a>.</p>\n<h4>Bootstrapping a WordPress business</h4>\n<p><img /></p>\n<p>The <a href=\"https://poststatus.com/jason-cohen-wp-engine-founder/\">most recent podcast</a> episode featured a video interview and extended audio interview with <a href=\"https://wpengine.com\">WP Engine</a> founder and LoopConf keynote speaker Jason Cohen, which I highly recommend you check out. Jason is full of knowledge, and my interview with him pairs well with his keynote talk.</p>\n<p>Jason’s talk will certainly get you thinking about whether you should raise your prices, that’s for sure.</p>\n<h4>Watch them all!</h4>\n<p>Don’t take my word for which talks to see. I just feature these because I got a lot out of them in the moment. However, in general I found this lineup to be one of the most proficient groups of speakers I’ve seen yet at a WordPress event.</p>\n<p>Check out <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">the whole playlist</a>.</p>\n<h3>Pictures</h3>\n<p>Here are pictures from the three days of workshops and talks.</p>\n\n<a href=\"https://poststatus.com/loopconf/loopconf2-0004/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0004-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0008/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0008-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0011/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0011-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0017/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0017-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0018/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0018-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0019/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0019-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0021/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0021-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0028/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0028-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0033/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0033-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0036/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0036-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0039/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0039-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0051/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0051-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0052/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0052-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0053/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0053-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0056/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0056-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0057/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0057-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0062/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0062-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0063/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0063-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0068/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0068-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0075/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0075-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0077/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0077-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0079/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0079-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0086/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0086-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0087/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0087-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0088/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0088-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0091/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0091-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0115/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0115-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0129/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0129-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0135/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0135-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0136/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0136-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0146/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0146-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-0149/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-0149-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1735/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1735-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1746/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1746-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1757/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1757-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1775/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1775-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1778/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1778-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1795/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1795-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1808/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1808-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1809/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1809-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1812/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1812-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1818/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1818-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1819/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1819-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1824/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1824-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1826/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1826-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1831/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1831-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1836/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1836-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1841/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1841-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1854/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1854-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1856/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1856-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1862/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1862-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1868/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1868-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1894/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1894-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1897/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1897-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1911/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1911-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1921/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1921-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1928/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1928-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1936/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1936-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1937/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1937-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1954/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1954-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1968/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1968-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1978/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1978-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1979/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1979-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1983/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1983-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1986/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1986-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1991/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1991-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-1996/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-1996-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2005/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2005-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2015/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2015-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2030/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2030-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2042/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2042-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2043/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2043-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2049/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2049-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2062/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2062-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2079/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2079-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2080/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2080-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2093/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2093-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2103/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2103-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2106/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2106-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2119/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2119-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2151/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2151-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2163/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2163-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2172/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2172-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2180/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2180-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2194/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2194-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2215/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2215-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2240/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2240-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2253/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2253-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2290/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2290-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2291/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2291-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2293/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2293-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2311/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2311-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2330/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2330-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2334/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2334-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2370/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2370-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2377/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2377-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2380/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2380-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2390/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2390-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2413/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2413-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2447/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2447-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2466/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2466-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2487/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2487-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2511/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2511-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2515/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2515-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2517/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2517-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2521/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2521-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2528/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2528-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2531/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2531-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2532/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2532-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2533/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2533-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2536/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2536-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2538/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2538-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2541/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2541-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2542/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2542-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2546/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2546-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2561/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2561-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2570/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2570-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2590/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2590-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2597/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2597-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2599/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2599-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2615/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2615-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2617/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2617-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-2652/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-2652-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9825/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9825-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9826/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9826-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9828/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9828-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9830/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9830-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9831/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9831-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9833/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9833-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9835/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9835-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9837/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9837-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9839/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9839-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9846/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9846-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9848/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9848-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9850/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9850-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9851/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9851-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9859/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9859-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9863/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9863-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9866/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9866-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9868/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9868-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9876/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9876-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9879/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9879-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9885/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9885-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9887/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9887-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9888/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9888-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9892/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9892-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9895/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9895-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9904/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9904-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9905/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9905-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9911/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9911-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9914/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9914-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9929/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9929-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9933/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9933-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9940/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9940-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9941/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9941-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9949/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9949-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9953/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9953-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9956/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9956-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9960/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9960-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9962/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9962-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9965/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9965-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9967/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9967-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9969/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9969-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9970/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9970-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9971/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9971-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9976/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9976-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9993/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9993-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9986/\"><img width=\"100\" height=\"150\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9986-100x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n<a href=\"https://poststatus.com/loopconf/loopconf2-9981/\"><img width=\"150\" height=\"100\" src=\"https://cdn.poststatus.com/wp-content/uploads/2017/02/loopconf2-9981-150x100.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" /></a>\n\n<p>You are welcome to use these pictures however you wish. If you’d like to credit Brian Richards or myself, or Post Status, we’d appreciate it — but it’s not required. Pictures he took show Canon 6D in the meta description, and pictures I took show Canon 70D in the description.</p>\n<h3>More interviews from LoopConf</h3>\n<p>I’ll have more interviews from LoopConf over the coming days and weeks. I chatted with several core contributors and developers about specific experiences they’ve had with WordPress. Keep an eye out for those!</p>\n<h3>A fun, niche event with a lot of value</h3>\n<p>LoopConf was pretty laid back, and did a lot of things really well.</p>\n<p>For one, I’m super jealous of how quickly they got the videos uploaded, and they’ve generously made them available for free for everyone. Also, there were no noticeable event hiccups, and the team was always available to help with whatever attendees may need.</p>\n<p>The venue itself was really nice, as you can hopefully see in the pictures, and the whole place was laid out in a way that made both the talks and the hallway track highly accessible. And sponsors were in the center of the whole event, which was great.</p>\n<p>I found that the size of the event (I’d guess around 200 people) made it so that conversations were easy to have, and we were able to go in-depth. And because everything from breakfast to dinner to the after party were at the venue, it made everything super convenient.</p>\n<p>If and when there’s a LoopConf 3, you should go! I’ve also found this general theme to be true at other niche WordPress events — including <a href=\"https://adayofrest.hm\">A Day of REST</a> (specific to the REST API in WordPress, which you should go to next month!) and <a href=\"https://pressnomics.com\">PressNomics</a> (a WordPress business event, which you should go to in April!), and even my own <a href=\"https://poststatus.com/publish\">Publish</a> event (which may have a second iteration later this year).</p>\n<p>To learn more about LoopConf, <a href=\"https://loopconf.com/\">check out the website</a>. And definitely take advantage of all of those <a href=\"https://www.youtube.com/playlist?list=PLod7ww284cBH0DZshlVXRR5XtpaIZXfTF\">free videos</a>!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Feb 2017 20:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"WPTavern: Matt Mullenweg Responds to Security Rant: Digital Signatures for WordPress Updates Are Important but Not a Priority\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66076\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://wptavern.com/matt-mullenweg-responds-to-security-rant-digital-signatures-for-wordpress-updates-are-important-but-not-a-priority\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8422:\"<p>Scott Arciszewski, Chief Development Officer for Paragon Initiative Enterprises, who is most widely known for his <a href=\"https://paragonie.com/blog/2017/02/cryptographically-secure-php-development\">cryptography engineering work</a>, published a post on Medium criticizing Matt Mullenweg, co-creator of the WordPress open-source software project, for not caring enough about security. Arciszewski has since retracted the post but you can <a href=\"http://web.archive.org/web/20170214062414/https://medium.com/@CiPHPerCoder/stopmullware-on-the-security-of-27-of-the-websites-on-the-internet-298a7e5b6871\">read it</a> via the Wayback Machine.</p>\n<p>Arciszewski is working on a project known as <a href=\"https://download.libsodium.org/doc/\">libsodium</a>, a core extension to PHP 7.2 which allows for encryption, decryption, signatures, password hashing and more. Its goal is to enable developers to build higher-level cryptographic tools.</p>\n<p>WordPress’ automatic update system is handled through api.wordpress.org. Since updates do not have a digital signature, if api.wordpress.org were compromised, attackers could send malicious updates to thousands or millions of sites. This scenario was at the forefront of people’s minds late last year after Wordfence <a href=\"https://www.wordfence.com/blog/2016/11/hacking-27-web-via-wordpress-auto-update/\">published details</a> of a complex security vulnerability that could have compromised the update servers.</p>\n<p>Arciszewski suggests offline code signing and elliptic curve cryptography as solutions, “The key that can produce a valid signature for a file isn’t stored on the server (only the file itself and a valid signature are), so even if the server gets hacked, attackers can’t just add trojan horse malware to the file,” he said.</p>\n<p><a href=\"http://php.net/manual/en/book.openssl.php\">OpenSSL</a> is an extension of PHP and is commonly used as public-key cryptography but it only supports RSA which Arciszewski deems inadequate. Since WordPress is written in PHP and supports versions 5.2-7+, Arciszewski needed to create a solution that was as compatible. This inspired him to create <a href=\"http://web.archive.org/web/20170214062414/https://github.com/paragonie/sodium_compat\">sodium_compat</a> that adds <a href=\"https://ed25519.cr.yp.to/\">Ed25519 signature verification</a> to WordPress’ automatic updater.</p>\n<p>Arciszewski submitted a number of patches to WordPress but was told by Dion Hulse, WordPress core developer, that the sodium_compat library could not be merged into core until it passed a security audit by a third-party. Audits can cost a lot of money so Arciszewski’s plan was to see if Automattic could take on some of the cost or crowd-source the funds. However, his project was put on hold after Mullenweg informed Hulse to stop working on the feature as it’s not related to the three core focus areas of the Editor, Customizer, and the REST API.</p>\n<p>Arciszewski described the decision as irresponsible and that every user has a reason to be alarmed, “The WordPress team has shown that they are not responsible enough to govern their impressive ownership of the Internet (with the exception of some folks powerless to correct the organization’s course),” he said. “This act of negligence <em class=\"markup--em markup--p-em\">will</em> put the rest of the web in harm’s way.”</p>\n<h2>Update Signing is Important but Not a Priority</h2>\n<p>Mullenweg <a href=\"https://medium.com/@photomatt/wordpress-and-update-signing-51501213e1\">responded to the post</a> on Medium.com with one of his own and reiterated the WordPress development team’s commitment to security.</p>\n<p>“Everyone involved takes their responsibility very seriously, and the growth of WordPress has meant many thoughtful, hard-working people have gotten involved and think of the security of WP sites holistically, from every angle,” he said.</p>\n<p>Mullenweg also clarified what attacks would be stopped by implementing digital signatures to WordPress updates.</p>\n<p>“It could stop a man in the middle attack, where someone modifies the update files on the network in between your blog and WordPress.org, or it could stop a situation where the part of .org that serves the update is compromised but the signing part isn’t, and someone decided to send out updates even though they know they’ll be rejected,” he said.</p>\n<p>The team is unaware of any WordPress sites that have been attacked this way. While the possibility exists, the extent of the damage would likely be limited. The update servers are monitored around the clock and since many large webhosting companies automatically scan their customer’s sites for malware, the malicious update would likely be discovered quickly.</p>\n<p>Mullenweg describes what would happen if an update server was compromised.</p>\n<p>“We would turn it off really quickly, notify the world there was an issue, fix the problem, turn it back on, and notify the specific sites or hosts as able,” he said. Although WordPress <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">powers 27.5%</a> of the top 10 million sites tracked by Alexa, it’s highly unlikely that number of sites would be compromised.</p>\n<p>He goes on to say that there are easier ways to compromise a WordPress site and listed the biggest issues to WordPress security based on impact.</p>\n<ol class=\"postList\">\n<li id=\"6e1f\" class=\"graf graf--li graf-after--p\">Sites not updating core.</li>\n<li id=\"8121\" class=\"graf graf--li graf-after--li\">Sites not updating plugins.</li>\n<li id=\"9cf6\" class=\"graf graf--li graf-after--li\">Sites not updating themes.</li>\n<li id=\"0f5b\" class=\"graf graf--li graf-after--li\">Weak passwords, without brute-force protection or two-factor authentication.</li>\n<li id=\"9601\" class=\"graf graf--li graf-after--li\">Hosts (professional or ad-hoc) not scanning and fixing sites.</li>\n<li id=\"3b2e\" class=\"graf graf--li graf-after--li\">Hypothetical issues not seen in practice, which distract from the above existing priorities.</li>\n</ol>\n<p>Mullenweg confirms that he offered to donate to the audit of sodium_compat a day before Arciszewski published his post. Even if the library passed an audit, the code couldn’t immediately be added to core, “You would also need to do some significant work on the server-side to isolate the signing from the update server, so it’s worthwhile in the first place,” he said.</p>\n<p>And if the code were added to core, only the sites that updated to the version that has the cryptographic library and the update checking would be able to take advantage of it. WordPress.org would still need to send updates to older versions that don’t have update checking. These sites would still be vulnerable to receiving a malicious update.</p>\n<p>Mullenweg says that digital signatures and update signing will end up in WordPress eventually but it’s not a priority as there are other security issues in front of it, “We are prioritizing those issues above a nice-to-have, defense in-depth effort,” he said.</p>\n<p>“A good approach would be to build the server-side first, because doing that properly, say with an <a href=\"https://en.wikipedia.org/wiki/Hardware_security_module\">HSM</a>, is the difficult and important part; then get the packages signed; then test out verification in a plugin because we don’t want to break auto-updates; and then finally merge into core and set the client to reject non-signed updates. On the client side we need to pick a cryptography library, and get it audited.”</p>\n<p>Mullenweg ended his post explaining why he published his response on Medium instead of his <a href=\"http://ma.tt\">personal site</a>. “Seems to be the most popular place for rants like this. I also wanted to try out the famous Medium editor,” he said.</p>\n<h2>What’s Next For sodium_compat</h2>\n<p>While the prospects don’t look good for his library being added to WordPress in 2017, Arciszewski says there are plenty of other PHP projects that could benefit from it, “For their sake, I’m still strongly inclined to pursue an independent third-party cryptography audit, and attempt to crowd-fund the cost,” he said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Feb 2017 23:48:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"BuddyPress: BuddyPress 2.8.0 – “San Matteo”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=263791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://buddypress.org/2017/02/buddypress-2-8-0-san-matteo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8634:\"<p>BuddyPress 2.8.0 “San Matteo” is now available for download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “San Matteo” focuses on various improvement for developers, site builders and site managers.</p>\n<h2 class=\"headline-title\">For Developers & Site Builders</h2>\n<h3 class=\"headline-title\">Modernizing the Codebase</h3>\n<p>To continue the migration of legacy code to modern standards and techniques necessary for the <code>BP REST API</code> project and other new features moving forward, <a href=\"https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/\">BuddyPress 2.8 requires at least PHP 5.3</a>. This will allow us to build better, robust, and secure code, benefiting developers and users now and in the future.</p>\n<h3 class=\"feature-title\">More helpful “Activate Pending Accounts” screen</h3>\n<p><img class=\"size-full wp-image-263800 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/pending-accounts.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>When you click on the username on the “Users > Manage Signups” page, you can now view profile data entered by the user at the time of registration.</p>\n<h3 class=\"feature-title\">Support for <code>List-Unsubscribe</code> header in emails</h3>\n<p><img class=\"size-full wp-image-263802 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/list-unsubscribe.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>Allow users to unsubscribe from BuddyPress email notifications in some email clients such as Gmail (web), when properly configured.</p>\n<h3 class=\"feature-title\">Twenty Seventeen Companion Style sheet</h3>\n<p><img class=\"size-full wp-image-263803 aligncenter\" src=\"https://buddypress.org/wp-content/uploads/1/2017/02/twenty-seventeen.png\" alt=\"\" width=\"800\" height=\"500\" /></p>\n<p>BuddyPress looks great in WordPress’s latest default theme with the new Twenty Seventeen companion style sheet.</p>\n<p>To change the default two-column page layout to a full-width layout as seen in the image, add the <a href=\"https://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-seventeen-theme/\">following code</a> to the <code>functions.php</code> file of your Twenty Seventeen child theme.</p>\n<h4 class=\"feature-title\">More hooks for Messages</h4>\n<p>We’ve added new filters and actions for different methods throughout the Messages component.</p>\n<h4 class=\"feature-title\">A more flexible Group search</h4>\n<p>The new <code>search_column</code> parameter allows developers to specify which columns should be matched, as well as where wildcard characters should be placed, when searching via <code>BP_Groups_Group::get()</code>.</p>\n<h4 class=\"feature-title\">Alphabetical sorting for Groups widget</h4>\n<p>The groups widget can now be sorted alphabetically, in addition to sorting the results by recently active, popular, and newest groups.</p>\n<h4 class=\"feature-title\">Enable choice of <code>PHPMailer</code></h4>\n<p>Developers can specify which <code>PHPMailer</code> should be used when sending BuddyPress with a new filter.</p>\n<h4 class=\"title\">Localization Improvements</h4>\n<p>We continue to improve our localization internals, making it easier for translation editors to ensure that BuddyPress will be available for everyone in their own language.</p>\n<h4 class=\"title\">Developer Reference</h4>\n<p>Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.</p>\n<h4 class=\"title\">Accessibility Upgrades</h4>\n<p>Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).</p>\n<p><strong>…and much more!</strong></p>\n<p>Read about all the bug fixes and feature enhancements introduced in BuddyPress 2.8.0 at our <a href=\"https://codex.buddypress.org/releases/version-2-8-0/\">official 2.8.0 changelog</a>.</p>\n<p><strong>Thank You to Our Contributors</strong></p>\n<p>Many, many thanks to all those who contributed during this development cycle. This is a volunteer-run project, and these contributors freely gave of their time and expertise to make BuddyPress better than ever:</p>\n<p><a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini (dontdream)</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta (ankit-k-gupta)</a>, <a href=\"https://profiles.wordpress.org/angeljs/\">angeljs</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/thebrandonallen/\">Brandon Allen (thebrandonallen)</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90/\">Bunty (bhargavbhandari90)</a>,<a href=\"https://profiles.wordpress.org/ketuchetan/\">chetansatasiya (ketuchetan)</a>, <a href=\"https://profiles.wordpress.org/chiragpatel/\">Chirag Patel (chiragpatel)</a>, <a href=\"https://profiles.wordpress.org/danbp/\">danbp</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/wpdennis/\">Dennis (wpdennis)</a>, <a href=\"https://profiles.wordpress.org/Dianakc/\">Diana K. Cury (Dianakc)</a>, <a href=\"https://profiles.wordpress.org/finzend/\">finzend</a>, <a href=\"https://profiles.wordpress.org/hnla/\">Hugo (hnla)</a>,<a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes (jdgrimes)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/jonas-lundman/\">Jonas Lundman (jonas-lundman)</a>, <a href=\"https://profiles.wordpress.org/jonieske/\">jonieske</a>, <a href=\"https://profiles.wordpress.org/jreeve/\">jreeve</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/Offereins\">Laurens Offereins (Offereins)</a>, <a href=\"https://profiles.wordpress.org/lgreenwoo/\">lgreenwoo</a>,<a href=\"https://profiles.wordpress.org/maccast/\">maccast</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/mchansy/\">mchansy</a>, <a href=\"https://profiles.wordpress.org/mercime/\">mercime</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith (tw2113)</a>, <a href=\"https://profiles.wordpress.org/modemlooper/\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal (m_uysl)</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik (nickmomrik)</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>,<a href=\"https://profiles.wordpress.org/pareshradadiya/\">paresh.radadiya (pareshradadiya)</a>, <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rekmla/\">rekmla</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/rogercoathup/\">Roger Coathup (rogercoathup)</a>, <a href=\"https://profiles.wordpress.org/DarkWolf/\">Salvatore (DarkWolf)</a>,<a href=\"https://profiles.wordpress.org/sanket.parmar/\">Sanket Parmar (sanket.parmar)</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov (slaffik)</a>, <a href=\"https://profiles.wordpress.org/stagger-lee/\">Stagger Lee (stagger-lee)</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>, <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener (mahype)</a>, <a href=\"https://profiles.wordpress.org/wordpressrene/\">wordpressrene</a>.</p>\n<h2>PanuozzoPress</h2>\n<p>BuddyPress 2.8 is called “San Matteo” after <a href=\"http://www.sanmatteopanuozzo.com/\">a great pizza restaurant</a> in New York City. San Matteo specializes in the “panuozzo”, a pizza-sandwich hybrid native to Salerno, Italy. The proprietor of San Matteo is a friendly fellow who insists on speaking Italian even to customers who don’t understand a word of it. If you find yourself in the neighborhood, be sure to stop by for a great pizza.</p>\n<h2>Time to Go Get 2.8.0!</h2>\n<p>Grab BuddyPress 2.8.0 “San Matteo” from the <a href=\"https://wordpress.org/plugins/buddypress/\">wordpress.org plugin repository</a>, or right from your WordPress Dashboard.</p>\n<p><strong>Questions, comments, feature requests, or bug reports?</strong> Please use our <a href=\"https://buddypress.org/support/\">support forums</a> or our <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Feb 2017 22:38:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Slava Abakumov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"HeroPress: Not every hero wears a cape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=1605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://heropress.com/essays/not-every-hero-wears-cape/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8188:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/02/021517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in.\" /><h3>I almost didn’t go to my first WordCamp</h3>\n<p>I started working with WordPress in 2010. A client requested I use WordPress and a Revolution theme they’d purchased to build their new site. When I was done, I submitted it to the theme showcase, and Brian Gardner reached out to tell me how much he’d liked it.</p>\n<p>I continued working with Brian and his themes as Revolution became Revolution 2, and then StudioPress and Genesis. That led to me designing and developing Family Tree, one of the first commercial themes targeted at women entrepreneurs. It was released in May of 2011.</p>\n<p>Right around the release of my first theme, Brian asked if I was going to be at WordCamp San Francisco. There was going to be a Genesis Connect event there, and he wanted me to be there. I really wanted to go, but didn’t know how I was going to pull it off.</p>\n<p>See, after a years long struggle I had recently been diagnosed with bipolar disorder.</p>\n<blockquote><p>I was trying to rebuild my design career with WordPress, but I was really struggling.</p></blockquote>\n<p>I felt like flying to San Francisco to see my internet friends was a luxury I couldn’t afford.</p>\n<p>But when I mentioned it to my wife, she told me we’d find a way. She started hitting travel sites and found a cheap airline ticket. Then she went on AirBnB and booked me a couch in the lobby of an art gallery in the Tenderloin–it was the cheapest thing we could find. I left on August 11, 2011, three days before my 40th birthday.</p>\n<h3>My first day of WordCamp SF was a nightmare</h3>\n<p>I have pretty severe social anxiety, so my plan was to maintain a low profile and keep to myself until I could meet up with some of my Genesis friends. About 20 minutes into the first talk I went to I was totally lost, so I thought I’d sneak out and hit lunch early. It seemed like a solid plan.</p>\n<p>My foot had fallen asleep during the presentation, though, and as I stood up to sneak out my ankle buckled and I fell. Every head in the auditorium whipped around to stare at me slowly rolling down the aisle. It was painfully obvious to me that not only did I not belong, but I had just made a very public ass of myself and was mortified.</p>\n<h3>Then the WordPress Community stepped in</h3>\n<p>There was already a huge crowd in the courtyard when I managed to slink out of the auditorium. I felt like someone had dropped me back into my junior high cafeteria. I stood in the massive line, wanting nothing more than to find a quiet corner to nurse my wounded pride, call my wife, maybe cry a little, and tell her that coming had been a huge waste of time and money.</p>\n<blockquote><p>If that’s how my day had panned out, my WordPress story might have been a lot different. Instead, I ran into my first ambassador of the WordPress community.</p></blockquote>\n<p>This kind of goofy guy in front of me started chatting me up.</p>\n<p>I told him it was my first WordCamp. He asked me where I was from, and we discovered we lived maybe an hour away from each other: me in San Diego, him in Orange County. He invited me to eat lunch with his group. And that’s how I wound up sitting at a table eating lunch with Steve Zehngut and his crew.</p>\n<p>These people were more like me: marketers and designers, theme authors and SEO specialists, food bloggers and digital nomads. I started to feel like I might belong there, after all. The phone call I made to my wife after lunch was about how much fun I was having, and how many cool people I was meeting.</p>\n<p>Later that day I went to dinner with the crew from Genesis and met even more amazing people I’d only known online. After that, there was a huge Genesis Connect happy hour. The more people I met and talked to, the more friends I made. On Sunday, before one of the final presentations, an auditorium of my new friends sang “Happy Birthday” to me. (I won’t lie–it was cool but also almost as embarrassing as falling down the first day, lol!)</p>\n<h3>One person can make a difference</h3>\n<p>If Steve hadn’t asked me to eat lunch with his group that day, I might have never gone to another WordCamp. Instead, when WordCamp San Diego 2012 came around Dre Armeda encouraged me to submit a speaker application, and I gave my first talk. For six years now I’ve spoken at every local WordCamp that’s accepted my speaker application, trying to inspire other people to get and stay involved in our community.</p>\n<p>I spent some time looking at the 2011 WCSF attendees list when I was writing this essay. Some of my best friends (and best WordCamp stories) can be directly linked to that list. Even the people I may not have met at that event came into my life because of that event.</p>\n<h3>Six degrees of a lunch invitation</h3>\n<p>I don’t remember whether or not I met Alex Vasquez in San Francisco, but he’s one of the people who actually wants an honest answer when he asks how I’ve been. I’m pretty sure I didn’t meet Andy Stratton there, but I eventually travelled to Baltimore to speak at the WordCamp he and Drew Poland organized. I’m positive I didn’t cross paths with Karim Marucchi, but he eventually became my boss, mentor, and go-to puppy picture friend. And those are just the connections from one event that happened 6 years ago.</p>\n<blockquote><p>WordCamp San Francisco taught me that being a hero doesn’t have to be a huge, dramatic thing.</p></blockquote>\n<p>Sometimes the biggest heroes are the people who notice that someone else feels out of place, extend their hand, and welcome them in. Of all of the lessons I’ve learned in WordPress, that’s the most important one. Thanks, Steve!</p>\n<p><em>(P.S. If anyone knows where I can find some adult Superman Underoos in stock, LMK. WordCamp San Diego is coming up at the end of March, and I never got Steve a proper thank you gift.)</em></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Not every hero wears a cape\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Not%20every%20hero%20wears%20a%20cape&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Not every hero wears a cape\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fnot-every-hero-wears-cape%2F&title=Not+every+hero+wears+a+cape\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Not every hero wears a cape\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/not-every-hero-wears-cape/&media=https://heropress.com/wp-content/uploads/2017/02/021517-150x150.jpg&description=Not every hero wears a cape\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Not every hero wears a cape\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/not-every-hero-wears-cape/\" title=\"Not every hero wears a cape\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/not-every-hero-wears-cape/\">Not every hero wears a cape</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Feb 2017 12:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Chris Ford\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Open Source Leadership Summit to Live Stream Keynote Sessions February 14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/open-source-leadership-summit-to-live-stream-keynote-sessions-february-14-16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1865:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/open-source-leadership-summit.png?ssl=1\"><img /></a></p>\n<p>The Linux Foundation’s <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit\" target=\"_blank\">Open Source Leadership Summit</a> is happening in Lake Tahoe, CA, February 14-16, 2017. The invitation-only event brings together open source technology leaders to collaborate across different projects and share best practices.</p>\n<p>The organizers will be live streaming all of the <a href=\"https://osleadershipsummit2017.sched.com/overview/type/Keynote\" target=\"_blank\">keynote sessions</a> for free throughout the three-day event for a total of 17 presentations. A few sample topics and speakers include:</p>\n<ul>\n<li>State of the Union – Jim Zemlin, Executive Director of the Linux Foundation</li>\n<li>A Conversation with Linus Torvalds (with Jim Zemlin)</li>\n<li>State of Blockchain – Christopher Ferris, CTO of Open Technology, IBM</li>\n<li>Security and Privacy in a Hyper-connected World – Bruce Schneier, Security Expert</li>\n<li>Building and Motivating Engineering Teams – Camille Fournier, Senior Thinker and Raconteur</li>\n<li>How Cross-Foundation Collaboration is a Win for Open Source – Abby Kearns, Executive Director, Cloud Foundry Foundation</li>\n</ul>\n<p>Anyone who wants to join the keynote sessions via live stream will need to <a href=\"http://events.linuxfoundation.org/events/open-source-leadership-summit/program/live-video-stream\" target=\"_blank\">sign up</a> ahead of the event. The keynotes will be broadcast in Pacific Daylight Time and viewers can return to the signup page to watch live. Viewers are encouraged to use the event’s official #lfosls hashtag to tweet about the sessions as they are watching.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Feb 2017 06:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Why Plugins Sometimes Disappear From the WordPress Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66033\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/why-plugins-sometimes-disappear-from-the-wordpress-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4548:\"<p>Nearly 50K publicly available plugins call the <a href=\"https://wordpress.org/plugins/\">WordPress plugin directory</a> home but once in awhile a few of them seem to disappear. There is usually a good reason for why this happens but the only information available to the public is a page that says the plugin cannot be found. If the plugin is popular enough, concerned users will <a href=\"https://wptavern.com/contact-me\">contact us</a> and ask to investigate what happened.</p>\n<p><a href=\"https://profiles.wordpress.org/ipstenu\">Mika Epstein</a>, Plugin Directory Representative, says there are a number of reasons for why a plugin can end up hidden from view, “The most well-known, but not the most common, is security issues,” Epstein said.</p>\n<p>“Plugins are removed and, by default, hidden mostly because we’re on bbPress 1.0 and there is not as granular a control with post statuses when compared to WordPress itself.”</p>\n<p>The plugin review team has three options to choose from when altering a plugin’s visibility, active, closed, and disabled. Although rarely used, when a plugin is disabled, it is hidden from view but updates are able to be pushed out.</p>\n<p>I asked Epstein why there’s not more detailed information when a plugin is hidden and the answer is complex, “The lack of information is partly technical as bbPress 1.0 is limited and partly because we can’t all agree on the <em>right</em> way to disclose, when to disclose, and when <em>not</em> to disclose,” she said.</p>\n<p>“Obviously the last thing we want are people getting hacked, but it presents us with a few options and they all have flaws. We’ve not been able to determine a way to tell people ‘This plugin is gone, don’t use it’ and ‘This plugin is gone, but use it if you want.’ without putting users at risk.”</p>\n<p>Epstein uses WooCommerce and Jetpack as examples, “Let’s say I close Jetpack today and tell people ‘WordPress decided not to support it anymore.’ But tomorrow I close WooCommerce and tell people ‘I can’t tell you why.’ That means an intelligent person knows that WooCommerce is <em>probably</em> vulnerable.”</p>\n<p>It’s a conundrum without an easy solution. The team typically closes plugins which makes the plugin’s page disappear. This has the added benefit of making it more difficult to determine if the plugin ever existed. Then the team contacts and works with the developer directly.</p>\n<p>Most closures are done with the knowledge of the plugin author as they are often the ones who request that their plugins be closed.</p>\n<h2>The New WordPress Plugin Directory Will Modernize Plugin Administration</h2>\n<p><a href=\"https://wptavern.com/new-wordpress-plugin-directory-now-in-open-beta\">Announced</a> at WordCamp Europe 2016, the WordPress plugin directory redesign has been in <a href=\"https://wordpress.org/plugins-wp/\">open beta</a> for about eight months.</p>\n<img />WordPress Plugin Directory Redesign\n<p>In addition to bringing a fresh new look to plugin pages, the migration away from bbPress to WordPress will help make the plugin review team’s job easier, “Like far too many things in Plugin Land, everything depends on modernizing the backend to something that is functional.” Epstein said.</p>\n<p>“Once the new directory is out and I have some more people trained to do reviews properly, then we’ll have the bandwidth to sit down and really figure out a <strong>best</strong> solution.</p>\n<p>“A stopgap might be making the page say ‘This plugin is no longer available.’ But I’m personally not sure if that would make FUD better or worse.”</p>\n<p>If you discover that a plugin you rely on has suddenly vanished from the directory, don’t panic. Depending on the issue, plugins usually reappear within a week unless the author has requested that it be closed.</p>\n<p>To learn what’s involved and how the plugin review team does its job, listen to <a href=\"https://wptavern.com/wpweekly-episode-231-an-inside-look-at-the-plugin-review-process-with-mika-epstein\">episode 231</a> of WordPress Weekly. I also encourage you to read our <a href=\"https://wptavern.com/behind-the-scenes-in-the-wordpress-plugin-directory-with-mika-epstein\">detailed interview</a> with Epstein published in 2014, in which most of the information is still accurate.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Feb 2017 03:37:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordPress REST API Vulnerability Exploits Continue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=66011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wordpress-rest-api-vulnerability-exploits-continue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10607:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2014/04/emergency.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://flic.kr/p/dLUWMb\">Code & Martini</a> by <a href=\"https://www.flickr.com/photos/ivanavasilj/\">Ivana Vasilj</a> – cc license\n<p>It has been nearly two weeks since the WordPress security team <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">disclosed</a> an unauthenticated privilege escalation vulnerability in a REST API endpoint in 4.7 and 4.7.1. The vulnerability was patched silently and disclosure was delayed for a week to give WordPress site owners a head start on updating to 4.7.2. Last week <a href=\"https://wptavern.com/wordpress-rest-api-vulnerability-is-being-actively-exploited-hundreds-of-thousands-of-sites-defaced\" target=\"_blank\">hundreds of thousands of vulnerable sites had already been defaced</a> and the damage reports are still rolling in.</p>\n<p>Over the weekend the attacks increased and WordPress security firms have seen more attempts blocked by their firewalls. <a href=\"https://sucuri.net/\" target=\"_blank\">Sucuri</a>, the website security firm that reported the vulnerability to WordPress, was tracking the “Hacked by w4l3XzY3” campaign last week and estimated 66,000 defacements. That particular campaign has now passed 260,000 pages indexed by Google. It is one of nearly two dozen defacement campaigns targeting the vulnerability.</p>\n<p>“During the past 24 hours we have seen an average growth in defaced pages per campaign of 44%,” Wordfence CEO Mark Maunder <a href=\"https://www.wordfence.com/blog/2017/02/rapid-growth-in-rest-api-defacements/\" target=\"_blank\">said</a> on Friday. “The total number of defaced pages for all these campaigns, as indexed by Google has grown from 1,496,020 to 1,893,690. That is a 26% increase in total defaced pages in just 24 hours.”</p>\n<p>Maunder referenced a <a href=\"https://www.google.com/trends/explore?date=2017-01-01%202017-12-31&q=%22Hacked%20By%20MuhmadEmad%22,%22Hacked%20By%20SA3D%20HaCk3D%22,%22by%20w4l3XzY3%22,%22Hacked%20By%20Imam%22,%22Hacked%20By%20BALA%20SNIPER%22\" target=\"_blank\">Google Trends chart</a> which he said demonstrates the success the defacement campaigns have had over the past week. The spike began on the day WordPress disclosed the vulnerability.</p>\n<p> &q;</p>\n<p>However, White Fir Design, another company that offers security services, <a href=\"https://www.whitefirdesign.com/blog/2017/02/10/unreliable-claim-that-1-5-million-wordpress-pages-defaced-is-reminder-of-the-terribleness-of-security-companiesjournalists/\" target=\"_blank\">disputes Wordfence’s claims</a> that 1.8 million pages were hacked. The ~2 million pages figure is cited in reports from <a href=\"http://www.bbc.com/news/technology-38930428\" target=\"_blank\">BBC</a>, <a href=\"http://www.theinquirer.net/inquirer/news/3004423/wordpress-hacking-spree-sees-15-million-web-pages-defaced\" target=\"_blank\">The Enquirer</a>, <a href=\"https://arstechnica.com/security/2017/02/virally-growing-attacks-on-unpatched-wordpress-sites-affects-2m-pages/\" target=\"_blank\">Ars Technica</a>, <a href=\"http://www.cio.com/article/3168761/security/recent-wordpress-vulnerability-used-to-deface-1-5-million-pages.html\" target=\"_blank\">CIO.com</a>, and other publications. White Fir Design contends that the hacked pages that have been indexed by Google are not an accurate representation.</p>\n<p>Sucuri CTO Daniel Cid also does not fully agree with Wordfence’s assessment of the situation. After doing some research over the weekend, Sucuri estimates more than 50,000 sites hacked with 20-30 pages per site defaced. This would be roughly a million on the lower end of the estimate and ranges up to 1.5 million.</p>\n<p>Sucuri is also starting to see more serious attempts on the REST API vulnerability in the form of <a href=\"https://blog.sucuri.net/2017/02/rce-attempts-against-the-latest-wordpress-rest-api-vulnerability.html\" target=\"_blank\">remote code execution (RCE) attacks</a> on sites using plugins that allow for PHP execution from within posts and pages. One such campaign attempts to inject a PHP include to add content from a compromised site and then inject a backdoor hidden in /wp-content/uploads.</p>\n<p>“Defacements don’t offer economic returns, so that will likely die soon,” Cid said. “What will remain are attempts to execute commands (RCE) as it gives the attackers full control of a site – and offers multiple ways to monetize – and SPAM SEO / affiliate link / ad injections. We are starting to see them being attempted on a few sites, and that will likely be the direction this vulnerability will be misused in the coming days, weeks and possibly months.”</p>\n<p>Hackers are targeting any sites that haven’t updated to 4.7.2 – there doesn’t seem to be any pattern among them. A quick look at the Google results for the most active campaigns shows that compromised sites include blogs, media, government, education, sports, medical, and technology websites.</p>\n<h3>Why the REST API is Enabled by Default</h3>\n<p>The WordPress REST API is enabled by default, as the plan is for more admin and plugin functionality to rely on the REST API in the future. After the recent attacks, several users <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32110\" target=\"_blank\">commented</a> on the vulnerability disclosure to ask why it is enabled by default.</p>\n<p>“The security issue is in a feature I do not use on any of my sites (REST API) and yet still, this feature is first enabled by default and second since WordPress 4.7 you even need a plugin – which could introduce further security issues – to disable the feature?” one user (@helios2121) <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32123\" target=\"_blank\">commented</a> on the post. “Please rethink your approach to security. Make features that not everyone needs opt-in. Or <em>at least</em> give a way to opt out without requiring additional plugins.”</p>\n<p>Morten Rand-Hendriksen opened a trac ticket to discuss <a href=\"https://core.trac.wordpress.org/ticket/39806#ticket\" target=\"_blank\">disabling the REST API by default</a> and only enabling it when the site admin requests it, or a theme or plugin is dependent on it.</p>\n<p>Core Committer Sergey Biryukov confirmed that the plan is to introduce more core functionality that relies on REST API. “Turning off the REST API is like turning off admin-ajax.php — both will break your site,” Biryukov said.</p>\n<p>Rand-Hendriksen asked why the content endpoints cannot be protected by default while allowing the REST API to be on by default for admin purposes. Another user asked why the Users endpoint isn’t protected by default (i.e. <a href=\"https://news.microsoft.com/wp-json/wp/v2/users\" target=\"_blank\">https://news.microsoft.com/wp-json/wp/v2/users</a> or <a href=\"https://www.obama.org/wp-json/wp/v2/users\" target=\"_blank\">https://www.obama.org/wp-json/wp/v2/users</a>), which “makes it easier than ever to get all the usernames” on any site using 4.7+.</p>\n<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/02/users-endpoint.png?ssl=1\"><img /></a></p>\n<p>“If you really want to disable the REST API on your site(s), this is our current recommendation: restrict it to authenticated users,” Core Committer James Nylen said. “However, we want to continue to increase adoption and usage of the REST API, and I expect that even this modification will break more and more WP functionality as time goes on, such as API-driven themes and embeds.”</p>\n<p>Nylen recommends the <a href=\"https://wordpress.org/plugins/disable-json-api/\" target=\"_blank\">Disable JSON API</a> plugin for those who want to follow that recommendation on sites using WordPress 4.7+. The plugin currently has more than 10,000 active installs.</p>\n<p>The WordPress security team worked diligently to mitigate the attacks by helping hosts and security firms put protections in place before the issue was made public. However, the <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/\" target=\"_blank\">full disclosure of the vulnerability</a> was buried on the Make/Core blog, a site that is not widely read among regular WordPress site owners. The link to the disclosure was published as an addendum to <a href=\"https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\" target=\"_blank\">the previous post</a> on the WordPress news blog a week later.</p>\n<p>“While I appreciate the responsible disclosure of this issue and the effort to resolve it, I hope you consider making future announcements via a new post on the WordPress News site, rather than just appending an update to a previous post,” user @johnrork <a href=\"https://make.wordpress.org/core/2017/02/01/disclosure-of-additional-security-fix-in-wordpress-4-7-2/#comment-32105\" target=\"_blank\">commented</a> on the official disclosure. “I am probably not the only one who could have avoided being compromised had this shown up as a new item in my RSS reader on Wednesday.”</p>\n<p>Those who read the Make blogs had a head start on fixing their own sites and/or their clients’ sites. Those who depend on the WordPress news blog for information on security updates probably read the post when it was initially published and never returned to see the update a week later. An issue this severe warranted WordPress’ transparency in a new post on its news blog. This would have also automatically sent out a tweet to more than half a million followers on the official WordPress account and the Facebook account which has more than a million likes.</p>\n<p>Fortunately, the number of vulnerable sites that also have plugins that could allow attackers to piggyback on this vulnerability is a much smaller number. Defaced sites are embarrassing but easy to fix. In most cases administrators need only update to 4.7.2 and roll back the defaced posts to the most recent revision. Most site owners have no idea how fast exploits begin to pop up after public disclosure, but this situation provided a gentle reminder of the importance of updating WordPress and the benefit of leaving automatic updates on.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Feb 2017 22:59:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: 10up Unveils ElasticPress.io: Elasticsearch as a Service for WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=65981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/10up-unveils-elasticpress-io-elasticsearch-as-a-service-for-wordpress-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7053:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress-logo.png?ssl=1\"><img /></a></p>\n<p><a href=\"https://10up.com\" target=\"_blank\">10up</a> launched <a href=\"https://www.elasticpress.io/\" target=\"_blank\">ElasticPress.io</a> this week, its new Elasticsearch SaaS product with plans starting at $299/month. <a href=\"https://github.com/elastic/elasticsearch\" target=\"_blank\">Elasticsearch</a> is an open source, distributed search engine that speeds up searching by using JSON documents to store data in indices. The indices store mapping fields to the corresponding documents and the engine searches the index instead of a site’s entire database.</p>\n<p>Elasticsearch can perform near-real-time searches and is highly scalable, but the setup is technically demanding. It is used by many large companies, such as GitHub, Soundcloud, Etsy, Netflix, Cisco, and Samsung. It is also one of the most popular enterprise search engines for WordPress sites, as searching WordPress tables with thousands or even millions of records is simply not going to be fast.</p>\n<p>The WordPress plugin directory has a dozen plugins for using and extending Elasticsearch but 10up’s <a href=\"https://wordpress.org/plugins/elasticpress/\" target=\"_blank\">ElasticPress</a> is by far the most popular with more than a thousand installs. After supporting the plugin for several years, along with many enterprise clients using Elasticsearch, 10up decided to create a hosted service that integrates with ElasticPress.</p>\n<p>“The reason we created this solution for our clients, and that we’re now making this public, is that we don’t think anyone has provided a super easy, end-to-end (plugin to hosted service) that offers all of the benefits of Elasticsearch and our ElasticPress plugin, while being completely agnostic to your site hosting,” 10up founder Jake Goldman said.</p>\n<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/02/elasticpress.png?ssl=1\"><img /></a></p>\n<p>ElasticPress.io is an end-to-end solution that is specifically tailored for those using the ElasticPress plugin. This is one of the key differences between managing your own Elasticsearch infrastructure with a service like AWS. ElasticPress.io controls both the hosting and the plugin, allowing the service to optimize performance for both.</p>\n<p>“There are a number of really neat use cases for ElasticPress on our roadmap that add either risk (security) or headaches (complicated setup and management procedures) if you can’t control both ends,” Goldman said. “For instance, there are optional Elasticsearch modules (just like there are optional Apache and Nginx modules) for features like indexing media that many hosted Elastic services don’t enable by default or support. We also want to be able to index and handle content that isn’t public, and many hosted Elastic services aren’t locked down / secured end-to-end with the website by default.”</p>\n<h3>How ElasticPress.io’s Pricing Compares to Competitors</h3>\n<p><a href=\"https://www.elastic.co/\" target=\"_blank\">Elastic</a>, the creators of Elasticsearch were one of the first companies to launch Elasticsearch as a service in 2012. Two years later the company raised $70 million in a Series C funding round. Dozens of other Elasticsearch as a service companies have sprouted up since then, with pricing ranging from under $20 to tens of thousands of dollars depending on the resources offered.</p>\n<p>The ElasticPress.io service is the first of its kind in the WordPress ecosystem. Most hosting companies do not have it built into their enterprise level plans. WordPress.com VIP is one of the few that offers Elasticsearch for sites on its <a href=\"https://vip.wordpress.com/our-services/#hosting-plans\" target=\"_blank\">plans</a> which range from $5,000 – $25,000 per month. WP Engine has an Elasticsearch solution as part of its <a href=\"https://wpengine-labs.com/\" target=\"_blank\">Labs program</a>, which is based on a fork of ElasticPress. However, the solution has not yet been officially added to the company’s enterprise plans.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/10up\">@10up</a> <a href=\"https://twitter.com/mgibbs189\">@mgibbs189</a> <a href=\"https://twitter.com/cabgfx\">@cabgfx</a> <a href=\"https://twitter.com/sbangnielsen\">@sbangnielsen</a> <a href=\"https://twitter.com/SearchWP\">@SearchWP</a> ElasticPress plus lower cost providers is still extremely powerful for under $12 a month</p>\n<p>— Scott Kingsley Clark (@scottkclark) <a href=\"https://twitter.com/scottkclark/status/830165095045033984\">February 10, 2017</a></p></blockquote>\n<p></p>\n<p>For the most part, developers who have to implement Elasticsearch for a WordPress site are faced with hosting their own instance and managing it themselves. This is the most cost effective option but comes with a great deal more responsibility.</p>\n<p>“Elasticsearch is a quickly evolving platform, and they don’t exactly have the same commitment to infinite backwards compatibility that WordPress has these days,” Goldman said. “Major Elasticsearch upgrades can break old integrations. That means the site owner needs to either worry about automatic version upgrades breaking their site, or has to manage their upgrades carefully. By controlling the integration with Elastic on the website site and controlling the hosting, we can carefully handle version upgrades for customers while making sure nothing breaks.”</p>\n<p>10up is aiming at the higher end of the market where customers are looking for convenience and access to the creators of ElasticPress for support. Goldman anticipates many of those customers will be similar to the product’s existing customers who simply need a robust keyword search or related content engine that will “just work.” ElasticPress.io is also targeting smaller and mid-tier businesses that are experiencing performance bottlenecks with WordPress’ native query engine.</p>\n<p>“Those customers are typically relying on rather complicated faceting / filtering of content, the classic use-case being a WooCommerce store where customers are constantly filtering on a handful of unique (unique = hard to cache) meta data all the time,” Goldman said. “That’s where ElasticPress really shines: our native WooCommerce support and optimization take those very taxing queries and makes them lightning fast.”</p>\n<p>As the service is fairly unique in the WordPress space, ElasticPress.io’s <a href=\"https://www.elasticpress.io/#pricing\" target=\"_blank\">pricing</a> has room to evolve as 10up learns from its customers. The plans currently range from $299 – $999 per month with increasing storage space and tiered support response times. Goldman said they haven’t ruled out other pricing points and may explore more pricing options in the future.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Feb 2017 06:33:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Post Status: Jason Cohen, founder of WP Engine, on growing your company well — Draft Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=33802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://poststatus.com/jason-cohen-wp-engine-founder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2420:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. In this episode, I interview <a href=\"https://twitter.com/asmartbear\">Jason Cohen</a>, the founder of WP Engine and current CTO.</p>\n<p>I talked to Jason about a whole lot of things, mostly to do with growing well. Whether you’re growing revenue, company size, or personal development — this is a conversation about growth, and how to do it well.</p>\n<p>Unlike many entrepreneurs in the WordPress space, WP Engine isn’t Jason’s first business. He’s done this before, and made plenty of mistakes. He talks about what he’s done differently at WP Engine and how its made him a happier person.</p>\n<p>This interview took place at LoopConf, and <a href=\"https://www.youtube.com/watch?v=b_CmkUT25BE\">Jason was a keynote presenter</a>. His LoopConf talk pairs well with our discussion.</p>\n<p>You can catch the first segment on video, and the entire conversation is on the audio podcast.</p>\n<p></p>\n<a href=\"https://audio.simplecast.com/60233.mp3\">https://audio.simplecast.com/60233.mp3</a>\n<p><a href=\"https://audio.simplecast.com/60233.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://wpengine.com/\">WP Engine</a></li>\n<li><a href=\"https://loopconf.com/\">LoopConf</a></li>\n<li><a href=\"https://blog.asmartbear.com/\">Jason’s blog</a></li>\n</ul>\n<h3>Sponsor: iThemes</h3>\n<p>This episode is sponsored by <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">iThemes</a>. The team at iThemes offers WordPress plugins, themes and training to help take the guesswork out of building, maintaining and securing WordPress websites. For more information, check out their <a href=\"https://ithemes.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">website</a> and thank you to iThemes for being a Post Status partner.</p>\n<p><em>Photo by Brian Richards for Post Status</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Feb 2017 04:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: In Case You Missed It – Issue 17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=65984&preview=true&preview_id=65984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/in-case-you-missed-it-issue-17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8994:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/ICYMIFeaturedImage.png?ssl=1\" rel=\"attachment wp-att-50955\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/112901923@N07/16153818039\">Night Moves</a> – <a href=\"https://creativecommons.org/licenses/by-nc/2.0/\">(license)</a>There’s a lot of great WordPress content published in the community but not all of it is featured on the Tavern. This post is an assortment of items related to WordPress that caught my eye but didn’t make it into a full post.</p>\n<h2>Interviewed for WordPress.tv</h2>\n<p>A few weeks ago, Marcus Couch and I were interviewed by John Parkinson. Parkinson is a volunteer moderator and performs community outreach for WordPress.tv. In the interview, we discuss the benefits of WordPress.tv, the WordPress community, WordCamps, and more. I encourage you to check out his <a href=\"https://blog.wordpress.tv/tag/interview/\">other community interviews</a> as well.</p>\n<p></p>\n<h2 class=\"selectionShareable\">WooCommerce and WordPress Used to Sell Stress Cubes</h2>\n<p>CNBC has <a href=\"http://www.cnbc.com/2017/01/30/a-24-year-old-made-345000-by-beating-kickstarters-to-market.html\">an interesting story</a> that features a 24-year-old who made $345K in two months selling <a href=\"https://stresscube.com/\">Stress Cubes</a>, a knock-off of the Fidget Cube. The Fidget Cube raised <a href=\"https://www.kickstarter.com/projects/antsylabs/fidget-cube-a-vinyl-desk-toy\">nearly 6.5M dollars</a> in crowdfunding money.</p>\n<p>The Fidget Cube experienced significant delays in shipping due to manufacturing issues. The 24-year-old contacted suppliers in China, purchased 1,000 plastic cubes, created a similar product, and shipped it to market before the Fidget Cube had a chance to reach backers. He used WordPress and WooCommerce to sell Stress Cubes grossing him nearly $350K in two months.</p>\n<h2>Why WordPress in Education</h2>\n<p>Jared Bennett <a href=\"https://dev.commons.hwdsb.on.ca/2017/02/08/why-wordpress-in-education/\">explains</a> how the <a href=\"http://www.hwdsb.on.ca/\">Hamilton Wentworth District School Board</a> uses WordPress. “We run over 100 individual school websites on a WordPress Multisite Network, and back in May of 2011, we launched the HWDSB Commons: a second Multisite Network which now hosts over 8,000 blogs for over 30,000 users,” Bennett said.</p>\n<p>Bennett <a href=\"https://github.com/hwdsbcommons/\">shares links</a> to plugins the team created to solve specific issues such as comment moderation in BuddyPress and blocking specific modules in Jetpack. Since WordPress is free as in beer, it allows his school board to spend public money in a more responsible way.</p>\n<p>“In the WordPress ecosystem we operate in, I pay for functionality to be developed, and I share it openly on platforms like the WordPress plugin repository, or on sites like <a href=\"https://github.com/hwdsbcommons/\">Github,</a>” Bennett said.</p>\n<p>“The money you would have spent to enable the previously developed functionality, you can now spend on something else, something that I might benefit from. Think about how much more responsible this model is, particularly when we are talking about spending public money.</p>\n<p>“We are all contributing; and the community benefits from those contributions; and our money — and the functionality of our platforms — improves exponentially faster than if we were all spending our money paying the private company over and over for code that has already been paid for by previous customers.”</p>\n<p>To learn more about WordPress in education, listen to <a href=\"https://wptavern.com/wpweekly-episode-261-wordpress-for-schools-with-cameron-barrett\">episode 261</a> of WordPress Weekly where we interview Cameron Barrett, founder of <a href=\"http://schoolpress.co/\">SchoolPresser, LLC</a>. Barrett explains how he negotiated and helped migrate Newark New Jersey’s public school system from a proprietary CMS to WordPress.</p>\n<h2>WP101 Plugin Now Has WooCommerce and Jetpack Videos</h2>\n<p>The <a href=\"https://wp101plugin.com/\">WP101 plugin</a> has added Jetpack and WooCommerce training videos. This is in addition to the Yoast SEO and WordPress training videos.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Huge update for our WP101 Plugin! It now includes WooCommerce and Jetpack videos. That’s 90 videos for your clients! <a href=\"https://t.co/6jtzj1JgkC\">https://t.co/6jtzj1JgkC</a> <a href=\"https://t.co/CByYvd61Xi\">pic.twitter.com/CByYvd61Xi</a></p>\n<p>— WordPress 101 (@WP101) <a href=\"https://twitter.com/WP101/status/829455708802408452\">February 8, 2017</a></p></blockquote>\n<p></p>\n<h1 class=\"entry-title\">Adding Meta Fields to a Widget Sidebar Section</h1>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\">Example for how to add meta fields/controls to a widget sidebar section in the customizer: <a href=\"https://t.co/aMadLioQn6\">https://t.co/aMadLioQn6</a> <a href=\"https://twitter.com/hashtag/javascript?src=hash\">#javascript</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash\">#WordPress</a></p>\n<p>— Weston Ruter ⚡ (@westonruter) <a href=\"https://twitter.com/westonruter/status/829799276976828417\">February 9, 2017</a></p></blockquote>\n<p></p>\n<h2>WP Sessions Developer Survey</h2>\n<p>WP Sessions is conducting a <a href=\"http://wpsessions.com/developer-survey/\">developer survey</a> to find out about the tools developers use. Results will be anonymized and shared in aggregate in a few weeks.</p>\n<h2>Widget Logic Has a New Maintainer</h2>\n<p><a href=\"https://wordpress.org/plugins/widget-logic/\">Widget Logic</a>, a popular plugin actively installed on more than 300K sites, has a <a href=\"https://profiles.wordpress.org/wpchefgadget/\">new maintainer</a> named <a href=\"https://profiles.wordpress.org/wpchefgadget/#content-plugins\">WPChef</a>. The plugin was created nine years ago by <a href=\"https://profiles.wordpress.org/alanft/\">Alanft</a>. Prior to WPChef gaining commit access, the last time Widget Logic was updated was <a href=\"https://plugins.trac.wordpress.org/browser/widget-logic/tags/0.57?rev=1592418\">two years ago</a>.</p>\n<p>After gaining access, WPChef released Widget Logic 5.7.0. This version fixed a PHP 7 compatibility issue, a conflict with WPML, added a new default load logic point, and a Ukrainian translation. In addition to bug fixes, a global admin notice to install Limit Login Attempts Reloaded was also added. Limit Login Attempts Reloaded is a separate plugin owned and maintained by WPChef.</p>\n<p><img />Limit Login Attempts Reloaded Admin NoticeThe wording of the notice and appearing globally caused some users to <a href=\"https://wordpress.org/support/topic/incorrect-widget-logic-team-security-recommendation/\">be concerned</a> or upset. Some users responded to the update by <a href=\"https://wordpress.org/support/plugin/widget-logic/reviews/?filter=1\">writing 1-star reviews</a>. After a user <a href=\"https://wordpress.org/support/topic/taking-over-and-forking-this-plugin/#post-8781763\">described the notice</a> as sounding like fake news, WPChef changed it.</p>\n<h2>From SupportPress to Help Scout!</h2>\n<p>The WordPress.org community team is moving away from <a href=\"https://supportpress.com/\">SupportPress</a> to Help Scout. The move opens up a number of possibilities as Help Scout offers a lot of features that are non-existent in SupportPress.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/community/2017/02/09/moving-from-supportpress-to-help-scout/\">Moving from SupportPress to Help Scout</a></p></blockquote>\n<p></p>\n<h2>Plush Wapuu!</h2>\n<p>In what is a traditional part of this series, I end each issue by featuring a Wapuu design. For those who don’t know, Wapuu is the <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">unofficial mascot</a> of the WordPress project.</p>\n<blockquote class=\"twitter-tweet\">\n<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/Wapuu?src=hash\">#Wapuu</a> army is taking over <a href=\"https://twitter.com/hashtag/WordCamp?src=hash\">#WordCamp</a> US <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f60d.png\" alt=\"😍\" class=\"wp-smiley\" /><a href=\"https://twitter.com/hashtag/wcus?src=hash\">#wcus</a> <a href=\"https://twitter.com/hashtag/wcus2016?src=hash\">#wcus2016</a> <a href=\"https://t.co/Giyt3KFsnF\">pic.twitter.com/Giyt3KFsnF</a></p>\n<p>— Musannif (@mzahir) <a href=\"https://twitter.com/mzahir/status/805133225127510016\">December 3, 2016</a></p></blockquote>\n<p></p>\n<p>This plush Wapuu which was given away at WordCamp US 2016 as part of the event’s swag was a huge hit with attendees and their children. I have one myself and the quality is superb.</p>\n<p>That’s it for issue seventeen. If you recently discovered a cool resource or post related to WordPress, please share it with us in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Feb 2017 22:16:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 07 Mar 2017 12:10:01 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 07 Mar 2017 12:00:15 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170127105948\";}','no'),(10173,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1488931889','no'),(10174,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1488888689','no'),(10175,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1488931892','no'),(10176,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Mar 2017 11:50:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"NextGEN Gallery - WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection, backups, speed, and email list management.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus WordPress Backup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security & more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Search Engine (SEO) & Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Displays Google Analytics stats in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"SiteOrigin Widgets Bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/so-widgets-bundle/#post-67824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 May 2014 14:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"67824@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ninja Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/ninja-forms/#post-33147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Dec 2011 18:11:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"33147@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Drag and drop fields in an intuitive UI to create create contact forms, email subscription forms, order forms, payment forms, send emails and more!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Kevin Stover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 07 Mar 2017 12:10:05 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Tue, 07 Mar 2017 12:25:44 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 07 Mar 2017 11:50:44 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20170127105948\";}','no'),(10177,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1488931892','no'),(10178,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1488888692','no'),(10179,'_transient_timeout_plugin_slugs','1488975768','no'),(10180,'_transient_plugin_slugs','a:13:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:39:\"bulk-page-creator/bulk-page-creator.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"head-footer-code/head-footer-code.php\";i:4;s:9:\"hello.php\";i:5;s:41:\"mb-sitemap-generator/sitemapgenerator.php\";i:6;s:63:\"smntcs-google-webmaster-tools/smntcs-google-webmaster-tools.php\";i:7;s:29:\"spam-captcha/spam-captcha.php\";i:8;s:48:\"traffic-stats-widget/wp-traffic-stats-widget.php\";i:9;s:57:\"universal-google-analytics/universal-google-analytics.php\";i:10;s:17:\"unyson/unyson.php\";i:11;s:53:\"wp-meta-and-date-remover/wp-meta-and-date-remover.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(10181,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1488931893','no'),(10182,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/\'>WordPress 4.7.3 Security and Maintenance Release</a> <span class=\"rss-date\">March 6, 2017</span><div class=\"rssSummary\">WordPress 4.7.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.2 and earlier are affected by six security issues: Cross-site scripting (XSS) via media file metadata. Reported by Chris Andrè Dale, Yorick Koster, and Simon P. Briggs. Control characters can trick redirect […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2017/03/the-job-interview/\'>Matt: The Job Interview</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/nrkbeta-open-sources-comment-quiz-plugin-for-wordpress\'>WPTavern: NRKbeta Open Sources Comment Quiz Plugin for WordPress</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/configuring-a-user-avatar-in-wordpress-is-not-as-easy-as-it-should-be\'>WPTavern: Configuring a User Avatar in WordPress Is Not as Easy as It Should Be</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\"dashboard-news-plugin\"><span>Popular Plugin:</span> Page Builder by SiteOrigin <a href=\"plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=7ac106fdc5&TB_iframe=true&width=600&height=800\" class=\"thickbox open-plugin-details-modal\" aria-label=\"Install Page Builder by SiteOrigin\">(Install)</a></li></ul></div>','no'),(58860,'_transient_timeout_yst_sm_1_1:4eDbE_4dRLC','1511169582','no'),(58861,'_transient_yst_sm_1_1:4eDbE_4dRLC','C:24:\"WPSEO_Sitemap_Cache_Data\":532:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:485:\"<sitemapindex xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <sitemap>\n <loc>http://cross-stitch-centre.co.uk/post-sitemap.xml</loc>\n <lastmod>2017-02-21T12:34:20+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://cross-stitch-centre.co.uk/page-sitemap.xml</loc>\n <lastmod>2017-01-13T09:22:06+00:00</lastmod>\n </sitemap>\n <sitemap>\n <loc>http://cross-stitch-centre.co.uk/category-sitemap.xml</loc>\n <lastmod>2017-02-21T12:34:20+00:00</lastmod>\n </sitemap>\n</sitemapindex>\";}}','no'),(59079,'_transient_timeout_yst_sm_post_1:4eDbE_4dRPo','1511329439','no'),(59080,'_transient_yst_sm_post_1:4eDbE_4dRPo','C:24:\"WPSEO_Sitemap_Cache_Data\":2026:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:1978:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://cross-stitch-centre.co.uk/</loc>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/penelope-budget-tapestry</loc>\n <lastmod>2017-02-20T21:44:43+00:00</lastmod>\n <image:image>\n <image:loc>http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/flower-tapestry.jpg</image:loc>\n <image:title><![CDATA[flower tapestry]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/cross-stitch-kits</loc>\n <lastmod>2017-02-20T21:44:52+00:00</lastmod>\n <image:image>\n <image:loc>http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/cross-stich.jpg</image:loc>\n <image:title><![CDATA[cross stich]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/half-price-kits</loc>\n <lastmod>2017-02-21T12:33:33+00:00</lastmod>\n <image:image>\n <image:loc>http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/coloured-cotton.jpg</image:loc>\n <image:title><![CDATA[coloured cotton]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/tapestry</loc>\n <lastmod>2017-02-21T12:34:07+00:00</lastmod>\n <image:image>\n <image:loc>http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/british-tapestry.jpg</image:loc>\n <image:title><![CDATA[british tapestry]]></image:title>\n </image:image>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/needlepoint</loc>\n <lastmod>2017-02-21T12:34:20+00:00</lastmod>\n <image:image>\n <image:loc>http://cross-stitch-centre.co.uk/wp-content/uploads/2016/10/Needlepoint-Tapestry.jpg</image:loc>\n <image:title><![CDATA[Needlepoint Tapestry]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(59559,'_transient_timeout_yst_sm_category_1:4eDbE_4hqHM','1511622654','no'),(59560,'_transient_yst_sm_category_1:4eDbE_4hqHM','C:24:\"WPSEO_Sitemap_Cache_Data\":983:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:936:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://cross-stitch-centre.co.uk/category/cross-stitch</loc>\n <lastmod>2017-02-20T21:44:52+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/category/kits</loc>\n <lastmod>2017-02-21T12:33:33+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/category/needlepoint</loc>\n <lastmod>2017-02-21T12:34:20+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/category/sale</loc>\n <lastmod>2017-02-21T12:33:33+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/category/tapestry</loc>\n <lastmod>2017-02-21T12:34:07+00:00</lastmod>\n </url>\n</urlset>\";}}','no'),(59901,'_transient_timeout_yst_sm_page_1:4eDbE_4d614','1511873404','no'),(59902,'_transient_yst_sm_page_1:4eDbE_4d614','C:24:\"WPSEO_Sitemap_Cache_Data\":11274:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:11225:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n <url>\n <loc>http://cross-stitch-centre.co.uk/</loc>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/contact-cross-stitch-centre</loc>\n <lastmod>2017-01-10T12:18:24+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/embroidery-needlework</loc>\n <lastmod>2017-01-10T12:22:43+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/beads-charms</loc>\n <lastmod>2017-01-10T12:23:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/long-stitch-threads-accessories</loc>\n <lastmod>2017-01-10T12:23:30+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/sewing-quilting</loc>\n <lastmod>2017-01-10T12:23:46+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/knitting-crochet</loc>\n <lastmod>2017-01-10T12:24:06+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/needle-threads</loc>\n <lastmod>2017-01-10T12:24:27+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog</loc>\n <lastmod>2017-01-10T12:50:52+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/a-ctm0011-jpg</loc>\n <lastmod>2017-01-10T12:50:53+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/aida-html</loc>\n <lastmod>2017-01-10T12:50:54+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/anchor_colour_chart-html</loc>\n <lastmod>2017-01-10T12:50:54+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/anchor_colours_2-html</loc>\n <lastmod>2017-01-10T12:50:54+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/anchor_embroidery-html</loc>\n <lastmod>2017-01-10T12:50:54+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/anchor_premier_collection-html</loc>\n <lastmod>2017-01-10T12:50:54+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/anchor_stranded_cotton_colours-html</loc>\n <lastmod>2017-01-10T12:50:54+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/anchor_stranded_cotton_cones-html</loc>\n <lastmod>2017-01-10T12:50:55+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/cards-html</loc>\n <lastmod>2017-01-10T12:50:55+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/catalog-html</loc>\n <lastmod>2017-01-10T12:50:55+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/christmas_ca-html</loc>\n <lastmod>2017-01-10T12:50:55+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/countryside-html</loc>\n <lastmod>2017-01-10T12:50:56+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/cross_stitch_competition-html</loc>\n <lastmod>2017-01-10T12:50:56+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/cross_stitch_information-html</loc>\n <lastmod>2017-01-10T12:50:56+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/cross_stitch_needlework-html</loc>\n <lastmod>2017-01-10T12:50:56+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/d-35084-jpg</loc>\n <lastmod>2017-01-10T12:50:57+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/d-6813-jpg</loc>\n <lastmod>2017-01-10T12:50:57+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dimensions-html</loc>\n <lastmod>2017-01-10T12:50:57+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dimensions_dmc_conversion-html</loc>\n <lastmod>2017-01-10T12:50:57+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/discontinued_dmc_thread_colours-html</loc>\n <lastmod>2017-01-10T12:50:57+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dmc-html</loc>\n <lastmod>2017-01-10T12:50:58+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dmc_babsamp-html</loc>\n <lastmod>2017-01-10T12:50:58+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dmc_colour_chart-html</loc>\n <lastmod>2017-01-10T12:50:58+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dmc_colour_charts-html</loc>\n <lastmod>2017-01-10T12:50:58+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dmc_colours_2-html</loc>\n <lastmod>2017-01-10T12:50:58+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/dmc_light_effects-html</loc>\n <lastmod>2017-01-10T12:50:59+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/d-stranded1a-jpg</loc>\n <lastmod>2017-01-10T12:50:59+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/d-stranded3-jpg</loc>\n <lastmod>2017-01-10T12:50:59+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/elvis_vervaco-html</loc>\n <lastmod>2017-01-10T12:50:59+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/embroidery_crewel-html</loc>\n <lastmod>2017-01-10T12:51:00+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/fabrics-html</loc>\n <lastmod>2017-01-10T12:51:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/flower_fairies_3-html</loc>\n <lastmod>2017-01-10T12:51:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/forever_friend-html</loc>\n <lastmod>2017-01-10T12:51:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free-html</loc>\n <lastmod>2017-01-10T12:51:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free_baby_pattern-html</loc>\n <lastmod>2017-01-10T12:51:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free_backstitch_alphabet-html</loc>\n <lastmod>2017-01-10T12:54:00+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free_christmas_pattern-html</loc>\n <lastmod>2017-01-10T12:54:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free_christmas_stocking_chart-html</loc>\n <lastmod>2017-01-10T12:54:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free_cross_stitch_chart-html</loc>\n <lastmod>2017-01-10T12:54:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free-baby-cross-stitch-pattern-jpg</loc>\n <lastmod>2017-01-10T12:54:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free-cross-stitch-christmas-pattern-jpg</loc>\n <lastmod>2017-01-10T12:54:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free-pink5-jpg</loc>\n <lastmod>2017-01-10T12:54:01+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free-wedding-cross-stitch-html</loc>\n <lastmod>2017-01-10T12:54:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/free-wedding-cross-stitch-chart-jpg</loc>\n <lastmod>2017-01-10T12:54:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/heir-c17-th-jpg</loc>\n <lastmod>2017-01-10T12:54:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/heir-l5-jpg</loc>\n <lastmod>2017-01-10T12:54:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/heir-sa11-th-jpg</loc>\n <lastmod>2017-01-10T12:54:02+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/heir-sa16_sm-jpg</loc>\n <lastmod>2017-01-10T12:54:03+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/heritage_stitchcraft-html</loc>\n <lastmod>2017-01-10T12:54:03+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/hummel-html</loc>\n <lastmod>2017-01-10T12:54:03+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/information-html</loc>\n <lastmod>2017-01-10T12:54:03+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/kits-html</loc>\n <lastmod>2017-01-10T12:54:04+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/lanarte-html</loc>\n <lastmod>2017-01-10T12:54:04+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/lavender_and_lace-html</loc>\n <lastmod>2017-01-10T12:54:04+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/links-html</loc>\n <lastmod>2017-01-10T12:54:04+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/longstitch-html</loc>\n <lastmod>2017-01-10T12:54:05+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/madeira_dmc_thread_conversion-html</loc>\n <lastmod>2017-01-10T12:54:05+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/maia-html</loc>\n <lastmod>2017-01-10T12:54:05+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/maia_flowers-html</loc>\n <lastmod>2017-01-10T12:54:05+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/needlepoint_tapestry-html</loc>\n <lastmod>2017-01-10T12:54:05+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/pillows_tapestry_cushions-html</loc>\n <lastmod>2017-01-10T12:54:05+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/samplers-html</loc>\n <lastmod>2017-01-10T12:54:06+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/sarah_kay-html</loc>\n <lastmod>2017-01-10T12:54:06+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/stamped-html</loc>\n <lastmod>2017-01-10T12:54:06+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/tapestry_needlepoint-html</loc>\n <lastmod>2017-01-10T12:54:07+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/threads-html</loc>\n <lastmod>2017-01-10T12:54:07+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/tutorial_1-jpg</loc>\n <lastmod>2017-01-10T12:54:09+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/tutorial_2-jpg</loc>\n <lastmod>2017-01-10T12:54:09+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/tutorial_3-jpg</loc>\n <lastmod>2017-01-10T12:54:09+00:00</lastmod>\n </url>\n <url>\n <loc>http://cross-stitch-centre.co.uk/acatalog/tutorial-html</loc>\n <lastmod>2017-01-13T09:22:06+00:00</lastmod>\n <image:image>\n <image:loc>http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/rows-of-cotton.jpg</image:loc>\n <image:title><![CDATA[rows of cotton]]></image:title>\n </image:image>\n </url>\n</urlset>\";}}','no'),(59963,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1562216201;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','no'),(59983,'_transient_timeout_aiowps_captcha_string_info_z56f8m6qxo','1511879242','no'),(59984,'_transient_aiowps_captcha_string_info_z56f8m6qxo','MTUxMTg3NzQ0MmtuMWNtZXhuNXBxNWd4OWVhaWZ4Mg==','no'),(59986,'_transient_timeout_aiowps_captcha_string_info_e92xjeyfqr','1511881482','no'),(59987,'_transient_aiowps_captcha_string_info_e92xjeyfqr','MTUxMTg3OTY4MmtuMWNtZXhuNXBxNWd4OWVhaWZ4MQ==','no'),(70498,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:9:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.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.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.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.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.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.2.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.1\";s:7:\"version\";s:5:\"5.2.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.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.2.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.2-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.2\";s:7:\"version\";s:3:\"5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.4.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.0.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.4\";s:7:\"version\";s:5:\"5.0.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.10\";s:7:\"version\";s:6:\"4.9.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.9.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-4.8.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.9\";s:7:\"version\";s:5:\"4.8.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.13-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.13-partial-3.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.13-rollback-3.zip\";}s:7:\"current\";s:6:\"4.7.13\";s:7:\"version\";s:6:\"4.7.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:5:\"4.7.3\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1562216197;s:15:\"version_checked\";s:5:\"4.7.3\";s:12:\"translations\";a:0:{}}','no'),(70829,'_site_transient_timeout_theme_roots','1562217998','no'),(70830,'_site_transient_theme_roots','a:11:{s:6:\"Endolf\";s:7:\"/themes\";s:4:\"Kent\";s:7:\"/themes\";s:5:\"Yegor\";s:7:\"/themes\";s:7:\"advance\";s:7:\"/themes\";s:7:\"auberge\";s:7:\"/themes\";s:5:\"event\";s:7:\"/themes\";s:6:\"gambit\";s:7:\"/themes\";s:7:\"newsmag\";s:7:\"/themes\";s:11:\"skt-pathway\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:6:\"weblog\";s:7:\"/themes\";}','no'),(70831,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1562216203;s:7:\"checked\";a:11:{s:6:\"Endolf\";s:3:\"1.1\";s:4:\"Kent\";s:3:\"1.2\";s:5:\"Yegor\";s:3:\"1.2\";s:7:\"advance\";s:5:\"1.1.9\";s:7:\"auberge\";s:5:\"2.1.1\";s:5:\"event\";s:5:\"1.0.7\";s:6:\"gambit\";s:5:\"1.0.8\";s:7:\"newsmag\";s:5:\"2.1.6\";s:11:\"skt-pathway\";s:3:\"1.6\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:6:\"weblog\";s:5:\"1.0.1\";}s:8:\"response\";a:7:{s:7:\"advance\";a:6:{s:5:\"theme\";s:7:\"advance\";s:11:\"new_version\";s:5:\"1.9.0\";s:3:\"url\";s:37:\"https://wordpress.org/themes/advance/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/advance.1.9.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:7:\"auberge\";a:6:{s:5:\"theme\";s:7:\"auberge\";s:11:\"new_version\";s:5:\"2.7.1\";s:3:\"url\";s:37:\"https://wordpress.org/themes/auberge/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/auberge.2.7.1.zip\";s:8:\"requires\";s:5:\"4.7.0\";s:12:\"requires_php\";b:0;}s:5:\"event\";a:6:{s:5:\"theme\";s:5:\"event\";s:11:\"new_version\";s:5:\"1.1.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/event/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/event.1.1.4.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:6:\"gambit\";a:6:{s:5:\"theme\";s:6:\"gambit\";s:11:\"new_version\";s:5:\"1.5.3\";s:3:\"url\";s:36:\"https://wordpress.org/themes/gambit/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/gambit.1.5.3.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";b:0;}s:7:\"newsmag\";a:6:{s:5:\"theme\";s:7:\"newsmag\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:37:\"https://wordpress.org/themes/newsmag/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/newsmag.2.4.0.zip\";s:8:\"requires\";s:3:\"4.0\";s:12:\"requires_php\";b:0;}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.2.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:6:\"weblog\";a:6:{s:5:\"theme\";s:6:\"weblog\";s:11:\"new_version\";s:5:\"2.0.0\";s:3:\"url\";s:36:\"https://wordpress.org/themes/weblog/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/weblog.2.0.0.zip\";s:8:\"requires\";s:3:\"4.8\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(70833,'_transient_doing_cron','1562324511.6971309185028076171875','yes');
/*!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=459 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 (1,2,'_wp_page_template','default'),(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:8:{s:7:\"subject\";s:36:\"cross-stitch-centre \"[your-subject]\"\";s:6:\"sender\";s:49:\"[your-name] <wordpress@cross-stitch-centre.co.uk>\";s:4:\"body\";s:189:\"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 cross-stitch-centre (http://cross-stitch-centre.co.uk)\";s:9:\"recipient\";s:25:\"leads@vanillacircus.co.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:36:\"cross-stitch-centre \"[your-subject]\"\";s:6:\"sender\";s:57:\"cross-stitch-centre <wordpress@cross-stitch-centre.co.uk>\";s:4:\"body\";s:131:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on cross-stitch-centre (http://cross-stitch-centre.co.uk)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:37:\"Reply-To: b.sykes@vanillacircus.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'),(8,1,'_edit_lock','1487680328:1'),(9,5,'fw_options','a:0:{}'),(10,6,'_wp_attached_file','2016/10/Needlepoint-Tapestry.jpg'),(11,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2016/10/Needlepoint-Tapestry.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-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:32:\"Needlepoint-Tapestry-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:32:\"Needlepoint-Tapestry-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:31:\"Needlepoint-Tapestry-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:30:\"Needlepoint-Tapestry-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:32:\"Needlepoint-Tapestry-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"DSC-RX100M3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"10.33\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12,1,'_edit_last','1'),(13,1,'_thumbnail_id','6'),(16,1,'_yoast_wpseo_content_score','30'),(17,7,'fw_options','a:0:{}'),(18,1,'_wp_old_slug','hello-world'),(19,1,'_yoast_wpseo_primary_category','2'),(20,8,'_edit_lock','1487680277:1'),(21,8,'_edit_last','1'),(22,9,'_wp_attached_file','2017/01/cross-stich.jpg'),(23,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:638;s:4:\"file\";s:23:\"2017/01/cross-stich.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cross-stich-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:23:\"cross-stich-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:23:\"cross-stich-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"cross-stich-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:23:\"cross-stich-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:23:\"cross-stich-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:22:\"cross-stich-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:23:\"cross-stich-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:23:\"cross-stich-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:21:\"cross-stich-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:23:\"cross-stich-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D3200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,8,'_thumbnail_id','9'),(27,8,'_yoast_wpseo_content_score','30'),(28,10,'fw_options','a:0:{}'),(29,8,'_yoast_wpseo_primary_category','3'),(32,11,'_edit_lock','1487680305:1'),(33,11,'_edit_last','1'),(34,11,'_yoast_wpseo_content_score','60'),(35,12,'fw_options','a:0:{}'),(36,11,'_yoast_wpseo_primary_category','4'),(37,13,'_wp_attached_file','2017/01/coloured-cotton.jpg'),(38,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2017/01/coloured-cotton.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-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:27:\"coloured-cotton-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:27:\"coloured-cotton-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"coloured-cotton-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:25:\"coloured-cotton-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:27:\"coloured-cotton-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(39,11,'_thumbnail_id','13'),(42,14,'fw_options','a:0:{}'),(45,16,'fw_options','a:0:{}'),(46,17,'_edit_lock','1487680274:1'),(47,17,'_edit_last','1'),(48,18,'_wp_attached_file','2017/01/flower-tapestry.jpg'),(49,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2017/01/flower-tapestry.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-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:27:\"flower-tapestry-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:27:\"flower-tapestry-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:26:\"flower-tapestry-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:25:\"flower-tapestry-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:27:\"flower-tapestry-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,17,'_thumbnail_id','18'),(53,17,'_yoast_wpseo_content_score','60'),(54,19,'fw_options','a:0:{}'),(55,17,'_yoast_wpseo_primary_category','6'),(56,20,'_edit_lock','1487680328:1'),(57,20,'_edit_last','1'),(58,21,'_wp_attached_file','2017/01/british-tapestry.jpg'),(59,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:28:\"2017/01/british-tapestry.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"british-tapestry-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:\"british-tapestry-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:28:\"british-tapestry-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"british-tapestry-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:28:\"british-tapestry-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:28:\"british-tapestry-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:27:\"british-tapestry-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:28:\"british-tapestry-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:28:\"british-tapestry-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:26:\"british-tapestry-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:28:\"british-tapestry-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,20,'_thumbnail_id','21'),(63,20,'_yoast_wpseo_content_score','60'),(64,22,'fw_options','a:0:{}'),(65,20,'_yoast_wpseo_primary_category','6'),(68,24,'_wp_attached_file','2017/01/rows-of-cotton.jpg'),(69,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:719;s:4:\"file\";s:26:\"2017/01/rows-of-cotton.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-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:\"rows-of-cotton-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:26:\"rows-of-cotton-768x575.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:25:\"rows-of-cotton-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:24:\"rows-of-cotton-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:26:\"rows-of-cotton-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-TZ7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.1\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(84,2,'_edit_lock','1484051653:1'),(85,29,'fw_options','a:0:{}'),(86,2,'_edit_last','1'),(87,2,'_yoast_wpseo_content_score','30'),(88,30,'fw_options','a:0:{}'),(95,33,'_edit_lock','1484050827:1'),(96,33,'_edit_last','1'),(97,33,'_wp_page_template','default'),(98,33,'_yoast_wpseo_content_score','30'),(99,34,'fw_options','a:0:{}'),(100,35,'_edit_lock','1484050853:1'),(101,35,'_edit_last','1'),(102,35,'_wp_page_template','default'),(103,35,'_yoast_wpseo_content_score','30'),(104,36,'fw_options','a:0:{}'),(105,37,'_edit_last','1'),(106,37,'_wp_page_template','default'),(107,37,'_yoast_wpseo_content_score','30'),(108,38,'fw_options','a:0:{}'),(109,37,'_edit_lock','1484050874:1'),(110,39,'_edit_lock','1484050891:1'),(111,39,'_edit_last','1'),(112,39,'_wp_page_template','default'),(113,39,'_yoast_wpseo_content_score','30'),(114,40,'fw_options','a:0:{}'),(115,41,'_edit_lock','1484050914:1'),(116,41,'_edit_last','1'),(117,41,'_wp_page_template','default'),(118,41,'_yoast_wpseo_content_score','30'),(119,42,'fw_options','a:0:{}'),(120,43,'_edit_last','1'),(121,43,'_wp_page_template','default'),(122,44,'fw_options','a:0:{}'),(123,43,'_edit_lock','1484051053:1'),(129,47,'_wp_attached_file','2017/01/needlework.jpg'),(130,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:635;s:4:\"file\";s:22:\"2017/01/needlework.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"needlework-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:\"needlework-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"needlework-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"needlework-750x450.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:22:\"needlework-960x420.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:22:\"needlework-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:21:\"needlework-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:22:\"needlework-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:22:\"needlework-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:20:\"needlework-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:22:\"needlework-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,48,'_wp_attached_file','2017/01/cropped-needlework.jpg'),(132,48,'_wp_attachment_context','custom-header'),(133,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1340;s:6:\"height\";i:420;s:4:\"file\";s:30:\"2017/01/cropped-needlework.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-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:29:\"cropped-needlework-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cropped-needlework-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-750x420.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:29:\"cropped-needlework-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-needlework-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:30:\"cropped-needlework-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,48,'_wp_attachment_custom_header_last_used_gambit','1484051676'),(135,48,'_wp_attachment_is_custom_header','gambit'),(136,50,'_wp_attached_file','2017/01/buttons-long.jpg'),(137,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:477;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2017/01/buttons-long.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"buttons-long-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:\"buttons-long-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"buttons-long-477x450.jpg\";s:5:\"width\";i:477;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"gambit-header-image\";a:4:{s:4:\"file\";s:24:\"buttons-long-477x420.jpg\";s:5:\"width\";i:477;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"gambit-thumbnail-archive\";a:4:{s:4:\"file\";s:24:\"buttons-long-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-small\";a:4:{s:4:\"file\";s:23:\"buttons-long-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"gambit-thumbnail-medium\";a:4:{s:4:\"file\";s:24:\"buttons-long-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"gambit-thumbnail-large\";a:4:{s:4:\"file\";s:24:\"buttons-long-420x280.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"tzwb-thumbnail\";a:4:{s:4:\"file\";s:22:\"buttons-long-80x64.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"themezee-related-posts\";a:4:{s:4:\"file\";s:24:\"buttons-long-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(138,50,'_wp_attachment_is_custom_background','gambit'),(139,51,'_menu_item_type','custom'),(140,51,'_menu_item_menu_item_parent','0'),(141,51,'_menu_item_object_id','51'),(142,51,'_menu_item_object','custom'),(143,51,'_menu_item_target',''),(144,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(145,51,'_menu_item_xfn',''),(146,51,'_menu_item_url','http://cross-stitch-centre.co.uk'),(147,52,'_menu_item_type','post_type'),(148,52,'_menu_item_menu_item_parent','0'),(149,52,'_menu_item_object_id','43'),(150,52,'_menu_item_object','page'),(151,52,'_menu_item_target',''),(152,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(153,52,'_menu_item_xfn',''),(154,52,'_menu_item_url',''),(155,53,'_menu_item_type','post_type'),(156,53,'_menu_item_menu_item_parent','0'),(157,53,'_menu_item_object_id','33'),(158,53,'_menu_item_object','page'),(159,53,'_menu_item_target',''),(160,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(161,53,'_menu_item_xfn',''),(162,53,'_menu_item_url',''),(163,54,'_menu_item_type','post_type'),(164,54,'_menu_item_menu_item_parent','53'),(165,54,'_menu_item_object_id','41'),(166,54,'_menu_item_object','page'),(167,54,'_menu_item_target',''),(168,54,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(169,54,'_menu_item_xfn',''),(170,54,'_menu_item_url',''),(171,55,'_menu_item_type','post_type'),(172,55,'_menu_item_menu_item_parent','53'),(173,55,'_menu_item_object_id','39'),(174,55,'_menu_item_object','page'),(175,55,'_menu_item_target',''),(176,55,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(177,55,'_menu_item_xfn',''),(178,55,'_menu_item_url',''),(179,56,'_menu_item_type','post_type'),(180,56,'_menu_item_menu_item_parent','0'),(181,56,'_menu_item_object_id','37'),(182,56,'_menu_item_object','page'),(183,56,'_menu_item_target',''),(184,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(185,56,'_menu_item_xfn',''),(186,56,'_menu_item_url',''),(187,57,'_menu_item_type','post_type'),(188,57,'_menu_item_menu_item_parent','52'),(189,57,'_menu_item_object_id','35'),(190,57,'_menu_item_object','page'),(191,57,'_menu_item_target',''),(192,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,57,'_menu_item_xfn',''),(194,57,'_menu_item_url',''),(195,58,'_menu_item_type','post_type'),(196,58,'_menu_item_menu_item_parent','0'),(197,58,'_menu_item_object_id','2'),(198,58,'_menu_item_object','page'),(199,58,'_menu_item_target',''),(200,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(201,58,'_menu_item_xfn',''),(202,58,'_menu_item_url',''),(211,60,'_menu_item_type','post_type'),(212,60,'_menu_item_menu_item_parent','0'),(213,60,'_menu_item_object_id','1'),(214,60,'_menu_item_object','post'),(215,60,'_menu_item_target',''),(216,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(217,60,'_menu_item_xfn',''),(218,60,'_menu_item_url',''),(219,61,'_menu_item_type','post_type'),(220,61,'_menu_item_menu_item_parent','60'),(221,61,'_menu_item_object_id','20'),(222,61,'_menu_item_object','post'),(223,61,'_menu_item_target',''),(224,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(225,61,'_menu_item_xfn',''),(226,61,'_menu_item_url',''),(227,62,'_menu_item_type','post_type'),(228,62,'_menu_item_menu_item_parent','60'),(229,62,'_menu_item_object_id','17'),(230,62,'_menu_item_object','post'),(231,62,'_menu_item_target',''),(232,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(233,62,'_menu_item_xfn',''),(234,62,'_menu_item_url',''),(235,63,'_menu_item_type','post_type'),(236,63,'_menu_item_menu_item_parent','0'),(237,63,'_menu_item_object_id','11'),(238,63,'_menu_item_object','post'),(239,63,'_menu_item_target',''),(240,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(241,63,'_menu_item_xfn',''),(242,63,'_menu_item_url',''),(243,64,'_menu_item_type','post_type'),(244,64,'_menu_item_menu_item_parent','63'),(245,64,'_menu_item_object_id','8'),(246,64,'_menu_item_object','post'),(247,64,'_menu_item_target',''),(248,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(249,64,'_menu_item_xfn',''),(250,64,'_menu_item_url',''),(251,65,'_menu_item_type','post_type'),(252,65,'_menu_item_menu_item_parent','0'),(253,65,'_menu_item_object_id','33'),(254,65,'_menu_item_object','page'),(255,65,'_menu_item_target',''),(256,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(257,65,'_menu_item_xfn',''),(258,65,'_menu_item_url',''),(259,66,'_menu_item_type','post_type'),(260,66,'_menu_item_menu_item_parent','0'),(261,66,'_menu_item_object_id','35'),(262,66,'_menu_item_object','page'),(263,66,'_menu_item_target',''),(264,66,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(265,66,'_menu_item_xfn',''),(266,66,'_menu_item_url',''),(267,67,'_menu_item_type','post_type'),(268,67,'_menu_item_menu_item_parent','0'),(269,67,'_menu_item_object_id','37'),(270,67,'_menu_item_object','page'),(271,67,'_menu_item_target',''),(272,67,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(273,67,'_menu_item_xfn',''),(274,67,'_menu_item_url',''),(275,68,'_menu_item_type','post_type'),(276,68,'_menu_item_menu_item_parent','0'),(277,68,'_menu_item_object_id','39'),(278,68,'_menu_item_object','page'),(279,68,'_menu_item_target',''),(280,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(281,68,'_menu_item_xfn',''),(282,68,'_menu_item_url',''),(283,69,'_menu_item_type','post_type'),(284,69,'_menu_item_menu_item_parent','0'),(285,69,'_menu_item_object_id','41'),(286,69,'_menu_item_object','page'),(287,69,'_menu_item_target',''),(288,69,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(289,69,'_menu_item_xfn',''),(290,69,'_menu_item_url',''),(291,70,'_menu_item_type','post_type'),(292,70,'_menu_item_menu_item_parent','0'),(293,70,'_menu_item_object_id','43'),(294,70,'_menu_item_object','page'),(295,70,'_menu_item_target',''),(296,70,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(297,70,'_menu_item_xfn',''),(298,70,'_menu_item_url',''),(319,145,'_edit_lock','1484299371:1'),(320,145,'_edit_last','1'),(321,145,'_thumbnail_id','24'),(322,145,'_wp_page_template','default'),(323,145,'_yoast_wpseo_content_score','60'),(324,149,'fw_options','a:0:{}'),(328,150,'_menu_item_type','post_type'),(329,150,'_menu_item_menu_item_parent','0'),(330,150,'_menu_item_object_id','145'),(331,150,'_menu_item_object','page'),(332,150,'_menu_item_target',''),(333,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(334,150,'_menu_item_xfn',''),(335,150,'_menu_item_url',''),(341,153,'fw_options','a:0:{}'),(344,154,'fw_options','a:0:{}'),(347,155,'fw_options','a:0:{}'),(350,156,'fw_options','a:0:{}'),(353,157,'fw_options','a:0:{}'),(356,159,'fw_options','a:0:{}'),(357,20,'fw_options','a:0:{}'),(362,160,'fw_options','a:0:{}'),(365,161,'fw_options','a:0:{}'),(366,20,'_wp_old_slug','british-collection-tapestry'),(381,162,'fw_options','a:0:{}'),(382,1,'_wp_old_slug','needlepoint-tapestry'),(387,163,'fw_options','a:0:{}'),(388,20,'_wp_old_slug','gh-html'),(391,164,'fw_options','a:0:{}'),(394,165,'fw_options','a:0:{}'),(395,1,'_wp_old_slug','kakapolater-html'),(406,166,'fw_options','a:0:{}'),(409,167,'fw_options','a:0:{}'),(412,168,'fw_options','a:0:{}'),(415,169,'fw_options','a:0:{}'),(418,170,'fw_options','a:0:{}'),(421,171,'fw_options','a:0:{}'),(424,172,'fw_options','a:0:{}'),(427,173,'fw_options','a:0:{}'),(430,174,'fw_options','a:0:{}'),(433,175,'fw_options','a:0:{}'),(436,176,'fw_options','a:0:{}'),(439,177,'fw_options','a:0:{}'),(440,179,'fw_options','a:0:{}'),(443,180,'fw_options','a:0:{}'),(446,181,'fw_options','a:0:{}'),(447,11,'fw_options','a:0:{}'),(450,182,'fw_options','a:0:{}'),(451,1,'fw_options','a:0:{}'),(454,20,'_wp_old_slug','by-htm'),(455,1,'_pingme','1'),(456,1,'_encloseme','1'),(457,183,'fw_options','a:0:{}'),(458,1,'_wp_old_slug','sx-html');
/*!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=184 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 (1,1,'2016-10-13 16:50:57','2016-10-13 16:50:57','Our needlepoint tapestry <a href=\"http://www.aomatos.com/2007/03/multiples-elementos-de-un-formulario-en-javascript-php/\">en</a> section includes cushion kits from Vervaco, stool tops from Coleshill Collection and needlepoint pillows from Cleopatra’s Needle.\r\n\r\nYou will find traditional UK <a href=\"http://www.cheapjerseysa.com\">cheap jerseys</a> tapestry kits from <a href=\"http://suministrosrepuestosyservicios.com/ejemplo-entrada-de-blog/\">Entrada</a> the Anchor <a href=\"http://www.cheapjerseyse.com\">cheap jerseys</a> British Collection, Lowry needlepoint from Bothy <a href=\"https://www.wholesalenflelitejerseys.com\">cheap mlb jerseys</a> Threads, longstitch <a href=\"http://cityprints.net/2012/05/29/popular-sports-superstitions/\">Superstitions</a> designs by Twilleys and medieval tapestry kits from Margot de Paris.\r\n\r\nIf you have not done many needlework projects, or <a href=\"http://drsapproach.com/post-1/\">Coming</a> would simply enjoy a change from your normal counted <a href=\"http://www.wholesaleijerseys.com\">wholesale jerseys China</a> work, we have provided two <a href=\"http://www.cheapujerseys.com\">cheap nfl jerseys</a> pages where you can get a quick taste of the quality needlecraft kits on offer on this site.\r\n\r\n ','Needlepoint Tapestry','','publish','open','open','','needlepoint','','','2017-02-21 12:34:20','2017-02-21 12:34:20','',0,'http://cross-stitch-centre.co.uk/?p=1',0,'post','',4),(2,1,'2016-10-13 16:50:57','2016-10-13 16:50:57','To place any orders, contact us below.\r\n\r\nTelephone: <strong>07516 391 429</strong>\r\n\r\nEmail: <strong>contact@crossstitchcentre.co.uk</strong>\r\n\r\nAddress: <strong>Wharf Road, London, N1</strong>\r\n\r\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact Cross Stitch Centre','','publish','closed','open','','contact-cross-stitch-centre','','','2017-01-10 12:18:24','2017-01-10 12:18:24','',0,'http://cross-stitch-centre.co.uk/?page_id=2',0,'page','',1),(4,1,'2016-12-16 14:22:52','2016-12-16 14:22:52','<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\"]\ncross-stitch-centre \"[your-subject]\"\n[your-name] <wordpress@cross-stitch-centre.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 cross-stitch-centre (http://cross-stitch-centre.co.uk)\nleads@vanillacircus.co.uk\nReply-To: [your-email]\n\n\n\n\ncross-stitch-centre \"[your-subject]\"\ncross-stitch-centre <wordpress@cross-stitch-centre.co.uk>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on cross-stitch-centre (http://cross-stitch-centre.co.uk)\n[your-email]\nReply-To: b.sykes@vanillacircus.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-01-09 17:30:21','2017-01-09 17:30:21','',0,'http://cross-stitch-centre.co.uk/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(5,1,'2017-01-10 11:29:01','2017-01-10 11:29:01','Our needlepoint tapestry section includes cushion kits from Vervaco, stool tops from Coleshill Collection and needlepoint pillows from Cleopatra\'s Needle.\n\nYou will find traditional UK tapestry kits from the Anchor British Collection, Lowry needlepoint from Bothy Threads, longstitch designs by Twilleys and medieval tapestry kits from Margot de Paris.\n\nIf you have not done many needlework projects, or would simply enjoy a change from your normal counted work, we have provided two pages where you can get a quick taste of the quality needlecraft kits on offer on this site.\n\n ','Needlepoint Tapestry','','inherit','closed','closed','','1-autosave-v1','','','2017-01-10 11:29:01','2017-01-10 11:29:01','',1,'http://cross-stitch-centre.co.uk/1-autosave-v1',0,'revision','',0),(6,1,'2017-01-10 11:29:44','2017-01-10 11:29:44','','Needlepoint Tapestry','','inherit','open','closed','','needlepoint-tapestry','','','2017-01-10 11:29:44','2017-01-10 11:29:44','',1,'http://cross-stitch-centre.co.uk/wp-content/uploads/2016/10/Needlepoint-Tapestry.jpg',0,'attachment','image/jpeg',0),(7,1,'2017-01-10 11:30:27','2017-01-10 11:30:27','Our needlepoint tapestry section includes cushion kits from Vervaco, stool tops from Coleshill Collection and needlepoint pillows from Cleopatra\'s Needle.\r\n\r\nYou will find traditional UK tapestry kits from the Anchor British Collection, Lowry needlepoint from Bothy Threads, longstitch designs by Twilleys and medieval tapestry kits from Margot de Paris.\r\n\r\nIf you have not done many needlework projects, or would simply enjoy a change from your normal counted work, we have provided two pages where you can get a quick taste of the quality needlecraft kits on offer on this site.\r\n\r\n ','Needlepoint Tapestry','','inherit','closed','closed','','1-revision-v1','','','2017-01-10 11:30:27','2017-01-10 11:30:27','',1,'http://cross-stitch-centre.co.uk/1-revision-v1',0,'revision','',0),(8,1,'2017-01-10 11:32:15','2017-01-10 11:32:15','<p>We stock all the leading <a href=\"http://www.kingstonsac.org/2004/10/ten-go-to-scapa/\">go</a> UK designers including cross stitch from Anchor, Derwentwater Designs, Heritage Stitchcraft and DMC counted cross stitch and favourites like Disney Winnie the Pooh, Flower Fairies, Hummel, Beatrix Potter and Thomas Kinkade.<a href=\"http://berryjam.ru/materials/how-detect-studs-without-stud-finder/\">berryjam.ru</a></p>\n<p>Our US designs include counted kits from Candamar, Design Works, <a href=\"http://happy-athome.com/what-is-the-tomato-exactly/\">is</a> Dimensions, Janlynn and Sunset and <a href=\"http://cross-stitch-centre.co.uk/needlepoint-tapestry\">Tapestry</a> complement European designs from Lanarte and Maria van Scharrenburg. If you don’t like counting, then our stamped cross stitch kits are just the thing for you.</p>\n<p>There are sections for cross stitch samplers for weddings and baby births, counted book marks, firescreens, wedding cross stitch and tablecloths (both <a href=\"http://www.yan-sushiundwok.de/lx6ykhdb/\">HEREISTITLE</a> counted and stamped kits).</p>\n<p>The subjects range <a href=\"http://www.hotelbernardi.com/eng/gallery/\">Photogallery</a> from the city of London and stately homes of Britain to cross stitch card kits for your special occasion, and include many small needlework projects.</p>','Cross Stitch Kits','','publish','open','open','','cross-stitch-kits','','http://cross-stitch-centre.co.uk/needlepoint-tapestry\nhttp://www.hotelbernardi.com/eng/gallery/','2017-02-20 21:44:52','2017-02-20 21:44:52','',0,'http://cross-stitch-centre.co.uk/?p=8',0,'post','',2),(9,1,'2017-01-10 11:32:10','2017-01-10 11:32:10','','cross stich','','inherit','open','closed','','cross-stich','','','2017-01-10 11:32:10','2017-01-10 11:32:10','',8,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/cross-stich.jpg',0,'attachment','image/jpeg',0),(10,1,'2017-01-10 11:32:15','2017-01-10 11:32:15','We stock all the leading UK designers including cross stitch from Anchor, Derwentwater Designs, Heritage Stitchcraft and DMC counted cross stitch and favourites like Disney Winnie the Pooh, Flower Fairies, Hummel, Beatrix Potter and Thomas Kinkade.\r\n\r\nOur US designs include counted kits from Candamar, Design Works, Dimensions, Janlynn and Sunset and complement European designs from Lanarte and Maria van Scharrenburg. If you don\'t like counting, then our stamped cross stitch kits are just the thing for you.\r\n\r\nThere are sections for cross stitch samplers for weddings and baby births, counted book marks, firescreens, wedding cross stitch and tablecloths (both counted and stamped kits).\r\n\r\nThe subjects range from the city of London and stately homes of Britain to cross stitch card kits for your special occasion, and include many small needlework projects.','Cross Stitch Kits','','inherit','closed','closed','','8-revision-v1','','','2017-01-10 11:32:15','2017-01-10 11:32:15','',8,'http://cross-stitch-centre.co.uk/8-revision-v1',0,'revision','',0),(11,1,'2017-01-10 11:39:53','2017-01-10 11:39:53','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Anchor</strong>\r\nCross stitch featuring Gakonga, Newton\'s Law, Humphrey\'s Corner, Forever Friends and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Candamar</strong>\r\nFeaturing counted kits from the famous artist Thomas Kinkade, the \"Painter of Light\", and Mary Baxter St Clare in cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Dimensions </strong>\r\nAn outstanding collection of counted needlework kits including the superb Dimensions Gold Collection cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>DMC </strong>\r\nIncludes Flower Fairies, All Our Yesterdays, Felicity Wishes and many more counted designs.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Heritage Stitchcraft </strong>\r\nIncluding counted needlework designs by John Clayton, Valerie Pfeiffer, Margaret Sherry cross stitch and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Janlynn </strong>\r\nFeatures charming needlework designed by Nancy Cole, fantasy from Theresa Wentzler and counted kits from Roger W Reinardy and others.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Lanarte</strong>\r\nFrom their studios in Holland, these include the wonderful counted work of Joadoor and Maria van Scharrenburg.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Sunset </strong>\r\nVaried needlework designs from Sunset Collection cross stitch, including the Jiffy mini series of counted kits.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Winnie the Pooh </strong>\r\nCross stitch kits from Royal Paris and Vervaco, based on those famous books of A. A. Milne.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Design Works and Hummel</strong>\r\nDesigner kits for cross stitch including Hummel and Design Works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Stamped</strong>\r\nIf you don\'t like counted work, then this section is for you. These cross stitch designs are printed on the fabric ready to work.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Samplers</strong>\r\nMark the occasion! Why not make something personal for those special people in your life to treasure. Counted kits in cross stitch for baby birth, wedding or anniversary.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Britain</strong>\r\nCross stitch counted kits featuring the cathedrals, castles and landmarks of Britain.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Cards Kits</strong>\r\nCounted designs in cross stitch for that extra special greeting - the cards that people will want to keep. Each project includes the fabric, threads, card and envelope.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Book Marks </strong>\r\nA variety of small needlework items which are a pleasure to use, or could be given as a lovely gift. They include counted designs for scissor keeps, coasters and handbag mirrors.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Tapestry Needlepoint</strong>\r\nFrom leading suppliers, these tapestries represent really good value for money.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Longstitch</strong>\r\nLongstitch is nice and easy to do, and quickly produces a really striking textured needlework project. The outline of the design is printed on the canvas.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Needlepoint Pillows and Tapestry Cushions</strong>\r\nFurnish your home with attractive needlework cushions, pillows and stool tops.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Embroidery Kits and Tablecloths</strong>\r\nWorked with a variety of stitches and threads. Also tablecloths for embroidery or cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Threads</strong>\r\n<strong>Large discounts</strong> on the finest quality threads from DMC and Anchor including stranded cottons, metallic threads and tapestry wools.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n ','Half Price Kits','','publish','open','open','','half-price-kits','','\nhttp://cross-stitch-centre.co.uk/needlepoint-tapestry','2017-02-21 12:33:33','2017-02-21 12:33:33','',0,'http://cross-stitch-centre.co.uk/?p=11',0,'post','',3),(12,1,'2017-01-10 11:36:58','2017-01-10 11:36:58','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/anchor.html\"><strong>Anchor</strong></a>\r\nCross stitch featuring Gakonga, Newton\'s Law, Humphrey\'s Corner, Forever Friends and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/candamar.html\"><strong>Candamar </strong></a>\r\nFeaturing counted kits from the famous artist Thomas Kinkade, the \"Painter of Light\", and Mary Baxter St Clare in cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/dimensions.html\"><strong>Dimensions </strong></a>\r\nAn outstanding collection of counted needlework kits including the superb Dimensions Gold Collection cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/dmc.html\"><strong>DMC </strong></a>\r\nIncludes Flower Fairies, All Our Yesterdays, Felicity Wishes and many more counted designs.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/heritage_stitchcraft.html\"><strong>Heritage Stitchcraft </strong></a>\r\nIncluding counted needlework designs by John Clayton, Valerie Pfeiffer, Margaret Sherry cross stitch and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/janlynn.html\"><strong>Janlynn </strong></a>\r\nFeatures charming needlework designed by Nancy Cole, fantasy from Theresa Wentzler and counted kits from Roger W Reinardy and others.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/lanarte.html\"><strong>Lanarte</strong></a>\r\nFrom their studios in Holland, these include the wonderful counted work of Joadoor and Maria van Scharrenburg.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/sunset.html\"><strong>Sunset </strong></a>\r\nVaried needlework designs from Sunset Collection cross stitch, including the Jiffy mini series of counted kits.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/winnie_the_pooh.html\"><strong>Winnie the Pooh </strong></a>\r\nCross stitch kits from Royal Paris and Vervaco, based on those famous books of A. A. Milne.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/cross_stitch_kits.html\"><strong>Design Works and Hummel</strong></a>\r\nDesigner kits for cross stitch including Hummel and Design Works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/stamped.html\"><strong>Stamped</strong></a>\r\nIf you don\'t like counted work, then this section is for you. These cross stitch designs are printed on the fabric ready to work.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/samplers.html\"><strong>Samplers</strong></a>\r\nMark the occasion! Why not make something personal for those special people in your life to treasure. Counted kits in cross stitch for baby birth, wedding or anniversary.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/britain.html\"><strong>Britain</strong></a>\r\nCross stitch counted kits featuring the cathedrals, castles and landmarks of Britain.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/cards.html\"><strong>Cards Kits</strong></a>\r\nCounted designs in cross stitch for that extra special greeting - the cards that people will want to keep. Each project includes the fabric, threads, card and envelope.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/bookmarks.html\"><strong>Book Marks </strong></a>\r\nA variety of small needlework items which are a pleasure to use, or could be given as a lovely gift. They include counted designs for scissor keeps, coasters and handbag mirrors.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/needlepoint_tapestry.html\"><strong>Tapestry Needlepoint</strong></a>\r\nFrom leading suppliers, these tapestries represent really good value for money.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/longstitch.html\"><strong>Longstitch </strong></a>\r\nLongstitch is nice and easy to do, and quickly produces a really striking textured needlework project. The outline of the design is printed on the canvas.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/pillows_tapestry_cushions.html\"><strong>Needlepoint Pillows and Tapestry Cushions</strong></a>\r\nFurnish your home with attractive needlework cushions, pillows and stool tops.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/embroidery_crewel.html\"><strong>Embroidery Kits and Tablecloths</strong></a>\r\nWorked with a variety of stitches and threads. Also tablecloths for embroidery or cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/threads.html\"><strong>Threads</strong></a>\r\n<strong>Large discounts</strong> on the finest quality threads from DMC and Anchor including stranded cottons, metallic threads and tapestry wools.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n ','Half Price Kits','','inherit','closed','closed','','11-revision-v1','','','2017-01-10 11:36:58','2017-01-10 11:36:58','',11,'http://cross-stitch-centre.co.uk/11-revision-v1',0,'revision','',0),(13,1,'2017-01-10 11:39:46','2017-01-10 11:39:46','','coloured cotton','','inherit','open','closed','','coloured-cotton','','','2017-01-10 11:39:46','2017-01-10 11:39:46','',11,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/coloured-cotton.jpg',0,'attachment','image/jpeg',0),(14,1,'2017-01-10 11:39:53','2017-01-10 11:39:53','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Anchor</strong>\r\nCross stitch featuring Gakonga, Newton\'s Law, Humphrey\'s Corner, Forever Friends and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><a href=\"http://web.archive.org/web/20070101140843/http:/www.cross-stitch-centre.co.uk/acatalog/candamar.html\"><strong>Candamar </strong></a>\r\nFeaturing counted kits from the famous artist Thomas Kinkade, the \"Painter of Light\", and Mary Baxter St Clare in cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Dimensions </strong>\r\nAn outstanding collection of counted needlework kits including the superb Dimensions Gold Collection cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>DMC </strong>\r\nIncludes Flower Fairies, All Our Yesterdays, Felicity Wishes and many more counted designs.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Heritage Stitchcraft </strong>\r\nIncluding counted needlework designs by John Clayton, Valerie Pfeiffer, Margaret Sherry cross stitch and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Janlynn </strong>\r\nFeatures charming needlework designed by Nancy Cole, fantasy from Theresa Wentzler and counted kits from Roger W Reinardy and others.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Lanarte</strong>\r\nFrom their studios in Holland, these include the wonderful counted work of Joadoor and Maria van Scharrenburg.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Sunset </strong>\r\nVaried needlework designs from Sunset Collection cross stitch, including the Jiffy mini series of counted kits.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Winnie the Pooh </strong>\r\nCross stitch kits from Royal Paris and Vervaco, based on those famous books of A. A. Milne.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Design Works and Hummel</strong>\r\nDesigner kits for cross stitch including Hummel and Design Works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Stamped</strong>\r\nIf you don\'t like counted work, then this section is for you. These cross stitch designs are printed on the fabric ready to work.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Samplers</strong>\r\nMark the occasion! Why not make something personal for those special people in your life to treasure. Counted kits in cross stitch for baby birth, wedding or anniversary.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Britain</strong>\r\nCross stitch counted kits featuring the cathedrals, castles and landmarks of Britain.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Cards Kits</strong>\r\nCounted designs in cross stitch for that extra special greeting - the cards that people will want to keep. Each project includes the fabric, threads, card and envelope.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Book Marks </strong>\r\nA variety of small needlework items which are a pleasure to use, or could be given as a lovely gift. They include counted designs for scissor keeps, coasters and handbag mirrors.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Tapestry Needlepoint</strong>\r\nFrom leading suppliers, these tapestries represent really good value for money.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Longstitch</strong>\r\nLongstitch is nice and easy to do, and quickly produces a really striking textured needlework project. The outline of the design is printed on the canvas.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Needlepoint Pillows and Tapestry Cushions</strong>\r\nFurnish your home with attractive needlework cushions, pillows and stool tops.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Embroidery Kits and Tablecloths</strong>\r\nWorked with a variety of stitches and threads. Also tablecloths for embroidery or cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Threads</strong>\r\n<strong>Large discounts</strong> on the finest quality threads from DMC and Anchor including stranded cottons, metallic threads and tapestry wools.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n ','Half Price Kits','','inherit','closed','closed','','11-revision-v1','','','2017-01-10 11:39:53','2017-01-10 11:39:53','',11,'http://cross-stitch-centre.co.uk/11-revision-v1',0,'revision','',0),(16,1,'2017-01-10 11:40:36','2017-01-10 11:40:36','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Anchor</strong>\r\nCross stitch featuring Gakonga, Newton\'s Law, Humphrey\'s Corner, Forever Friends and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Candamar</strong>\r\nFeaturing counted kits from the famous artist Thomas Kinkade, the \"Painter of Light\", and Mary Baxter St Clare in cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Dimensions </strong>\r\nAn outstanding collection of counted needlework kits including the superb Dimensions Gold Collection cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>DMC </strong>\r\nIncludes Flower Fairies, All Our Yesterdays, Felicity Wishes and many more counted designs.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Heritage Stitchcraft </strong>\r\nIncluding counted needlework designs by John Clayton, Valerie Pfeiffer, Margaret Sherry cross stitch and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Janlynn </strong>\r\nFeatures charming needlework designed by Nancy Cole, fantasy from Theresa Wentzler and counted kits from Roger W Reinardy and others.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Lanarte</strong>\r\nFrom their studios in Holland, these include the wonderful counted work of Joadoor and Maria van Scharrenburg.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Sunset </strong>\r\nVaried needlework designs from Sunset Collection cross stitch, including the Jiffy mini series of counted kits.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Winnie the Pooh </strong>\r\nCross stitch kits from Royal Paris and Vervaco, based on those famous books of A. A. Milne.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Design Works and Hummel</strong>\r\nDesigner kits for cross stitch including Hummel and Design Works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Stamped</strong>\r\nIf you don\'t like counted work, then this section is for you. These cross stitch designs are printed on the fabric ready to work.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Samplers</strong>\r\nMark the occasion! Why not make something personal for those special people in your life to treasure. Counted kits in cross stitch for baby birth, wedding or anniversary.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Britain</strong>\r\nCross stitch counted kits featuring the cathedrals, castles and landmarks of Britain.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Cards Kits</strong>\r\nCounted designs in cross stitch for that extra special greeting - the cards that people will want to keep. Each project includes the fabric, threads, card and envelope.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Book Marks </strong>\r\nA variety of small needlework items which are a pleasure to use, or could be given as a lovely gift. They include counted designs for scissor keeps, coasters and handbag mirrors.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Tapestry Needlepoint</strong>\r\nFrom leading suppliers, these tapestries represent really good value for money.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Longstitch</strong>\r\nLongstitch is nice and easy to do, and quickly produces a really striking textured needlework project. The outline of the design is printed on the canvas.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Needlepoint Pillows and Tapestry Cushions</strong>\r\nFurnish your home with attractive needlework cushions, pillows and stool tops.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Embroidery Kits and Tablecloths</strong>\r\nWorked with a variety of stitches and threads. Also tablecloths for embroidery or cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Threads</strong>\r\n<strong>Large discounts</strong> on the finest quality threads from DMC and Anchor including stranded cottons, metallic threads and tapestry wools.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n ','Half Price Kits','','inherit','closed','closed','','11-revision-v1','','','2017-01-10 11:40:36','2017-01-10 11:40:36','',11,'http://cross-stitch-centre.co.uk/11-revision-v1',0,'revision','',0),(17,1,'2017-01-10 11:41:39','2017-01-10 11:41:39','<h3>Penelope Budget Tapestry</h3>\n<p>Penelope has been <a href=\"http://cross-stitch-centre.co.uk/cross-stitch-kits\">Kits</a> a respected name in <a href=\"http://www.tvlucifer.com/online-videos/friends-and-family/night-night-daddy-love-you.html\">you!</a> the world of tapestry for many years. These <a href=\"http://cross-stitch-centre.co.uk/needlepoint-tapestry\">Needlepoint</a> canvases from Anchor’s Budget range are all printed in full <a href=\"http://correcciondelaescoliosis.com/consejos-sobre-la-escoliosis/que-hacer-cuando-el-pediatra-le-dice-no-se-preocupe-por-la-escoliosis-de-su-hijo/\">pediatra</a> colour. <a href=\"http://sveinur.dk/citater/vis-hensyn-og-aabn-doere/\">d?re</a> We supply them with all the recommended <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\">Half</a> Anchor wools required, and <a href=\"http://netsisupp.com/netsis/netsis-3-enterprise/\">Netsis</a> a needle.</p>\n','Penelope Budget Tapestry','','publish','open','open','','penelope-budget-tapestry','','http://cross-stitch-centre.co.uk/needlepoint-tapestry\nhttp://cross-stitch-centre.co.uk/half-price-kits','2017-02-20 21:44:43','2017-02-20 21:44:43','',0,'http://cross-stitch-centre.co.uk/?p=17',0,'post','',0),(18,1,'2017-01-10 11:41:34','2017-01-10 11:41:34','','flower tapestry','','inherit','open','closed','','flower-tapestry','','','2017-01-10 11:41:34','2017-01-10 11:41:34','',17,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/flower-tapestry.jpg',0,'attachment','image/jpeg',0),(19,1,'2017-01-10 11:41:39','2017-01-10 11:41:39','<h3>Penelope Budget Tapestry</h3>\r\nPenelope has been a respected name in the world of tapestry for many years. These canvases from Anchor\'s Budget range are all printed in full colour. We supply them with all the recommended Anchor wools required, and a needle.','Penelope Budget Tapestry','','inherit','closed','closed','','17-revision-v1','','','2017-01-10 11:41:39','2017-01-10 11:41:39','',17,'http://cross-stitch-centre.co.uk/17-revision-v1',0,'revision','',0),(20,1,'2017-01-10 11:43:15','2017-01-10 11:43:15','<h3>British Collection Tapestry</h3>\r\nThe varied landscape of Britain reflects its long history and cultural heritage. The British Collection range shows Britain depicted in tapestry. Please <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\">click here</a> to see more of these tapestry kits.','British Collection Tapestry','','publish','open','open','','tapestry','','\nhttp://cross-stitch-centre.co.uk/half-price-kits','2017-02-21 12:34:07','2017-02-21 12:34:07','',0,'http://cross-stitch-centre.co.uk/?p=20',0,'post','',0),(21,1,'2017-01-10 11:43:10','2017-01-10 11:43:10','','british tapestry','','inherit','open','closed','','british-tapestry','','','2017-01-10 11:43:10','2017-01-10 11:43:10','',20,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/british-tapestry.jpg',0,'attachment','image/jpeg',0),(22,1,'2017-01-10 11:43:15','2017-01-10 11:43:15','<h3>British Collection Tapestry</h3>\r\nThe varied landscape of Britain reflects its long history and cultural heritage. The British Collection range shows Britain depicted in tapestry. Please <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\">click here</a> to see more of these tapestry kits.','British Collection Tapestry','','inherit','closed','closed','','20-revision-v1','','','2017-01-10 11:43:15','2017-01-10 11:43:15','',20,'http://cross-stitch-centre.co.uk/20-revision-v1',0,'revision','',0),(24,1,'2017-01-10 11:50:12','2017-01-10 11:50:12','','rows of cotton','','inherit','open','closed','','rows-of-cotton','','','2017-01-10 11:50:12','2017-01-10 11:50:12','',0,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/rows-of-cotton.jpg',0,'attachment','image/jpeg',0),(29,1,'2017-01-10 12:18:14','2017-01-10 12:18:14','To place any orders, contact us below.\n\nTelephone: <strong>07516 391 429</strong>\n\nEmail: <strong>contact@crossstitchcentre.co.uk</strong>\n\nAddress:\n\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact Cross Stitch Centre','','inherit','closed','closed','','2-autosave-v1','','','2017-01-10 12:18:14','2017-01-10 12:18:14','',2,'http://cross-stitch-centre.co.uk/2-autosave-v1',0,'revision','',0),(30,1,'2017-01-10 12:18:24','2017-01-10 12:18:24','To place any orders, contact us below.\r\n\r\nTelephone: <strong>07516 391 429</strong>\r\n\r\nEmail: <strong>contact@crossstitchcentre.co.uk</strong>\r\n\r\nAddress: <strong>Wharf Road, London, N1</strong>\r\n\r\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]','Contact Cross Stitch Centre','','inherit','closed','closed','','2-revision-v1','','','2017-01-10 12:18:24','2017-01-10 12:18:24','',2,'http://cross-stitch-centre.co.uk/2-revision-v1',0,'revision','',0),(33,1,'2017-01-10 12:22:43','2017-01-10 12:22:43','Embroidery Needlework','Embroidery Needlework','','publish','closed','closed','','embroidery-needlework','','','2017-01-10 12:22:43','2017-01-10 12:22:43','',0,'http://cross-stitch-centre.co.uk/?page_id=33',0,'page','',0),(34,1,'2017-01-10 12:22:43','2017-01-10 12:22:43','Embroidery Needlework','Embroidery Needlework','','inherit','closed','closed','','33-revision-v1','','','2017-01-10 12:22:43','2017-01-10 12:22:43','',33,'http://cross-stitch-centre.co.uk/33-revision-v1',0,'revision','',0),(35,1,'2017-01-10 12:23:02','2017-01-10 12:23:02','Beads & Charms','Beads & Charms','','publish','closed','closed','','beads-charms','','','2017-01-10 12:23:02','2017-01-10 12:23:02','',0,'http://cross-stitch-centre.co.uk/?page_id=35',0,'page','',0),(36,1,'2017-01-10 12:23:02','2017-01-10 12:23:02','Beads & Charms','Beads & Charms','','inherit','closed','closed','','35-revision-v1','','','2017-01-10 12:23:02','2017-01-10 12:23:02','',35,'http://cross-stitch-centre.co.uk/35-revision-v1',0,'revision','',0),(37,1,'2017-01-10 12:23:30','2017-01-10 12:23:30','Long Stitch Threads Accessories','Long Stitch Threads Accessories','','publish','closed','closed','','long-stitch-threads-accessories','','','2017-01-10 12:23:30','2017-01-10 12:23:30','',0,'http://cross-stitch-centre.co.uk/?page_id=37',0,'page','',0),(38,1,'2017-01-10 12:23:30','2017-01-10 12:23:30','Long Stitch Threads Accessories','Long Stitch Threads Accessories','','inherit','closed','closed','','37-revision-v1','','','2017-01-10 12:23:30','2017-01-10 12:23:30','',37,'http://cross-stitch-centre.co.uk/37-revision-v1',0,'revision','',0),(39,1,'2017-01-10 12:23:46','2017-01-10 12:23:46','Sewing & Quilting','Sewing & Quilting','','publish','closed','closed','','sewing-quilting','','','2017-01-10 12:23:46','2017-01-10 12:23:46','',0,'http://cross-stitch-centre.co.uk/?page_id=39',0,'page','',0),(40,1,'2017-01-10 12:23:46','2017-01-10 12:23:46','Sewing & Quilting','Sewing & Quilting','','inherit','closed','closed','','39-revision-v1','','','2017-01-10 12:23:46','2017-01-10 12:23:46','',39,'http://cross-stitch-centre.co.uk/39-revision-v1',0,'revision','',0),(41,1,'2017-01-10 12:24:06','2017-01-10 12:24:06','Knitting & Crochet','Knitting & Crochet','','publish','closed','closed','','knitting-crochet','','','2017-01-10 12:24:06','2017-01-10 12:24:06','',0,'http://cross-stitch-centre.co.uk/?page_id=41',0,'page','',0),(42,1,'2017-01-10 12:24:06','2017-01-10 12:24:06','Knitting & Crochet','Knitting & Crochet','','inherit','closed','closed','','41-revision-v1','','','2017-01-10 12:24:06','2017-01-10 12:24:06','',41,'http://cross-stitch-centre.co.uk/41-revision-v1',0,'revision','',0),(43,1,'2017-01-10 12:24:27','2017-01-10 12:24:27','','Needle Threads','','publish','closed','closed','','needle-threads','','','2017-01-10 12:24:27','2017-01-10 12:24:27','',0,'http://cross-stitch-centre.co.uk/?page_id=43',0,'page','',0),(44,1,'2017-01-10 12:24:27','2017-01-10 12:24:27','','Needle Threads','','inherit','closed','closed','','43-revision-v1','','','2017-01-10 12:24:27','2017-01-10 12:24:27','',43,'http://cross-stitch-centre.co.uk/43-revision-v1',0,'revision','',0),(47,1,'2017-01-10 12:28:20','2017-01-10 12:28:20','','needlework','','inherit','open','closed','','needlework','','','2017-01-10 12:28:20','2017-01-10 12:28:20','',0,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/needlework.jpg',0,'attachment','image/jpeg',0),(48,1,'2017-01-10 12:28:25','2017-01-10 12:28:25','','cropped-needlework.jpg','','inherit','open','closed','','cropped-needlework-jpg','','','2017-01-10 12:28:25','2017-01-10 12:28:25','',0,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/cropped-needlework.jpg',0,'attachment','image/jpeg',0),(50,1,'2017-01-10 12:29:10','2017-01-10 12:29:10','','buttons long','','inherit','open','closed','','buttons-long','','','2017-01-10 12:29:10','2017-01-10 12:29:10','',0,'http://cross-stitch-centre.co.uk/wp-content/uploads/2017/01/buttons-long.jpg',0,'attachment','image/jpeg',0),(51,1,'2017-01-10 12:34:14','2017-01-10 12:34:14','','Home','','publish','closed','closed','','home','','','2017-01-13 09:22:55','2017-01-13 09:22:55','',0,'http://cross-stitch-centre.co.uk/home',1,'nav_menu_item','',0),(52,1,'2017-01-10 12:34:15','2017-01-10 12:34:15',' ','','','publish','closed','closed','','52','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/52',11,'nav_menu_item','',0),(53,1,'2017-01-10 12:34:15','2017-01-10 12:34:15',' ','','','publish','closed','closed','','53','','','2017-01-13 09:22:55','2017-01-13 09:22:55','',0,'http://cross-stitch-centre.co.uk/53',4,'nav_menu_item','',0),(54,1,'2017-01-10 12:34:16','2017-01-10 12:34:16',' ','','','publish','closed','closed','','54','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/54',5,'nav_menu_item','',0),(55,1,'2017-01-10 12:34:17','2017-01-10 12:34:17',' ','','','publish','closed','closed','','55','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/55',6,'nav_menu_item','',0),(56,1,'2017-01-10 12:34:18','2017-01-10 12:34:18','','Long Stitch Accessories','','publish','closed','closed','','long-stitch-accessories','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/long-stitch-accessories',13,'nav_menu_item','',0),(57,1,'2017-01-10 12:34:19','2017-01-10 12:34:19',' ','','','publish','closed','closed','','57','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/57',12,'nav_menu_item','',0),(58,1,'2017-01-10 12:34:21','2017-01-10 12:34:21','','Contact Us','','publish','closed','closed','','contact-us','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/contact-us',14,'nav_menu_item','',0),(60,1,'2017-01-10 12:34:23','2017-01-10 12:34:23',' ','','','publish','closed','closed','','60','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/60',8,'nav_menu_item','',0),(61,1,'2017-01-10 12:34:24','2017-01-10 12:34:24',' ','','','publish','closed','closed','','61','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/61',9,'nav_menu_item','',0),(62,1,'2017-01-10 12:34:25','2017-01-10 12:34:25',' ','','','publish','closed','closed','','62','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',0,'http://cross-stitch-centre.co.uk/62',10,'nav_menu_item','',0),(63,1,'2017-01-10 12:34:26','2017-01-10 12:34:26',' ','','','publish','closed','closed','','63','','','2017-01-13 09:22:55','2017-01-13 09:22:55','',0,'http://cross-stitch-centre.co.uk/63',2,'nav_menu_item','',0),(64,1,'2017-01-10 12:34:26','2017-01-10 12:34:26',' ','','','publish','closed','closed','','64','','','2017-01-13 09:22:55','2017-01-13 09:22:55','',0,'http://cross-stitch-centre.co.uk/64',3,'nav_menu_item','',0),(65,1,'2017-01-10 12:34:28','2017-01-10 12:34:28',' ','','','publish','closed','closed','','65','','','2017-01-10 12:54:43','2017-01-10 12:54:43','',0,'http://cross-stitch-centre.co.uk/65',1,'nav_menu_item','',0),(66,1,'2017-01-10 12:34:30','2017-01-10 12:34:30',' ','','','publish','closed','closed','','66','','','2017-01-10 12:54:43','2017-01-10 12:54:43','',0,'http://cross-stitch-centre.co.uk/66',2,'nav_menu_item','',0),(67,1,'2017-01-10 12:34:30','2017-01-10 12:34:30',' ','','','publish','closed','closed','','67','','','2017-01-10 12:54:43','2017-01-10 12:54:43','',0,'http://cross-stitch-centre.co.uk/67',3,'nav_menu_item','',0),(68,1,'2017-01-10 12:34:31','2017-01-10 12:34:31',' ','','','publish','closed','closed','','68','','','2017-01-10 12:54:43','2017-01-10 12:54:43','',0,'http://cross-stitch-centre.co.uk/68',4,'nav_menu_item','',0),(69,1,'2017-01-10 12:34:32','2017-01-10 12:34:32',' ','','','publish','closed','closed','','69','','','2017-01-10 12:54:43','2017-01-10 12:54:43','',0,'http://cross-stitch-centre.co.uk/69',5,'nav_menu_item','',0),(70,1,'2017-01-10 12:34:35','2017-01-10 12:34:35',' ','','','publish','closed','closed','','70','','','2017-01-10 12:54:43','2017-01-10 12:54:43','',0,'http://cross-stitch-centre.co.uk/70',6,'nav_menu_item','',0),(76,1,'2017-01-10 12:50:52','2017-01-10 12:50:52','','acatalog','','publish','closed','closed','','acatalog','','','2017-01-10 12:50:52','2017-01-10 12:50:52','',0,'http://cross-stitch-centre.co.uk/acatalog',1,'page','',0),(78,1,'2017-01-10 12:50:53','2017-01-10 12:50:53','','a-ctm0011.jpg','','publish','closed','closed','','a-ctm0011-jpg','','','2017-01-10 12:50:53','2017-01-10 12:50:53','',76,'http://cross-stitch-centre.co.uk/acatalog/a-ctm0011-jpg',2,'page','',0),(79,1,'2017-01-10 12:50:54','2017-01-10 12:50:54','','aida.html','','publish','closed','closed','','aida-html','','','2017-01-10 12:50:54','2017-01-10 12:50:54','',76,'http://cross-stitch-centre.co.uk/acatalog/aida-html',3,'page','',0),(80,1,'2017-01-10 12:50:54','2017-01-10 12:50:54','','anchor_colour_chart.html','','publish','closed','closed','','anchor_colour_chart-html','','','2017-01-10 12:50:54','2017-01-10 12:50:54','',76,'http://cross-stitch-centre.co.uk/acatalog/anchor_colour_chart-html',4,'page','',0),(81,1,'2017-01-10 12:50:54','2017-01-10 12:50:54','','anchor_colours_2.html','','publish','closed','closed','','anchor_colours_2-html','','','2017-01-10 12:50:54','2017-01-10 12:50:54','',76,'http://cross-stitch-centre.co.uk/acatalog/anchor_colours_2-html',5,'page','',0),(82,1,'2017-01-10 12:50:54','2017-01-10 12:50:54','','anchor_embroidery.html','','publish','closed','closed','','anchor_embroidery-html','','','2017-01-10 12:50:54','2017-01-10 12:50:54','',76,'http://cross-stitch-centre.co.uk/acatalog/anchor_embroidery-html',6,'page','',0),(83,1,'2017-01-10 12:50:54','2017-01-10 12:50:54','','anchor_premier_collection.html','','publish','closed','closed','','anchor_premier_collection-html','','','2017-01-10 12:50:54','2017-01-10 12:50:54','',76,'http://cross-stitch-centre.co.uk/acatalog/anchor_premier_collection-html',7,'page','',0),(84,1,'2017-01-10 12:50:54','2017-01-10 12:50:54','','anchor_stranded_cotton_colours.html','','publish','closed','closed','','anchor_stranded_cotton_colours-html','','','2017-01-10 12:50:54','2017-01-10 12:50:54','',76,'http://cross-stitch-centre.co.uk/acatalog/anchor_stranded_cotton_colours-html',8,'page','',0),(85,1,'2017-01-10 12:50:55','2017-01-10 12:50:55','','anchor_stranded_cotton_cones.html','','publish','closed','closed','','anchor_stranded_cotton_cones-html','','','2017-01-10 12:50:55','2017-01-10 12:50:55','',76,'http://cross-stitch-centre.co.uk/acatalog/anchor_stranded_cotton_cones-html',9,'page','',0),(86,1,'2017-01-10 12:50:55','2017-01-10 12:50:55','','cards.html','','publish','closed','closed','','cards-html','','','2017-01-10 12:50:55','2017-01-10 12:50:55','',76,'http://cross-stitch-centre.co.uk/acatalog/cards-html',10,'page','',0),(87,1,'2017-01-10 12:50:55','2017-01-10 12:50:55','','catalog.html','','publish','closed','closed','','catalog-html','','','2017-01-10 12:50:55','2017-01-10 12:50:55','',76,'http://cross-stitch-centre.co.uk/acatalog/catalog-html',11,'page','',0),(88,1,'2017-01-10 12:50:55','2017-01-10 12:50:55','','christmas_ca.html','','publish','closed','closed','','christmas_ca-html','','','2017-01-10 12:50:55','2017-01-10 12:50:55','',76,'http://cross-stitch-centre.co.uk/acatalog/christmas_ca-html',12,'page','',0),(89,1,'2017-01-10 12:50:56','2017-01-10 12:50:56','','countryside.html','','publish','closed','closed','','countryside-html','','','2017-01-10 12:50:56','2017-01-10 12:50:56','',76,'http://cross-stitch-centre.co.uk/acatalog/countryside-html',13,'page','',0),(90,1,'2017-01-10 12:50:56','2017-01-10 12:50:56','','cross_stitch_competition.html','','publish','closed','closed','','cross_stitch_competition-html','','','2017-01-10 12:50:56','2017-01-10 12:50:56','',76,'http://cross-stitch-centre.co.uk/acatalog/cross_stitch_competition-html',14,'page','',0),(91,1,'2017-01-10 12:50:56','2017-01-10 12:50:56','','cross_stitch_information.html','','publish','closed','closed','','cross_stitch_information-html','','','2017-01-10 12:50:56','2017-01-10 12:50:56','',76,'http://cross-stitch-centre.co.uk/acatalog/cross_stitch_information-html',15,'page','',0),(92,1,'2017-01-10 12:50:56','2017-01-10 12:50:56','','cross_stitch_needlework.html','','publish','closed','closed','','cross_stitch_needlework-html','','','2017-01-10 12:50:56','2017-01-10 12:50:56','',76,'http://cross-stitch-centre.co.uk/acatalog/cross_stitch_needlework-html',16,'page','',0),(93,1,'2017-01-10 12:50:57','2017-01-10 12:50:57','','d-35084.jpg','','publish','closed','closed','','d-35084-jpg','','','2017-01-10 12:50:57','2017-01-10 12:50:57','',76,'http://cross-stitch-centre.co.uk/acatalog/d-35084-jpg',17,'page','',0),(94,1,'2017-01-10 12:50:57','2017-01-10 12:50:57','','d-6813.jpg','','publish','closed','closed','','d-6813-jpg','','','2017-01-10 12:50:57','2017-01-10 12:50:57','',76,'http://cross-stitch-centre.co.uk/acatalog/d-6813-jpg',18,'page','',0),(95,1,'2017-01-10 12:50:57','2017-01-10 12:50:57','','dimensions.html','','publish','closed','closed','','dimensions-html','','','2017-01-10 12:50:57','2017-01-10 12:50:57','',76,'http://cross-stitch-centre.co.uk/acatalog/dimensions-html',19,'page','',0),(96,1,'2017-01-10 12:50:57','2017-01-10 12:50:57','','dimensions_dmc_conversion.html','','publish','closed','closed','','dimensions_dmc_conversion-html','','','2017-01-10 12:50:57','2017-01-10 12:50:57','',76,'http://cross-stitch-centre.co.uk/acatalog/dimensions_dmc_conversion-html',20,'page','',0),(97,1,'2017-01-10 12:50:57','2017-01-10 12:50:57','','discontinued_dmc_thread_colours.html','','publish','closed','closed','','discontinued_dmc_thread_colours-html','','','2017-01-10 12:50:57','2017-01-10 12:50:57','',76,'http://cross-stitch-centre.co.uk/acatalog/discontinued_dmc_thread_colours-html',21,'page','',0),(98,1,'2017-01-10 12:50:58','2017-01-10 12:50:58','','dmc.html','','publish','closed','closed','','dmc-html','','','2017-01-10 12:50:58','2017-01-10 12:50:58','',76,'http://cross-stitch-centre.co.uk/acatalog/dmc-html',22,'page','',0),(99,1,'2017-01-10 12:50:58','2017-01-10 12:50:58','','dmc_babsamp.html','','publish','closed','closed','','dmc_babsamp-html','','','2017-01-10 12:50:58','2017-01-10 12:50:58','',76,'http://cross-stitch-centre.co.uk/acatalog/dmc_babsamp-html',23,'page','',0),(100,1,'2017-01-10 12:50:58','2017-01-10 12:50:58','','dmc_colour_chart.html','','publish','closed','closed','','dmc_colour_chart-html','','','2017-01-10 12:50:58','2017-01-10 12:50:58','',76,'http://cross-stitch-centre.co.uk/acatalog/dmc_colour_chart-html',24,'page','',0),(101,1,'2017-01-10 12:50:58','2017-01-10 12:50:58','','dmc_colour_charts.html','','publish','closed','closed','','dmc_colour_charts-html','','','2017-01-10 12:50:58','2017-01-10 12:50:58','',76,'http://cross-stitch-centre.co.uk/acatalog/dmc_colour_charts-html',25,'page','',0),(102,1,'2017-01-10 12:50:58','2017-01-10 12:50:58','','dmc_colours_2.html','','publish','closed','closed','','dmc_colours_2-html','','','2017-01-10 12:50:58','2017-01-10 12:50:58','',76,'http://cross-stitch-centre.co.uk/acatalog/dmc_colours_2-html',26,'page','',0),(103,1,'2017-01-10 12:50:59','2017-01-10 12:50:59','','dmc_light_effects.html','','publish','closed','closed','','dmc_light_effects-html','','','2017-01-10 12:50:59','2017-01-10 12:50:59','',76,'http://cross-stitch-centre.co.uk/acatalog/dmc_light_effects-html',27,'page','',0),(104,1,'2017-01-10 12:50:59','2017-01-10 12:50:59','','d-stranded1a.jpg','','publish','closed','closed','','d-stranded1a-jpg','','','2017-01-10 12:50:59','2017-01-10 12:50:59','',76,'http://cross-stitch-centre.co.uk/acatalog/d-stranded1a-jpg',28,'page','',0),(105,1,'2017-01-10 12:50:59','2017-01-10 12:50:59','','d-stranded3.jpg','','publish','closed','closed','','d-stranded3-jpg','','','2017-01-10 12:50:59','2017-01-10 12:50:59','',76,'http://cross-stitch-centre.co.uk/acatalog/d-stranded3-jpg',29,'page','',0),(106,1,'2017-01-10 12:50:59','2017-01-10 12:50:59','','elvis_vervaco.html','','publish','closed','closed','','elvis_vervaco-html','','','2017-01-10 12:50:59','2017-01-10 12:50:59','',76,'http://cross-stitch-centre.co.uk/acatalog/elvis_vervaco-html',30,'page','',0),(107,1,'2017-01-10 12:51:00','2017-01-10 12:51:00','','embroidery_crewel.html','','publish','closed','closed','','embroidery_crewel-html','','','2017-01-10 12:51:00','2017-01-10 12:51:00','',76,'http://cross-stitch-centre.co.uk/acatalog/embroidery_crewel-html',31,'page','',0),(108,1,'2017-01-10 12:51:01','2017-01-10 12:51:01','','fabrics.html','','publish','closed','closed','','fabrics-html','','','2017-01-10 12:51:01','2017-01-10 12:51:01','',76,'http://cross-stitch-centre.co.uk/acatalog/fabrics-html',32,'page','',0),(109,1,'2017-01-10 12:51:01','2017-01-10 12:51:01','','Flower_Fairies_3.html','','publish','closed','closed','','flower_fairies_3-html','','','2017-01-10 12:51:01','2017-01-10 12:51:01','',76,'http://cross-stitch-centre.co.uk/acatalog/flower_fairies_3-html',33,'page','',0),(110,1,'2017-01-10 12:51:02','2017-01-10 12:51:02','','forever_friend.html','','publish','closed','closed','','forever_friend-html','','','2017-01-10 12:51:02','2017-01-10 12:51:02','',76,'http://cross-stitch-centre.co.uk/acatalog/forever_friend-html',34,'page','',0),(111,1,'2017-01-10 12:51:02','2017-01-10 12:51:02','','free.html','','publish','closed','closed','','free-html','','','2017-01-10 12:51:02','2017-01-10 12:51:02','',76,'http://cross-stitch-centre.co.uk/acatalog/free-html',35,'page','',0),(112,1,'2017-01-10 12:51:02','2017-01-10 12:51:02','','free_baby_pattern.html','','publish','closed','closed','','free_baby_pattern-html','','','2017-01-10 12:51:02','2017-01-10 12:51:02','',76,'http://cross-stitch-centre.co.uk/acatalog/free_baby_pattern-html',36,'page','',0),(114,1,'2017-01-10 12:54:00','2017-01-10 12:54:00','','free_backstitch_alphabet.html','','publish','closed','closed','','free_backstitch_alphabet-html','','','2017-01-10 12:54:00','2017-01-10 12:54:00','',76,'http://cross-stitch-centre.co.uk/acatalog/free_backstitch_alphabet-html',37,'page','',0),(115,1,'2017-01-10 12:54:01','2017-01-10 12:54:01','','free_christmas_pattern.html','','publish','closed','closed','','free_christmas_pattern-html','','','2017-01-10 12:54:01','2017-01-10 12:54:01','',76,'http://cross-stitch-centre.co.uk/acatalog/free_christmas_pattern-html',38,'page','',0),(116,1,'2017-01-10 12:54:01','2017-01-10 12:54:01','','free_christmas_stocking_chart.html','','publish','closed','closed','','free_christmas_stocking_chart-html','','','2017-01-10 12:54:01','2017-01-10 12:54:01','',76,'http://cross-stitch-centre.co.uk/acatalog/free_christmas_stocking_chart-html',39,'page','',0),(117,1,'2017-01-10 12:54:01','2017-01-10 12:54:01','','free_cross_stitch_chart.html','','publish','closed','closed','','free_cross_stitch_chart-html','','','2017-01-10 12:54:01','2017-01-10 12:54:01','',76,'http://cross-stitch-centre.co.uk/acatalog/free_cross_stitch_chart-html',40,'page','',0),(118,1,'2017-01-10 12:54:01','2017-01-10 12:54:01','','free-baby-cross-stitch-pattern.jpg','','publish','closed','closed','','free-baby-cross-stitch-pattern-jpg','','','2017-01-10 12:54:01','2017-01-10 12:54:01','',76,'http://cross-stitch-centre.co.uk/acatalog/free-baby-cross-stitch-pattern-jpg',41,'page','',0),(119,1,'2017-01-10 12:54:01','2017-01-10 12:54:01','','free-cross-stitch-christmas-pattern.jpg','','publish','closed','closed','','free-cross-stitch-christmas-pattern-jpg','','','2017-01-10 12:54:01','2017-01-10 12:54:01','',76,'http://cross-stitch-centre.co.uk/acatalog/free-cross-stitch-christmas-pattern-jpg',42,'page','',0),(120,1,'2017-01-10 12:54:01','2017-01-10 12:54:01','','free-pink5.jpg','','publish','closed','closed','','free-pink5-jpg','','','2017-01-10 12:54:01','2017-01-10 12:54:01','',76,'http://cross-stitch-centre.co.uk/acatalog/free-pink5-jpg',43,'page','',0),(121,1,'2017-01-10 12:54:02','2017-01-10 12:54:02','','free-wedding-cross-stitch.html','','publish','closed','closed','','free-wedding-cross-stitch-html','','','2017-01-10 12:54:02','2017-01-10 12:54:02','',76,'http://cross-stitch-centre.co.uk/acatalog/free-wedding-cross-stitch-html',44,'page','',0),(122,1,'2017-01-10 12:54:02','2017-01-10 12:54:02','','free-wedding-cross-stitch-chart.jpg','','publish','closed','closed','','free-wedding-cross-stitch-chart-jpg','','','2017-01-10 12:54:02','2017-01-10 12:54:02','',76,'http://cross-stitch-centre.co.uk/acatalog/free-wedding-cross-stitch-chart-jpg',45,'page','',0),(123,1,'2017-01-10 12:54:02','2017-01-10 12:54:02','','heir-c17-th.jpg','','publish','closed','closed','','heir-c17-th-jpg','','','2017-01-10 12:54:02','2017-01-10 12:54:02','',76,'http://cross-stitch-centre.co.uk/acatalog/heir-c17-th-jpg',46,'page','',0),(124,1,'2017-01-10 12:54:02','2017-01-10 12:54:02','','heir-l5.jpg','','publish','closed','closed','','heir-l5-jpg','','','2017-01-10 12:54:02','2017-01-10 12:54:02','',76,'http://cross-stitch-centre.co.uk/acatalog/heir-l5-jpg',47,'page','',0),(125,1,'2017-01-10 12:54:02','2017-01-10 12:54:02','','heir-sa11-th.jpg','','publish','closed','closed','','heir-sa11-th-jpg','','','2017-01-10 12:54:02','2017-01-10 12:54:02','',76,'http://cross-stitch-centre.co.uk/acatalog/heir-sa11-th-jpg',48,'page','',0),(126,1,'2017-01-10 12:54:03','2017-01-10 12:54:03','','heir-sa16_sm.jpg','','publish','closed','closed','','heir-sa16_sm-jpg','','','2017-01-10 12:54:03','2017-01-10 12:54:03','',76,'http://cross-stitch-centre.co.uk/acatalog/heir-sa16_sm-jpg',49,'page','',0),(127,1,'2017-01-10 12:54:03','2017-01-10 12:54:03','','heritage_stitchcraft.html','','publish','closed','closed','','heritage_stitchcraft-html','','','2017-01-10 12:54:03','2017-01-10 12:54:03','',76,'http://cross-stitch-centre.co.uk/acatalog/heritage_stitchcraft-html',50,'page','',0),(128,1,'2017-01-10 12:54:03','2017-01-10 12:54:03','','hummel.html','','publish','closed','closed','','hummel-html','','','2017-01-10 12:54:03','2017-01-10 12:54:03','',76,'http://cross-stitch-centre.co.uk/acatalog/hummel-html',51,'page','',0),(129,1,'2017-01-10 12:54:03','2017-01-10 12:54:03','','information.html','','publish','closed','closed','','information-html','','','2017-01-10 12:54:03','2017-01-10 12:54:03','',76,'http://cross-stitch-centre.co.uk/acatalog/information-html',52,'page','',0),(130,1,'2017-01-10 12:54:04','2017-01-10 12:54:04','','kits.html','','publish','closed','closed','','kits-html','','','2017-01-10 12:54:04','2017-01-10 12:54:04','',76,'http://cross-stitch-centre.co.uk/acatalog/kits-html',53,'page','',0),(131,1,'2017-01-10 12:54:04','2017-01-10 12:54:04','','lanarte.html','','publish','closed','closed','','lanarte-html','','','2017-01-10 12:54:04','2017-01-10 12:54:04','',76,'http://cross-stitch-centre.co.uk/acatalog/lanarte-html',54,'page','',0),(132,1,'2017-01-10 12:54:04','2017-01-10 12:54:04','','lavender_and_lace.html','','publish','closed','closed','','lavender_and_lace-html','','','2017-01-10 12:54:04','2017-01-10 12:54:04','',76,'http://cross-stitch-centre.co.uk/acatalog/lavender_and_lace-html',55,'page','',0),(133,1,'2017-01-10 12:54:04','2017-01-10 12:54:04','','links.html','','publish','closed','closed','','links-html','','','2017-01-10 12:54:04','2017-01-10 12:54:04','',76,'http://cross-stitch-centre.co.uk/acatalog/links-html',56,'page','',0),(134,1,'2017-01-10 12:54:05','2017-01-10 12:54:05','','longstitch.html','','publish','closed','closed','','longstitch-html','','','2017-01-10 12:54:05','2017-01-10 12:54:05','',76,'http://cross-stitch-centre.co.uk/acatalog/longstitch-html',57,'page','',0),(135,1,'2017-01-10 12:54:05','2017-01-10 12:54:05','','madeira_dmc_thread_conversion.html','','publish','closed','closed','','madeira_dmc_thread_conversion-html','','','2017-01-10 12:54:05','2017-01-10 12:54:05','',76,'http://cross-stitch-centre.co.uk/acatalog/madeira_dmc_thread_conversion-html',58,'page','',0),(136,1,'2017-01-10 12:54:05','2017-01-10 12:54:05','','maia.html','','publish','closed','closed','','maia-html','','','2017-01-10 12:54:05','2017-01-10 12:54:05','',76,'http://cross-stitch-centre.co.uk/acatalog/maia-html',59,'page','',0),(137,1,'2017-01-10 12:54:05','2017-01-10 12:54:05','','maia_flowers.html','','publish','closed','closed','','maia_flowers-html','','','2017-01-10 12:54:05','2017-01-10 12:54:05','',76,'http://cross-stitch-centre.co.uk/acatalog/maia_flowers-html',60,'page','',0),(138,1,'2017-01-10 12:54:05','2017-01-10 12:54:05','','needlepoint_tapestry.html','','publish','closed','closed','','needlepoint_tapestry-html','','','2017-01-10 12:54:05','2017-01-10 12:54:05','',76,'http://cross-stitch-centre.co.uk/acatalog/needlepoint_tapestry-html',61,'page','',0),(139,1,'2017-01-10 12:54:05','2017-01-10 12:54:05','','pillows_tapestry_cushions.html','','publish','closed','closed','','pillows_tapestry_cushions-html','','','2017-01-10 12:54:05','2017-01-10 12:54:05','',76,'http://cross-stitch-centre.co.uk/acatalog/pillows_tapestry_cushions-html',62,'page','',0),(140,1,'2017-01-10 12:54:06','2017-01-10 12:54:06','','samplers.html','','publish','closed','closed','','samplers-html','','','2017-01-10 12:54:06','2017-01-10 12:54:06','',76,'http://cross-stitch-centre.co.uk/acatalog/samplers-html',63,'page','',0),(141,1,'2017-01-10 12:54:06','2017-01-10 12:54:06','','sarah_kay.html','','publish','closed','closed','','sarah_kay-html','','','2017-01-10 12:54:06','2017-01-10 12:54:06','',76,'http://cross-stitch-centre.co.uk/acatalog/sarah_kay-html',64,'page','',0),(142,1,'2017-01-10 12:54:06','2017-01-10 12:54:06','','stamped.html','','publish','closed','closed','','stamped-html','','','2017-01-10 12:54:06','2017-01-10 12:54:06','',76,'http://cross-stitch-centre.co.uk/acatalog/stamped-html',65,'page','',0),(143,1,'2017-01-10 12:54:07','2017-01-10 12:54:07','','tapestry_needlepoint.html','','publish','closed','closed','','tapestry_needlepoint-html','','','2017-01-10 12:54:07','2017-01-10 12:54:07','',76,'http://cross-stitch-centre.co.uk/acatalog/tapestry_needlepoint-html',66,'page','',0),(144,1,'2017-01-10 12:54:07','2017-01-10 12:54:07','','threads.html','','publish','closed','closed','','threads-html','','','2017-01-10 12:54:07','2017-01-10 12:54:07','',76,'http://cross-stitch-centre.co.uk/acatalog/threads-html',67,'page','',0),(145,1,'2017-01-10 12:54:08','2017-01-10 12:54:08','When it comes to tapestry there are many questions that are involved, which is why we have created this FAQ’s for all of our customers. If you have any questions that have not been answered below please <a href=\"http://cross-stitch-centre.co.uk/contact-cross-stitch-centre\">contact us</a>.\r\n<h2>Questions About Our Kits</h2>\r\n<strong> Q. What is included in my kit? </strong>\r\n\r\nA. Your kit will have of a full colour printed cotton canvas, sufficient wool to complete the design, a needle and instruction booklet to help you create. <a href=\"http://cross-stitch-centre.co.uk/cross-stitch-kits\">Read more</a>.\r\n\r\n<strong>Q</strong>. <strong>What happens if I run out of wool whilst creating?</strong>\r\n\r\nA. On the back of the kit, there will be a guide on how to generate further supplies of material that will allow you to complete your tapestry.\r\n\r\n<strong> Q. How do I use the metallic thread?</strong>\r\n\r\nA. As this thread is a lot more fragile compared to the others, it is advised that it is cut into a length that you require and not much more. This can help fight against any fraying that could possibly occur. Shop our other <a href=\"http://cross-stitch-centre.co.uk/needle-threads\">needle threads</a>.\r\n<h2>Questions About Our Business</h2>\r\n<strong> Q. What’s your privacy policy?</strong>\r\n\r\nA. We do not disclose any personal information to a third party, unless it is required by the law.\r\n\r\n<strong> Q. Are there any other companies that you work with to generate your products?</strong>\r\n\r\nA. A company that we work alongside is Wrappz who specialise in personalised products, such as phone cases.\r\n\r\nWe provide them with materials for their canvas work and from there it can be personalised. <a href=\"http://www.wrappz.com/cat/canvas-prints\" target=\"_blank\">Find out about them</a>.\r\n\r\n<strong> Q. What’s your estimated delivery times?</strong>\r\n\r\nA. For delivery in the UK, your ordered goods should be with you following 5 days. However, for international shipping this can take up to 20 days. <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\" target=\"_blank\">Buy your kits here</a>.\r\n<h2>Questions About Tapestry</h2>\r\n<strong> Q. Where are your tapestries made?</strong>\r\n\r\nA.Our location for making tapestries is typically here in London, but on occasion they are made in North France and a smaller number are made in Italy. <a href=\"http://cross-stitch-centre.co.uk/contact-cross-stitch-centre\">Contact us</a>.\r\n\r\n<strong> Q. How do I hang my tapestry?</strong>\r\n\r\nA<strong>. </strong>All of our tapestries that are sent to you have either a rod pocket sewn into the top or have tabs attached.\r\n\r\nAlternatively and for large tapestries without tabs a batten can be passed through the rod pocket and screwed to the wall.\r\n\r\n<strong> Q. How do I clean my tapestry?</strong>\r\n\r\nA<strong>.</strong> When cleaning your tapestry it is advised to lightly Hoover whilst using a soft brush head. If you do discover that this doesn’t help then you can try dry cleaning, however, NEVER wash.\r\n\r\n<strong>Q. How do I remove creases from my tapestry?</strong>\r\n\r\nA. Creases can be removed using a warm iron on the reverse of the tapestry therefore it doesn’t damage the front.','FAQ\'s','','publish','closed','closed','','tutorial-html','','','2017-01-13 09:22:06','2017-01-13 09:22:06','',76,'http://cross-stitch-centre.co.uk/acatalog/tutorial-html',68,'page','',0),(146,1,'2017-01-10 12:54:09','2017-01-10 12:54:09','','tutorial_1.jpg','','publish','closed','closed','','tutorial_1-jpg','','','2017-01-10 12:54:09','2017-01-10 12:54:09','',76,'http://cross-stitch-centre.co.uk/acatalog/tutorial_1-jpg',69,'page','',0),(147,1,'2017-01-10 12:54:09','2017-01-10 12:54:09','','tutorial_2.jpg','','publish','closed','closed','','tutorial_2-jpg','','','2017-01-10 12:54:09','2017-01-10 12:54:09','',76,'http://cross-stitch-centre.co.uk/acatalog/tutorial_2-jpg',70,'page','',0),(148,1,'2017-01-10 12:54:09','2017-01-10 12:54:09','','tutorial_3.jpg','','publish','closed','closed','','tutorial_3-jpg','','','2017-01-10 12:54:09','2017-01-10 12:54:09','',76,'http://cross-stitch-centre.co.uk/acatalog/tutorial_3-jpg',71,'page','',0),(149,1,'2017-01-13 09:22:06','2017-01-13 09:22:06','When it comes to tapestry there are many questions that are involved, which is why we have created this FAQ’s for all of our customers. If you have any questions that have not been answered below please <a href=\"http://cross-stitch-centre.co.uk/contact-cross-stitch-centre\">contact us</a>.\r\n<h2>Questions About Our Kits</h2>\r\n<strong> Q. What is included in my kit? </strong>\r\n\r\nA. Your kit will have of a full colour printed cotton canvas, sufficient wool to complete the design, a needle and instruction booklet to help you create. <a href=\"http://cross-stitch-centre.co.uk/cross-stitch-kits\">Read more</a>.\r\n\r\n<strong>Q</strong>. <strong>What happens if I run out of wool whilst creating?</strong>\r\n\r\nA. On the back of the kit, there will be a guide on how to generate further supplies of material that will allow you to complete your tapestry.\r\n\r\n<strong> Q. How do I use the metallic thread?</strong>\r\n\r\nA. As this thread is a lot more fragile compared to the others, it is advised that it is cut into a length that you require and not much more. This can help fight against any fraying that could possibly occur. Shop our other <a href=\"http://cross-stitch-centre.co.uk/needle-threads\">needle threads</a>.\r\n<h2>Questions About Our Business</h2>\r\n<strong> Q. What’s your privacy policy?</strong>\r\n\r\nA. We do not disclose any personal information to a third party, unless it is required by the law.\r\n\r\n<strong> Q. Are there any other companies that you work with to generate your products?</strong>\r\n\r\nA. A company that we work alongside is Wrappz who specialise in personalised products, such as phone cases.\r\n\r\nWe provide them with materials for their canvas work and from there it can be personalised. <a href=\"http://www.wrappz.com/cat/canvas-prints\" target=\"_blank\">Find out about them</a>.\r\n\r\n<strong> Q. What’s your estimated delivery times?</strong>\r\n\r\nA. For delivery in the UK, your ordered goods should be with you following 5 days. However, for international shipping this can take up to 20 days. <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\" target=\"_blank\">Buy your kits here</a>.\r\n<h2>Questions About Tapestry</h2>\r\n<strong> Q. Where are your tapestries made?</strong>\r\n\r\nA.Our location for making tapestries is typically here in London, but on occasion they are made in North France and a smaller number are made in Italy. <a href=\"http://cross-stitch-centre.co.uk/contact-cross-stitch-centre\">Contact us</a>.\r\n\r\n<strong> Q. How do I hang my tapestry?</strong>\r\n\r\nA<strong>. </strong>All of our tapestries that are sent to you have either a rod pocket sewn into the top or have tabs attached.\r\n\r\nAlternatively and for large tapestries without tabs a batten can be passed through the rod pocket and screwed to the wall.\r\n\r\n<strong> Q. How do I clean my tapestry?</strong>\r\n\r\nA<strong>.</strong> When cleaning your tapestry it is advised to lightly Hoover whilst using a soft brush head. If you do discover that this doesn’t help then you can try dry cleaning, however, NEVER wash.\r\n\r\n<strong>Q. How do I remove creases from my tapestry?</strong>\r\n\r\nA. Creases can be removed using a warm iron on the reverse of the tapestry therefore it doesn’t damage the front.','FAQ\'s','','inherit','closed','closed','','145-revision-v1','','','2017-01-13 09:22:06','2017-01-13 09:22:06','',145,'http://cross-stitch-centre.co.uk/145-revision-v1',0,'revision','',0),(150,1,'2017-01-13 09:22:56','2017-01-13 09:22:56','','FAQ\'s','','publish','closed','closed','','faqs-2','','','2017-01-13 09:22:56','2017-01-13 09:22:56','',76,'http://cross-stitch-centre.co.uk/?p=150',7,'nav_menu_item','',0),(159,1,'2017-02-07 17:07:36','2017-02-07 17:07:36','<h3>British Collection Tapestry</h3>\r\nThe varied landscape of Britain reflects its long history and cultural heritage. The British Collection range shows Britain depicted in tapestry. Please <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\">click here</a> to see more of these tapestry kits.','British Collection Tapestry','','inherit','closed','closed','','20-revision-v1','','','2017-02-07 17:07:36','2017-02-07 17:07:36','',20,'http://cross-stitch-centre.co.uk/20-revision-v1',0,'revision','',0),(179,1,'2017-02-21 12:32:55','2017-02-21 12:32:55','','Wordpress','-','inherit','closed','closed','','20-autosave-v1','','','2017-02-21 12:32:55','2017-02-21 12:32:55','',20,'http://cross-stitch-centre.co.uk/20-autosave-v1',0,'revision','',0),(180,1,'2017-02-21 12:33:20','2017-02-21 12:33:20','<h3>British Collection Tapestry</h3>\r\nThe varied landscape of Britain reflects its long history and cultural heritage. The British Collection range shows Britain depicted in tapestry. Please <a href=\"http://cross-stitch-centre.co.uk/half-price-kits\">click here</a> to see more of these tapestry kits.','British Collection Tapestry','','inherit','closed','closed','','20-revision-v1','','','2017-02-21 12:33:20','2017-02-21 12:33:20','',20,'http://cross-stitch-centre.co.uk/20-revision-v1',0,'revision','',0),(181,1,'2017-02-21 12:33:33','2017-02-21 12:33:33','<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Anchor</strong>\r\nCross stitch featuring Gakonga, Newton\'s Law, Humphrey\'s Corner, Forever Friends and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Candamar</strong>\r\nFeaturing counted kits from the famous artist Thomas Kinkade, the \"Painter of Light\", and Mary Baxter St Clare in cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Dimensions </strong>\r\nAn outstanding collection of counted needlework kits including the superb Dimensions Gold Collection cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>DMC </strong>\r\nIncludes Flower Fairies, All Our Yesterdays, Felicity Wishes and many more counted designs.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Heritage Stitchcraft </strong>\r\nIncluding counted needlework designs by John Clayton, Valerie Pfeiffer, Margaret Sherry cross stitch and much more.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Janlynn </strong>\r\nFeatures charming needlework designed by Nancy Cole, fantasy from Theresa Wentzler and counted kits from Roger W Reinardy and others.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Lanarte</strong>\r\nFrom their studios in Holland, these include the wonderful counted work of Joadoor and Maria van Scharrenburg.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Sunset </strong>\r\nVaried needlework designs from Sunset Collection cross stitch, including the Jiffy mini series of counted kits.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Winnie the Pooh </strong>\r\nCross stitch kits from Royal Paris and Vervaco, based on those famous books of A. A. Milne.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Design Works and Hummel</strong>\r\nDesigner kits for cross stitch including Hummel and Design Works.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Stamped</strong>\r\nIf you don\'t like counted work, then this section is for you. These cross stitch designs are printed on the fabric ready to work.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Samplers</strong>\r\nMark the occasion! Why not make something personal for those special people in your life to treasure. Counted kits in cross stitch for baby birth, wedding or anniversary.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Britain</strong>\r\nCross stitch counted kits featuring the cathedrals, castles and landmarks of Britain.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Cards Kits</strong>\r\nCounted designs in cross stitch for that extra special greeting - the cards that people will want to keep. Each project includes the fabric, threads, card and envelope.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Book Marks </strong>\r\nA variety of small needlework items which are a pleasure to use, or could be given as a lovely gift. They include counted designs for scissor keeps, coasters and handbag mirrors.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Tapestry Needlepoint</strong>\r\nFrom leading suppliers, these tapestries represent really good value for money.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Longstitch</strong>\r\nLongstitch is nice and easy to do, and quickly produces a really striking textured needlework project. The outline of the design is printed on the canvas.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Needlepoint Pillows and Tapestry Cushions</strong>\r\nFurnish your home with attractive needlework cushions, pillows and stool tops.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n \r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Embroidery Kits and Tablecloths</strong>\r\nWorked with a variety of stitches and threads. Also tablecloths for embroidery or cross stitch.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td width=\"50%\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td><strong>Threads</strong>\r\n<strong>Large discounts</strong> on the finest quality threads from DMC and Anchor including stranded cottons, metallic threads and tapestry wools.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n ','Half Price Kits','','inherit','closed','closed','','11-revision-v1','','','2017-02-21 12:33:33','2017-02-21 12:33:33','',11,'http://cross-stitch-centre.co.uk/11-revision-v1',0,'revision','',0),(182,1,'2017-02-21 12:33:51','2017-02-21 12:33:51','<p>Our needlepoint tapestry <a href=\"http://www.aomatos.com/2007/03/multiples-elementos-de-un-formulario-en-javascript-php/\">en</a> section includes cushion kits from Vervaco, stool tops from Coleshill Collection and needlepoint pillows from Cleopatra’s Needle.</p>\n<p>You will find traditional UK <a href=\"http://www.cheapjerseysa.com\">cheap jerseys</a> tapestry kits from <a href=\"http://suministrosrepuestosyservicios.com/ejemplo-entrada-de-blog/\">Entrada</a> the Anchor <a href=\"http://www.cheapjerseyse.com\">cheap jerseys</a> British Collection, Lowry needlepoint from Bothy <a href=\"https://www.wholesalenflelitejerseys.com\">cheap mlb jerseys</a> Threads, longstitch <a href=\"http://cityprints.net/2012/05/29/popular-sports-superstitions/\">Superstitions</a> designs by Twilleys and medieval tapestry kits from Margot de Paris.</p>\n<p>If you have not done many needlework projects, or <a href=\"http://drsapproach.com/post-1/\">Coming</a> would simply enjoy a change from your normal counted <a href=\"http://www.wholesaleijerseys.com\">wholesale jerseys China</a> work, we have provided two <a href=\"http://www.cheapujerseys.com\">cheap nfl jerseys</a> pages where you can get a quick taste of the quality needlecraft kits on offer on this site.</p>\n<p> </p>\n','Needlepoint Tapestry','','inherit','closed','closed','','1-revision-v1','','','2017-02-21 12:33:51','2017-02-21 12:33:51','',1,'http://cross-stitch-centre.co.uk/1-revision-v1',0,'revision','',0),(183,1,'2017-02-21 12:34:20','2017-02-21 12:34:20','Our needlepoint tapestry <a href=\"http://www.aomatos.com/2007/03/multiples-elementos-de-un-formulario-en-javascript-php/\">en</a> section includes cushion kits from Vervaco, stool tops from Coleshill Collection and needlepoint pillows from Cleopatra’s Needle.\r\n\r\nYou will find traditional UK <a href=\"http://www.cheapjerseysa.com\">cheap jerseys</a> tapestry kits from <a href=\"http://suministrosrepuestosyservicios.com/ejemplo-entrada-de-blog/\">Entrada</a> the Anchor <a href=\"http://www.cheapjerseyse.com\">cheap jerseys</a> British Collection, Lowry needlepoint from Bothy <a href=\"https://www.wholesalenflelitejerseys.com\">cheap mlb jerseys</a> Threads, longstitch <a href=\"http://cityprints.net/2012/05/29/popular-sports-superstitions/\">Superstitions</a> designs by Twilleys and medieval tapestry kits from Margot de Paris.\r\n\r\nIf you have not done many needlework projects, or <a href=\"http://drsapproach.com/post-1/\">Coming</a> would simply enjoy a change from your normal counted <a href=\"http://www.wholesaleijerseys.com\">wholesale jerseys China</a> work, we have provided two <a href=\"http://www.cheapujerseys.com\">cheap nfl jerseys</a> pages where you can get a quick taste of the quality needlecraft kits on offer on this site.\r\n\r\n ','Needlepoint Tapestry','','inherit','closed','closed','','1-revision-v1','','','2017-02-21 12:34:20','2017-02-21 12:34:20','',1,'http://cross-stitch-centre.co.uk/1-revision-v1',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!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 (1,2,0),(8,3,0),(11,4,0),(11,5,0),(17,6,0),(20,6,0),(51,9,0),(52,9,0),(53,9,0),(54,9,0),(55,9,0),(56,9,0),(57,9,0),(58,9,0),(60,9,0),(61,9,0),(62,9,0),(63,9,0),(64,9,0),(65,10,0),(66,10,0),(67,10,0),(68,10,0),(69,10,0),(70,10,0),(150,9,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=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,1),(3,3,'category','',0,1),(4,4,'category','',0,1),(5,5,'category','',0,1),(6,6,'category','',0,2),(7,7,'category','',0,0),(8,8,'category','',0,0),(9,9,'nav_menu','',0,14),(10,10,'nav_menu','',0,6);
/*!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=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Needlepoint','needlepoint',0),(3,'Cross Stitch','cross-stitch',0),(4,'Kits','kits',0),(5,'Sale','sale',0),(6,'Tapestry','tapestry',0),(7,'Services','services',0),(8,'FAQ','faq',0),(9,'top','top',0),(10,'pages','pages',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!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=50 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','cross-stitch-cen'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(14,1,'session_tokens','a:1:{s:64:\"1d46cdb299ccdcc15d152b4890ed8966b73eb97a3d5571470d7c205cee7cf283\";a:4:{s:10:\"expiration\";i:1489061464;s:2:\"ip\";s:14:\"217.206.184.94\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0\";s:5:\"login\";i:1488888664;}}'),(15,1,'wp_dashboard_quick_press_last_post_id','184'),(16,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:140:\"Since you are new to Yoast SEO you can configure the <a href=\"http://cross-stitch-centre.co.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\";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:1;a:2:{s:7:\"message\";s:733:\"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\">give us a 5 stars rating on WordPress.org</a>!\n\nIf you are experiencing issues, <a href=\"https://yoa.st/bugreport\">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\'>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://cross-stitch-centre.co.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:175:\"Don\'t miss your crawl errors: <a href=\"http://cross-stitch-centre.co.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\";}}}'),(17,1,'last_login_time','2017-03-07 12:11:04'),(32,1,'_yoast_wpseo_profile_updated','1486487307'),(33,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(34,1,'wp_user-settings-time','1484299324'),(35,1,'nav_menu_recently_edited','9'),(36,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\";}'),(37,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(38,1,'wpseo_title',''),(39,1,'wpseo_metadesc',''),(40,1,'wpseo_metakey',''),(41,1,'wpseo_excludeauthorsitemap',''),(42,1,'wpseo_content_analysis_disable',''),(43,1,'wpseo_keyword_analysis_disable',''),(44,1,'locale',''),(45,1,'googleplus',''),(46,1,'twitter',''),(47,1,'facebook',''),(48,0,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(49,0,'wp_user_level','10');
/*!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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'cross-stitch-cen','$P$Bc56VH6XoXyrMPPacOq97oMF/nCqqt.','cross-stitch-cen','b.sykes@vanillacircus.co.uk','','2016-10-13 16:50:56','',0,'cross-stitch-cen');
/*!40000 ALTER TABLE `wp_users` 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:03:32