HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/db_bu/db_mollywoppers2-2016-10-19-10:43:30.sql

-- MySQL dump 10.13 Distrib 5.5.47, for debian-linux-gnu (x86_64) -- -- Host: deathstar.jonathanfinnegan.com Database: db_mollywoppers2 -- ------------------------------------------------------ -- Server version 5.6.28-log /*!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 utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `calendar` -- DROP TABLE IF EXISTS `calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `calendar` ( `event_id` int(11) NOT NULL AUTO_INCREMENT, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(30) NOT NULL, `event_desc` text NOT NULL, `event_time` time DEFAULT NULL, `event_recur` char(1) DEFAULT NULL, `event_repeats` int(3) DEFAULT NULL, `event_author` bigint(20) unsigned DEFAULT NULL, `event_category` bigint(20) unsigned NOT NULL DEFAULT '1', `event_link` text, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `calendar` -- LOCK TABLES `calendar` WRITE; /*!40000 ALTER TABLE `calendar` DISABLE KEYS */; /*!40000 ALTER TABLE `calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar_categories` -- DROP TABLE IF EXISTS `calendar_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `calendar_categories` ( `category_id` int(11) NOT NULL AUTO_INCREMENT, `category_name` varchar(30) NOT NULL, `category_colour` varchar(30) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `calendar_categories` -- LOCK TABLES `calendar_categories` WRITE; /*!40000 ALTER TABLE `calendar_categories` DISABLE KEYS */; INSERT INTO `calendar_categories` VALUES (1,'General','#F6F79B'); /*!40000 ALTER TABLE `calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `calendar_config` -- DROP TABLE IF EXISTS `calendar_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `calendar_config` ( `config_item` varchar(30) NOT NULL, `config_value` text NOT NULL, PRIMARY KEY (`config_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `calendar_config` -- LOCK TABLES `calendar_config` WRITE; /*!40000 ALTER TABLE `calendar_config` DISABLE KEYS */; INSERT INTO `calendar_config` VALUES ('can_manage_events','edit_posts'),('calendar_style',' .calnk a:hover {\n background-position:0 0;\n text-decoration:none; \n color:#000000;\n border-bottom:1px dotted #000000;\n }\n .calnk a:visited {\n text-decoration:none;\n color:#000000;\n border-bottom:1px dotted #000000;\n }\n .calnk a {\n text-decoration:none; \n color:#000000; \n border-bottom:1px dotted #000000;\n }\n .calnk a span { \n display:none; \n }\n .calnk a:hover span {\n color:#333333; \n background:#F6F79B; \n display:block;\n position:absolute; \n margin-top:1px; \n padding:5px; \n width:150px; \n z-index:100;\n line-height:1.2em;\n }\n .calendar-table {\n border:none;\n width:100%;\n }\n .calendar-heading {\n height:25px;\n text-align:center;\n border:1px solid #D6DED5;\n background-color:#E4EBE3;\n }\n .calendar-next {\n width:25%;\n text-align:center;\n }\n .calendar-prev {\n width:25%;\n text-align:center;\n }\n .calendar-month {\n width:50%;\n text-align:center;\n font-weight:bold;\n }\n .normal-day-heading {\n text-align:center;\n width:25px;\n height:25px;\n font-size:0.8em;\n border:1px solid #DFE6DE;\n background-color:#EBF2EA;\n }\n .weekend-heading {\n text-align:center;\n width:25px;\n height:25px;\n font-size:0.8em;\n border:1px solid #DFE6DE;\n background-color:#EBF2EA;\n color:#FF0000;\n }\n .day-with-date {\n vertical-align:text-top;\n text-align:left;\n width:60px;\n height:60px;\n border:1px solid #DFE6DE;\n }\n .no-events {\n\n }\n .day-without-date {\n width:60px;\n height:60px;\n border:1px solid #E9F0E8;\n }\n span.weekend {\n color:#FF0000;\n }\n .current-day {\n vertical-align:text-top;\n text-align:left;\n width:60px;\n height:60px;\n border:1px solid #BFBFBF;\n background-color:#E4EBE3;\n }\n span.event {\n font-size:0.75em;\n }\n .kjo-link {\n font-size:0.75em;\n text-align:center;\n }\n .calendar-date-switcher {\n height:25px;\n text-align:center;\n border:1px solid #D6DED5;\n background-color:#E4EBE3;\n }\n .calendar-date-switcher form {\n margin:0;\n padding:0;\n }\n .calendar-date-switcher input {\n border:1px #D6DED5 solid;\n }\n .calendar-date-switcher select {\n border:1px #D6DED5 solid;\n }\n .cat-key {\n width:100%;\n margin-top:10px;\n padding:5px;\n border:1px solid #D6DED5;\n }\n .calnk a:hover span span.event-title {\n padding:0;\n text-align:center;\n font-weight:bold;\n font-size:1.2em;\n }\n .calnk a:hover span span.event-title-break {\n width:96%;\n text-align:center;\n height:1px;\n margin-top:5px;\n margin-right:2%;\n padding:0;\n background-color:#000000;\n }\n .calnk a:hover span span.event-content-break {\n width:96%;\n text-align:center;\n height:1px;\n margin-top:5px;\n margin-right:2%;\n padding:0;\n background-color:#000000;\n }\n .page-upcoming-events {\n font-size:80%;\n }\n .page-todays-events {\n font-size:80%;\n }'),('display_author','false'),('display_jump','false'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','7'),('calendar_version','1.2'),('enable_categories','false'); /*!40000 ALTER TABLE `calendar_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_calendar` -- DROP TABLE IF EXISTS `wp_calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_calendar` ( `event_id` int(11) NOT NULL AUTO_INCREMENT, `event_begin` date NOT NULL, `event_end` date NOT NULL, `event_title` varchar(30) NOT NULL, `event_desc` text NOT NULL, `event_time` time DEFAULT NULL, `event_recur` char(1) DEFAULT NULL, `event_repeats` int(3) DEFAULT NULL, `event_author` bigint(20) unsigned DEFAULT NULL, `event_category` bigint(20) unsigned NOT NULL DEFAULT '1', `event_link` text, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_calendar` -- LOCK TABLES `wp_calendar` WRITE; /*!40000 ALTER TABLE `wp_calendar` DISABLE KEYS */; INSERT INTO `wp_calendar` VALUES (1,'2010-10-13','2010-10-13','Meeting','8 pm at O\\\'Malley NYB club house. 2024 S. 3rd Streetjavascript:CP_tmpReturnFunction(2010,10,13);CP_hideCalendar(\\\'0\\\');','20:00:00','S',0,1,1,'http://mollywoppersnyb.com/2010/10/08/meeting/'),(2,'2010-10-28','2010-10-28','Thursday! Halloween Party!','Thursday October 28th 9 PM at Lucy\\\'s Top Hat. Join the Mollywoppers for holiday fun! $1 PBR $2 Bud $2 Jim Beam shots served by Dailey and Randy! DJ BROWN JEFF getting everyones asses loose! Best costume prize so wear one you friggin nerds!!! 50/50 drawing! All TIPS go to support the Mollywoppers! Be there!!! Hopefully Leatherface will be...she sucks at stripping. Richie has a cool shirt. Is it Destiny?','21:00:00','S',0,1,1,'http://mollywoppersnyb.com/2010/10/27/thursday-halloween-party/'); /*!40000 ALTER TABLE `wp_calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_calendar_categories` -- DROP TABLE IF EXISTS `wp_calendar_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_calendar_categories` ( `category_id` int(11) NOT NULL AUTO_INCREMENT, `category_name` varchar(30) NOT NULL, `category_colour` varchar(30) NOT NULL, PRIMARY KEY (`category_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_calendar_categories` -- LOCK TABLES `wp_calendar_categories` WRITE; /*!40000 ALTER TABLE `wp_calendar_categories` DISABLE KEYS */; INSERT INTO `wp_calendar_categories` VALUES (1,'General','#F6F79B'); /*!40000 ALTER TABLE `wp_calendar_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_calendar_config` -- DROP TABLE IF EXISTS `wp_calendar_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_calendar_config` ( `config_item` varchar(30) NOT NULL, `config_value` text NOT NULL, PRIMARY KEY (`config_item`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_calendar_config` -- LOCK TABLES `wp_calendar_config` WRITE; /*!40000 ALTER TABLE `wp_calendar_config` DISABLE KEYS */; INSERT INTO `wp_calendar_config` VALUES ('can_manage_events','edit_posts'),('calendar_style',' .calnk a:hover {\r\n background-position:0 0;\r\n text-decoration:none; \r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a:visited {\r\n text-decoration:none;\r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a {\r\n text-decoration:none; \r\n color:#000000; \r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a span { \r\n display:none; \r\n }\r\n .calnk a:hover span {\r\n color:#333333; \r\n background:#F6F79B; \r\n display:block;\r\n position:absolute; \r\n margin-top:1px; \r\n padding:5px; \r\n width:150px; \r\n z-index:100;\r\n line-height:1.2em;\r\n }\r\n .calendar-table {\r\n border:none;\r\n width:100%;\r\n }\r\n .calendar-heading {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-next {\r\n width:25%;\r\n text-align:center;\r\n }\r\n .calendar-prev {\r\n width:25%;\r\n text-align:center;\r\n }\r\n .calendar-month {\r\n width:50%;\r\n text-align:center;\r\n font-weight:bold;\r\n }\r\n .normal-day-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n }\r\n .weekend-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n color:#FF0000;\r\n }\r\n .day-with-date {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #DFE6DE;\r\n }\r\n .no-events {\r\n\r\n }\r\n .day-without-date {\r\n width:60px;\r\n height:60px;\r\n border:1px solid #E9F0E8;\r\n }\r\n span.weekend {\r\n color:#FF0000;\r\n }\r\n .current-day {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #BFBFBF;\r\n background-color:#E4EBE3;\r\n }\r\n span.event {\r\n font-size:0.75em;\r\n }\r\n .kjo-link {\r\n font-size:0.75em;\r\n text-align:center;\r\n }\r\n .calendar-date-switcher {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-date-switcher form {\r\n margin:0;\r\n padding:0;\r\n }\r\n .calendar-date-switcher input {\r\n border:1px #D6DED5 solid;\r\n }\r\n .calendar-date-switcher select {\r\n border:1px #D6DED5 solid;\r\n }\r\n .cat-key {\r\n width:100%;\r\n margin-top:10px;\r\n padding:5px;\r\n border:1px solid #D6DED5;\r\n }\r\n .calnk a:hover span span.event-title {\r\n padding:0;\r\n text-align:center;\r\n font-weight:bold;\r\n font-size:1.2em;\r\n }\r\n .calnk a:hover span span.event-title-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n }\r\n .calnk a:hover span span.event-content-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n }\r\n .page-upcoming-events {\r\n font-size:80%;\r\n }\r\n .page-todays-events {\r\n font-size:80%;\r\n }'),('display_author','false'),('display_jump','true'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','7'),('calendar_version','1.2'),('enable_categories','false'); /*!40000 ALTER TABLE `wp_calendar_config` 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, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=12800 DEFAULT CHARSET=utf8; /*!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 (602,318,'akismet_history','a:4:{s:4:\"time\";s:14:\"1311453247.586\";s:7:\"message\";s:44:\"Jimmy changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"Jimmy\";}'),(562,318,'akismet_result','false'),(563,318,'akismet_history','a:4:{s:4:\"time\";s:15:\"1310172744.4529\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(2004,803,'akismet_result','false'),(2005,803,'akismet_history','a:4:{s:4:\"time\";d:1362613189.3074710369110107421875;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(2006,803,'akismet_as_submitted','a:66:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:4:\"Karl\";s:20:\"comment_author_email\";s:20:\"Kmillerone@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:57:\"I wanna join this crew. What do I need to do?\r\n\r\nThanks,\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:13:\"76.124.30.249\";s:10:\"user_agent\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:4:\"Karl\";s:10:\"POST_email\";s:20:\"Kmillerone@gmail.com\";s:8:\"POST_url\";s:0:\"\";s:12:\"POST_comment\";s:57:\"I wanna join this crew. What do I need to do?\r\n\r\nThanks,\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"1a29aca3cc\";s:15:\"POST_wphc_value\";s:9:\"959856776\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"UTfTxEPNJaIAAE2aUoQAAAAI\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:11:\"HTTP_ORIGIN\";s:26:\"http://mollywoppersnyb.com\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"233\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"76.124.30.249\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"61915\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1362613188\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(1664,694,'akismet_result','true'),(1655,691,'akismet_result','true'),(1656,691,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335555199.3866\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1657,691,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:15:\"Eustolia Wigman\";s:20:\"comment_author_email\";s:17:\"Pasanen@gmail.com\";s:18:\"comment_author_url\";s:30:\"http://www.girlzgonewilder.com\";s:15:\"comment_content\";s:224:\"To begin with ,you have chosen a really nice template . I think i might design something similar for a future website that i want to build . In addition ,i really enjoy most of the posts and your unique point of view. Thanks\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"184.82.99.170\";s:10:\"user_agent\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:15:\"Eustolia Wigman\";s:10:\"POST_email\";s:17:\"Pasanen@gmail.com\";s:8:\"POST_url\";s:30:\"http://www.girlzgonewilder.com\";s:12:\"POST_comment\";s:224:\"To begin with ,you have chosen a really nice template . I think i might design something similar for a future website that i want to build . In addition ,i really enjoy most of the posts and your unique point of view. Thanks\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"1476743552\";s:19:\"POST_comment_parent\";s:1:\"0\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5r0fkPNJaIAAHgPuHUAAAAG\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"507\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"184.82.99.170\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"52007\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335555198\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1652,690,'akismet_result','true'),(1653,690,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335514318.2994\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1654,690,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:13:\"Hassan Andrew\";s:20:\"comment_author_email\";s:15:\"Horvath@aol.com\";s:18:\"comment_author_url\";s:29:\"http://weekly-income-now.info\";s:15:\"comment_content\";s:541:\"Let me ask you a question - and let\'s be frank for a minute - if I told you that you will wake up with no less than $200 net in comissions tomorrow, would you be interested? If so, stop what you\'re doing *right now* and go here >--->> http://weekly-income-now.info That moment when everything just clicks and you \"get it\" is what every beginner is looking for. You don\'t have to wait for weeks going through a 10 hour course, you only need the basics to get paid. No gimmicks and no tricks, take it or leave it: http://weekly-income-now.info\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:12:\"216.59.22.15\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:13:\"Hassan Andrew\";s:10:\"POST_email\";s:15:\"Horvath@aol.com\";s:8:\"POST_url\";s:30:\"http://weekly-income-now.info \";s:12:\"POST_comment\";s:542:\"Let me ask you a question - and let\'s be frank for a minute - if I told you that you will wake up with no less than $200 net in comissions tomorrow, would you be interested? If so, stop what you\'re doing *right now* and go here >--->> http://weekly-income-now.info That moment when everything just clicks and you \"get it\" is what every beginner is looking for. You don\'t have to wait for weeks going through a 10 hour course, you only need the basics to get paid. No gimmicks and no tricks, take it or leave it: http://weekly-income-now.info \";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"1476743601\";s:19:\"POST_comment_parent\";s:1:\"0\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5pUzUPNJaIAAPvKQx4AAAAH\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"999\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"216.59.22.15\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"63407\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335514317\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1665,694,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335781788.8075\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1666,694,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:15:\"Kathleen Boness\";s:20:\"comment_author_email\";s:17:\"Gampong@ymail.com\";s:18:\"comment_author_url\";s:31:\"http://www.make1351perweek.info\";s:15:\"comment_content\";s:219:\"Hey, awesome site! Have you considered building a membership to it? I used http://www.make1351perweek.info and it really boosted my income from a few hundred a month to a few hundred a WEEK! :-) You should check it out.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:12:\"216.59.22.15\";s:10:\"user_agent\";s:88:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:15:\"Kathleen Boness\";s:10:\"POST_email\";s:17:\"Gampong@ymail.com\";s:8:\"POST_url\";s:31:\"http://www.make1351perweek.info\";s:12:\"POST_comment\";s:219:\"Hey, awesome site! Have you considered building a membership to it? I used http://www.make1351perweek.info and it really boosted my income from a few hundred a month to a few hundred a WEEK! :-) You should check it out.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"1476743601\";s:19:\"POST_comment_parent\";s:1:\"0\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T55pnEPNJaIAAKxsfCIAAAAD\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:88:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"507\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"216.59.22.15\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"62649\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335781788\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1619,679,'akismet_result','true'),(1620,679,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335134997.8078\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1621,679,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:24:\"London High Street Sales\";s:20:\"comment_author_email\";s:18:\"Laborin1@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.reviewscenter.co.uk/sales/latest-sales/\";s:15:\"comment_content\";s:107:\"hello there and thank you for your information – I have definitely picked up anything new from right here\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:14:\"188.65.147.202\";s:10:\"user_agent\";s:85:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:24:\"London High Street Sales\";s:10:\"POST_email\";s:18:\"Laborin1@gmail.com\";s:8:\"POST_url\";s:50:\"http://www.reviewscenter.co.uk/sales/latest-sales/\";s:12:\"POST_comment\";s:107:\"hello there and thank you for your information – I have definitely picked up anything new from right here\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405696\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5SLFUPNJaIAAHgCdIkAAAAB\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:85:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"363\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"188.65.147.202\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"51268\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335134997\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1622,680,'akismet_result','true'),(1623,680,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335223594.7373\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1624,680,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:18:\"Berufsunfähigkeit\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:138:\"http://www.guenstigste-versicherung.com/component/content/article/47-fragen-a-antworten/309-private-krankenversicherung-kt-berechnung.html\";s:15:\"comment_content\";s:113:\"<strong>Berufsunfähigkeit...</strong>\n\n[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:12:\"91.67.38.100\";s:10:\"user_agent\";s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X; es-ES; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:8:\"POST_url\";s:138:\"http://www.guenstigste-versicherung.com/component/content/article/47-fragen-a-antworten/309-private-krankenversicherung-kt-berechnung.html\";s:10:\"POST_title\";s:18:\"Berufsunfähigkeit\";s:14:\"POST_blog_name\";s:18:\"Berufsunfähigkeit\";s:12:\"POST_excerpt\";s:70:\"[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T5XlKUPNJaIAAFvpt-IAAAAA\";s:19:\"REDIRECT_SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:19:\"REDIRECT_SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T5XlKUPNJaIAAFvpt-IAAAAA\";s:10:\"SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:10:\"SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:92:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X; es-ES; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"317\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"91.67.38.100\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"63598\";s:12:\"REDIRECT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1335223593\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1625,681,'akismet_result','true'),(1626,681,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335240791.2688\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1627,681,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:13:\"Mitsue Rabern\";s:20:\"comment_author_email\";s:19:\"yah3sov@vatumnnu.cc\";s:18:\"comment_author_url\";s:80:\"http://www.wikinut.com/the-azuris%E2%80%99-euro-2012-campaign/q7_hw70g/1ufa700d/\";s:15:\"comment_content\";s:46:\"George Orwell: \"Orthodoxy is Unconsciousness.\"\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"173.208.37.96\";s:10:\"user_agent\";s:91:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.6) Gecko/20070725 Firefox /2.0.0.6\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:13:\"Mitsue Rabern\";s:10:\"POST_email\";s:19:\"yah3sov@vatumnnu.cc\";s:8:\"POST_url\";s:80:\"http://www.wikinut.com/the-azuris%E2%80%99-euro-2012-campaign/q7_hw70g/1ufa700d/\";s:12:\"POST_comment\";s:46:\"George Orwell: \"Orthodoxy is Unconsciousness.\"\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405696\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5YoVkPNJaIAANCu0@8AAAAM\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:91:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.6) Gecko/20070725 Firefox /2.0.0.6\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"306\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"173.208.37.96\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"45681\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335240790\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1589,669,'akismet_result','true'),(1590,669,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334778762.7492\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1591,669,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:18:\"junior mining gold\";s:20:\"comment_author_email\";s:34:\"BouldenBumgarner0160@yahoomail.com\";s:18:\"comment_author_url\";s:30:\"http://howestreetrounders.com/\";s:15:\"comment_content\";s:255:\"Nice post. I used to be checking constantly this weblog and I am impressed! Extremely helpful information specifically the ultimate section :) I care for such info a lot. I used to be looking for this particular info for a long time. Thanks and good luck.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:12:\"23.19.86.131\";s:10:\"user_agent\";s:118:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:18:\"junior mining gold\";s:10:\"POST_email\";s:34:\"BouldenBumgarner0160@yahoomail.com\";s:8:\"POST_url\";s:30:\"http://howestreetrounders.com/\";s:12:\"POST_comment\";s:256:\"Nice post. I used to be checking constantly this weblog and I am impressed! Extremely helpful information specifically the ultimate section :) I care for such info a lot. I used to be looking for this particular info for a long time. Thanks and good luck. \";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:26:\"POST_akismet_comment_nonce\";s:10:\"fcefd8298c\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T48biUPNJaIAABidNigAAAAH\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:118:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.43 Safari/525.19\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"465\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"23.19.86.131\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"41203\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334778761\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1592,670,'akismet_result','true'),(1593,670,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334799887.0414\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1594,670,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:7:\"bruxism\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:116:\"http://inner-ear-infection-tinnitus.tinnituscentre.com/laser-treatment-for-tinnitus-natural-treatment-for-76458.html\";s:15:\"comment_content\";s:102:\"<strong>bruxism...</strong>\n\n[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:13:\"79.142.65.105\";s:10:\"user_agent\";s:51:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2;)\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:8:\"POST_url\";s:116:\"http://inner-ear-infection-tinnitus.tinnituscentre.com/laser-treatment-for-tinnitus-natural-treatment-for-76458.html\";s:10:\"POST_title\";s:7:\"bruxism\";s:14:\"POST_blog_name\";s:7:\"bruxism\";s:12:\"POST_excerpt\";s:70:\"[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T49uDEPNJaIAADEiYasAAAAD\";s:19:\"REDIRECT_SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:19:\"REDIRECT_SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T49uDEPNJaIAADEiYasAAAAD\";s:10:\"SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:10:\"SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:51:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2;)\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"257\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"79.142.65.105\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"50857\";s:12:\"REDIRECT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1334799885\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1595,671,'akismet_result','true'),(1596,671,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334804846.7481\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1597,671,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:61:\"houston computer repair|houston pc repair|port-a-tech houston\";s:20:\"comment_author_email\";s:27:\"StehleMoretto24@hotmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.patcomputerrepair.com/siteerror404.html\";s:15:\"comment_content\";s:290:\"It\'s the best time to make some plans for the future and it\'s time to be happy. I have learn this submit and if I could I desire to suggest you few interesting things or advice. Perhaps you could write subsequent articles regarding this article. I desire to learn even more things about it!\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:12:\"76.31.57.248\";s:10:\"user_agent\";s:87:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3\";s:8:\"referrer\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:61:\"houston computer repair|houston pc repair|port-a-tech houston\";s:10:\"POST_email\";s:27:\"StehleMoretto24@hotmail.com\";s:8:\"POST_url\";s:50:\"http://www.patcomputerrepair.com/siteerror404.html\";s:12:\"POST_comment\";s:290:\"It\'s the best time to make some plans for the future and it\'s time to be happy. I have learn this submit and if I could I desire to suggest you few interesting things or advice. Perhaps you could write subsequent articles regarding this article. I desire to learn even more things about it!\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:26:\"POST_akismet_comment_nonce\";s:10:\"88664082db\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T4@BbUPNJaIAALvMTsIAAAAB\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:87:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"557\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"76.31.57.248\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"52442\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334804845\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1598,672,'akismet_result','true'),(1599,672,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334810541.2097\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1600,672,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:16:\"phone call cheap\";s:20:\"comment_author_email\";s:21:\"Ebenstein10@gmail.com\";s:18:\"comment_author_url\";s:23:\"http://www.inayatel.com\";s:15:\"comment_content\";s:36:\"Thank you for the auspicious writeup\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:14:\"188.65.147.202\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:16:\"phone call cheap\";s:10:\"POST_email\";s:21:\"Ebenstein10@gmail.com\";s:8:\"POST_url\";s:23:\"http://www.inayatel.com\";s:12:\"POST_comment\";s:36:\"Thank you for the auspicious writeup\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:9:\"729357312\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T4@XrEPNJaIAAIKvOv0AAAAA\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"215\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"188.65.147.202\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"33248\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334810540\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1601,673,'akismet_result','true'),(1602,673,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334831363.1498\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1603,673,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:13:\"Get Backlinks\";s:20:\"comment_author_email\";s:19:\"Rewitzer604@msn.com\";s:18:\"comment_author_url\";s:34:\"http://www.wheretobuybacklinks.com\";s:15:\"comment_content\";s:29:\"You\'ve made my day! Thx again\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:14:\"64.191.121.197\";s:10:\"user_agent\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:13:\"Get Backlinks\";s:10:\"POST_email\";s:19:\"Rewitzer604@msn.com\";s:8:\"POST_url\";s:34:\"http://www.wheretobuybacklinks.com\";s:12:\"POST_comment\";s:29:\"You\'ve made my day! Thx again\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:9:\"729357282\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T4-pAkPNJaIAABjpXIoAAAAH\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"216\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"64.191.121.197\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"53297\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334831362\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1604,674,'akismet_result','true'),(1605,674,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334848197.8077\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1606,674,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:14:\"Jazmine Bazzel\";s:20:\"comment_author_email\";s:23:\"Sebree46312@hotmail.com\";s:18:\"comment_author_url\";s:116:\"http://devenirriche.outilblog.com/The-first-blog-b1/Comment-devenir-riche-en-investissent-dans-les-maisons-b1-p3.htm\";s:15:\"comment_content\";s:81:\"Some genuinely superb articles on this internet site, thank you for contribution.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:14:\"173.213.109.89\";s:10:\"user_agent\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:14:\"Jazmine Bazzel\";s:10:\"POST_email\";s:23:\"Sebree46312@hotmail.com\";s:8:\"POST_url\";s:116:\"http://devenirriche.outilblog.com/The-first-blog-b1/Comment-devenir-riche-en-investissent-dans-les-maisons-b1-p3.htm\";s:12:\"POST_comment\";s:81:\"Some genuinely superb articles on this internet site, thank you for contribution.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:9:\"192486370\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5AqxEPNJaIAAOaRWeoAAAAO\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"397\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"173.213.109.89\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"42912\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334848196\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1607,675,'akismet_result','true'),(1608,675,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334898506.2883\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1609,675,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:23:\"Quiteria Guardado Baeza\";s:20:\"comment_author_email\";s:21:\"byloougrs@hotmail.com\";s:18:\"comment_author_url\";s:34:\"http://www.riskmanagementplans.org\";s:15:\"comment_content\";s:268:\"Hi, i read your blog occasionally and i own a similar one and i was just curious if you get a lot of spam feedback? If so how do you prevent it, any plugin or anything you can recommend? I get so much lately it\'s driving me mad so any support is very much appreciated.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"216.24.193.85\";s:10:\"user_agent\";s:97:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Babya Discoverer 8.0:\";s:8:\"referrer\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:23:\"Quiteria Guardado Baeza\";s:10:\"POST_email\";s:21:\"byloougrs@hotmail.com\";s:8:\"POST_url\";s:34:\"http://www.riskmanagementplans.org\";s:12:\"POST_comment\";s:268:\"Hi, i read your blog occasionally and i own a similar one and i was just curious if you get a lot of spam feedback? If so how do you prevent it, any plugin or anything you can recommend? I get so much lately it\'s driving me mad so any support is very much appreciated.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:26:\"POST_akismet_comment_nonce\";s:10:\"58f18b94ba\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5DvSUPNJaIAANnVEEcAAAAE\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:15:\"HTTP_USER_AGENT\";s:97:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Babya Discoverer 8.0:\";s:12:\"HTTP_REFERER\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"477\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"216.24.193.85\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:4:\"2481\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334898505\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1610,676,'akismet_result','true'),(1611,676,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334930768.9663\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1612,676,'akismet_as_submitted','a:64:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:14:\"PLR PDF ebooks\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:64:\"http://protectorworld.com/wiki/index.php?title=User:KaxadiBiyesu\";s:15:\"comment_content\";s:109:\"<strong>PLR PDF ebooks...</strong>\n\n[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:14:\"199.180.129.33\";s:10:\"user_agent\";s:47:\"Opera/9.63 (Windows NT 6.0; U; en) Presto/2.1.1\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:8:\"POST_url\";s:64:\"http://protectorworld.com/wiki/index.php?title=User:KaxadiBiyesu\";s:10:\"POST_title\";s:14:\"PLR PDF ebooks\";s:14:\"POST_blog_name\";s:14:\"PLR PDF ebooks\";s:12:\"POST_excerpt\";s:70:\"[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T5FtT0PNJaIAAGQEgdoAAAAH\";s:19:\"REDIRECT_SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:19:\"REDIRECT_SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T5FtT0PNJaIAAGQEgdoAAAAH\";s:10:\"SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:10:\"SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:47:\"Opera/9.63 (Windows NT 6.0; U; en) Presto/2.1.1\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"227\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"199.180.129.33\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"48995\";s:12:\"REDIRECT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1334930768\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1613,677,'akismet_result','true'),(1614,677,'akismet_history','a:4:{s:4:\"time\";s:14:\"1334936981.598\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1615,677,'akismet_as_submitted','a:64:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:14:\"Regina Fuentez\";s:20:\"comment_author_email\";s:22:\"Eskeets@livestreet.com\";s:18:\"comment_author_url\";s:10:\"google.com\";s:15:\"comment_content\";s:579:\"A formidable share, I just given this onto a colleague who was executing a little bit analysis on this. And he the truth is purchased me breakfast because I discovered <a href=\"http://dutch-escort.com/\">escort in holland</a> it for him.. smile. So let me reword that: Thnx for the treat! However yeah Thnkx for spending the time to discuss this, I really feel strongly about it and love reading more on this topic. If doable, as you change into experience, would you mind updating your weblog with more details? It is extremely useful for me. Huge thumb up for this blog publish!\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"58.137.98.211\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:14:\"Regina Fuentez\";s:10:\"POST_email\";s:22:\"Eskeets@livestreet.com\";s:8:\"POST_url\";s:10:\"google.com\";s:12:\"POST_comment\";s:579:\"A formidable share, I just given this onto a colleague who was executing a little bit analysis on this. And he the truth is purchased me breakfast because I discovered <a href=\"http://dutch-escort.com/\">escort in holland</a> it for him.. smile. So let me reword that: Thnx for the treat! However yeah Thnkx for spending the time to discuss this, I really feel strongly about it and love reading more on this topic. If doable, as you change into experience, would you mind updating your weblog with more details? It is extremely useful for me. Huge thumb up for this blog publish!\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405696\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5GFlEPNJaIAAAIfIz8AAAAO\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:14:\"CONTENT_LENGTH\";s:3:\"977\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:17:\"HTTP_X_IMFORWARDS\";s:2:\"20\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"95.133.105.181\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"58.137.98.211\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"35812\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334936980\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1616,678,'akismet_result','true'),(1617,678,'akismet_history','a:4:{s:4:\"time\";s:15:\"1334937851.6064\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1618,678,'akismet_as_submitted','a:65:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:15:\"Sol Vankilsdonk\";s:20:\"comment_author_email\";s:19:\"Kilger@hotfront.com\";s:18:\"comment_author_url\";s:10:\"google.com\";s:15:\"comment_content\";s:581:\"The things i have generally told folks is that when evaluating a good on the net electronics retail outlet, there are a few components that you have to think about. First and foremost, you need to make sure to choose a reputable(like <a href=\"http://jammersworld.com/\">gps tracking jammer</a>) plus reliable shop that has got great evaluations and ratings from other individuals and market sector leaders. This will make sure that you are getting through with a well-known store that can offer good program and support to it\'s patrons. Thanks for sharing your ideas on this weblog.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:15:\"200.253.158.131\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:15:\"Sol Vankilsdonk\";s:10:\"POST_email\";s:19:\"Kilger@hotfront.com\";s:8:\"POST_url\";s:10:\"google.com\";s:12:\"POST_comment\";s:581:\"The things i have generally told folks is that when evaluating a good on the net electronics retail outlet, there are a few components that you have to think about. First and foremost, you need to make sure to choose a reputable(like <a href=\"http://jammersworld.com/\">gps tracking jammer</a>) plus reliable shop that has got great evaluations and ratings from other individuals and market sector leaders. This will make sure that you are getting through with a well-known store that can offer good program and support to it\'s patrons. Thanks for sharing your ideas on this weblog.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405696\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5GI90PNJaIAABlvZYMAAAAB\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"957\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:8:\"HTTP_VIA\";s:40:\"1.0 casasbrasil:3128 (squid/2.7.STABLE3)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"95.133.106.79\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:15:\"200.253.158.131\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"48623\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1334937847\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1628,682,'akismet_result','true'),(1629,682,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335246683.1818\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1630,682,'akismet_as_submitted','a:64:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:19:\"http://pwsfrap.org/\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:29:\"http://pwsfrap.org/?page_id=2\";s:15:\"comment_content\";s:114:\"<strong>http://pwsfrap.org/...</strong>\n\n[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:13:\"173.208.32.83\";s:10:\"user_agent\";s:86:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:8:\"POST_url\";s:29:\"http://pwsfrap.org/?page_id=2\";s:10:\"POST_title\";s:19:\"http://pwsfrap.org/\";s:14:\"POST_blog_name\";s:19:\"http://pwsfrap.org/\";s:12:\"POST_excerpt\";s:70:\"[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T5Y-WkPNJaIAAE@xpCIAAAAH\";s:19:\"REDIRECT_SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:19:\"REDIRECT_SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T5Y-WkPNJaIAAE@xpCIAAAAH\";s:10:\"SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:10:\"SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:86:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1)\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"214\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"173.208.32.83\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"58109\";s:12:\"REDIRECT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1335246682\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1631,683,'akismet_result','true'),(1632,683,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335247020.9749\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1633,683,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:29:\"wholesaling designer handbags\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:26:\"http://www.lovebuybags.com\";s:15:\"comment_content\";s:124:\"<strong>wholesaling designer handbags...</strong>\n\n[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:13:\"113.107.24.31\";s:10:\"user_agent\";s:91:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:8:\"POST_url\";s:26:\"http://www.lovebuybags.com\";s:10:\"POST_title\";s:29:\"wholesaling designer handbags\";s:14:\"POST_blog_name\";s:29:\"wholesaling designer handbags\";s:12:\"POST_excerpt\";s:70:\"[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T5ZAq0PNJaIAAFfl0kMAAAAB\";s:19:\"REDIRECT_SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:19:\"REDIRECT_SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T5ZAq0PNJaIAAFfl0kMAAAAB\";s:10:\"SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:10:\"SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:91:\"Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9) Gecko/2008061004 Firefox/3.0\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"209\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"113.107.24.31\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"46517\";s:12:\"REDIRECT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1335247019\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1634,684,'akismet_result','true'),(1635,684,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335255507.8261\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1636,684,'akismet_as_submitted','a:64:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:15:\"centre equestre\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:30:\"http://www.centre-equestre.org\";s:15:\"comment_content\";s:110:\"<strong>centre equestre...</strong>\n\n[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:12:\"78.46.145.84\";s:10:\"user_agent\";s:182:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1)\";s:8:\"referrer\";s:0:\"\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:8:\"POST_url\";s:30:\"http://www.centre-equestre.org\";s:10:\"POST_title\";s:15:\"centre equestre\";s:14:\"POST_blog_name\";s:15:\"centre equestre\";s:12:\"POST_excerpt\";s:70:\"[...]Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; MEETING 4/25[...]\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T5Zh0kPNJaIAAGB@MFkAAAAG\";s:19:\"REDIRECT_SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:19:\"REDIRECT_SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T5Zh0kPNJaIAAGB@MFkAAAAG\";s:10:\"SCRIPT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:10:\"SCRIPT_URI\";s:60:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback/\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_USER_AGENT\";s:182:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1)\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"185\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"78.46.145.84\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"33115\";s:12:\"REDIRECT_URL\";s:34:\"/2012/04/18/meeting-425/trackback/\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1335255506\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1646,688,'akismet_result','true'),(1647,688,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335404980.8082\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1648,688,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:23:\"new york website design\";s:20:\"comment_author_email\";s:16:\"Popoff@gmail.com\";s:18:\"comment_author_url\";s:16:\"http://snaxa.com\";s:15:\"comment_content\";s:141:\"can i take advantage of this information and facts for my brother\'s college essay. i could even shell out if necessary. remember to email me.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:14:\"173.234.207.13\";s:10:\"user_agent\";s:46:\"Opera/9.64(Windows NT 5.1; U; en) Presto/2.1.1\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:23:\"new york website design\";s:10:\"POST_email\";s:16:\"Popoff@gmail.com\";s:8:\"POST_url\";s:16:\"http://snaxa.com\";s:12:\"POST_comment\";s:141:\"can i take advantage of this information and facts for my brother\'s college essay. i could even shell out if necessary. remember to email me.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405696\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5ipskPNJaIAAEFJzjEAAAAG\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:46:\"Opera/9.64(Windows NT 5.1; U; en) Presto/2.1.1\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"362\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"173.234.207.13\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"47913\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335404979\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1649,689,'akismet_result','true'),(1650,689,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335503576.9897\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1651,689,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:22:\"Link Building Services\";s:20:\"comment_author_email\";s:21:\"Piccirilli269@msn.com\";s:18:\"comment_author_url\";s:41:\"http://www.seomarketingservicesonline.com\";s:15:\"comment_content\";s:237:\"I was just searching for this info for some time. After six hours of continuous Googleing, finally I got it in your site. I wonder what is the lack of Google strategy that don\'t rank this kind of informative web sites in top of the list.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"184.82.99.172\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:22:\"Link Building Services\";s:10:\"POST_email\";s:21:\"Piccirilli269@msn.com\";s:8:\"POST_url\";s:41:\"http://www.seomarketingservicesonline.com\";s:12:\"POST_comment\";s:237:\"I was just searching for this info for some time. After six hours of continuous Googleing, finally I got it in your site. I wonder what is the lack of Google strategy that don\'t rank this kind of informative web sites in top of the list.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:9:\"403001777\";s:19:\"POST_comment_parent\";s:1:\"0\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5oq2EPNJaIAANGmUHgAAAAG\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:106:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"547\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"184.82.99.172\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"38815\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335503576\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1733,716,'akismet_result','false'),(1734,716,'akismet_history','a:4:{s:4:\"time\";s:15:\"1347718270.2139\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(1384,599,'akismet_history','a:4:{s:4:\"time\";s:15:\"1328648107.7733\";s:7:\"message\";s:48:\"haveboard changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"haveboard\";}'),(1381,599,'akismet_result','false'),(1382,599,'akismet_history','a:4:{s:4:\"time\";s:15:\"1328646788.4878\";s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(1743,716,'akismet_user_result','false'),(1744,716,'akismet_user','haveboard'),(1747,716,'akismet_history','a:4:{s:4:\"time\";s:15:\"1347815867.8965\";s:7:\"message\";s:48:\"haveboard changed the comment status to approved\";s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:9:\"haveboard\";}'),(1746,716,'akismet_history','a:4:{s:4:\"time\";s:15:\"1347815859.4551\";s:7:\"message\";s:43:\"haveboard reported this comment as not spam\";s:5:\"event\";s:10:\"report-ham\";s:4:\"user\";s:9:\"haveboard\";}'),(1742,716,'akismet_history','a:4:{s:4:\"time\";s:15:\"1347719480.7797\";s:7:\"message\";s:35:\"Jimmy reported this comment as spam\";s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"Jimmy\";}'),(1637,685,'akismet_result','true'),(1638,685,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335270810.3367\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1639,685,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:15:\"Deangelo Duffek\";s:20:\"comment_author_email\";s:23:\"Pribnow1844@hotmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.clinicalgeriatrics.com/users/ManonitJade\";s:15:\"comment_content\";s:36:\"Woh I like your posts, saved to fav!\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:14:\"173.213.112.35\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:15:\"Deangelo Duffek\";s:10:\"POST_email\";s:23:\"Pribnow1844@hotmail.com\";s:8:\"POST_url\";s:51:\"http://www.clinicalgeriatrics.com/users/ManonitJade\";s:12:\"POST_comment\";s:36:\"Woh I like your posts, saved to fav!\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405702\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5admUPNJaIAAB2fDnwAAAAJ\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"255\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"173.213.112.35\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"36874\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335270809\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1640,686,'akismet_result','true'),(1641,686,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335278857.4026\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1642,686,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:16:\"Winford Scantlen\";s:20:\"comment_author_email\";s:22:\"Heffner17615@yahoo.com\";s:18:\"comment_author_url\";s:33:\"http://www.earn-a-big-income.info\";s:15:\"comment_content\";s:607:\"Hey there! Hope I found you in a good mood because I\'m gonna make your day better :)! How has YOUR 2012 been so far? Personally, ever since I found http://www.earn-a-big-income.info mine is awesome!! I was stuck in a rut trying to make a couple bucks a month to pay for bills with my blog but it just wasn\'t cutting it. I got the refresh I needed, swear to God I\'m making a *solid* $1,000+ a week from just my 1 site. Hope you check it out, I\'m just returning the favor because I got a comment like this a few weeks ago and it\'s only when I took action did I start to change my life. Many blessings to you!!\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:12:\"216.59.22.13\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:16:\"Winford Scantlen\";s:10:\"POST_email\";s:22:\"Heffner17615@yahoo.com\";s:8:\"POST_url\";s:33:\"http://www.earn-a-big-income.info\";s:12:\"POST_comment\";s:607:\"Hey there! Hope I found you in a good mood because I\'m gonna make your day better :)! How has YOUR 2012 been so far? Personally, ever since I found http://www.earn-a-big-income.info mine is awesome!! I was stuck in a rut trying to make a couple bucks a month to pay for bills with my blog but it just wasn\'t cutting it. I got the refresh I needed, swear to God I\'m making a *solid* $1,000+ a week from just my 1 site. Hope you check it out, I\'m just returning the favor because I got a comment like this a few weeks ago and it\'s only when I took action did I start to change my life. Many blessings to you!!\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:10:\"2045405696\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5a9CEPNJaIAAOhLdWMAAAAO\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:4:\"1098\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"216.59.22.13\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"61571\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335278856\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1643,687,'akismet_result','true'),(1644,687,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335364681.9669\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1645,687,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:9:\"Arden Oge\";s:20:\"comment_author_email\";s:15:\"Stifel@live.com\";s:18:\"comment_author_url\";s:31:\"http://www.earn7800permonth.com\";s:15:\"comment_content\";s:700:\"Hey buddy, long time! Remember me? I was the guy that introduced you to http://www.earn7800permonth.com It\'s been a minute since then and I just wanted to stop by on a friendly note and update you on my progress. I\'ve been looting daily my friend, I\'m averaging $500+ every single day, sometimes WAY more! I\'m not saying this to brag or boast because there are plenty of huuuge fish out there. Just was wondering if you\'d gotten a chance to sign up for http://www.earn7800permonth.com because they are accepting only a few members this month. I\'ll personally help you make at least $1,000 weekly starting today, let\'s make 2012 the year we all fire out bosses :-)! Much love and wishing you success!!\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:12:\"216.59.22.15\";s:10:\"user_agent\";s:88:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:9:\"Arden Oge\";s:10:\"POST_email\";s:15:\"Stifel@live.com\";s:8:\"POST_url\";s:31:\"http://www.earn7800permonth.com\";s:12:\"POST_comment\";s:700:\"Hey buddy, long time! Remember me? I was the guy that introduced you to http://www.earn7800permonth.com It\'s been a minute since then and I just wanted to stop by on a friendly note and update you on my progress. I\'ve been looting daily my friend, I\'m averaging $500+ every single day, sometimes WAY more! I\'m not saying this to brag or boast because there are plenty of huuuge fish out there. Just was wondering if you\'d gotten a chance to sign up for http://www.earn7800permonth.com because they are accepting only a few members this month. I\'ll personally help you make at least $1,000 weekly starting today, let\'s make 2012 the year we all fire out bosses :-)! Much love and wishing you success!!\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:9:\"971663878\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5gMSUPNJaIAAKz@rXIAAAAP\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:88:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:4:\"1176\";s:11:\"HTTP_COOKIE\";s:0:\"\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"216.59.22.15\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"60553\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335364681\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1658,692,'akismet_result','true'),(1659,692,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335557698.3429\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1660,692,'akismet_as_submitted','a:64:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:26:\"Best Free iPad Opportunity\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:37:\"http://goarticles.com/article/6434678\";s:15:\"comment_content\";s:138:\"<strong>Free iPad3!...</strong>\n\nGetting your iPad3 is now easier than ever! Just fill in your e-mail address and you\'ll be good to go!...\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:14:\"188.250.18.199\";s:10:\"user_agent\";s:112:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)\";s:8:\"referrer\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:14:\"POST_blog_name\";s:26:\"Best Free iPad Opportunity\";s:8:\"POST_url\";s:37:\"http://goarticles.com/article/6434678\";s:10:\"POST_title\";s:11:\"Free iPad3!\";s:12:\"POST_excerpt\";s:102:\"Getting your iPad3 is now easier than ever! Just fill in your e-mail address and you\'ll be good to go!\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:33:\"/2012/04/18/meeting-425/trackback\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:18:\"REDIRECT_UNIQUE_ID\";s:24:\"T5r@QEPNJaIAAKT2O9cAAAAA\";s:19:\"REDIRECT_SCRIPT_URL\";s:33:\"/2012/04/18/meeting-425/trackback\";s:19:\"REDIRECT_SCRIPT_URI\";s:59:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback\";s:13:\"REDIRECT_dsid\";s:8:\"13375357\";s:23:\"REDIRECT_ds_id_13375357\";s:0:\"\";s:16:\"REDIRECT_DH_USER\";s:11:\"mollywopper\";s:15:\"REDIRECT_STATUS\";s:3:\"200\";s:9:\"UNIQUE_ID\";s:24:\"T5r@QEPNJaIAAKT2O9cAAAAA\";s:10:\"SCRIPT_URL\";s:33:\"/2012/04/18/meeting-425/trackback\";s:10:\"SCRIPT_URI\";s:59:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/trackback\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:56:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\";s:12:\"HTTP_REFERER\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"275\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:14:\"188.250.18.199\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:47:\"/home/mollywopper/mollywoppersnyb.com/index.php\";s:11:\"REMOTE_PORT\";s:5:\"54218\";s:12:\"REDIRECT_URL\";s:33:\"/2012/04/18/meeting-425/trackback\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:10:\"/index.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:10:\"/index.php\";s:12:\"REQUEST_TIME\";s:10:\"1335557696\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(1661,693,'akismet_result','true'),(1662,693,'akismet_history','a:4:{s:4:\"time\";s:15:\"1335590661.2889\";s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(1663,693,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";s:3:\"266\";s:14:\"comment_author\";s:3:\"SEO\";s:20:\"comment_author_email\";s:21:\"Woolston731@yahoo.com\";s:18:\"comment_author_url\";s:41:\"http://www.seomarketingservicesonline.com\";s:15:\"comment_content\";s:237:\"Thank you for every other informative blog. The place else may just I get that kind of information written in such an ideal manner? I have a venture that I am simply now operating on, and I have been at the look out for such information.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";s:1:\"0\";s:7:\"user_ID\";s:1:\"0\";s:7:\"user_ip\";s:13:\"184.82.54.116\";s:10:\"user_agent\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:8:\"referrer\";s:26:\"http://mollywoppersnyb.com\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:50:\"http://mollywoppersnyb.com/2012/04/18/meeting-425/\";s:21:\"akismet_comment_nonce\";s:6:\"failed\";s:11:\"POST_author\";s:3:\"SEO\";s:10:\"POST_email\";s:21:\"Woolston731@yahoo.com\";s:8:\"POST_url\";s:41:\"http://www.seomarketingservicesonline.com\";s:12:\"POST_comment\";s:237:\"Thank you for every other informative blog. The place else may just I get that kind of information written in such an ideal manner? I have a venture that I am simply now operating on, and I have been at the look out for such information.\";s:11:\"POST_submit\";s:14:\"Submit Comment\";s:20:\"POST_comment_post_ID\";s:3:\"266\";s:15:\"POST_wphc_value\";s:9:\"403001777\";s:19:\"POST_comment_parent\";s:1:\"0\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"T5t-BEPNJaIAADEMXikAAAAD\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:12:\"HTTP_REFERER\";s:26:\"http://mollywoppersnyb.com\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:15:\"HTTP_USER_AGENT\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:14:\"CONTENT_LENGTH\";s:3:\"522\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:13:\"184.82.54.116\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"34630\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1335590660\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2012-04-18 16:52:49\";}'),(2023,809,'akismet_result','true'),(2024,809,'akismet_history','a:4:{s:4:\"time\";d:1369368750.5016429424285888671875;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2025,809,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:11:\"kndzvmcoluk\";s:20:\"comment_author_email\";s:17:\"wdbxah@qtryvm.com\";s:18:\"comment_author_url\";s:24:\"http://tikjixugznis.com/\";s:15:\"comment_content\";s:187:\"oQXr4v <a href=\"http://qldvvwxkegao.com/\">qldvvwxkegao</a>, [url=http://fqtqdkjxnttf.com/]fqtqdkjxnttf[/url], [link=http://ltknhgyvmnpr.com/]ltknhgyvmnpr[/link], http://ipwkcotbojhd.com/\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:12:\"93.100.116.6\";s:10:\"user_agent\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:11:\"kndzvmcoluk\";s:10:\"POST_email\";s:17:\"wdbxah@qtryvm.com\";s:8:\"POST_url\";s:24:\"http://tikjixugznis.com/\";s:12:\"POST_comment\";s:187:\"oQXr4v <a href=\"http://qldvvwxkegao.com/\">qldvvwxkegao</a>, [url=http://fqtqdkjxnttf.com/]fqtqdkjxnttf[/url], [link=http://ltknhgyvmnpr.com/]ltknhgyvmnpr[/link], http://ipwkcotbojhd.com/\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"d473fb54c5\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:9:\"UNIQUE_ID\";s:24:\"UZ7orUPNJaIAADp6joIAAAAF\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:4:\"dsid\";s:8:\"13375357\";s:14:\"ds_id_13375357\";s:0:\"\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:15:\"HTTP_USER_AGENT\";s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:14:\"CONTENT_LENGTH\";s:3:\"456\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:11:\"SERVER_ADDR\";s:13:\"67.205.57.203\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"REMOTE_ADDR\";s:12:\"93.100.116.6\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:11:\"REMOTE_PORT\";s:5:\"57953\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:12:\"QUERY_STRING\";s:0:\"\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:12:\"REQUEST_TIME\";s:10:\"1369368749\";s:4:\"argv\";s:0:\"\";s:4:\"argc\";s:1:\"0\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2884,1075,'akismet_pro_tip','discard'),(2885,1076,'akismet_result','true'),(2886,1076,'akismet_history','a:4:{s:4:\"time\";d:1420651958.278672;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2887,1076,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"turing.coddii.org\";s:20:\"comment_author_email\";s:21:\"rhzmdegrylb@gmail.com\";s:18:\"comment_author_url\";s:82:\"http://turing.coddii.org/cheap-mac-foundation-2014-at-a-wholesale-price-and8c-669/\";s:15:\"comment_content\";s:733:\"<a href=\"http://balack.org/mac-lion-buy-authentic-designer-zsxww-419/\">balack.org</a> <a href=\"http://fellowroermond.nl/uncategorized/who-sells-mac-cosmetics-top-quality-jo8lq-120/\">fellowroermond.nl</a> <a href=\"http://plant.opat.ac.th/re\">plant.opat.ac.th</a> <a href=\"http://www.alexatools888.com/mac-lipstick-samples-perfect-in-workmanship-xbgqj-687/\">alexatools888.com</a> <a href=\"http://www.hequanyou.com/?p=1357\">hequanyou.com</a> <a href=\"http://www.projectgeluk.nl/?p=2334\">projectgeluk.nl</a>\r\n <a href=\"http://turing.coddii.org/cheap-mac-foundation-2014-at-a-wholesale-price-and8c-669/\" >turing.coddii.org</a> [url=http://turing.coddii.org/cheap-mac-foundation-2014-at-a-wholesale-price-and8c-669/]turing.coddii.org[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2866,1071,'akismet_result','true'),(2865,1070,'akismet_pro_tip','discard'),(2857,1068,'akismet_pro_tip','discard'),(2858,1069,'akismet_result','true'),(2859,1069,'akismet_history','a:4:{s:4:\"time\";d:1420618577.9661379;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2860,1069,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"ugg for sale\";s:20:\"comment_author_email\";s:16:\"fyjgjd@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.dalan.com.vn/Library/e_alto.asp\";s:15:\"comment_content\";s:254:\"Whether false from metal, acetate or its O Matter, Oakley has a variety of prescription eyewear further sunglasses (prescription and non-prescription) on propose to hang around the needs of any lifestyle, active or otherwise in both men and women styles.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2861,1069,'akismet_pro_tip','discard'),(2862,1070,'akismet_result','true'),(2863,1070,'akismet_history','a:4:{s:4:\"time\";d:1420623717.687125;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2864,1070,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"sac longchamps homme\";s:20:\"comment_author_email\";s:21:\"lkgopfihyym@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://bahar.jdtums.ir/Content/mark.asp\";s:15:\"comment_content\";s:316:\"And as mention before, the GHD Mini Hair Straighteners are great for men to use, yes thats right, men can use Hair Straighteners too and tens of thousands of them do.\r\n <a href=\"http://bahar.jdtums.ir/Content/mark.asp\" >sac longchamps homme</a> [url=http://bahar.jdtums.ir/Content/mark.asp]sac longchamps homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.175.176\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2815,1057,'akismet_pro_tip','discard'),(2816,1058,'akismet_result','true'),(2817,1058,'akismet_history','a:4:{s:4:\"time\";d:1420590623.7224269;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2818,1058,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"http://oecdinsights.org/outaclindex.html\";s:20:\"comment_author_email\";s:21:\"eegnprgxmct@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://oecdinsights.org/outaclindex.html\";s:15:\"comment_content\";s:235:\"numerous days i possess my fedex downs questioning on my own good reason me specifically what conducted although i bad to have earned milliseconds but eventually needs to be positive maybe it suxs but it\'s situation and that is sudden,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.207.228\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2819,1058,'akismet_pro_tip','discard'),(2820,1059,'akismet_result','true'),(2821,1059,'akismet_history','a:4:{s:4:\"time\";d:1420591895.186408;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2822,1059,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:36:\"http://nepalsherpasig.fr/xxinex.html\";s:20:\"comment_author_email\";s:20:\"yajpzxoqxh@gmail.com\";s:18:\"comment_author_url\";s:36:\"http://nepalsherpasig.fr/xxinex.html\";s:15:\"comment_content\";s:282:\"why is it so important to discontinue lottery tickets to women who are pregnant? why don\'t you consider of those that have terms as well as cancer, Diabetes, cardiovascular disease, maybe they which have last spring had gotten health-related? they are upon public transport far too.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"120.37.238.164\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2823,1059,'akismet_pro_tip','discard'),(2824,1060,'akismet_result','true'),(2825,1060,'akismet_history','a:4:{s:4:\"time\";d:1420595202.5656209;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2826,1060,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"stores that sell nfl jerseys\";s:20:\"comment_author_email\";s:21:\"jamelredmon@gmail.com\";s:18:\"comment_author_url\";s:84:\"http://minkhomestaging.com.au/2009/20150103wxx/sqq-stores-that-sell-nfl-jerseys.html\";s:15:\"comment_content\";s:766:\"<a href=\"http://minkhomestaging.com.au/2009/20150103wxx/sqq-stores-that-sell-nfl-jerseys.html\">stores that sell nfl jerseys</a> Tɦis unique critical matter tiny \r\nhandbag considered globɑl most impressіve building firm accessories and will get this is the first\"The software program exploring jar, Via actually praise, Doing itt almost no style wives designer purse.llas region watercraft slam. <a href=\"http://www.galleriasc.com/ssfm/20150103uoo/ncc-wholesale-blank-basketball-jerseys.html\">wholesale blank basкetball jerseys</a> inside latteг as well as begin \'71 \r\nAlexandria, even so, mߋst of any w not.some Jerkinshеlmed allstar repгise in the vintage Cousin Sledge anthem \"We Happen to be Family\" can be ciгculated using a completely new advantage CD.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"192.99.101.77\";s:10:\"user_agent\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:91:\"http://mollywoppersnyb.com/2012/01/29/werewolves-of-mummdon-%e2%80%93-our-2012-performance/\";}'),(2827,1061,'akismet_result','true'),(2828,1061,'akismet_history','a:4:{s:4:\"time\";d:1420595434.562197;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2829,1061,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:5:\"Jason\";s:20:\"comment_author_email\";s:26:\"alfredopounds@wildmail.com\";s:18:\"comment_author_url\";s:92:\"http://www.yogamar.eu/wp-content/links/20150103mgg/faa-chicago-blackhawks-jerseys-cheap.html\";s:15:\"comment_content\";s:607:\"chicago blckhaաks јersewys cheap (<a href=http://www.yogamar.eu/wp-content/links/20150103mgg/faa-chicago-blackhawks-jerseys-cheap.html>Jason</a>) Ɗoesn plan to \r\ndirect No.Jeff Hɑrtwig: Α sixtime national champion insiԁe the pole vault (fоur outdoors, two indоors),\r\nHartաig could be the former. <a href=\"http://www.houseradio.pl/test/old/20150103dww/ruu-cheap-bayern-munich-jerseys.html\">cheap bayern munich jerseys</a> Larisa Latүnina provides 19 medals landed in excеss of a few Olym.Everytfhing knows him as \r\nthe tenor who lifted the spirit of America іn the wаkie \r\nof one\'s Septembеr 1.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"192.99.101.77\";s:10:\"user_agent\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://mollywoppersnyb.com/2012/11/28/meeting-tonight-2/\";}'),(2830,1062,'akismet_result','true'),(2831,1062,'akismet_history','a:4:{s:4:\"time\";d:1420597809.341542;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2832,1062,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Moncler Zomerjas\";s:20:\"comment_author_email\";s:19:\"fxcylfkor@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.schadezorg.nl\";s:15:\"comment_content\";s:407:\"This is the reason why Oakley sunglasses are so popular because they provide the functionality and fashion in one package. Most of us feel that the Oakley sunglasses are too expensive, but it will never be disappointed if you bought one of Oakley shades will be your companion for years to come.\r\n <a href=\"http://www.schadezorg.nl\" >Moncler Zomerjas</a> [url=http://www.schadezorg.nl]Moncler Zomerjas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.175.176\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2853,1067,'akismet_pro_tip','discard'),(2854,1068,'akismet_result','true'),(2855,1068,'akismet_history','a:4:{s:4:\"time\";d:1420616697.384171;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2856,1068,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"pandora mother charm\";s:20:\"comment_author_email\";s:16:\"cgqufb@gmail.com\";s:18:\"comment_author_url\";s:37:\"http://coke.tpc.com/html/articles.asp\";s:15:\"comment_content\";s:448:\"These men\'s sunglasses have a wraparound frame and are one of Oakley\'s polarized sunglasses.Unique contouring and a lightweight O-Matter plastic frame ensure a comfortable fit every time. The ultimate in protection, one piece lens covers your entire vision providing an exceptional cycling experience.\r\n <a href=\"http://coke.tpc.com/html/articles.asp\" >pandora mother charm</a>\r\n[url=http://coke.tpc.com/html/articles.asp]pandora mother charm[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2833,1062,'akismet_pro_tip','discard'),(2834,1063,'akismet_result','true'),(2835,1063,'akismet_history','a:4:{s:4:\"time\";d:1420602033.9674699;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2836,1063,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:41:\"http://www.publiccharters.com/mcinex.html\";s:20:\"comment_author_email\";s:17:\"gikwgnu@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.publiccharters.com/mcinex.html\";s:15:\"comment_content\";s:137:\"toughness diploma material used for Uggs continues to keep feet warm and comfy in the winter months furthermore intersting in the summer.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"220.161.168.230\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2846,1066,'akismet_result','true'),(2847,1066,'akismet_history','a:4:{s:4:\"time\";d:1420612021.017689;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2848,1066,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"http://www.drkrol.pl/ooinex.html\";s:20:\"comment_author_email\";s:20:\"mfxdispllu@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://www.drkrol.pl/ooinex.html\";s:15:\"comment_content\";s:213:\"extremely burning HeelsInspired before 1920s well-known gold, the exact, Features a deluxe naked bracelets has a suede shoe with a visible Plexiglas heel bone and an attractive gem art work deco encouraged anklet.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.85.100.21\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2849,1066,'akismet_pro_tip','discard'),(2850,1067,'akismet_result','true'),(2851,1067,'akismet_history','a:4:{s:4:\"time\";d:1420616218.130734;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2852,1067,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"ray ban original\";s:20:\"comment_author_email\";s:16:\"zfyrvf@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://www.4usinfo.com/watch/sellers.asp\";s:15:\"comment_content\";s:443:\"Always pack and use suncream whatever the weather, take your waterproofs and invest in sunglasses for your children. Research has shown that toddlers are vulnerable to the sun\'s rays as the lenses of a child\'s eye are more transparent. Excessive exposure to sunlight can potentially damage the eyes.\r\n <a href=\"http://www.4usinfo.com/watch/sellers.asp\" >ray ban original</a> [url=http://www.4usinfo.com/watch/sellers.asp]ray ban original[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2683,1024,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"http://gala-artgallery.am/mcinex.html\";s:20:\"comment_author_email\";s:16:\"ysqstg@gmail.com\";s:18:\"comment_author_url\";s:37:\"http://gala-artgallery.am/mcinex.html\";s:15:\"comment_content\";s:71:\"legendary Cardy your footwear through UGG australia are very prevalent.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.89.52.195\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2682,1024,'akismet_history','a:4:{s:4:\"time\";d:1420497568.729713;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2998,1104,'akismet_pro_tip','discard'),(2999,1105,'akismet_result','true'),(3000,1105,'akismet_history','a:4:{s:4:\"time\";d:1420700129.090924;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3001,1105,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"sacs louis vuitton en solde\";s:20:\"comment_author_email\";s:17:\"piocllb@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://reliancefreightsystems.com/Admin/utenti.asp\";s:15:\"comment_content\";s:1207:\"FamilySearch indexing, is, at best, only a partial solution to the challenge of making searchable records available in a timely fashion Yes YesIn most instances, FamilySearch digitizes and publishes the images, and the partner pays a commercial company to index the recordsI am also under the understanding that we as non members of LDS cannot proceed to the temple to add our tree, that to me understandableafter having experience asTechnical support of worlwide newfamily search (missionary)Worker Temple Los Angeles (5) and currently Mount Timpanogos (7 years) again ask, beg, beseech, creating or establishing a training manual or income data for indexing, since errors are still increasingSources are the most necessary, but they are of little use if the individual is not the right one or will be mergedThis is an enormously timeconsuming undertaking that is unparalleled in historyPfffffffffffth, that’s all the nonLDS volunteers get, thanks and the shaftI hope your are doing it to h.ralph lauren polo for cheap\r\n <a href=\"http://reliancefreightsystems.com/Admin/utenti.asp\" >sacs louis vuitton en solde</a> [url=http://reliancefreightsystems.com/Admin/utenti.asp]sacs louis vuitton en solde[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2680,1023,'akismet_pro_tip','discard'),(2681,1024,'akismet_result','true'),(2752,1041,'akismet_pro_tip','discard'),(2642,1014,'akismet_result','true'),(2643,1014,'akismet_history','a:4:{s:4:\"time\";d:1420381014.5009799;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2630,1010,'akismet_result','true'),(2631,1010,'akismet_history','a:4:{s:4:\"time\";d:1420063393.7101691;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2632,1010,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:22:\"Where To Buy Ugg Boots\";s:20:\"comment_author_email\";s:19:\"latqmwxdq@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:79:\"Ugg Outlet Store Prices the Giants play Arizona and Los Angeles six times each.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:14:\"27.159.250.136\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"c4ded7b44f\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:22:\"Where To Buy Ugg Boots\";s:10:\"POST_email\";s:19:\"latqmwxdq@gmail.com\";s:8:\"POST_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:12:\"POST_comment\";s:79:\"Ugg Outlet Store Prices the Giants play Arizona and Los Angeles six times each.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"57956\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:14:\"27.159.250.136\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"324\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VKRyoEWj0HoAAEcAsioAAAAM\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1420063392.7231\";s:12:\"REQUEST_TIME\";s:10:\"1420063392\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2644,1014,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:22:\"Mulberry Outlet Prices\";s:20:\"comment_author_email\";s:19:\"ygnegxtep@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.fht.org.uk/\";s:15:\"comment_content\";s:44:\"Mulberry Sale Bags bangor frequent magazine.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:13:\"120.37.235.15\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"c35bcc9429\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:22:\"Mulberry Outlet Prices\";s:10:\"POST_email\";s:19:\"ygnegxtep@gmail.com\";s:8:\"POST_url\";s:22:\"http://www.fht.org.uk/\";s:12:\"POST_comment\";s:44:\"Mulberry Sale Bags bangor frequent magazine.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"59279\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:13:\"120.37.235.15\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"244\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VKlLVEWj0HoAACCJUdoAAAAA\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1420381012.7931\";s:12:\"REQUEST_TIME\";s:10:\"1420381012\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2321,906,'akismet_result','true'),(2322,906,'akismet_history','a:4:{s:4:\"time\";d:1412077676.144372;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2318,905,'akismet_result','true'),(2319,905,'akismet_history','a:4:{s:4:\"time\";d:1412048948.8929341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2320,905,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:18:\"Discount Ugg Boots\";s:20:\"comment_author_email\";s:21:\"pwngzwddfty@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.jrecksubs.com/Cheap-UGG/Discount-Ugg-Boots.html\";s:15:\"comment_content\";s:85:\"Ugg Boots Sale Cheap the iReport site is a better place without her heinous behavior.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:13:\"120.37.239.43\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"a7edd73383\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:18:\"Discount Ugg Boots\";s:10:\"POST_email\";s:21:\"pwngzwddfty@gmail.com\";s:8:\"POST_url\";s:58:\"http://www.jrecksubs.com/Cheap-UGG/Discount-Ugg-Boots.html\";s:12:\"POST_comment\";s:85:\"Ugg Boots Sale Cheap the iReport site is a better place without her heinous behavior.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"54493\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:13:\"120.37.239.43\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"321\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCooMkWj0HoAAAo9YD4AAAAN\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1412048947.1212\";s:12:\"REQUEST_TIME\";s:10:\"1412048947\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2309,902,'akismet_result','true'),(2310,902,'akismet_history','a:4:{s:4:\"time\";d:1411670672.0533509;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2311,902,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:18:\"Fake Uggs For Sale\";s:20:\"comment_author_email\";s:20:\"noesawvbqg@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.ostranders.com/Ugg-Sale/Fake-Uggs-For-Sale.html\";s:15:\"comment_content\";s:71:\"Ugg Boot Outlet Site a disposal of 60 aircraft and more than 40 routes.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:14:\"27.159.249.236\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"70df33072c\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:18:\"Fake Uggs For Sale\";s:10:\"POST_email\";s:20:\"noesawvbqg@gmail.com\";s:8:\"POST_url\";s:58:\"http://www.ostranders.com/Ugg-Sale/Fake-Uggs-For-Sale.html\";s:12:\"POST_comment\";s:71:\"Ugg Boot Outlet Site a disposal of 60 aircraft and more than 40 routes.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"62510\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:14:\"27.159.249.236\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"306\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCRijEWj0HoAAE5iabUAAAAI\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1411670669.0882\";s:12:\"REQUEST_TIME\";s:10:\"1411670669\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2312,903,'akismet_result','true'),(2313,903,'akismet_history','a:4:{s:4:\"time\";d:1411743195.4957731;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2314,903,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:10:\"Uggs Cheap\";s:20:\"comment_author_email\";s:18:\"vfwwuoaf@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://www.jrecksubs.com/Cheap-UGG/\";s:15:\"comment_content\";s:79:\"Ugg Outlet Online Shop or to get certain newspaper and magazine feeds for free.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:13:\"140.237.39.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"c4bc3c58a5\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:10:\"Uggs Cheap\";s:10:\"POST_email\";s:18:\"vfwwuoaf@gmail.com\";s:8:\"POST_url\";s:35:\"http://www.jrecksubs.com/Cheap-UGG/\";s:12:\"POST_comment\";s:79:\"Ugg Outlet Online Shop or to get certain newspaper and magazine feeds for free.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"58455\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:13:\"140.237.39.42\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"281\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCV92UWj0HoAAH7O1H0AAAAA\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1411743193.7445\";s:12:\"REQUEST_TIME\";s:10:\"1411743193\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2315,904,'akismet_result','true'),(2316,904,'akismet_history','a:4:{s:4:\"time\";d:1411753880.768893;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2317,904,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:34:\"Get the Chinese facts on Wikipedia\";s:20:\"comment_author_email\";s:19:\"suzannemeek@gmx.net\";s:18:\"comment_author_url\";s:49:\"http://En.wikipedia.org/wiki/Chinese_architecture\";s:15:\"comment_content\";s:400:\"Hiya! I know this is kinda off topic however , I\'d figured \r\nI\'d ask. Would you be interested in trading links or maybe guest authoring a blog \r\narticle or vice-versa? My site goes over a lot of the same \r\ntopics as yours and I believe we could greatly benefit from each \r\nother. If you might be interested feel free to shoot me an e-mail.\r\nI look foorward to hearing from you! Grat blog by thee way!\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:15:\"117.177.106.246\";s:10:\"user_agent\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:34:\"Get the Chinese facts on Wikipedia\";s:10:\"POST_email\";s:19:\"suzannemeek@gmx.net\";s:8:\"POST_url\";s:49:\"http://En.wikipedia.org/wiki/Chinese_architecture\";s:12:\"POST_comment\";s:400:\"Hiya! I know this is kinda off topic however , I\'d figured \r\nI\'d ask. Would you be interested in trading links or maybe guest authoring a blog \r\narticle or vice-versa? My site goes over a lot of the same \r\ntopics as yours and I believe we could greatly benefit from each \r\nother. If you might be interested feel free to shoot me an e-mail.\r\nI look foorward to hearing from you! Grat blog by thee way!\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"c4bc3c58a5\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"59190\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:15:\"117.177.106.246\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:2:\"en\";s:11:\"HTTP_ACCEPT\";s:129:\"text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1\";s:15:\"HTTP_USER_AGENT\";s:104:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31\";s:14:\"CONTENT_LENGTH\";s:3:\"677\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCWnl0Wj0HoAAAp8ODAAAAAE\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1411753879.8474\";s:12:\"REQUEST_TIME\";s:10:\"1411753879\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2753,1042,'akismet_result','true'),(2754,1042,'akismet_history','a:4:{s:4:\"time\";d:1420547182.3665061;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2755,1042,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Moncler Donna\";s:20:\"comment_author_email\";s:20:\"apaczokoop@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:466:\"There is an exceptionally wide variety of Oakley sunglasses to choose from within the various collections, whether you are looking for something specifically to enhance your sports performance, or you are seeking an investment pair of sunglasses which look timelessly stylish and provide the best eye protection for day to day use.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Donna</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2837,1063,'akismet_pro_tip','discard'),(2838,1064,'akismet_result','true'),(2839,1064,'akismet_history','a:4:{s:4:\"time\";d:1420604861.068579;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2840,1064,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:46:\"http://findproperty4.me/wp-content/ooinex.html\";s:20:\"comment_author_email\";s:18:\"khxhjcnv@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://findproperty4.me/wp-content/ooinex.html\";s:15:\"comment_content\";s:125:\"train draw vision in the bunch, woman accents most notably less difficult and even scarves might help to transform your look.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"220.161.168.187\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2841,1064,'akismet_pro_tip','discard'),(2842,1065,'akismet_result','true'),(2843,1065,'akismet_history','a:4:{s:4:\"time\";d:1420606527.925842;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2844,1065,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"doudoune moncler pas cher\";s:20:\"comment_author_email\";s:20:\"jjebgymwok@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://vehicles.baxy.com/contact/indexcontroller.asp\";s:15:\"comment_content\";s:351:\"Though the MBT footwear collection is classified as \"shoes,\" the term is misleading, because MBT creates what is actually the antithesis of the shoe. Think about it.\r\n <a href=\"http://vehicles.baxy.com/contact/indexcontroller.asp\" >doudoune moncler pas cher</a> [url=http://vehicles.baxy.com/contact/indexcontroller.asp]doudoune moncler pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2991,1103,'akismet_result','true'),(2992,1103,'akismet_history','a:4:{s:4:\"time\";d:1420698489.9823599;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2993,1103,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:409:\"The image of shoes to wear linen paintings in the Tang Dynasty has many reflecting the artist Yan Liben\'s \"Step Revealed map\" in the ladies, all wearing hemp shoes. In addition, Oakley Sunglasses Shaanxi Long An Tangwei immense stone tomb, and Li Shuang Xian Tang Dynasty tomb murals all have to wear hemp shoes image.\r\n <a href=\"http://popea.es\" >Oakley Baratas</a>\r\n[url=http://popea.es]Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2994,1103,'akismet_pro_tip','discard'),(2995,1104,'akismet_result','true'),(2996,1104,'akismet_history','a:4:{s:4:\"time\";d:1420699673.850297;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2997,1104,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Moncler Uomo\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:359:\"When we can now achieve casual flicks like Cameron Diaz or support our whiskers to goods Madonna-like bubbly tresses then we are suddenly in awe of the attribute of GHD clay plates. Who wouldn\'t want to look like a movie star?\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Uomo</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Uomo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2811,1056,'akismet_pro_tip','discard'),(2812,1057,'akismet_result','true'),(2813,1057,'akismet_history','a:4:{s:4:\"time\";d:1420588638.344209;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2814,1057,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"Mulberry Outlet Bicester\";s:20:\"comment_author_email\";s:19:\"vtwlxiiyo@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:52:\"Mulberry Store London barbie items 50th anniversary.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.197.222\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2302,900,'akismet_result','false'),(2303,900,'akismet_history','a:4:{s:4:\"time\";d:1411477742.820585;s:7:\"message\";s:28:\"Akismet cleared this comment\";s:5:\"event\";s:9:\"check-ham\";s:4:\"user\";s:0:\"\";}'),(2304,900,'akismet_history','a:4:{s:4:\"time\";d:1411477742.8243899;s:7:\"message\";s:34:\"Comment status was changed to spam\";s:5:\"event\";s:19:\"status-changed-spam\";s:4:\"user\";s:0:\"\";}'),(2305,900,'akismet_as_submitted','a:66:{s:15:\"comment_post_ID\";i:176;s:14:\"comment_author\";s:6:\"George\";s:20:\"comment_author_email\";s:24:\"jasminbruche@t-online.de\";s:18:\"comment_author_url\";s:27:\"http://Della.wikispaces.com\";s:15:\"comment_content\";s:263:\"I read a lot of interesting articles here. Probably you spend a lot of time writing, i know how to save you a \r\nlot of time, there is an online tool that creates readable, SEO friendly \r\narticles in seconds, just type in google - laranitas free content \r\nsource\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:15:\"180.253.246.231\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"referrer\";s:51:\"http://mollywoppersnyb.com/2011/07/06/meeting-time/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:51:\"http://mollywoppersnyb.com/2011/07/06/meeting-time/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:6:\"George\";s:10:\"POST_email\";s:24:\"jasminbruche@t-online.de\";s:8:\"POST_url\";s:27:\"http://Della.wikispaces.com\";s:12:\"POST_comment\";s:263:\"I read a lot of interesting articles here. Probably you spend a lot of time writing, i know how to save you a \r\nlot of time, there is an online tool that creates readable, SEO friendly \r\narticles in seconds, just type in google - laranitas free content \r\nsource\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:3:\"176\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"71d1a3044e\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"44150\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:15:\"180.253.246.231\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:8:\"HTTP_VIA\";s:36:\"1.1 192.168.2.1 (Mikrotik HttpProxy)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:10:\"77.87.78.7\";s:15:\"HTTP_X_PROXY_ID\";s:9:\"344594292\";s:14:\"CONTENT_LENGTH\";s:3:\"478\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:51:\"http://mollywoppersnyb.com/2011/07/06/meeting-time/\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:2:\"en\";s:11:\"HTTP_ACCEPT\";s:129:\"text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCFw7UWj0HoAAExvpoYAAAAC\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1411477741.5867\";s:12:\"REQUEST_TIME\";s:10:\"1411477741\";s:25:\"comment_post_modified_gmt\";s:19:\"2011-07-06 16:19:48\";}'),(2306,901,'akismet_result','true'),(2307,901,'akismet_history','a:4:{s:4:\"time\";d:1411585705.5866461;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2308,901,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:16:\"Ugg Boots Outlet\";s:20:\"comment_author_email\";s:17:\"fpiuqfc@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.potsdamlibrary.org/ugg-outlet/\";s:15:\"comment_content\";s:71:\"Ugg Uk Sale Online kevin Love to the Bulls doesn\'t make a ton of sense.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:13:\"120.43.28.206\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"f8e32884d1\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:16:\"Ugg Boots Outlet\";s:10:\"POST_email\";s:17:\"fpiuqfc@gmail.com\";s:8:\"POST_url\";s:41:\"http://www.potsdamlibrary.org/ugg-outlet/\";s:12:\"POST_comment\";s:71:\"Ugg Uk Sale Online kevin Love to the Bulls doesn\'t make a ton of sense.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"56872\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:13:\"120.43.28.206\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"286\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCMWpkWj0HoAAAIHe@0AAAAN\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1411585703.3918\";s:12:\"REQUEST_TIME\";s:10:\"1411585703\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2323,906,'akismet_as_submitted','a:61:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:17:\"Uggs Outlet Store\";s:20:\"comment_author_email\";s:17:\"inzrpoh@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.potsdamlibrary.org/ugg-outlet/\";s:15:\"comment_content\";s:82:\"Ugg Boots Canada Sale you will be able to manipulate your photos the way you want.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:14:\"27.150.239.110\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"a7edd73383\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:17:\"Uggs Outlet Store\";s:10:\"POST_email\";s:17:\"inzrpoh@gmail.com\";s:8:\"POST_url\";s:41:\"http://www.potsdamlibrary.org/ugg-outlet/\";s:12:\"POST_comment\";s:82:\"Ugg Boots Canada Sale you will be able to manipulate your photos the way you want.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"64966\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:14:\"27.150.239.110\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:14:\"CONTENT_LENGTH\";s:3:\"296\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCqYakWj0HoAAASTe6MAAAAJ\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1412077674.901\";s:12:\"REQUEST_TIME\";s:10:\"1412077674\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2324,907,'akismet_result','true'),(2325,907,'akismet_history','a:4:{s:4:\"time\";d:1412127035.723115;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2326,907,'akismet_as_submitted','a:63:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:8:\"Chiquita\";s:20:\"comment_author_email\";s:25:\"sonjabirdsall@t-online.de\";s:18:\"comment_author_url\";s:25:\"http://Latia.edublogs.org\";s:15:\"comment_content\";s:195:\"You share interesting things here. I think that your website can go viral easily, but you must give it initial boost \r\nand i know how to do it, just search in google for - \r\nwcnu traffic increase\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:13:\"41.42.106.254\";s:10:\"user_agent\";s:133:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.52 Chrome/28.0.1500.52 Safari/537.36\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:11:\"POST_author\";s:8:\"Chiquita\";s:10:\"POST_email\";s:25:\"sonjabirdsall@t-online.de\";s:8:\"POST_url\";s:25:\"http://Latia.edublogs.org\";s:12:\"POST_comment\";s:195:\"You share interesting things here. I think that your website can go viral easily, but you must give it initial boost \r\nand i know how to do it, just search in google for - \r\nwcnu traffic increase\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"6aac8bee6f\";s:15:\"POST_wphc_value\";s:0:\"\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"43937\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:13:\"41.42.106.254\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:14:\"CONTENT_LENGTH\";s:3:\"402\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:2:\"en\";s:11:\"HTTP_ACCEPT\";s:129:\"text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1\";s:15:\"HTTP_USER_AGENT\";s:133:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.52 Chrome/28.0.1500.52 Safari/537.36\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VCtZOUWj0HoAACwKVOIAAAAQ\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1412127033.5462\";s:12:\"REQUEST_TIME\";s:10:\"1412127033\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2888,1076,'akismet_pro_tip','discard'),(2889,1077,'akismet_result','true'),(2890,1077,'akismet_history','a:4:{s:4:\"time\";d:1420652436.465095;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2891,1077,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"black friday ugg\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.ullmansails-turkiye.com/Files/_default.asp\";s:15:\"comment_content\";s:526:\"There are various brands of sunglasses in different prices and colors, are available, but you should pick out one who suits your face cut.Generally, people buy sunglasses as they want to imitate their favorite celebrity or film stars, but they should understand that different people have distinctive face cut, and sunglasses should be chosen accordingly.\r\n <a href=\"http://www.ullmansails-turkiye.com/Files/_default.asp\" >black friday ugg</a>\r\n[url=http://www.ullmansails-turkiye.com/Files/_default.asp]black friday ugg[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3002,1105,'akismet_pro_tip','discard'),(3003,1106,'akismet_result','true'),(3004,1106,'akismet_history','a:4:{s:4:\"time\";d:1420701321.028398;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3005,1106,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"Veste Moncler Pas Cher Femme\";s:20:\"comment_author_email\";s:16:\"oydqwa@gmail.com\";s:18:\"comment_author_url\";s:70:\"http://www.actworld.net/doudoune-moncler/veste-moncler-pas-cher-femme/\";s:15:\"comment_content\";s:477:\"The Moncler jackets can also be bought online from different websites. However, you must make sure that you have confirmed the authenticity of the website before making any transaction, so as to protect yourself from any kind of fraudulent behavior.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/veste-moncler-pas-cher-femme/\" >Veste Moncler Pas Cher Femme</a> [url=http://www.actworld.net/doudoune-moncler/veste-moncler-pas-cher-femme/]Veste Moncler Pas Cher Femme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.135\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3006,1106,'akismet_pro_tip','discard'),(3007,1107,'akismet_result','true'),(3008,1107,'akismet_history','a:4:{s:4:\"time\";d:1420722816.8978901;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3009,1107,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:56:\"http://www.franquiciashoy.es/cgi/gafas-oakley-radar.html\";s:15:\"comment_content\";s:379:\"The following are just three examples of why defamation laws are so important; if these cases were never resolved, we may have read much differently of these historic figures.The lenses of choice for the Tour de France cyclists are polarized sunglass lenses because they create nice crisp edges and reflect the light coming off the road and other objects on the side of the road.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2883,1075,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"marca ugg botas\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.aiacaonline.org/userfiles/send_data.asp\";s:15:\"comment_content\";s:453:\"This provides any cyclist the clearest along with sharpest eyesight, particularly when you\'ve got your talent on the finishing line.With the conclusion of the Tour de France decided we now take a look at what was also a big showcase for the latest in sports sunglass fashion and technology.\r\n <a href=\"http://www.aiacaonline.org/userfiles/send_data.asp\" >marca ugg botas</a>\r\n[url=http://www.aiacaonline.org/userfiles/send_data.asp]marca ugg botas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2876,1073,'akismet_pro_tip','discard'),(2877,1074,'akismet_result','true'),(2878,1074,'akismet_history','a:4:{s:4:\"time\";d:1420639324.9469161;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2879,1074,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Moncler Donna\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:909:\"Therefore they are suitable to be worn in sunny days but not suitable when one is driving; brown prescription sunglasses are able to keep off the glare reflect from other bright surface and the wearers are able to see image details, so they are the ideal choice for the drivers; blue prescription eyeglasses are the most fashionable color nowadays; gray ones are comparatively comprehensive, so they are most popular color.Using a distinctive design and top-quality, Rayban sunglasses show that it is to be worth paying. They have been typically intended to safeguard our eye from damaging ultraviolet rays but nowadays along with serving its first objective they have become a common style accent amongst males and females. This brand sun glasses are mainly from the stars.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Donna</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2880,1074,'akismet_pro_tip','discard'),(2881,1075,'akismet_result','true'),(2882,1075,'akismet_history','a:4:{s:4:\"time\";d:1420648293.720089;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2845,1065,'akismet_pro_tip','discard'),(2867,1071,'akismet_history','a:4:{s:4:\"time\";d:1420629460.3813429;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2868,1071,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Ugg Slippers On Sale\";s:20:\"comment_author_email\";s:18:\"jwajunjh@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:85:\"Uggs Discount Outlet milton Bradley and Parker Brothers are both now owned by Hasbro.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.190.91\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2869,1072,'akismet_result','true'),(2870,1072,'akismet_history','a:4:{s:4:\"time\";d:1420636712.936353;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2871,1072,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Moncler Sito Ufficiale\";s:20:\"comment_author_email\";s:17:\"iadpwru@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.promova.it/\";s:15:\"comment_content\";s:348:\"Moncler Jackets are really favorite season. Moncler is a brand such as online and wholesale distributor. And not many people bear in mind now that in the beginning of well-known company was expedition in Canada in new clothing.\r\n <a href=\"http://www.promova.it/\" >Moncler Sito Ufficiale</a>\r\n[url=http://www.promova.it/]Moncler Sito Ufficiale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.174.161\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2872,1072,'akismet_pro_tip','discard'),(2873,1073,'akismet_result','true'),(2874,1073,'akismet_history','a:4:{s:4:\"time\";d:1420639193.567899;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2875,1073,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.franquiciashoy.es\";s:15:\"comment_content\";s:431:\"The image of shoes to wear linen paintings in the Tang Dynasty has many reflecting the artist Yan Liben\'s \"Step Revealed map\" in the ladies, all wearing hemp shoes. In addition, Oakley Sunglasses Shaanxi Long An Tangwei immense stone tomb, and Li Shuang Xian Tang Dynasty tomb murals all have to wear hemp shoes image.\r\n <a href=\"http://www.franquiciashoy.es\" >Gafas Oakley</a>\r\n[url=http://www.franquiciashoy.es]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3404,1208,'akismet_history','a:4:{s:4:\"time\";d:1420956010.775974;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3405,1208,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:36:\"discount christian louboutin sandals\";s:20:\"comment_author_email\";s:20:\"ykdwipivgu@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.cenytransferowe.org/cl2ioffer.html\";s:15:\"comment_content\";s:58:\"shoes are ideal for cruise or simply a very hot condition.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.85.100.21\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2804,1054,'akismet_pro_tip','discard'),(2805,1055,'akismet_result','true'),(2806,1055,'akismet_history','a:4:{s:4:\"time\";d:1420587839.686645;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2807,1055,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"hollister sweat\";s:20:\"comment_author_email\";s:20:\"gylimsdsvy@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.studrespublika.com/foto/mis/small8b/12/esq.php\";s:15:\"comment_content\";s:489:\"It is learned that the defendant has now appealed.Tang Dynasty woman wearing flat shoes Ma, Po, leather and other textures. Prepared with twine called hemp shoes shoes, also known as line shoes, Astana Tombs, such as a pair of hemp shoes, thick crust with a thick hemp rope woven from fine linen and woven upper.\r\n <a href=\"http://www.studrespublika.com/foto/mis/small8b/12/esq.php\" >hollister sweat</a>\r\n[url=http://www.studrespublika.com/foto/mis/small8b/12/esq.php]hollister sweat[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.174.161\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2808,1056,'akismet_result','true'),(2809,1056,'akismet_history','a:4:{s:4:\"time\";d:1420587847.3999979;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2810,1056,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"sacs longchamps pas chers\";s:20:\"comment_author_email\";s:18:\"fwiqpary@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.gogef.com/betfulxy/business_detail.asp\";s:15:\"comment_content\";s:530:\"It gives a soothing effect to your eyes as well. Now you do not have to put a load of sunscreen lotion on your face to protect your face and eyes. These Oakley polarized sunglasses are more than enough. Oakley\'s sunglass fits exactly and perfectly on your face which helps in an enhanced vision. Sun rays are next to impossible to enter in your eyes.\r\n <a href=\"http://www.gogef.com/betfulxy/business_detail.asp\" >sacs longchamps pas chers</a> [url=http://www.gogef.com/betfulxy/business_detail.asp]sacs longchamps pas chers[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.172.166\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2784,1049,'akismet_pro_tip','discard'),(2785,1050,'akismet_result','true'),(2786,1050,'akismet_history','a:4:{s:4:\"time\";d:1420574083.8099711;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2787,1050,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"Uggs Cheap\";s:20:\"comment_author_email\";s:20:\"viokjjxtsf@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:71:\"Ugg Boots Men Sale i\'ve even dealing with them now for almost 2 months.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.177.25\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2788,1050,'akismet_pro_tip','discard'),(2789,1051,'akismet_result','true'),(2790,1051,'akismet_history','a:4:{s:4:\"time\";d:1420578021.954746;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2791,1051,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Gafas Oakley Ciclismo\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.franquiciashoy.es\";s:15:\"comment_content\";s:502:\"It has also revealed a kind of unyielding courage and fortitude for life on the other hand. Thereby, from this senses, it is very evident to expound why so many common people are so crazy for Replica Oakley.If you like to keep up with the trends and wants nothing but the best and the latest, then you\'d surely want to get your credit cards on the Split Thump Sunglasses.\r\n <a href=\"http://www.franquiciashoy.es\" >Gafas Oakley Ciclismo</a>\r\n[url=http://www.franquiciashoy.es]Gafas Oakley Ciclismo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3654,1270,'akismet_pro_tip','discard'),(3655,1271,'akismet_result','true'),(3656,1271,'akismet_history','a:4:{s:4:\"time\";d:1421152561.8837149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3657,1271,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Gafas De Sol Oakley\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:64:\"http://www.iframestudio.com/gafas-de-sol/oakley-polarizadas.html\";s:15:\"comment_content\";s:625:\"I am 21 years old, and a junior in college struggling to figure out what to do with my life. This story touched me in away I cannot put into words. After reading this, I went to the Peace Corps website, and I am currently researching joining myself whenever I graduate. I feel like I am bigger than myself now, and I want to save a part of this damaged world. This story will serve a lasting impression for the rest of my life!\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/oakley-polarizadas.html\" >Gafas De Sol Oakley</a> [url=http://www.iframestudio.com/gafas-de-sol/oakley-polarizadas.html]Gafas De Sol Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3658,1271,'akismet_pro_tip','discard'),(3659,1272,'akismet_result','true'),(3660,1272,'akismet_history','a:4:{s:4:\"time\";d:1421153268.6289461;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3661,1272,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"moncler pas cher homme\";s:20:\"comment_author_email\";s:18:\"kvtebxiy@gmail.com\";s:18:\"comment_author_url\";s:98:\"http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104276.html\";s:15:\"comment_content\";s:635:\"However, along with the frequent appearance of Sisters Olsen and Sienna Miller wearing round-framed sunglasses, this kind of sunglasses has stood at the fashion forefront once again.cheap glassesOn the 2009 autumn and winter cat walk, perhaps what attract your attention are many large and ornate accessories instead of the inconspicuous round-framed sunglasses.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104276.html\" >moncler pas cher homme</a>\r\n[url=http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104276.html]moncler pas cher homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2639,1013,'akismet_result','true'),(2640,1013,'akismet_history','a:4:{s:4:\"time\";d:1420273723.5879331;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2641,1013,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:21:\"Woolrich Arctic Parka\";s:20:\"comment_author_email\";s:17:\"nnuauec@gmail.com\";s:18:\"comment_author_url\";s:23:\"http://www.erickmoda.it\";s:15:\"comment_content\";s:462:\"However, fund management companies may favor the industrial sector. For instance, companies such as Intel and Boeing are well received in China. There are not so many strong manufacturing companies in the A-share market. Besides, big manufacturing companies are less affected by economic cycles. So these solid global companies are the ones we want to attract. They have big operations in China, and Chinese investors are familiar with their brands and products.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:154:\"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)\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"8a7c65b8c3\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:21:\"Woolrich Arctic Parka\";s:10:\"POST_email\";s:17:\"nnuauec@gmail.com\";s:8:\"POST_url\";s:23:\"http://www.erickmoda.it\";s:12:\"POST_comment\";s:462:\"However, fund management companies may favor the industrial sector. For instance, companies such as Intel and Boeing are well received in China. There are not so many strong manufacturing companies in the A-share market. Besides, big manufacturing companies are less affected by economic cycles. So these solid global companies are the ones we want to attract. They have big operations in China, and Chinese investors are familiar with their brands and products.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"60691\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:15:\"195.211.155.183\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:14:\"CONTENT_LENGTH\";s:3:\"666\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:154:\"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)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VKeoOkWj0HoAAAXYaswAAAAE\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:14:\"1420273722.825\";s:12:\"REQUEST_TIME\";s:10:\"1420273722\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2677,1023,'akismet_result','true'),(2676,1022,'akismet_pro_tip','discard'),(2656,1017,'akismet_pro_tip','discard'),(2657,1018,'akismet_result','true'),(2658,1018,'akismet_history','a:4:{s:4:\"time\";d:1420488506.056921;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2659,1018,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"http://www.drkrol.pl/xxinex.html\";s:20:\"comment_author_email\";s:20:\"mfxdispllu@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://www.drkrol.pl/xxinex.html\";s:15:\"comment_content\";s:131:\"long a time tunics, shirts, as well tank top suits just about all browse excellent by working with leggings or some thin bluejeans.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.85.100.21\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2660,1018,'akismet_pro_tip','discard'),(2661,1019,'akismet_result','true'),(2662,1019,'akismet_history','a:4:{s:4:\"time\";d:1420490239.429966;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2663,1019,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:43:\"http://www.licsaa.ro/wp-content/mkinex.html\";s:20:\"comment_author_email\";s:18:\"vekplvym@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.licsaa.ro/wp-content/mkinex.html\";s:15:\"comment_content\";s:124:\"a pair of boots are heavy assess, extremely high, With the elevated for example real lamb made of wool professional filling,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.159.192.37\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2664,1019,'akismet_pro_tip','discard'),(2665,1020,'akismet_result','true'),(2666,1020,'akismet_history','a:4:{s:4:\"time\";d:1420490550.542599;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2667,1020,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"http://blog.easternhills.org/mkinex.html\";s:20:\"comment_author_email\";s:20:\"kdsskfwiye@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://blog.easternhills.org/mkinex.html\";s:15:\"comment_content\";s:153:\"Perth degree boot designers Bruce in addition,yet Bronwyn McDougall at Uggs area rugs buy purchased a pair of boots for the reason that last thing 1970s,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.192.221\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2668,1020,'akismet_pro_tip','discard'),(2669,1021,'akismet_result','true'),(2670,1021,'akismet_history','a:4:{s:4:\"time\";d:1420491127.1978459;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2671,1021,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:43:\"http://www.licsaa.ro/wp-content/mkinex.html\";s:20:\"comment_author_email\";s:21:\"xsinjhawtbs@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.licsaa.ro/wp-content/mkinex.html\";s:15:\"comment_content\";s:5:\"rate.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"140.237.2.125\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2672,1021,'akismet_pro_tip','discard'),(2673,1022,'akismet_result','true'),(2674,1022,'akismet_history','a:4:{s:4:\"time\";d:1420491921.276444;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2675,1022,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:51:\"http://www.groupbstrepinternational.org/ooinex.html\";s:20:\"comment_author_email\";s:16:\"jxbfdw@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.groupbstrepinternational.org/ooinex.html\";s:15:\"comment_content\";s:236:\"within your Northeast, Where the next thunderstorm came to be unseasonably warming, a person\'s dealers haven\'t much performed in addition, though sellers in placement struggling with a lot routine climate behavior conducted much better.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.208.72\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3778,1302,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"reloj oakley\";s:20:\"comment_author_email\";s:21:\"xggqynihlis@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.gioielleria-online.com/mdb-database/fckeditornew.asp\";s:15:\"comment_content\";s:460:\"They have a patent logo that is ‘O\' on the temples which looks very trendy and is considered a hot fashion statement.It may be argued that you may get any sunglass at a very cheap price from the street vendor then why must you burn a hole in your pocket and buy a branded one.\r\n <a href=\"http://www.gioielleria-online.com/mdb-database/fckeditornew.asp\" >reloj oakley</a> [url=http://www.gioielleria-online.com/mdb-database/fckeditornew.asp]reloj oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3768,1300,'akismet_result','true'),(3769,1300,'akismet_history','a:4:{s:4:\"time\";d:1421215740.5845101;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3770,1300,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"nike schoenen\";s:20:\"comment_author_email\";s:21:\"fjpxfecimut@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.instuifdownside.nl/webalizerstats/_incpayin_.asp\";s:15:\"comment_content\";s:491:\"Oakley sunglasses men\'s collection comes to your rescue. Oakley is in this business since the 80s and has been growing immensely. It is one of the leading manufacturers of high quality sunglasses. Oakley offers a wide range of men\'s sunglasses with unique styles, shapes and designs to match with your personality.\r\n <a href=\"http://www.instuifdownside.nl/webalizerstats/_incpayin_.asp\" >nike schoenen</a>\r\n[url=http://www.instuifdownside.nl/webalizerstats/_incpayin_.asp]nike schoenen[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3771,1300,'akismet_pro_tip','discard'),(3772,1301,'akismet_result','true'),(3773,1301,'akismet_history','a:4:{s:4:\"time\";d:1421226345.202718;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3774,1301,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"parajumpers jacket sale\";s:20:\"comment_author_email\";s:21:\"gemlhqdfpft@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.rabiealzawawi.com/Utilities/ele.asp\";s:15:\"comment_content\";s:377:\"I believe this series of Moncler men would be very popular this year, because the repute of both Moncler and Pharrell Williams makes it very attractive and it deserves our attention. Let\'s just wait and see.\r\n <a href=\"http://www.rabiealzawawi.com/Utilities/ele.asp\" >parajumpers jacket sale</a> [url=http://www.rabiealzawawi.com/Utilities/ele.asp]parajumpers jacket sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3775,1301,'akismet_pro_tip','discard'),(3776,1302,'akismet_result','true'),(3777,1302,'akismet_history','a:4:{s:4:\"time\";d:1421240739.0966251;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3894,1331,'akismet_pro_tip','discard'),(3895,1332,'akismet_result','true'),(3896,1332,'akismet_history','a:4:{s:4:\"time\";d:1421306002.786876;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3897,1332,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Gafas De Sol Oakley\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:66:\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley-baratas.html\";s:15:\"comment_content\";s:719:\"Many of the people you mentioned were not enslaved in the US, so I don’t find it germane to the history of racism in America. Although some Irish people may have been enslaved, their inferior status was not enshrined in the Constitution nor practiced as extensively as it was for Black people. Irish slavery also did not create the conditions for one of the most horrific wars fought on our soil. And eventually, the Irish were allowed to be treated as white. Black people STILL don’t seem to have that privilege.\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley-baratas.html\" >Gafas De Sol Oakley</a> [url=http://www.iframestudio.com/gafas-de-sol/gafas-oakley-baratas.html]Gafas De Sol Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3898,1332,'akismet_pro_tip','discard'),(3899,1333,'akismet_result','true'),(3900,1333,'akismet_history','a:4:{s:4:\"time\";d:1421308242.530844;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3901,1333,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:7:\"Rachael\";s:20:\"comment_author_email\";s:19:\"kishaluong@arcor.de\";s:18:\"comment_author_url\";s:49:\"http://www.isomasa.com/ibc/userinfo.php?uid=83387\";s:15:\"comment_content\";s:601:\"http://www.topron.ca/online/mall/Cheap-buy-coach-bags-from-china.php (<a href=\'http://www.isomasa.com/ibc/userinfo.php?uid=83387\'>Rachael</a>) \"Mayor Bob Filner obviously believes his policy initiatives excuse his to be a sexual predator,\" ѕaid ,\r\nhead іn the recall effort.RFA, each procedure, \r\nіs as gooԁ as problems who peгforms it. <a href=\"http://www.abccc.com.br/provas/phpinfo.php?a%5B%5D=Coach+House+Platinum+For+Sale%3B+%3Ca+href%3Dhttp%3A%2F%2Fwww.fwewrestling.com%2Fshopping%2F%3Fsearch%3DCoach%2BHouse%2BPlatinum%2BFor%2BSale%3Erecommended+you+read%3C%2Fa%3E%2C\">Purple Coach Bag</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"192.99.150.55\";s:10:\"user_agent\";s:127:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:91:\"http://mollywoppersnyb.com/2012/01/29/werewolves-of-mummdon-%e2%80%93-our-2012-performance/\";}'),(2764,1044,'akismet_pro_tip','discard'),(2765,1045,'akismet_result','true'),(2766,1045,'akismet_history','a:4:{s:4:\"time\";d:1420570154.360975;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2767,1045,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:43:\"http://www.licsaa.ro/wp-content/xxinex.html\";s:20:\"comment_author_email\";s:21:\"vfvhfehpmms@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.licsaa.ro/wp-content/xxinex.html\";s:15:\"comment_content\";s:107:\"appearing absolutely near the volume, Deckers\' prevailing ratio reduced up from 6.81 to make sure you 4.22.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"36.248.171.185\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2768,1045,'akismet_pro_tip','discard'),(2769,1046,'akismet_result','true'),(2770,1046,'akismet_history','a:4:{s:4:\"time\";d:1420572688.8725221;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2771,1046,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"Hollister UK Sale\";s:20:\"comment_author_email\";s:20:\"wianorjwms@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.themilkyway.co.uk\";s:15:\"comment_content\";s:622:\"So, elements look really very simple. One may perhaps go out and get an individual of individuals inexpensive sunglasses from the local vendor and secure his/her eyes. A universal favorite of everybody, it\'s the hottest trend in designer eye use.No matter what the weather, festival-goers need to always pack a few essentials – including macs and wellies, as well as suncream and sunglasses. As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa.\r\n <a href=\"http://www.themilkyway.co.uk\" >Hollister UK Sale</a>\r\n[url=http://www.themilkyway.co.uk]Hollister UK Sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2772,1046,'akismet_pro_tip','discard'),(2773,1047,'akismet_result','true'),(2774,1047,'akismet_history','a:4:{s:4:\"time\";d:1420573898.9408071;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2775,1047,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Discounted Ugg Boots\";s:20:\"comment_author_email\";s:18:\"ocyaxnlh@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:106:\"Cheap Sequin Uggs we wanted to share Cheap Sequin Uggs the passion and story behind each of the purveyors.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.177.25\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(2776,1047,'akismet_pro_tip','discard'),(2777,1048,'akismet_result','true'),(2778,1048,'akismet_history','a:4:{s:4:\"time\";d:1420573955.497823;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2779,1048,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Uggs For Cheap\";s:20:\"comment_author_email\";s:18:\"uvtlckta@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:85:\"Uggs Outlet singling out OK Go popular treadmill Uggs Outlet video for It Goes Again.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.177.25\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(2780,1048,'akismet_pro_tip','discard'),(2781,1049,'akismet_result','true'),(2782,1049,'akismet_history','a:4:{s:4:\"time\";d:1420574040.9294629;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2783,1049,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"hollister sale 2013\";s:20:\"comment_author_email\";s:20:\"fgyyprehop@gmail.com\";s:18:\"comment_author_url\";s:48:\"http://hireatubuk.co.uk/uvmaz/ajax_keepalive.asp\";s:15:\"comment_content\";s:489:\"You can get an amazing look with the army style lace up Ugg boots. The boot comes with a small heel for easy walking with a rounded toe design. If you want to have that extra on-trend look, then allow the tongue of the boot to hang over. You can even get a new look with the gray colour Tibet boots from Ugg Baratas Espana.\r\n <a href=\"http://hireatubuk.co.uk/uvmaz/ajax_keepalive.asp\" >hollister sale 2013</a> [url=http://hireatubuk.co.uk/uvmaz/ajax_keepalive.asp]hollister sale 2013[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3643,1268,'akismet_result','true'),(3644,1268,'akismet_history','a:4:{s:4:\"time\";d:1421140689.180769;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3645,1268,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"ray ban 3379\";s:20:\"comment_author_email\";s:18:\"kgfnqgdg@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.mc0121.se/brand/sondaggi.asp\";s:15:\"comment_content\";s:432:\"So true Jayce. They like to call themselves liberals but yet they are all for taking away freedoms (unless it has to do with sex) and are into big government controlling the minute details of our lives. Even a cup over 16oz must be outlawed, for our own good of course. Liberals can be equated with the worst of the worse. I am sure Stalin and Mao would agree with them. Throw them out . “liberals” are the cancer on the nation.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3646,1268,'akismet_pro_tip','discard'),(3647,1269,'akismet_result','true'),(3648,1269,'akismet_history','a:4:{s:4:\"time\";d:1421141243.487937;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3649,1269,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"ray ban wayfarer bianchi\";s:20:\"comment_author_email\";s:21:\"ceunccqfsor@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.denisjoplin.dk/download/cleardatabase.asp\";s:15:\"comment_content\";s:470:\"Even if you\'re seeking for a unique structure to the frame or a specific color, your demands are met by the ski goggle from Oakley.It is vital that you invest into some or the other form of prescription sunglasses so as to improve your vision as well as protect your eyes from the sun.\r\n <a href=\"http://www.denisjoplin.dk/download/cleardatabase.asp\" >ray ban wayfarer bianchi</a> [url=http://www.denisjoplin.dk/download/cleardatabase.asp]ray ban wayfarer bianchi[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3650,1269,'akismet_pro_tip','discard'),(3651,1270,'akismet_result','true'),(3652,1270,'akismet_history','a:4:{s:4:\"time\";d:1421145580.215739;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3653,1270,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Moncler Donna\";s:20:\"comment_author_email\";s:21:\"fintvhjghgr@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:381:\"These sunglasses are rocking the world since mid of a previous century. The internet revolution has made the entire world as a fashionable hub. You can purchase wholesale sunglasses from any web sites. And you can sell them with a retail license.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Donna</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2756,1042,'akismet_pro_tip','discard'),(2757,1043,'akismet_result','true'),(2758,1043,'akismet_history','a:4:{s:4:\"time\";d:1420548581.8335171;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2759,1043,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Oakley Polarizadas\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://popea.es/gafas-de-sol/oakley.html\";s:15:\"comment_content\";s:381:\"Lichtung upper structure, the middle of woven hollow-like, similar to modern sandals. 187 Astana tomb of the \"Go Ladies\" in a few maid also wore one of these hemp shoes, hemp shoes, the Tang Dynasty that people generally wear shoes.\r\n <a href=\"http://popea.es/gafas-de-sol/oakley.html\" >Oakley Polarizadas</a>\r\n[url=http://popea.es/gafas-de-sol/oakley.html]Oakley Polarizadas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2760,1043,'akismet_pro_tip','discard'),(2761,1044,'akismet_result','true'),(2762,1044,'akismet_history','a:4:{s:4:\"time\";d:1420568875.7324541;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2763,1044,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Cheap Mulberry Bags Uk\";s:20:\"comment_author_email\";s:19:\"zvxpzmvrf@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:88:\"Mulberry Handbags Seconds cheap mulberry bags by leonce eugene grassin baledans in 1860.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.197.222\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:54:\"http://mollywoppersnyb.com/2012/12/12/3-meetings-left/\";}'),(3883,1329,'akismet_result','true'),(3884,1329,'akismet_history','a:4:{s:4:\"time\";d:1421302575.684057;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3885,1329,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Cheap Oakley For Sale\";s:20:\"comment_author_email\";s:16:\"vvohvg@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://bloggers.thaiairways.com.au/blogs.aspx\";s:15:\"comment_content\";s:73:\"Ray Ban Aviator Cheap 40s bucking fashionable towards cancer of the skin.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.150.209.7\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3886,1329,'akismet_pro_tip','discard'),(3887,1330,'akismet_result','true'),(3888,1330,'akismet_history','a:4:{s:4:\"time\";d:1421302896.174731;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3889,1330,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"sacoche longchamps pas cher\";s:20:\"comment_author_email\";s:16:\"ibfmbt@gmail.com\";s:18:\"comment_author_url\";s:110:\"http://www.joecwilliams.com/sac-longchamps/sacoche-longchamps-pas-cher/sacoche-longchamps-pas-cher-106265.html\";s:15:\"comment_content\";s:600:\"Especially for replica designer sunglasses, there is some scarcity for these glasses. You can purchase these glasses, and you sell them flea market. Skeptics often question the need for purchasing expensive designer eyeglasses when one can use simple prescription frames for vision correction.\r\n <a href=\"http://www.joecwilliams.com/sac-longchamps/sacoche-longchamps-pas-cher/sacoche-longchamps-pas-cher-106265.html\" >sacoche longchamps pas cher</a>\r\n[url=http://www.joecwilliams.com/sac-longchamps/sacoche-longchamps-pas-cher/sacoche-longchamps-pas-cher-106265.html]sacoche longchamps pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3890,1330,'akismet_pro_tip','discard'),(3891,1331,'akismet_result','true'),(3892,1331,'akismet_history','a:4:{s:4:\"time\";d:1421304540.407027;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3893,1331,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Gafas Oakley Ciclismo\";s:20:\"comment_author_email\";s:20:\"mpsdkryvra@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:299:\"While most retailers give you honest answers, you may want to take the glasses to more than one retailer . A store may give you a wrong information simply because it wants to gain your business.\r\n <a href=\"http://popea.es\" >Gafas Oakley Ciclismo</a>\r\n[url=http://popea.es]Gafas Oakley Ciclismo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2633,1011,'akismet_result','true'),(2634,1011,'akismet_history','a:4:{s:4:\"time\";d:1420080047.9965889;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2635,1011,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:17:\"Cheap NFL Jerseys\";s:20:\"comment_author_email\";s:17:\"nnuauec@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.essexgangbang.com\";s:15:\"comment_content\";s:162:\"The fund came after China pledged to reduce carbon dioxide emission per unit of gross domestic product by 40 percent to 45 percent by 2020 against the 2005 level.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"1006ec7bcd\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:17:\"Cheap NFL Jerseys\";s:10:\"POST_email\";s:17:\"nnuauec@gmail.com\";s:8:\"POST_url\";s:28:\"http://www.essexgangbang.com\";s:12:\"POST_comment\";s:162:\"The fund came after China pledged to reduce carbon dioxide emission per unit of gross domestic product by 40 percent to 45 percent by 2020 against the 2005 level.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"60767\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:15:\"195.211.155.183\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:14:\"CONTENT_LENGTH\";s:3:\"359\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VKSzrkWj0HoAAFcUsd0AAAAP\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1420080046.9607\";s:12:\"REQUEST_TIME\";s:10:\"1420080046\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2636,1012,'akismet_result','true'),(2637,1012,'akismet_history','a:4:{s:4:\"time\";d:1420177052.3484449;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2638,1012,'akismet_as_submitted','a:62:{s:15:\"comment_post_ID\";i:61;s:14:\"comment_author\";s:29:\"www.equal-maternitainbanca.it\";s:20:\"comment_author_email\";s:17:\"nnuauec@gmail.com\";s:18:\"comment_author_url\";s:36:\"http://www.equal-maternitainbanca.it\";s:15:\"comment_content\";s:280:\"Brady told The Record he hadnt realized he was required to report the money. Formerly homeless, he had recently found housing and was seeing a therapist and a psychiatrist and taking medication, but was unsure hed be able to afford continuing care after his benefits were cut off.\";s:12:\"comment_type\";s:0:\"\";s:14:\"comment_parent\";i:0;s:7:\"user_ID\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:154:\"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)\";s:8:\"referrer\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:21:\"akismet_comment_nonce\";s:6:\"passed\";s:20:\"POST_comment_post_ID\";s:2:\"61\";s:19:\"POST_comment_parent\";s:1:\"0\";s:26:\"POST_akismet_comment_nonce\";s:10:\"5c9588d5c1\";s:15:\"POST_wphc_value\";s:0:\"\";s:11:\"POST_submit\";s:12:\"Post Comment\";s:11:\"POST_author\";s:29:\"www.equal-maternitainbanca.it\";s:10:\"POST_email\";s:17:\"nnuauec@gmail.com\";s:8:\"POST_url\";s:36:\"http://www.equal-maternitainbanca.it\";s:12:\"POST_comment\";s:280:\"Brady told The Record he hadnt realized he was required to report the money. Formerly homeless, he had recently found housing and was seeing a therapist and a psychiatrist and taking medication, but was unsure hed be able to afford continuing care after his benefits were cut off.\";s:15:\"SERVER_SOFTWARE\";s:6:\"Apache\";s:11:\"REQUEST_URI\";s:21:\"/wp-comments-post.php\";s:4:\"PATH\";s:29:\"/bin:/usr/bin:/sbin:/usr/sbin\";s:9:\"RAILS_ENV\";s:10:\"production\";s:11:\"SCRIPT_NAME\";s:21:\"/wp-comments-post.php\";s:12:\"QUERY_STRING\";s:0:\"\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:17:\"GATEWAY_INTERFACE\";s:7:\"CGI/1.1\";s:11:\"REMOTE_PORT\";s:5:\"53065\";s:15:\"SCRIPT_FILENAME\";s:58:\"/home/mollywopper/mollywoppersnyb.com/wp-comments-post.php\";s:12:\"SERVER_ADMIN\";s:29:\"webmaster@mollywoppersnyb.com\";s:13:\"DOCUMENT_ROOT\";s:37:\"/home/mollywopper/mollywoppersnyb.com\";s:11:\"REMOTE_ADDR\";s:15:\"195.211.155.183\";s:11:\"SERVER_PORT\";s:2:\"80\";s:11:\"SERVER_ADDR\";s:13:\"69.163.209.27\";s:11:\"SERVER_NAME\";s:19:\"mollywoppersnyb.com\";s:16:\"SERVER_SIGNATURE\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:14:\"CONTENT_LENGTH\";s:3:\"501\";s:9:\"HTTP_HOST\";s:19:\"mollywoppersnyb.com\";s:15:\"HTTP_USER_AGENT\";s:154:\"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)\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:12:\"HTTP_REFERER\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";s:11:\"HTTP_ACCEPT\";s:87:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\";s:7:\"DH_USER\";s:11:\"mollywopper\";s:14:\"ds_id_13375357\";s:0:\"\";s:4:\"dsid\";s:8:\"13375357\";s:10:\"SCRIPT_URI\";s:47:\"http://mollywoppersnyb.com/wp-comments-post.php\";s:10:\"SCRIPT_URL\";s:21:\"/wp-comments-post.php\";s:9:\"UNIQUE_ID\";s:24:\"VKYum0Wj0HoAAAszrMsAAAAG\";s:9:\"FCGI_ROLE\";s:9:\"RESPONDER\";s:8:\"PHP_SELF\";s:21:\"/wp-comments-post.php\";s:18:\"REQUEST_TIME_FLOAT\";s:15:\"1420177051.5322\";s:12:\"REQUEST_TIME\";s:10:\"1420177051\";s:25:\"comment_post_modified_gmt\";s:19:\"2010-10-13 23:39:26\";}'),(2712,1031,'akismet_pro_tip','discard'),(2713,1032,'akismet_result','true'),(2714,1032,'akismet_history','a:4:{s:4:\"time\";d:1420507591.260155;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2715,1032,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"http://oecdinsights.org/outaclindex.html\";s:20:\"comment_author_email\";s:21:\"vfvhfehpmms@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://oecdinsights.org/outaclindex.html\";s:15:\"comment_content\";s:105:\"most of the necessarily intended target prices are $73.13, implying a good all round 50% benefit ability.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"36.248.171.185\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2716,1032,'akismet_pro_tip','discard'),(2717,1033,'akismet_result','true'),(2718,1033,'akismet_history','a:4:{s:4:\"time\";d:1420507910.2703891;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2719,1033,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:43:\"http://www.licsaa.ro/wp-content/mlinex.html\";s:20:\"comment_author_email\";s:20:\"hkaopjpype@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.licsaa.ro/wp-content/mlinex.html\";s:15:\"comment_content\";s:151:\"almost all produced footwear types are designed to be solid a lot of for the outside anticipations of your partner sophisticated to buy a dinner party.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.159.209.11\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2720,1033,'akismet_pro_tip','discard'),(2721,1034,'akismet_result','true'),(2722,1034,'akismet_history','a:4:{s:4:\"time\";d:1420518783.741931;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2723,1034,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.franquiciashoy.es\";s:15:\"comment_content\";s:293:\"Cheap sunglasses may be but very bad for the health of your eyes; they are not very lasting and do not have UV blocking. You can\'t play with your health only for the sake of money.\r\n <a href=\"http://www.franquiciashoy.es\" >Gafas Oakley</a>\r\n[url=http://www.franquiciashoy.es]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2724,1034,'akismet_pro_tip','discard'),(2725,1035,'akismet_result','true'),(2726,1035,'akismet_history','a:4:{s:4:\"time\";d:1420520005.634486;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2727,1035,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"hogan italia\";s:20:\"comment_author_email\";s:17:\"djnroky@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://www.tessutialtamodavalli.it\";s:15:\"comment_content\";s:278:\"The British Airline Pilots Association (BALPA) said 56 percent of 500 commercial pilots admitted to being asleep on the flight deck and, of those, nearly one in three said they awoke to find their co-pilot also asleep.\r\n[url=http://www.tessutialtamodavalli.it]hogan italia[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(2728,1035,'akismet_pro_tip','discard'),(2729,1036,'akismet_result','true'),(2730,1036,'akismet_history','a:4:{s:4:\"time\";d:1420520136.9132719;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2731,1036,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"marc jacobs daisy eau so fresh\";s:20:\"comment_author_email\";s:17:\"zrsmmki@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.kvuc.dk/dagboghftest/hotelstatus.asp\";s:15:\"comment_content\";s:346:\"Needless to say, in the down jacket fashion world, there is no second company which can compete with Moncler,it has become a second to none down jacket brand.\r\n <a href=\"http://www.kvuc.dk/dagboghftest/hotelstatus.asp\" >marc jacobs daisy eau so fresh</a> [url=http://www.kvuc.dk/dagboghftest/hotelstatus.asp]marc jacobs daisy eau so fresh[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2732,1036,'akismet_pro_tip','discard'),(2733,1037,'akismet_result','true'),(2734,1037,'akismet_history','a:4:{s:4:\"time\";d:1420525877.6039629;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2735,1037,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"peuterey marchio\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.blowmaster.net/images/editadmin.asp\";s:15:\"comment_content\";s:347:\"There is no denying the fact that the price tags of some of the popular brands like Oakley, Chanel, Gucci and Dior tend to set you thinking whether they are meant only for the prodigal ones.\r\n <a href=\"http://www.blowmaster.net/images/editadmin.asp\" >peuterey marchio</a>\r\n[url=http://www.blowmaster.net/images/editadmin.asp]peuterey marchio[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2736,1037,'akismet_pro_tip','discard'),(2737,1038,'akismet_result','true'),(2738,1038,'akismet_history','a:4:{s:4:\"time\";d:1420535674.2352531;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2739,1038,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"ghd planchas baratas\";s:20:\"comment_author_email\";s:20:\"utmivaudex@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://info.khews.com/tvbe/viewsubpages.asp\";s:15:\"comment_content\";s:498:\"It is allot harder to sell counterfeit items here in the US and get away with it.There are ways that you can be sure that the product is being shipped from the US.If there is no address posted, you can then pick up the phone and give them a call. When the person at the other end picks up the phone just try to have a short conversation .\r\n <a href=\"http://info.khews.com/tvbe/viewsubpages.asp\" >ghd planchas baratas</a>\r\n[url=http://info.khews.com/tvbe/viewsubpages.asp]ghd planchas baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.217.27\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2740,1038,'akismet_pro_tip','discard'),(2741,1039,'akismet_result','true'),(2742,1039,'akismet_history','a:4:{s:4:\"time\";d:1420540796.8557069;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2743,1039,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"nike free run white\";s:20:\"comment_author_email\";s:16:\"fyjgjd@gmail.com\";s:18:\"comment_author_url\";s:37:\"http://www.civediamo.nl/phps/type.asp\";s:15:\"comment_content\";s:222:\"These sunglasses compliment any kind of wardrobe well and can make you look very classy and confident. They have a patent logo that is ‘O\' on the temples which looks very trendy and is considered a hot fashion statement.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2744,1039,'akismet_pro_tip','discard'),(2745,1040,'akismet_result','true'),(2746,1040,'akismet_history','a:4:{s:4:\"time\";d:1420540990.8224199;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2747,1040,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"chaussettes ralph lauren\";s:20:\"comment_author_email\";s:18:\"nrfztksi@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.swaqua.com/rzkfu/abastecimiento.asp\";s:15:\"comment_content\";s:406:\"Would you believe it \' this pair of sunglasses features removable earbuds and disguised controls for the MP3 player installed on the glasses itself! Now you can jog along and enjoy the music without the annoyance of wires around you.\r\n <a href=\"http://www.swaqua.com/rzkfu/abastecimiento.asp\" >chaussettes ralph lauren</a>\r\n[url=http://www.swaqua.com/rzkfu/abastecimiento.asp]chaussettes ralph lauren[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2748,1040,'akismet_pro_tip','discard'),(2749,1041,'akismet_result','true'),(2750,1041,'akismet_history','a:4:{s:4:\"time\";d:1420544040.171514;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2751,1041,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"chaqueta oakley\";s:20:\"comment_author_email\";s:21:\"nbamawsivdr@gmail.com\";s:18:\"comment_author_url\";s:67:\"http://www.amf-semfyc.com/upload_examenes/video/Hostings/uNLC1F.php\";s:15:\"comment_content\";s:423:\"When we can now achieve casual flicks like Cameron Diaz or support our whiskers to goods Madonna-like bubbly tresses then we are suddenly in awe of the attribute of GHD clay plates. Who wouldn\'t want to look like a movie star?\r\n <a href=\"http://www.amf-semfyc.com/upload_examenes/video/Hostings/uNLC1F.php\" >chaqueta oakley</a>\r\n[url=http://www.amf-semfyc.com/upload_examenes/video/Hostings/uNLC1F.php]chaqueta oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.219.169\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3146,1143,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"occhiali da sole ray ban offerte\";s:20:\"comment_author_email\";s:20:\"kufcxwzshq@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.eylulkurslari.com/js/contact_us_sem.asp\";s:15:\"comment_content\";s:523:\"Oakley, the famous brand of sunglasses offers sunglasses to wear the most amazing art that are made from top quality materials and the latest technologies. Oakley sunglasses Top rates of men are often seen as a fad. These sunglasses often promise of optical centers of excellence that we glorify any type of clothing you wear.\r\n <a href=\"http://www.eylulkurslari.com/js/contact_us_sem.asp\" >occhiali da sole ray ban offerte</a>\r\n[url=http://www.eylulkurslari.com/js/contact_us_sem.asp]occhiali da sole ray ban offerte[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3143,1142,'akismet_pro_tip','discard'),(3144,1143,'akismet_result','true'),(3145,1143,'akismet_history','a:4:{s:4:\"time\";d:1420795598.7200339;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3406,1208,'akismet_pro_tip','discard'),(3407,1209,'akismet_result','true'),(3408,1209,'akismet_history','a:4:{s:4:\"time\";d:1420958817.491432;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3409,1209,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"カナダグース ダウン\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.popsalata.com/meta.asp?カナダグース-ダウン/\";s:15:\"comment_content\";s:275:\"Between them they are thought to be worth tens of thousands of pounds (dollars, euros), although owner Mal Hilton said he was more concerned that they would come to harm.\r\n[url=http://www.popsalata.com/meta.asp?カナダグース-ダウン/]カナダグース ダウン[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3410,1209,'akismet_pro_tip','discard'),(3411,1210,'akismet_result','true'),(3412,1210,'akismet_history','a:4:{s:4:\"time\";d:1420960703.6505339;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3413,1210,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"moncler jeans\";s:20:\"comment_author_email\";s:20:\"gylimsdsvy@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.auberge3canards.com/calendar/wwroot/UhJRal.asp\";s:15:\"comment_content\";s:405:\"Lichtung upper structure, the middle of woven hollow-like, similar to modern sandals. 187 Astana tomb of the \"Go Ladies\" in a few maid also wore one of these hemp shoes, hemp shoes, the Tang Dynasty that people generally wear shoes.\r\n <a href=\"http://www.auberge3canards.com/calendar/wwroot/UhJRal.asp\" >moncler jeans</a>\r\n[url=http://www.auberge3canards.com/calendar/wwroot/UhJRal.asp]moncler jeans[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.219.82\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3136,1141,'akismet_result','true'),(3137,1141,'akismet_history','a:4:{s:4:\"time\";d:1420791989.602819;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3138,1141,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Moncler Donna\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:405:\"It is a beneficial and advantageous glare which helps in all kinds of water sports.It helps in better vision in broad day light on water and solid surface. The general defining features include narrow lenses and slim straight arms incorporating the iconic Oakley O logo.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Donna</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3139,1141,'akismet_pro_tip','discard'),(3140,1142,'akismet_result','true'),(3141,1142,'akismet_history','a:4:{s:4:\"time\";d:1420794201.9501979;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3142,1142,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"polo t shirts\";s:20:\"comment_author_email\";s:17:\"tflirjh@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.midstatemechanical.com/mesg/websider/98uyh1.asp\";s:15:\"comment_content\";s:492:\"The image of shoes to wear linen paintings in the Tang Dynasty has many reflecting the artist Yan Liben\'s \"Step Revealed map\" in the ladies, all wearing hemp shoes. In addition, Oakley Sunglasses Shaanxi Long An Tangwei immense stone tomb, and Li Shuang Xian Tang Dynasty tomb murals all have to wear hemp shoes image.\r\n <a href=\"http://www.midstatemechanical.com/mesg/websider/98uyh1.asp\" >polo t shirts</a> [url=http://www.midstatemechanical.com/mesg/websider/98uyh1.asp]polo t shirts[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3403,1208,'akismet_result','true'),(2792,1051,'akismet_pro_tip','discard'),(2793,1052,'akismet_result','true'),(2794,1052,'akismet_history','a:4:{s:4:\"time\";d:1420579598.6109149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2795,1052,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"moncler marseille\";s:20:\"comment_author_email\";s:18:\"nrfztksi@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.4usinfo.com/watch/seocasestudies.asp\";s:15:\"comment_content\";s:469:\"Although, this might not be big news, since its predecessor, oakley sunglasses outlet, have such a feature as well. But unlike the predecessor, the Split Thump has a softer and less severe style and can also be worn by either sex.But if that doesn\'t match your taste, you can check out the Oakley Radar Path.\r\n <a href=\"http://www.4usinfo.com/watch/seocasestudies.asp\" >moncler marseille</a>\r\n[url=http://www.4usinfo.com/watch/seocasestudies.asp]moncler marseille[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2796,1052,'akismet_pro_tip','discard'),(2797,1053,'akismet_result','true'),(2798,1053,'akismet_history','a:4:{s:4:\"time\";d:1420584544.7201829;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2799,1053,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Piumini Moncler Prezzi\";s:20:\"comment_author_email\";s:16:\"wsoswc@gmail.com\";s:18:\"comment_author_url\";s:36:\"http://www.lys.it/piuminimoncler.asp\";s:15:\"comment_content\";s:284:\"Polo shirts provide a great scope for creativity as the size is large enough to display your team\'s logo and name in attractive styles.\r\n <a href=\"http://www.lys.it/piuminimoncler.asp\" >Piumini Moncler Prezzi</a>\r\n[url=http://www.lys.it/piuminimoncler.asp]Piumini Moncler Prezzi[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.216.135\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2800,1053,'akismet_pro_tip','discard'),(2801,1054,'akismet_result','true'),(2802,1054,'akismet_history','a:4:{s:4:\"time\";d:1420584900.5405691;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2803,1054,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Mulberry Outlet Stores\";s:20:\"comment_author_email\";s:21:\"nzuukutrdim@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.fht.org.uk/\";s:15:\"comment_content\";s:60:\"Mulberry Bush Plant without runners audiobooks succeed with.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.197.222\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:62:\"http://mollywoppersnyb.com/2011/05/19/block-party-is-official/\";}'),(2678,1023,'akismet_history','a:4:{s:4:\"time\";d:1420493588.885684;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2679,1023,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"moncler jas\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.proteome.nl/images/mailtest.asp\";s:15:\"comment_content\";s:417:\"If you\'re into sports, you probably know that your body endures greater wear and tear than that of the average person\'s, not the least of which are your eyes. Spending more time in the sun than the average person, sportsmen require sunglasses offering 100 percent UV protection.\r\n <a href=\"http://www.proteome.nl/images/mailtest.asp\" >moncler jas</a>\r\n[url=http://www.proteome.nl/images/mailtest.asp]moncler jas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2696,1027,'akismet_pro_tip','discard'),(2697,1028,'akismet_result','true'),(2698,1028,'akismet_history','a:4:{s:4:\"time\";d:1420502713.671581;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2699,1028,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"chateau parka canada goose\";s:20:\"comment_author_email\";s:18:\"nrfztksi@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://autotech.com.vn/dsv/menu_old.asp\";s:15:\"comment_content\";s:375:\"So if you are purchasing for cycling only and already have your Ray Ban aviators for holidays then this model is worth look at.This is Oakley\'s biggest player, complete eye socket coverage for maximum protection.\r\n <a href=\"http://autotech.com.vn/dsv/menu_old.asp\" >chateau parka canada goose</a>\r\n[url=http://autotech.com.vn/dsv/menu_old.asp]chateau parka canada goose[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2700,1028,'akismet_pro_tip','discard'),(2701,1029,'akismet_result','true'),(2702,1029,'akismet_history','a:4:{s:4:\"time\";d:1420503571.2990179;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2703,1029,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"http://smallbizmavericks.biz/mkinex.html\";s:20:\"comment_author_email\";s:20:\"thdvzncand@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://smallbizmavericks.biz/mkinex.html\";s:15:\"comment_content\";s:339:\"UGG memorable shoes great deals or UGG eaters is bound to a wonderful day have looking for the best when they UGG can pick any kind of get outside large priced operating costs UGG.x article a discuss post card: consumers peruse and thus medium several critical reviews earlier these individuals graphic on top of content material web post.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"120.37.239.208\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2704,1029,'akismet_pro_tip','discard'),(2705,1030,'akismet_result','true'),(2706,1030,'akismet_history','a:4:{s:4:\"time\";d:1420505769.0661559;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2707,1030,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:43:\"http://www.licsaa.ro/wp-content/miinex.html\";s:20:\"comment_author_email\";s:20:\"chysyeotae@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.licsaa.ro/wp-content/miinex.html\";s:15:\"comment_content\";s:383:\"it could greeting announcement actually that they have now come into a a better standard of buzz near EE stretches currently being put in for being a finalist in substantial accolades ritual, Signaling that your particular respectable the cost of gas algorithm modern technology is normally on the start approaches off \"foreign\" which explains blending straight into the \"well-liked,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"220.161.168.33\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2708,1030,'akismet_pro_tip','discard'),(2709,1031,'akismet_result','true'),(2710,1031,'akismet_history','a:4:{s:4:\"time\";d:1420507130.7782581;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2711,1031,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:41:\"http://www.publiccharters.com/mlinex.html\";s:20:\"comment_author_email\";s:18:\"eztezqrg@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.publiccharters.com/mlinex.html\";s:15:\"comment_content\";s:388:\"in order for Ramona Flowers\' halloween outfit, needed short, pastel red hairpiece on bangs; some excellent pink colored switch along tshirt; a pair of tight pants or skirts equipped with tab credit cards in the leading; A funds molded piece of aqua blue supply; a bit schokofarbene spew color; A dark fabric choker made from two thin wires ; And established ebenholzfarben shoes or boots.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"220.161.168.68\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2695,1027,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"http://blog.easternhills.org/xxinex.html\";s:20:\"comment_author_email\";s:21:\"wsksuuzwkkr@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://blog.easternhills.org/xxinex.html\";s:15:\"comment_content\";s:208:\"It might talk about that experts claim denims girls and boys alike really needs their head of hair chemically straightened out or covered with a integration if you want to pass gather, says the very petition,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"117.26.254.216\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2684,1024,'akismet_pro_tip','discard'),(2685,1025,'akismet_result','true'),(2686,1025,'akismet_history','a:4:{s:4:\"time\";d:1420497768.585237;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2687,1025,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:47:\"http://www.adventinteractive.com.pk/ooinex.html\";s:20:\"comment_author_email\";s:18:\"wusmtcvv@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.adventinteractive.com.pk/ooinex.html\";s:15:\"comment_content\";s:102:\"rose 3 amount to a record $62.08 mainly because storekeeper approved discuss with gents Wearhouse inc.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.85.101.134\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2688,1025,'akismet_pro_tip','discard'),(2689,1026,'akismet_result','true'),(2690,1026,'akismet_history','a:4:{s:4:\"time\";d:1420498701.1635079;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2691,1026,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"oakley sunglasses\";s:20:\"comment_author_email\";s:17:\"ujnlvfg@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://www.i-learner.edu.hk/ok1index.php\";s:15:\"comment_content\";s:99:\"They are more than silky expanse textiles that does not actually have a true midsection music band.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.208.121\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2692,1026,'akismet_pro_tip','discard'),(2693,1027,'akismet_result','true'),(2694,1027,'akismet_history','a:4:{s:4:\"time\";d:1420502409.145195;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2645,1015,'akismet_result','true'),(2646,1015,'akismet_history','a:4:{s:4:\"time\";d:1420486489.4125359;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2647,1015,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:47:\"http://www.adventinteractive.com.pk/mkinex.html\";s:20:\"comment_author_email\";s:20:\"lxvvcasubm@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.adventinteractive.com.pk/mkinex.html\";s:15:\"comment_content\";s:125:\"other than buying budget friendly outfits, which is often short of excellent, Look for reliable dress at an affordable price.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.200.100\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2648,1015,'akismet_pro_tip','discard'),(2649,1016,'akismet_result','true'),(2650,1016,'akismet_history','a:4:{s:4:\"time\";d:1420487961.426353;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2651,1016,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"handbags michael kors\";s:20:\"comment_author_email\";s:21:\"wgpvtvcvtwy@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://www.primesaude.com/wp-admin/leggi.asp\";s:15:\"comment_content\";s:369:\"I believe this series of Moncler men would be very popular this year, because the repute of both Moncler and Pharrell Williams makes it very attractive and it deserves our attention. Let\'s just wait and see.\r\n <a href=\"http://www.primesaude.com/wp-admin/leggi.asp\" >handbags michael kors</a> [url=http://www.primesaude.com/wp-admin/leggi.asp]handbags michael kors[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2652,1016,'akismet_pro_tip','discard'),(2653,1017,'akismet_result','true'),(2654,1017,'akismet_history','a:4:{s:4:\"time\";d:1420488306.287406;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2655,1017,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.franquiciashoy.es\";s:15:\"comment_content\";s:401:\"Oakley uses the latest optical technology which reduces visual distortion across whole of the lens. Their High Definition Optics system assures you best quality, durability and comfort as well as style and sophistication. Oakley gives the right kind of look according to your requirement.\r\n <a href=\"http://www.franquiciashoy.es\" >Gafas Oakley</a>\r\n[url=http://www.franquiciashoy.es]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2892,1077,'akismet_pro_tip','discard'),(2893,1078,'akismet_result','true'),(2894,1078,'akismet_history','a:4:{s:4:\"time\";d:1420655358.1769879;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2895,1078,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"purple mac lipsticks 410512\";s:20:\"comment_author_email\";s:16:\"ooniml@gmail.com\";s:18:\"comment_author_url\";s:65:\"http://www.krebshyllested.dk/blog/purple_mac_lipsticks_410512.asp\";s:15:\"comment_content\";s:872:\"<a href=\"http://www.date4me.co.il/blog/mac_lipstick_ravishing_320404.asp\">mac lipstick ravishing 320404</a> <a href=\"http://www.letrerosartesanales.cl/blog/back_to_mac_uk_cosmetics_351355.asp\">back to mac uk cosmetics 351355</a> <a href=\"http://www.polinutri.com.br/blog/mac_lipstick_taupe_451515.asp\">mac lipstick taupe 451515</a> <a href=\"http://www.anantjyoti.com/blog/mac_our_pick_lipstick_025023.asp\">mac our pick lipstick 025023</a> <a href=\"http://www.adgartower.co.il/blog/purple_mac_lipsticks_033323.asp\">purple mac lipsticks 033323</a> <a href=\"http://www.fpggolfcenter.com.br/blog/purple_mac_lipsticks_345401.asp\">purple mac lipsticks 345401</a>\r\n <a href=\"http://www.krebshyllested.dk/blog/purple_mac_lipsticks_410512.asp\" >purple mac lipsticks 410512</a> [url=http://www.krebshyllested.dk/blog/purple_mac_lipsticks_410512.asp]purple mac lipsticks 410512[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2896,1078,'akismet_pro_tip','discard'),(2897,1079,'akismet_result','true'),(2898,1079,'akismet_history','a:4:{s:4:\"time\";d:1420656235.8124809;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2899,1079,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"longchamps pas cher\";s:20:\"comment_author_email\";s:16:\"fyjgjd@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.studrespublika.com/foto/mis/small8/7/show_amount.php\";s:15:\"comment_content\";s:356:\"As if that wasnA’t enough, Oakley channels engineered the hinges with piston springs to give the forbearing an adaptable fit. You can also opt to convert it to prescription sunglasses and it won\'t be any less good.In today\'s scenario when all the brands are coming up with unisex designs, finding a suitable masculine design can be bit of a task for you.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2900,1079,'akismet_pro_tip','discard'),(2901,1080,'akismet_result','true'),(2902,1080,'akismet_history','a:4:{s:4:\"time\";d:1420658229.4447351;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2903,1080,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"mac 12 color eyeshadow palette 241314\";s:20:\"comment_author_email\";s:19:\"gukvtgflj@gmail.com\";s:18:\"comment_author_url\";s:70:\"http://www.itcorion.com/blog/mac_12_color_eyeshadow_palette_241314.asp\";s:15:\"comment_content\";s:977:\"<a href=\"http://www.a.geat.co.kr/blog/the_best_mac_lipsticks_444534.asp\">the best mac lipsticks 444534</a> <a href=\"http://www.customcovers.customcovers.com/blog/mac_lipstick_diva_review_102111.asp\">mac lipstick diva review 102111</a> <a href=\"http://www.francescarusso.it/blog/wholesale_mac_makeup_box_244012.asp\">wholesale mac makeup box 244012</a> <a href=\"http://www.freetouristbook.com/blog/wholesale_mac_cosmetics_foundation_brush_311041.asp\">wholesale mac cosmetics foundation brush 311041</a> <a href=\"http://www.aguasdomariscal.com.br/blog/mac_black_eyeliner_gel_333421.asp\">mac black eyeliner gel 333421</a> <a href=\"http://www.3kmachinery.com/blog/mac_foundation_long_wear_022414.asp\">mac foundation long wear 022414</a>\r\n <a href=\"http://www.itcorion.com/blog/mac_12_color_eyeshadow_palette_241314.asp\" >mac 12 color eyeshadow palette 241314</a> [url=http://www.itcorion.com/blog/mac_12_color_eyeshadow_palette_241314.asp]mac 12 color eyeshadow palette 241314[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2904,1080,'akismet_pro_tip','discard'),(2905,1081,'akismet_result','true'),(2906,1081,'akismet_history','a:4:{s:4:\"time\";d:1420659717.6216149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2907,1081,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:29:\"cheap red bottom shoes outlet\";s:20:\"comment_author_email\";s:20:\"smnfbuzgxe@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.limitlesspublishing.net/winxwbclindex.html\";s:15:\"comment_content\";s:109:\"yeah, with the price of rrn between sugar substitutes without having to enjoying, i\'ll accept the sweeteners.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.86.178.254\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2908,1081,'akismet_pro_tip','discard'),(2909,1082,'akismet_result','true'),(2910,1082,'akismet_history','a:4:{s:4:\"time\";d:1420660048.0686171;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2911,1082,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"vente moncler\";s:20:\"comment_author_email\";s:19:\"qtirhgrmj@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.lekacn.com/ysimareesl/ski_list.asp\";s:15:\"comment_content\";s:471:\"If you like to keep up with the trends and wants nothing but the best and the latest, then you\'d surely want to get your credit cards on the Split Thump Sunglasses.They also produce watches, backpacks, ski goggles and many other accessories. Oakleys is the perfect company which helps in enhancing the vision while fishing.\r\n <a href=\"http://www.lekacn.com/ysimareesl/ski_list.asp\" >vente moncler</a> [url=http://www.lekacn.com/ysimareesl/ski_list.asp]vente moncler[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2912,1082,'akismet_pro_tip','discard'),(2913,1083,'akismet_result','true'),(2914,1083,'akismet_history','a:4:{s:4:\"time\";d:1420661346.824414;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2915,1083,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Ugg Slippers For Women\";s:20:\"comment_author_email\";s:16:\"xlecqk@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:83:\"Cheap Ugg Australia Boots Uk said he was struggling to come to terms with the news.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.190.91\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:62:\"http://mollywoppersnyb.com/2011/05/19/block-party-is-official/\";}'),(2916,1083,'akismet_pro_tip','discard'),(2917,1084,'akismet_result','true'),(2918,1084,'akismet_history','a:4:{s:4:\"time\";d:1420662735.564872;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2919,1084,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"michael kors cheap scarf pendants\";s:20:\"comment_author_email\";s:20:\"couosphhlj@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/ooinex.html\";s:15:\"comment_content\";s:99:\"Sparkly scarlet high heel sandals properly a top among but your teen can possibly want tested vans.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.85.100.21\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2920,1084,'akismet_pro_tip','discard'),(2921,1085,'akismet_result','true'),(2922,1085,'akismet_history','a:4:{s:4:\"time\";d:1420664566.8177531;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2923,1085,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"Fake Uggs\";s:20:\"comment_author_email\";s:21:\"ckumiuvrebf@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:76:\"Uggs For Men Cheap hilariously waving jazz hands as he\'s led to his gallows.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.190.91\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:54:\"http://mollywoppersnyb.com/2012/12/12/3-meetings-left/\";}'),(2924,1085,'akismet_pro_tip','discard'),(2925,1086,'akismet_result','true'),(2926,1086,'akismet_history','a:4:{s:4:\"time\";d:1420669485.734962;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2927,1086,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:46:\"http://larshjalmered.se/wp-content/ooinex.html\";s:20:\"comment_author_email\";s:16:\"jxbfdw@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://larshjalmered.se/wp-content/ooinex.html\";s:15:\"comment_content\";s:147:\"this realisation marvelous proficiency may be evidence of the hard work write in while this useful UGG brand name business year in and year inside.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.208.72\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2928,1086,'akismet_pro_tip','discard'),(2929,1087,'akismet_result','true'),(2930,1087,'akismet_history','a:4:{s:4:\"time\";d:1420670882.333256;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2931,1087,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"michael kors outlet store black\";s:20:\"comment_author_email\";s:18:\"wdlzxxuu@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mlinex.html\";s:15:\"comment_content\";s:195:\"an are fond of enter smell by way of Victoria\'s key\'s a mixture of pear, Cherry and whitened jasmine and is viewed as a led smell wearable actually as well as reserved for outstanding situations.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.89.52.195\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2932,1087,'akismet_pro_tip','discard'),(2933,1088,'akismet_result','true'),(2934,1088,'akismet_history','a:4:{s:4:\"time\";d:1420671061.9959149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2935,1088,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Piumini Moncler\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:320:\"GHD locks straightener will help you limit your pelt better as well as to achieve a forgiving coil look or an alter in or bend outlook lacking hurtful your beard\'s physical prepare.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Piumini Moncler</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Piumini Moncler[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2936,1088,'akismet_pro_tip','discard'),(2937,1089,'akismet_result','true'),(2938,1089,'akismet_history','a:4:{s:4:\"time\";d:1420671600.8586249;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2939,1089,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:39:\"christian louboutin flats vans for sale\";s:20:\"comment_author_email\";s:21:\"rgbdblqhljf@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://www.sandrocohen.org/clindexd.html\";s:15:\"comment_content\";s:61:\"neckties are a must have because of the winter season design.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"36.248.165.193\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2940,1089,'akismet_pro_tip','discard'),(2941,1090,'akismet_result','true'),(2942,1090,'akismet_history','a:4:{s:4:\"time\";d:1420673657.338757;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2943,1090,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:38:\"michael kors handbags 6pm store review\";s:20:\"comment_author_email\";s:16:\"wopqcc@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mlinex.html\";s:15:\"comment_content\";s:31:\"not always i would say the PAC.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"140.237.2.125\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2944,1090,'akismet_pro_tip','discard'),(2945,1091,'akismet_result','true'),(2946,1091,'akismet_history','a:4:{s:4:\"time\";d:1420680259.6500919;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2947,1091,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:44:\"christian louboutin cheap queen platform bed\";s:20:\"comment_author_email\";s:20:\"biqhmiphlr@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.limitlesspublishing.net/winxwbclindex.html\";s:15:\"comment_content\";s:74:\"We had planned to understand my in laws here at Chirstmas the actual baby.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"220.161.168.68\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2948,1091,'akismet_pro_tip','discard'),(2949,1092,'akismet_result','true'),(2950,1092,'akismet_history','a:4:{s:4:\"time\";d:1420680625.7797351;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2951,1092,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"google plus app for ipad\";s:20:\"comment_author_email\";s:20:\"lillielovett@aol.com\";s:18:\"comment_author_url\";s:48:\"http://Www.lmgtfy.com/?q=google+authorship+check\";s:15:\"comment_content\";s:194:\"I like the valuable info you provide in your articles.\r\n\r\nI will bookmark your blog and check again here regularly.\r\nI\'m quite sure I\'ll learn many new stuff right here!\r\nGood luck for the next!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"107.172.14.251\";s:10:\"user_agent\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:91:\"http://mollywoppersnyb.com/2012/01/29/werewolves-of-mummdon-%e2%80%93-our-2012-performance/\";}'),(2952,1092,'akismet_pro_tip','discard'),(2953,1093,'akismet_result','true'),(2954,1093,'akismet_history','a:4:{s:4:\"time\";d:1420680866.902389;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2955,1093,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"cheap ralph lauren polo shirts\";s:20:\"comment_author_email\";s:20:\"rwjocuvacl@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://seo.netsmartz.net/article/qlFSxd/cP8S6z.asp\";s:15:\"comment_content\";s:321:\"Finding the type of jewelry that can actually suit with any image becomes very easy, when one buys the Vivienne Westwood Jewelry.\r\n <a href=\"http://seo.netsmartz.net/article/qlFSxd/cP8S6z.asp\" >cheap ralph lauren polo shirts</a> [url=http://seo.netsmartz.net/article/qlFSxd/cP8S6z.asp]cheap ralph lauren polo shirts[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.172.166\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2956,1093,'akismet_pro_tip','discard'),(2957,1094,'akismet_result','true'),(2958,1094,'akismet_history','a:4:{s:4:\"time\";d:1420681913.028414;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2959,1094,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"mlb jerseys china\";s:20:\"comment_author_email\";s:16:\"fvouba@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://service.tcmdiscovery.com/image/look_feel.asp\";s:15:\"comment_content\";s:429:\"They may be typically characterised by dark, reflective lenses having an region two or three times with the eye socket. Because the Ray bans are useful to help throughout the day mission and canine fights, pilots are keen on this form of Ray bans really a lot.\r\n <a href=\"http://service.tcmdiscovery.com/image/look_feel.asp\" >mlb jerseys china</a>\r\n[url=http://service.tcmdiscovery.com/image/look_feel.asp]mlb jerseys china[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.174.12\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2960,1094,'akismet_pro_tip','discard'),(2961,1095,'akismet_result','true'),(2962,1095,'akismet_history','a:4:{s:4:\"time\";d:1420684456.549685;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2963,1095,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Moncler Jackets On Sale\";s:20:\"comment_author_email\";s:18:\"ekgvqjas@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://georgetownrunningclub.org\";s:15:\"comment_content\";s:370:\"The core product of Ralph Lauren (polo shirts) was first used recommended polo uniforms by the experts but due to their elegant designs and style, Ralph Lauren introduced polo shirts as a part of wardrobe for both men and women.\r\n <a href=\"http://georgetownrunningclub.org\" >Moncler Jackets On Sale</a> [url=http://georgetownrunningclub.org]Moncler Jackets On Sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.172.166\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2964,1095,'akismet_pro_tip','discard'),(2965,1096,'akismet_result','true'),(2966,1096,'akismet_history','a:4:{s:4:\"time\";d:1420688516.9396541;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2967,1096,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"stivali hogan\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.ilborgodisantantonino.it/img/viewdjs.asp\";s:15:\"comment_content\";s:406:\"Round sunglasses are a good choice which are the most adorable embellishment under the retro fashion. The round shape makes the sunglasses extremely cute, no matter at the stage or in the street, there are a large number of round-framed glasses.\r\n <a href=\"http://www.ilborgodisantantonino.it/img/viewdjs.asp\" >stivali hogan</a>\r\n[url=http://www.ilborgodisantantonino.it/img/viewdjs.asp]stivali hogan[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2968,1096,'akismet_pro_tip','discard'),(2969,1097,'akismet_result','true'),(2970,1097,'akismet_history','a:4:{s:4:\"time\";d:1420689995.512105;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2971,1097,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"ugg lyon\";s:20:\"comment_author_email\";s:16:\"uxlscl@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://confectionery.themarketo.com/brownie/ordineriepilogo.asp\";s:15:\"comment_content\";s:474:\"No matter what the weather, festival-goers need to always pack a few essentials – including macs and wellies, as well as suncream and sunglasses. As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa. Variable weather is one of the few guarantees.\r\n <a href=\"http://confectionery.themarketo.com/brownie/ordineriepilogo.asp\" >ugg lyon</a> [url=http://confectionery.themarketo.com/brownie/ordineriepilogo.asp]ugg lyon[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2972,1097,'akismet_pro_tip','discard'),(2973,1098,'akismet_result','true'),(2974,1098,'akismet_history','a:4:{s:4:\"time\";d:1420691024.1459949;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2975,1098,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"hogan scarpe\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.modenplast.it/jection/bl.asp\";s:15:\"comment_content\";s:482:\"No matter what the weather, festival-goers need to always pack a few essentials – including macs and wellies, as well as suncream and sunglasses. As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa. Variable weather is one of the few guarantees.Many music festivals tend to be family affairs.\r\n <a href=\"http://www.modenplast.it/jection/bl.asp\" >hogan scarpe</a>\r\n[url=http://www.modenplast.it/jection/bl.asp]hogan scarpe[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2976,1098,'akismet_pro_tip','discard'),(2977,1099,'akismet_result','true'),(2978,1099,'akismet_history','a:4:{s:4:\"time\";d:1420691300.0578041;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2979,1099,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Mitsuko Adultcommunity\";s:20:\"comment_author_email\";s:23:\"Noteboom18377@gmail.com\";s:18:\"comment_author_url\";s:27:\"http://j.mp/find-sexy-girls\";s:15:\"comment_content\";s:191:\"I will immediately grasp your rss feed as I can not find your e-mail subscription link or e-newsletter service. Do you have any? Kindly permit me know in order that I could subscribe. Thanks.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"223.86.212.97\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2980,1100,'akismet_result','true'),(2981,1100,'akismet_history','a:4:{s:4:\"time\";d:1420691560.8273561;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2982,1100,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Gerry Sexpartner\";s:20:\"comment_author_email\";s:21:\"Koogle14013@gmail.com\";s:18:\"comment_author_url\";s:27:\"http://j.mp/find-sexy-girls\";s:15:\"comment_content\";s:157:\"You are my inhalation, I have few blogs and occasionally run out from post :). \"\'Tis the most tender part of love, each other to forgive.\" by John Sheffield.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"188.165.210.203\";s:10:\"user_agent\";s:112:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(2983,1101,'akismet_result','true'),(2984,1101,'akismet_history','a:4:{s:4:\"time\";d:1420693070.6696889;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2985,1101,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"moncler zomerjas dames\";s:20:\"comment_author_email\";s:16:\"fyjgjd@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.timkaarsemaker.nl/wp-includes/inc_menu.asp\";s:15:\"comment_content\";s:331:\"So if its belonging enough for ballistic combat, it willingly right impersonate good enough for us everyday non-combantants. Oakley erect is second to none and to further lock up its stamp as a leading brand, Oakley has even integrated bluetooth technology from Motorola into its sunglasses on the RAZRWIRE Bluetooth Eyewear model.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2986,1101,'akismet_pro_tip','discard'),(2987,1102,'akismet_result','true'),(2988,1102,'akismet_history','a:4:{s:4:\"time\";d:1420694181.9792111;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(2989,1102,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"Moncler Jas Dames\";s:20:\"comment_author_email\";s:19:\"fxcylfkor@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.butterwing.nl\";s:15:\"comment_content\";s:389:\"I have also seen people selling on ebay or elsewhere and they sell the fakes ones while advertising them as authentic pairs. Those sellers who sell real RayBan sunglasses on ebay can get away with it , because luxottica (RayBan Factory) does not know who those retailers are.\r\n <a href=\"http://www.butterwing.nl\" >Moncler Jas Dames</a> [url=http://www.butterwing.nl]Moncler Jas Dames[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.135\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(2990,1102,'akismet_pro_tip','discard'),(3010,1107,'akismet_pro_tip','discard'),(3011,1108,'akismet_result','true'),(3012,1108,'akismet_history','a:4:{s:4:\"time\";d:1420723631.781574;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3013,1108,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Moncler Spaccio\";s:20:\"comment_author_email\";s:17:\"udzpgqm@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.monnihotel.it\";s:15:\"comment_content\";s:276:\"New stocks are favored by investors as they always surge on their first day of trading. However, enthusiasm has cooled recently after the 8.64 percent tumble in the Shanghai stock index so far this year on concerns of an interest rate increase and tightened monetary policies.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3014,1108,'akismet_pro_tip','discard'),(3015,1109,'akismet_result','true'),(3016,1109,'akismet_history','a:4:{s:4:\"time\";d:1420727337.7326729;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3017,1109,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"modelli scarpe hogan\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://book.eread.com.tw/images/record.asp\";s:15:\"comment_content\";s:487:\"Some people prefer the complex design, while others think the simple models are suitable. As lens choice, gradient-color is more stylish, dark is still elegant while the light-colored line is avant-garde, determined in accordance with personal clothing.Music festivals are a chance to put some rock-chick style into your wardrobe.\r\n <a href=\"http://book.eread.com.tw/images/record.asp\" >modelli scarpe hogan</a>\r\n[url=http://book.eread.com.tw/images/record.asp]modelli scarpe hogan[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3018,1109,'akismet_pro_tip','discard'),(3019,1110,'akismet_result','true'),(3020,1110,'akismet_history','a:4:{s:4:\"time\";d:1420729651.126399;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3021,1110,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Moncler Jassen Outlet\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.schadezorg.nl\";s:15:\"comment_content\";s:331:\"There are so many people selling fake RayBan out of China, Hong Kong, or other countries. They post a picture that belongs to a pair that is actually real, then they send you a completely different fake pair.\r\n <a href=\"http://www.schadezorg.nl\" >Moncler Jassen Outlet</a>\r\n[url=http://www.schadezorg.nl]Moncler Jassen Outlet[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3022,1110,'akismet_pro_tip','discard'),(3023,1111,'akismet_result','true'),(3024,1111,'akismet_history','a:4:{s:4:\"time\";d:1420729780.3991261;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3025,1111,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://popea.es/gafas-de-sol/oakley.html\";s:15:\"comment_content\";s:455:\"The image of shoes to wear linen paintings in the Tang Dynasty has many reflecting the artist Yan Liben\'s \"Step Revealed map\" in the ladies, all wearing hemp shoes. In addition, Oakley Sunglasses Shaanxi Long An Tangwei immense stone tomb, and Li Shuang Xian Tang Dynasty tomb murals all have to wear hemp shoes image.\r\n <a href=\"http://popea.es/gafas-de-sol/oakley.html\" >Gafas Oakley</a>\r\n[url=http://popea.es/gafas-de-sol/oakley.html]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3026,1111,'akismet_pro_tip','discard'),(3027,1112,'akismet_result','true'),(3028,1112,'akismet_history','a:4:{s:4:\"time\";d:1420729883.188277;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3029,1112,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Moncler Uomo\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:382:\"The well-known sunglass brand, Rayban grasps this business opportunity. A lot of top researchers concerned are called in to research the problem that how to produce a kind of eyewear which could provide the wearers a clear vision and eye protection.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Uomo</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Uomo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3030,1112,'akismet_pro_tip','discard'),(3031,1113,'akismet_result','true'),(3032,1113,'akismet_history','a:4:{s:4:\"time\";d:1420731469.3090119;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3033,1113,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Uggs For Cheap\";s:20:\"comment_author_email\";s:16:\"tssdug@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:67:\"Cheap Ugg Boots Online in the somer I have ants and they take over.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.239.78\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(3034,1113,'akismet_pro_tip','discard'),(3035,1114,'akismet_result','true'),(3036,1114,'akismet_history','a:4:{s:4:\"time\";d:1420732464.5338149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3037,1114,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"michael kors cheap 50cc\";s:20:\"comment_author_email\";s:20:\"igrrxitrai@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mcinex.html\";s:15:\"comment_content\";s:258:\"though the nutrition outlay of money with regards to boot merchandise (degree) may perhaps possibly keep in mind on you\'re able to send principles in the near term, we industry has recently in most cases overreacted on the way to quite a number of headwinds.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"36.248.171.185\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3038,1114,'akismet_pro_tip','discard'),(3039,1115,'akismet_result','true'),(3040,1115,'akismet_history','a:4:{s:4:\"time\";d:1420733598.8989501;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3041,1115,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Childrens Ugg Boots Uk\";s:20:\"comment_author_email\";s:17:\"yhewkbn@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:76:\"Ugg Outlet Locations the corner of his lip creeping up into a sideways grin.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.239.78\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(3042,1115,'akismet_pro_tip','discard'),(3043,1116,'akismet_result','true'),(3044,1116,'akismet_history','a:4:{s:4:\"time\";d:1420733964.276607;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3045,1116,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Ugg Outlet Store\";s:20:\"comment_author_email\";s:21:\"nwjdihcbgog@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:66:\"Ugg Outlet Cabazon i am hoping to get dental implants put in both.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.239.78\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(3046,1116,'akismet_pro_tip','discard'),(3047,1117,'akismet_result','true'),(3048,1117,'akismet_history','a:4:{s:4:\"time\";d:1420742011.8988121;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3049,1117,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"moncler vest kids\";s:20:\"comment_author_email\";s:21:\"nbamawsivdr@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.barcodegulf.com/colorbox/WWW_ROOT/RTqcDv.asp\";s:15:\"comment_content\";s:351:\"These Moncler jackets are suitable for men and not other jackets to make you looks fashionable. Moncler coats are also available for navy blues, greys, pink for little girls.\r\n <a href=\"http://www.barcodegulf.com/colorbox/WWW_ROOT/RTqcDv.asp\" >moncler vest kids</a>\r\n[url=http://www.barcodegulf.com/colorbox/WWW_ROOT/RTqcDv.asp]moncler vest kids[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.204\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3050,1117,'akismet_pro_tip','discard'),(3051,1118,'akismet_result','true'),(3052,1118,'akismet_history','a:4:{s:4:\"time\";d:1420743454.9512219;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3053,1118,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"parfum hollister\";s:20:\"comment_author_email\";s:20:\"lestitarfx@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://goyang.easymedia.co.kr/CM/e_navigatore.asp\";s:15:\"comment_content\";s:327:\"Though the MBT footwear collection is classified as \"shoes,\" the term is misleading, because MBT creates what is actually the antithesis of the shoe. Think about it.\r\n <a href=\"http://goyang.easymedia.co.kr/CM/e_navigatore.asp\" >parfum hollister</a> [url=http://goyang.easymedia.co.kr/CM/e_navigatore.asp]parfum hollister[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3054,1118,'akismet_pro_tip','discard'),(3055,1119,'akismet_result','true'),(3056,1119,'akismet_history','a:4:{s:4:\"time\";d:1420745360.1810391;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3057,1119,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"Uggs Online\";s:20:\"comment_author_email\";s:21:\"dghzrlzqvcx@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:85:\"Cheap Ugg Boots Uk and realises that she is required now at the venue for soundcheck.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.239.78\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:54:\"http://mollywoppersnyb.com/2012/12/12/3-meetings-left/\";}'),(3058,1119,'akismet_pro_tip','discard'),(3059,1120,'akismet_result','true'),(3060,1120,'akismet_history','a:4:{s:4:\"time\";d:1420745900.7868879;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3061,1120,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"Ugg Boots Black Friday Deals\";s:20:\"comment_author_email\";s:20:\"tbdwgquwny@gmail.com\";s:18:\"comment_author_url\";s:61:\"http://www.montgomeryaviation.com/Ugg-Boots-Black-Friday.html\";s:15:\"comment_content\";s:383:\"It must be a good news for all moncler fans that it has put its new moncler jackets series- Moncler Grenoble Reinswald on sales. We can find the picture on the internet now.\r\n <a href=\"http://www.montgomeryaviation.com/Ugg-Boots-Black-Friday.html\" >Ugg Boots Black Friday Deals</a> [url=http://www.montgomeryaviation.com/Ugg-Boots-Black-Friday.html]Ugg Boots Black Friday Deals[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.135\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3062,1120,'akismet_pro_tip','discard'),(3063,1121,'akismet_result','true'),(3064,1121,'akismet_history','a:4:{s:4:\"time\";d:1420745964.7275419;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3065,1121,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Gafas Oakley Radar\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.franquiciashoy.es/cgi/precio-gafas-oakley.html\";s:15:\"comment_content\";s:238:\"Choosing big brands you\'re safe in the knowledge that your shades won\'t date, but will simply become timeless designer classics. With leading designer sunglasses, you know that even if the sun isn\'t shining, you\'ll shine out in the crowd.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3066,1121,'akismet_pro_tip','discard'),(3067,1122,'akismet_result','true'),(3068,1122,'akismet_history','a:4:{s:4:\"time\";d:1420753399.446044;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3069,1122,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Graig Eroticcommunity\";s:20:\"comment_author_email\";s:23:\"Huhammad11499@gmail.com\";s:18:\"comment_author_url\";s:27:\"http://j.mp/find-sexy-girls\";s:15:\"comment_content\";s:100:\"Merely wanna input that you have a very decent site, I love the layout it really stands out.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"190.153.34.82\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.2 (KHTML, like Gecko) Chrome/4.0.221.7 Safari/532.2\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3070,1123,'akismet_result','true'),(3071,1123,'akismet_history','a:4:{s:4:\"time\";d:1420755699.5694981;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3072,1123,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:38:\"christian louboutin shoes discount 80%\";s:20:\"comment_author_email\";s:18:\"xowzopkr@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.limitlesspublishing.net/winxwbclindex.html\";s:15:\"comment_content\";s:146:\"whimpering People brag but also make a complaint with regards to proceeds on the message forum board people who render way on average many people.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.85.100.21\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3073,1123,'akismet_pro_tip','discard'),(3074,1124,'akismet_result','true'),(3075,1124,'akismet_history','a:4:{s:4:\"time\";d:1420755759.2486539;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3076,1124,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:47:\"christian louboutin wedges gamble online sports\";s:20:\"comment_author_email\";s:21:\"ltfgeimmlrs@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://www.sandrocohen.org/clindexd.html\";s:15:\"comment_content\";s:162:\"within a expensive jewelry box was a set of Jessica Leigh diamond earrings according to using more than 100 real diamonds as well as every store for up to $2,000.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.86.178.254\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3077,1124,'akismet_pro_tip','discard'),(3078,1125,'akismet_result','true'),(3079,1125,'akismet_history','a:4:{s:4:\"time\";d:1420756408.498579;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3080,1125,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"michael kors cheap nba gear wholesale\";s:20:\"comment_author_email\";s:19:\"nsjeuuikr@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mkinex.html\";s:15:\"comment_content\";s:241:\"actual to value UGG overshoes likewise has benefits to be honest in both snug and toasty groovy weather, men and women down blackout lining picture almost any sweat from the foot together with filing one protected with cool and also warming,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"140.237.37.129\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3081,1125,'akismet_pro_tip','discard'),(3082,1126,'akismet_result','true'),(3083,1126,'akismet_history','a:4:{s:4:\"time\";d:1420756611.6841681;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3084,1126,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"sac marque pas cher louis vuitton\";s:20:\"comment_author_email\";s:20:\"kufcxwzshq@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.swaqua.com/common/dostavaupdate.asp\";s:15:\"comment_content\";s:381:\"You most likely can tell that if they are actually located in the US. Be awaye that being in the US alone does not mean buying authentic, being abroad and overseas usually mean buying fake!\r\n <a href=\"http://www.swaqua.com/common/dostavaupdate.asp\" >sac marque pas cher louis vuitton</a>\r\n[url=http://www.swaqua.com/common/dostavaupdate.asp]sac marque pas cher louis vuitton[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3085,1126,'akismet_pro_tip','discard'),(3086,1127,'akismet_result','true'),(3087,1127,'akismet_history','a:4:{s:4:\"time\";d:1420758350.079325;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3088,1127,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:38:\"michael kors cheap 4x6 flyers brickell\";s:20:\"comment_author_email\";s:16:\"lfzbvk@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mcinex.html\";s:15:\"comment_content\";s:223:\"the only method to carry worldwide (instead of ET arks/lifeboats) Is to design subway states alongside lighting as well as well hydroponic seed remain survive specific number types we must supply save livestock we\'ve found.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"120.37.235.208\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3089,1127,'akismet_pro_tip','discard'),(3090,1128,'akismet_result','true'),(3091,1128,'akismet_history','a:4:{s:4:\"time\";d:1420758491.2527201;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3092,1128,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Cheap Ugg Boots\";s:20:\"comment_author_email\";s:18:\"loicsmlx@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:79:\"Cheap Ugg Boots For Kids it was the first time all year that they were selfish.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.239.78\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3093,1128,'akismet_pro_tip','discard'),(3094,1129,'akismet_result','true'),(3095,1129,'akismet_history','a:4:{s:4:\"time\";d:1420759228.8941131;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3096,1129,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"michael kors cheap yeti rambler\";s:20:\"comment_author_email\";s:20:\"znzjjezkno@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mcinex.html\";s:15:\"comment_content\";s:185:\"just be sure you try on both UGG your footwear given that a persons feet are just about half a area bigger than the mediocre ones so you want to make certain that they are totally good.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.252.172\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3097,1129,'akismet_pro_tip','discard'),(3098,1130,'akismet_result','true'),(3099,1130,'akismet_history','a:4:{s:4:\"time\";d:1420759681.9233911;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3100,1130,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.franquiciashoy.es\";s:15:\"comment_content\";s:395:\"They have a patent logo that is ‘O\' on the temples which looks very trendy and is considered a hot fashion statement.It may be argued that you may get any sunglass at a very cheap price from the street vendor then why must you burn a hole in your pocket and buy a branded one.\r\n <a href=\"http://www.franquiciashoy.es\" >Oakley Baratas</a>\r\n[url=http://www.franquiciashoy.es]Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3101,1130,'akismet_pro_tip','discard'),(3102,1131,'akismet_result','true'),(3103,1131,'akismet_history','a:4:{s:4:\"time\";d:1420760109.56181;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3104,1131,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Wholesale Ugg Boots\";s:20:\"comment_author_email\";s:21:\"beebrywhxah@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:77:\"Ugg Outlet Boots as the confident frontman of a brazen and dynamic rock band.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.239.78\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:62:\"http://mollywoppersnyb.com/2011/05/19/block-party-is-official/\";}'),(3105,1131,'akismet_pro_tip','discard'),(3106,1132,'akismet_result','true'),(3107,1132,'akismet_history','a:4:{s:4:\"time\";d:1420762990.3479249;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3108,1132,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Harriett Adultcommunity\";s:20:\"comment_author_email\";s:21:\"Ereaux38188@gmail.com\";s:18:\"comment_author_url\";s:27:\"http://j.mp/find-sexy-girls\";s:15:\"comment_content\";s:93:\"Merely wanna say that this is very beneficial , Thanks for taking your time to write this.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"117.163.173.202\";s:10:\"user_agent\";s:106:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3109,1133,'akismet_result','true'),(3110,1133,'akismet_history','a:4:{s:4:\"time\";d:1420763250.4213109;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3111,1133,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"Isaiah Meetingsexypeople\";s:20:\"comment_author_email\";s:22:\"Allphin14331@gmail.com\";s:18:\"comment_author_url\";s:27:\"http://j.mp/find-sexy-girls\";s:15:\"comment_content\";s:229:\"you are in point of fact a just right webmaster. The site loading speed is amazing. It seems that you are doing any distinctive trick. In addition, The contents are masterpiece. you have performed a magnificent job on this topic!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"202.152.19.100\";s:10:\"user_agent\";s:11:\"&as_qdr=all\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3112,1134,'akismet_result','true'),(3113,1134,'akismet_history','a:4:{s:4:\"time\";d:1420767281.358099;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3114,1134,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"polo lauren ralph\";s:20:\"comment_author_email\";s:20:\"vuhihpjsht@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://www.citterio.com/js/57dOMp/YcTC8u.asp\";s:15:\"comment_content\";s:433:\"As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa. Variable weather is one of the few guarantees.Many music festivals tend to be family affairs. It\'s important you make sure your children are protected from the elements too.\r\n <a href=\"http://www.citterio.com/js/57dOMp/YcTC8u.asp\" >polo lauren ralph</a> [url=http://www.citterio.com/js/57dOMp/YcTC8u.asp]polo lauren ralph[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3115,1134,'akismet_pro_tip','discard'),(3116,1136,'akismet_result','true'),(3117,1136,'akismet_history','a:4:{s:4:\"time\";d:1420767940.3589749;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3118,1136,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"ugg boot sale\";s:20:\"comment_author_email\";s:16:\"fyjgjd@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://thanhhienhotel.com/js/customermis.asp\";s:15:\"comment_content\";s:180:\"Cheap sunglasses may be but very bad for the health of your eyes; they are not very lasting and do not have UV blocking. You can\'t play with your health only for the sake of money.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3119,1136,'akismet_pro_tip','discard'),(3120,1137,'akismet_result','true'),(3121,1137,'akismet_history','a:4:{s:4:\"time\";d:1420770365.770262;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3122,1137,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:29:\"michael kors cheap 3d glasses\";s:20:\"comment_author_email\";s:20:\"eumclulemc@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/xxinex.html\";s:15:\"comment_content\";s:54:\"simple truth is OneWest a mere changes underneath 10%,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"117.26.249.115\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3123,1137,'akismet_pro_tip','discard'),(3124,1138,'akismet_result','true'),(3125,1138,'akismet_history','a:4:{s:4:\"time\";d:1420773575.5182559;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3126,1138,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"cheap michael kors crossbody bags 015\";s:20:\"comment_author_email\";s:18:\"oubfisoi@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.thaisun.pl/wp-content/plugins/mkinex.html\";s:15:\"comment_content\";s:83:\"ok, really to pick from! misguided training! if you\'re one, your not an additional.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.159.248.4\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3127,1138,'akismet_pro_tip','discard'),(3128,1139,'akismet_result','true'),(3129,1139,'akismet_history','a:4:{s:4:\"time\";d:1420775571.0709851;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3130,1139,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"sac louis vuitton femme occasion\";s:20:\"comment_author_email\";s:16:\"yasodi@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.autoparts.se/js/cifrmtariff.asp\";s:15:\"comment_content\";s:402:\"No one even wants to watch the impact test videos on Oakley sunglasses web site because it\'s just too scary.Now that\'s a trump card.Oakley sunglasses are a top brand of men\'s and women\'s grades, which is famous worldwide.\r\n <a href=\"http://www.autoparts.se/js/cifrmtariff.asp\" >sac louis vuitton femme occasion</a>\r\n[url=http://www.autoparts.se/js/cifrmtariff.asp]sac louis vuitton femme occasion[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.173.62\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3131,1139,'akismet_pro_tip','discard'),(3132,1140,'akismet_result','true'),(3133,1140,'akismet_history','a:4:{s:4:\"time\";d:1420778323.1334431;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3134,1140,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:47:\"best christian louboutin replica website review\";s:20:\"comment_author_email\";s:16:\"seudad@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.limitlesspublishing.net/winxwbclindex.html\";s:15:\"comment_content\";s:309:\"the site doesn obtain a genius to know that if 6 of all the 10 models walking around environs should be tiring UGG hunters (that by Decker free-spirited), That not only is it a good design, but that\'s most certainly photograph weight this section 40% to make sure you cavern in and buy manboobs by themselves.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.250.151\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3135,1140,'akismet_pro_tip','discard'),(3147,1143,'akismet_pro_tip','discard'),(3148,1144,'akismet_result','true'),(3149,1144,'akismet_history','a:4:{s:4:\"time\";d:1420796200.7668231;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3150,1144,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"zapatillas ugg\";s:20:\"comment_author_email\";s:20:\"vvqhyiovsb@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://postek.co.kr/temp/liste.asp\";s:15:\"comment_content\";s:320:\"Moncler jackets are available in different sizes and colors. You can find any of the size which best fits you. Hoodie styles have also been formed to save you from the chilling cold of winter.\r\n <a href=\"http://postek.co.kr/temp/liste.asp\" >zapatillas ugg</a> [url=http://postek.co.kr/temp/liste.asp]zapatillas ugg[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3151,1144,'akismet_pro_tip','discard'),(3152,1145,'akismet_result','true'),(3153,1145,'akismet_history','a:4:{s:4:\"time\";d:1420796420.6887529;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3154,1145,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Ugg Discount\";s:20:\"comment_author_email\";s:19:\"ilcybtxyn@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:89:\"Outlet Online Stores most cruise lines offer round trip shuttles to the main attractions.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.166.175\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3155,1146,'akismet_result','true'),(3156,1146,'akismet_history','a:4:{s:4:\"time\";d:1420801967.185322;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3157,1146,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Precio Gafas Oakley\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.franquiciashoy.es/cgi/gafas-oakley-baratas.html\";s:15:\"comment_content\";s:190:\"There is no denying the fact that the price tags of some of the popular brands like Oakley, Chanel, Gucci and Dior tend to set you thinking whether they are meant only for the prodigal ones.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3158,1146,'akismet_pro_tip','discard'),(3159,1147,'akismet_result','true'),(3160,1147,'akismet_history','a:4:{s:4:\"time\";d:1420802353.036293;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3161,1147,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"belcloud ugg\";s:20:\"comment_author_email\";s:16:\"btxtmy@gmail.com\";s:18:\"comment_author_url\";s:77:\"http://www.actworld.net/cheap-ugg-boots/belcloud-ugg/belcloud-ugg-105075.html\";s:15:\"comment_content\";s:461:\"Usually if you take your sunglasses to a lens crafter store or a Sunglass Hut store , then you get more accurate information.Beam ban aviator is developed to protect pilots eyes from everlasting damages as a result of the harmful sunlight when flying.\r\n <a href=\"http://www.actworld.net/cheap-ugg-boots/belcloud-ugg/belcloud-ugg-105075.html\" >belcloud ugg</a> [url=http://www.actworld.net/cheap-ugg-boots/belcloud-ugg/belcloud-ugg-105075.html]belcloud ugg[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3162,1147,'akismet_pro_tip','discard'),(3163,1148,'akismet_result','true'),(3164,1148,'akismet_history','a:4:{s:4:\"time\";d:1420802696.215749;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3165,1148,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Ugg Outlet Uk\";s:20:\"comment_author_email\";s:20:\"dhwcnggfmg@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:86:\"Cheap Ugg Women Boots a few well chosen modern paintings would make this room sparkle.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.166.175\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(3166,1148,'akismet_pro_tip','discard'),(3167,1149,'akismet_result','true'),(3168,1149,'akismet_history','a:4:{s:4:\"time\";d:1420805139.440227;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3169,1149,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Moncler Donna\";s:20:\"comment_author_email\";s:17:\"wirgbbx@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.ciroamodio.it/moncleritalia.asp\";s:15:\"comment_content\";s:286:\"There are many people, who find it difficult to locate Abercrombie outlet. For all such people, it is good to browse the website of this brand.\r\n <a href=\"http://www.ciroamodio.it/moncleritalia.asp\" >Moncler Donna</a>\r\n[url=http://www.ciroamodio.it/moncleritalia.asp]Moncler Donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.150.213.1\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3170,1149,'akismet_pro_tip','discard'),(3171,1150,'akismet_result','true'),(3172,1150,'akismet_history','a:4:{s:4:\"time\";d:1420806215.054877;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3173,1150,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"moncler zomerjas dames\";s:20:\"comment_author_email\";s:16:\"fyjgjd@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.timkaarsemaker.nl/wp-includes/inc_menu.asp\";s:15:\"comment_content\";s:284:\"To purchase the glasses, you must functioning with an Oakley-affiliated eye doctor, such as Dr. Beckwith of Austin County say so Associates or any one of the proper opticians located at the vision center that can bear your prescription also order the frame further lenses from Oakley.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3174,1150,'akismet_pro_tip','discard'),(3175,1151,'akismet_result','true'),(3176,1151,'akismet_history','a:4:{s:4:\"time\";d:1420806374.8755469;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3177,1151,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"Moncler USA\";s:20:\"comment_author_email\";s:20:\"wianorjwms@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://georgetownrunningclub.org\";s:15:\"comment_content\";s:416:\"Thus, sportsmen find it great advantage while fishing. These are great advantages to various fishermen to catch fish.These glasses also help in high definition optics. This facility helps in enhancing of the vision power. You cannot say that these Oakley sunglasses polarized are not a cheat code.\r\n <a href=\"http://georgetownrunningclub.org\" >Moncler USA</a>\r\n[url=http://georgetownrunningclub.org]Moncler USA[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3178,1151,'akismet_pro_tip','discard'),(3179,1152,'akismet_result','true'),(3180,1152,'akismet_history','a:4:{s:4:\"time\";d:1420806392.0246511;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3181,1152,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"ugg for sale\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.dalan.com.vn/Library/e_alto.asp\";s:15:\"comment_content\";s:473:\"Aerodynamic frames are designed so as to fit snugly, allowing just the right amount of air flow between the eye and the lens, to provide wind resistance and prevent fogging of lenses. The flexible frames take up the contour of the user and successfully provide wind resistance which may result in watering and squinting of the eyes.\r\n <a href=\"http://www.dalan.com.vn/Library/e_alto.asp\" >ugg for sale</a>\r\n[url=http://www.dalan.com.vn/Library/e_alto.asp]ugg for sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3182,1152,'akismet_pro_tip','discard'),(3183,1153,'akismet_result','true'),(3184,1153,'akismet_history','a:4:{s:4:\"time\";d:1420808659.6097679;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3185,1153,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"mac buffing brush 321342\";s:20:\"comment_author_email\";s:16:\"ooniml@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.taseel.com/blog/mac_buffing_brush_321342.asp\";s:15:\"comment_content\";s:847:\"<a href=\"http://www.tesourosdaopera.com.br/blog/mac_cyber_lipstick_015405.asp\">mac cyber lipstick 015405</a> <a href=\"http://www.taseel.com/blog/mac_makeup_brush_cleanser_ingredients_404025.asp\">mac makeup brush cleanser ingredients 404025</a> <a href=\"http://www.donatoriabzero.org/blog/Makeup_Mac_251023.asp\">Makeup Mac 251023</a> <a href=\"http://www.bitspower.com/blog/mac_pro_south_africa_035441.asp\">mac pro south africa 035441</a> <a href=\"http://www.boutique.rasteau.com/blog/purple_mac_lipsticks_302104.asp\">purple mac lipsticks 302104</a> <a href=\"http://www.legemmedimurano.com/blog/purple_mac_lipsticks_043504.asp\">purple mac lipsticks 043504</a>\r\n <a href=\"http://www.taseel.com/blog/mac_buffing_brush_321342.asp\" >mac buffing brush 321342</a> [url=http://www.taseel.com/blog/mac_buffing_brush_321342.asp]mac buffing brush 321342[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3186,1153,'akismet_pro_tip','discard'),(3187,1154,'akismet_result','true'),(3188,1154,'akismet_history','a:4:{s:4:\"time\";d:1420820414.3785851;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3189,1154,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"parajumpers mens parka\";s:20:\"comment_author_email\";s:17:\"eimibln@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.runstarbearings.com/hali/iboski_eve.asp\";s:15:\"comment_content\";s:251:\"Usually if you take your sunglasses to a lens crafter store or a Sunglass Hut store , then you get more accurate information.Beam ban aviator is developed to protect pilots eyes from everlasting damages as a result of the harmful sunlight when flying.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3190,1154,'akismet_pro_tip','discard'),(3191,1155,'akismet_result','true'),(3192,1155,'akismet_history','a:4:{s:4:\"time\";d:1420824225.5760009;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3193,1155,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Moncler Uomo\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:483:\"The name Oakley came from Jannard\'s dog, an English Setter. The Oakley brand implies the very best of sporty style coupled with high performance! What makes Oakley sunglasses different from ordinary designer sunglasses is the use of technology such as Plutonite and Iridium lens coating to enhance clarity and vision, which is critical during sports.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Uomo</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Uomo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3194,1155,'akismet_pro_tip','discard'),(3195,1156,'akismet_result','true'),(3196,1156,'akismet_history','a:4:{s:4:\"time\";d:1420827935.960588;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3197,1156,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Uggs Discount\";s:20:\"comment_author_email\";s:16:\"wpntiw@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:100:\"Cheap Sequin Uggs the four non Cheap Sequin Uggs World Cup players in the squad are Schalke\'s Jones.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.166.175\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(3198,1156,'akismet_pro_tip','discard'),(3199,1157,'akismet_result','true'),(3200,1157,'akismet_history','a:4:{s:4:\"time\";d:1420833532.5170629;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3201,1157,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Uggs Uk Outlet\";s:20:\"comment_author_email\";s:21:\"ptehfrhjuso@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:86:\"Cheap Uggs For Sale Online Outlet with one of them even telling the pair at one point.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.166.175\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(3202,1157,'akismet_pro_tip','discard'),(3203,1158,'akismet_result','true'),(3204,1158,'akismet_history','a:4:{s:4:\"time\";d:1420833890.6625521;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3205,1158,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"burberry womens t-shirts\";s:20:\"comment_author_email\";s:17:\"scanyyd@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://www.kfaa.or.kr/chi/users.asp\";s:15:\"comment_content\";s:428:\"If you\'re into sports, you probably know that your body endures greater wear and tear than that of the average person\'s, not the least of which are your eyes. Spending more time in the sun than the average person, sportsmen require sunglasses offering 100 percent UV protection.\r\n <a href=\"http://www.kfaa.or.kr/chi/users.asp\" >burberry womens t-shirts</a> [url=http://www.kfaa.or.kr/chi/users.asp]burberry womens t-shirts[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3206,1158,'akismet_pro_tip','discard'),(3207,1159,'akismet_result','true'),(3208,1159,'akismet_history','a:4:{s:4:\"time\";d:1420833981.5681;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3209,1159,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Ugg Boots Discount\";s:20:\"comment_author_email\";s:19:\"llolcooxo@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:89:\"Ugg Australia Outlet Store remember July 7th and calming the IRA situation and ceasefire.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.166.175\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3210,1159,'akismet_pro_tip','discard'),(3211,1160,'akismet_result','true'),(3212,1160,'akismet_history','a:4:{s:4:\"time\";d:1420834086.1686051;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3213,1160,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"polo outlet uk\";s:20:\"comment_author_email\";s:20:\"kufcxwzshq@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.encominc.com/assets/rus.asp\";s:15:\"comment_content\";s:438:\"These men\'s sunglasses have a wraparound frame and are one of Oakley\'s polarized sunglasses.Unique contouring and a lightweight O-Matter plastic frame ensure a comfortable fit every time. The ultimate in protection, one piece lens covers your entire vision providing an exceptional cycling experience.\r\n <a href=\"http://www.encominc.com/assets/rus.asp\" >polo outlet uk</a>\r\n[url=http://www.encominc.com/assets/rus.asp]polo outlet uk[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3214,1160,'akismet_pro_tip','discard'),(3215,1161,'akismet_result','true'),(3216,1161,'akismet_history','a:4:{s:4:\"time\";d:1420835721.630537;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3217,1161,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.franquiciashoy.es/cgi/gafas-oakley-baratas.html\";s:15:\"comment_content\";s:290:\"This provides any cyclist the clearest along with sharpest eyesight, particularly when you\'ve got your talent on the finishing line.With the conclusion of the Tour de France decided we now take a look at what was also a big showcase for the latest in sports sunglass fashion and technology.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3218,1161,'akismet_pro_tip','discard'),(3219,1162,'akismet_result','true'),(3220,1162,'akismet_history','a:4:{s:4:\"time\";d:1420836091.707417;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3221,1162,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:36:\"michael kors bags outlet online sale\";s:20:\"comment_author_email\";s:16:\"bxmnhi@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.capitolchristmastree.com/mkdillards13.html\";s:15:\"comment_content\";s:162:\"need to struggle with your leg protection sitting older from the your footwear, you\'ll need to add start socks to reinvigorate most people unattractive bookmarks.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.86.178.254\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3222,1162,'akismet_pro_tip','discard'),(3223,1163,'akismet_result','true'),(3224,1163,'akismet_history','a:4:{s:4:\"time\";d:1420842258.9003091;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3225,1163,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"hollister lille\";s:20:\"comment_author_email\";s:21:\"okrkdqpbvsd@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.geasy.com.tw/css/packagelist.asp\";s:15:\"comment_content\";s:314:\"And as mention before, the GHD Mini Hair Straighteners are great for men to use, yes thats right, men can use Hair Straighteners too and tens of thousands of them do.\r\n <a href=\"http://www.geasy.com.tw/css/packagelist.asp\" >hollister lille</a> [url=http://www.geasy.com.tw/css/packagelist.asp]hollister lille[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3226,1163,'akismet_pro_tip','discard'),(3227,1164,'akismet_result','true'),(3228,1164,'akismet_history','a:4:{s:4:\"time\";d:1420842891.1729629;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3229,1164,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"vendita online hogan\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://sms.codingsrl.it/833/carrental.asp\";s:15:\"comment_content\";s:386:\"Your technologically advanced involving Louis Vuittion design and style is offered to you personally in Thumbtrade.com since many of us merely investment the most up-to-date variety of Louis Vuittion sunglasses along with Eye wear.\r\n <a href=\"http://sms.codingsrl.it/833/carrental.asp\" >vendita online hogan</a>\r\n[url=http://sms.codingsrl.it/833/carrental.asp]vendita online hogan[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3230,1164,'akismet_pro_tip','discard'),(3231,1165,'akismet_result','true'),(3232,1165,'akismet_history','a:4:{s:4:\"time\";d:1420843065.6484549;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3233,1165,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:7:\"ugg usa\";s:20:\"comment_author_email\";s:20:\"unlxnutnkd@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.eazeescreen.co.uk/voet/foot.asp\";s:15:\"comment_content\";s:342:\"So if you are purchasing for cycling only and already have your Ray Ban aviators for holidays then this model is worth look at.This is Oakley\'s biggest player, complete eye socket coverage for maximum protection.\r\n <a href=\"http://www.eazeescreen.co.uk/voet/foot.asp\" >ugg usa</a> [url=http://www.eazeescreen.co.uk/voet/foot.asp]ugg usa[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3234,1165,'akismet_pro_tip','discard'),(3235,1166,'akismet_result','true'),(3236,1166,'akismet_history','a:4:{s:4:\"time\";d:1420844119.853482;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3237,1166,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"michael kors outlet store allen\";s:20:\"comment_author_email\";s:19:\"zkxsktxce@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.clalighting.com.au/mkdillards7.html\";s:15:\"comment_content\";s:296:\"there we were indeed agitated in Teva\'s begin playing around by the year; the world thinks some sort of brand\'s ability came badly influenced fundamentally past outside questions, especially, exciting money conditions that were able a challenging in a store environs for the entire manufacturing,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"140.237.2.16\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3238,1166,'akismet_pro_tip','discard'),(3239,1167,'akismet_result','true'),(3240,1167,'akismet_history','a:4:{s:4:\"time\";d:1420844154.8393641;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3241,1167,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"doudoune moncler homme solde\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://tranleinvestment.com/imgs/template.asp\";s:15:\"comment_content\";s:386:\"The original layout possessed the yellow metal plated body along with green lenses, the timeless classic Aviator design, and it immediately captured the imagination of real \"aviators\" the United States Army.\r\n <a href=\"http://tranleinvestment.com/imgs/template.asp\" >doudoune moncler homme solde</a>\r\n[url=http://tranleinvestment.com/imgs/template.asp]doudoune moncler homme solde[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3242,1167,'akismet_pro_tip','discard'),(3243,1168,'akismet_result','true'),(3244,1168,'akismet_history','a:4:{s:4:\"time\";d:1420844275.909194;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3245,1168,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Moncler Jackets On Sale\";s:20:\"comment_author_email\";s:20:\"wianorjwms@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.mogainc.net\";s:15:\"comment_content\";s:420:\"Thus, sportsmen find it great advantage while fishing. These are great advantages to various fishermen to catch fish.These glasses also help in high definition optics. This facility helps in enhancing of the vision power. You cannot say that these Oakley sunglasses polarized are not a cheat code.\r\n <a href=\"http://www.mogainc.net\" >Moncler Jackets On Sale</a>\r\n[url=http://www.mogainc.net]Moncler Jackets On Sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3246,1168,'akismet_pro_tip','discard'),(3247,1169,'akismet_result','true'),(3248,1169,'akismet_history','a:4:{s:4:\"time\";d:1420850712.0021999;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3249,1169,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:38:\"christian louboutin outlet store usa 2\";s:20:\"comment_author_email\";s:20:\"ukialmkprd@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.cenytransferowe.org/cl6therealreal.html\";s:15:\"comment_content\";s:47:\"nyc will be a blurry city on scarce gatherings.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"140.237.2.125\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3250,1169,'akismet_pro_tip','discard'),(3251,1170,'akismet_result','true'),(3252,1170,'akismet_history','a:4:{s:4:\"time\";d:1420852785.34218;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3253,1170,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"hogan collezione 2013 uomo\";s:20:\"comment_author_email\";s:19:\"ezohdubwa@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://baxyengines.com/Backoffice/cssx.asp\";s:15:\"comment_content\";s:397:\"The clarity you get from the lenses is excellent and would serve well for cyclists, runners and the like.I have seen people selling RayBan on ebay or other channels for less than the retail price and yet they sell the real ones.\r\n <a href=\"http://baxyengines.com/Backoffice/cssx.asp\" >hogan collezione 2013 uomo</a>\r\n[url=http://baxyengines.com/Backoffice/cssx.asp]hogan collezione 2013 uomo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.174.87\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3254,1170,'akismet_pro_tip','discard'),(3255,1171,'akismet_result','true'),(3256,1171,'akismet_history','a:4:{s:4:\"time\";d:1420853463.58811;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3257,1171,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"ugg australia adirondack\";s:20:\"comment_author_email\";s:17:\"eimibln@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://postek.co.kr/voddata/menu-inc.asp\";s:15:\"comment_content\";s:164:\"If you like to keep up with the trends and wants nothing but the best and the latest, then you\'d surely want to get your credit cards on the Split Thump Sunglasses.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3258,1171,'akismet_pro_tip','discard'),(3259,1172,'akismet_result','true'),(3260,1172,'akismet_history','a:4:{s:4:\"time\";d:1420853561.6078441;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3261,1172,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Moncler Zomerjas\";s:20:\"comment_author_email\";s:16:\"lrvmfs@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.schadezorg.nl\";s:15:\"comment_content\";s:273:\"Needless to say, in the down jacket fashion world, there is no second company which can compete with Moncler,it has become a second to none down jacket brand.\r\n <a href=\"http://www.schadezorg.nl\" >Moncler Zomerjas</a>\r\n[url=http://www.schadezorg.nl]Moncler Zomerjas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.150.217.3\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3262,1172,'akismet_pro_tip','discard'),(3263,1173,'akismet_result','true'),(3264,1173,'akismet_history','a:4:{s:4:\"time\";d:1420863394.3067811;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3265,1173,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"ralph loren\";s:20:\"comment_author_email\";s:20:\"oqypsxyhap@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://uae.value9.com/Uploads/uOFfYs/jeJajA.asp\";s:15:\"comment_content\";s:367:\"This is a good family business and the owners do everything in their power to repair the customers glasses but only charges a small amount leaving the opticians to make a profit and it helps with their customer service.\r\n <a href=\"http://uae.value9.com/Uploads/uOFfYs/jeJajA.asp\" >ralph loren</a> [url=http://uae.value9.com/Uploads/uOFfYs/jeJajA.asp]ralph loren[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3266,1173,'akismet_pro_tip','discard'),(3267,1174,'akismet_result','true'),(3268,1174,'akismet_history','a:4:{s:4:\"time\";d:1420864237.482759;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3269,1174,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"marc by marc jacobs ?reringe\";s:20:\"comment_author_email\";s:17:\"tflirjh@gmail.com\";s:18:\"comment_author_url\";s:33:\"http://konstruktoren.dk/en/wl.asp\";s:15:\"comment_content\";s:434:\"It may be argued that you may get any sunglass at a very cheap price from the street vendor then why must you burn a hole in your pocket and buy a branded one. Cheap sunglasses may be but very bad for the health of your eyes; they are not very lasting and do not have UV blocking.\r\n <a href=\"http://konstruktoren.dk/en/wl.asp\" >marc by marc jacobs ?reringe</a> [url=http://konstruktoren.dk/en/wl.asp]marc by marc jacobs ?reringe[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3270,1174,'akismet_pro_tip','discard'),(3271,1175,'akismet_result','true'),(3272,1175,'akismet_history','a:4:{s:4:\"time\";d:1420868218.2000389;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3273,1175,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"moncler aspen\";s:20:\"comment_author_email\";s:16:\"wlijlh@gmail.com\";s:18:\"comment_author_url\";s:56:\"http://service.tcmdiscovery.com/paulsmithfr/calendar.asp\";s:15:\"comment_content\";s:226:\"http://www.netgroup.se/monclerjacka.aspMoncler Jacka Dam\r\n <a href=\"http://service.tcmdiscovery.com/paulsmithfr/calendar.asp\" >moncler aspen</a> [url=http://service.tcmdiscovery.com/paulsmithfr/calendar.asp]moncler aspen[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3274,1175,'akismet_pro_tip','discard'),(3275,1176,'akismet_result','true'),(3276,1176,'akismet_history','a:4:{s:4:\"time\";d:1420869382.804225;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3277,1176,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:38:\"michael kors handbags wholesale prices\";s:20:\"comment_author_email\";s:20:\"lprkwbiiwh@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.clalighting.com.au/mkdillards7.html\";s:15:\"comment_content\";s:31:\"or maybe pulling a happy hound.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.249.174\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3278,1176,'akismet_pro_tip','discard'),(3279,1177,'akismet_result','true'),(3280,1177,'akismet_history','a:4:{s:4:\"time\";d:1420871424.4828939;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3281,1177,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Oakley Jupiter\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:56:\"http://www.franquiciashoy.es/cgi/gafas-oakley-radar.html\";s:15:\"comment_content\";s:300:\"No matter what the weather, festival-goers need to always pack a few essentials ¨C including macs and wellies, as well as suncream and sunglasses. As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa. Variable weather is one of the few guarantees.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3282,1177,'akismet_pro_tip','discard'),(3283,1178,'akismet_result','true'),(3284,1178,'akismet_history','a:4:{s:4:\"time\";d:1420873487.396687;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3285,1178,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"veste moncler homme\";s:20:\"comment_author_email\";s:18:\"fwiqpary@gmail.com\";s:18:\"comment_author_url\";s:54:\"http://www.mizziorganisation.com/css/listanswerbak.asp\";s:15:\"comment_content\";s:487:\"No athlete or other wearer wants to fuss with a pair of sunglasses that is ill-fitting, either pinching or sliding off your face at inconvenient times. The semi-rimless design ensures your field of vision is never obscured, particularly when looking downward, which can happen with other models of sunglasses.\r\n <a href=\"http://www.mizziorganisation.com/css/listanswerbak.asp\" >veste moncler homme</a> [url=http://www.mizziorganisation.com/css/listanswerbak.asp]veste moncler homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.212.236\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3286,1178,'akismet_pro_tip','discard'),(3287,1179,'akismet_result','true'),(3288,1179,'akismet_history','a:4:{s:4:\"time\";d:1420873953.404685;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3289,1179,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"ビビアンウエストウッド\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:65:\"http://www.teres-3.ru/feed.php?ビビアンウエストウッド/\";s:15:\"comment_content\";s:397:\"Annese has preserved and digitized another famous brain, that of Henry Molaison, who died in 2008 after living for decades with profound amnesia. Known as \"H.M.\" in scientific studies, Molaison participated during his life in research that revealed new insights on learning and memory.\r\n[url=http://www.teres-3.ru/feed.php?ビビアンウエストウッド/]ビビアンウエストウッド[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3290,1179,'akismet_pro_tip','discard'),(3291,1180,'akismet_result','true'),(3292,1180,'akismet_history','a:4:{s:4:\"time\";d:1420876586.327745;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3293,1180,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"Doudoune Homme Moncler Pas Cher\";s:20:\"comment_author_email\";s:16:\"btxtmy@gmail.com\";s:18:\"comment_author_url\";s:73:\"http://www.actworld.net/doudoune-moncler/doudoune-homme-moncler-pas-cher/\";s:15:\"comment_content\";s:539:\"The problem with buying on ebay is that you may end up with a fake pair. Also, even if you receive a real pair, your Ray Ban\'s warranty is not going to be valid. If you ever want to send the glasses back to the company under the warranty, then you would have to send it along with proof of purchase.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/doudoune-homme-moncler-pas-cher/\" >Doudoune Homme Moncler Pas Cher</a> [url=http://www.actworld.net/doudoune-moncler/doudoune-homme-moncler-pas-cher/]Doudoune Homme Moncler Pas Cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3294,1180,'akismet_pro_tip','discard'),(3295,1181,'akismet_result','true'),(3296,1181,'akismet_history','a:4:{s:4:\"time\";d:1420877734.853097;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3297,1181,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"Williamkl\";s:20:\"comment_author_email\";s:22:\"williamonem@yandex.com\";s:18:\"comment_author_url\";s:39:\"http://onlinebuyclozapine-ky666.soup.io\";s:15:\"comment_content\";s:761:\"purchase clozaril c o d at arizona dewey <a href=http://clozapine-order-cheap-ze302.soup.io>discount us clozaril</a> price assistance clozaril 2 mg <a href=http://buycheapclozaril-w283.soup.io>buy clozaril in internet mastercard at paignton</a> clozaril 60 mg cod next day <a href=http://onlineclozarilbuy-k582.soup.io>where to buy legitimate clozaril online</a> cheap clozaril on line purchase <a href=http://clozapineonlineorder-o399.soup.io>clozaril perscriptions cost in caernarfon</a> low price clozaril generic manufacturers springfield <a href=http://order-clozaril-cheap-zg311.soup.io>clozapine guidelines nsw</a> buy clozaril moneygram no prescription <a href=http://onlineclozarilbuy-k582.soup.io>where to buy legitimate clozaril online</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.154.168.235\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3298,1181,'akismet_pro_tip','discard'),(3299,1182,'akismet_result','true'),(3300,1182,'akismet_history','a:4:{s:4:\"time\";d:1420881236.3608191;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3301,1182,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Gafas Oakley Graduadas\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:440:\"But unlike the predecessor, the Split Thump has a softer and less severe style and can also be worn by either sex.But if that doesn\'t match your taste, you can check out the Oakley Radar Path.However, I suggest that you do a search online to find the exact pair you are looking for and to compare prices from several different shops.\r\n <a href=\"http://popea.es\" >Gafas Oakley Graduadas</a>\r\n[url=http://popea.es]Gafas Oakley Graduadas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3302,1182,'akismet_pro_tip','discard'),(3303,1183,'akismet_result','true'),(3304,1183,'akismet_history','a:4:{s:4:\"time\";d:1420882158.9028611;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3305,1183,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"moncler giubbotti donna\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.modenplast.it/Templates/modifycategory.asp\";s:15:\"comment_content\";s:392:\"The original layout possessed the yellow metal plated body along with green lenses, the timeless classic Aviator design, and it immediately captured the imagination of real \"aviators\" the United States Army.\r\n <a href=\"http://www.modenplast.it/Templates/modifycategory.asp\" >moncler giubbotti donna</a>\r\n[url=http://www.modenplast.it/Templates/modifycategory.asp]moncler giubbotti donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3306,1183,'akismet_pro_tip','discard'),(3307,1184,'akismet_result','true'),(3308,1184,'akismet_history','a:4:{s:4:\"time\";d:1420882736.9421849;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3309,1184,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"ray ban graduati\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.anpasemiliaromagna.org/naap/listusers.asp\";s:15:\"comment_content\";s:499:\"Thor Hushovd, Samuel Dumoulin, Stefan Schumacher, and Mark Cavendish.Typically the lenses of preference for any Tour de France bicyclists are usually polarized sunglass lenses simply because they produce good sharp edges as well as reflect light entering off the road along with other physical objects along the side of the route.\r\n <a href=\"http://www.anpasemiliaromagna.org/naap/listusers.asp\" >ray ban graduati</a>\r\n[url=http://www.anpasemiliaromagna.org/naap/listusers.asp]ray ban graduati[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3310,1184,'akismet_pro_tip','discard'),(3311,1185,'akismet_result','true'),(3312,1185,'akismet_history','a:4:{s:4:\"time\";d:1420885307.1694961;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3313,1185,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"oakley spain\";s:20:\"comment_author_email\";s:18:\"yhvgfgcu@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.geometrifirenze.it/fckeditor/enquire.asp\";s:15:\"comment_content\";s:357:\"It is the kind of sunglasses that looks good on the shelf and makes you even look better when you put them on. You can also opt to convert it to prescription sunglasses and it won\'t be any less good.\r\n <a href=\"http://www.geometrifirenze.it/fckeditor/enquire.asp\" >oakley spain</a> [url=http://www.geometrifirenze.it/fckeditor/enquire.asp]oakley spain[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3314,1185,'akismet_pro_tip','discard'),(3315,1186,'akismet_result','true'),(3316,1186,'akismet_history','a:4:{s:4:\"time\";d:1420886757.4870541;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3317,1186,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Piumini Moncler\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:405:\"Research has shown that toddlers are vulnerable to the sun\'s rays as the lenses of a child\'s eye are more transparent. Excessive exposure to sunlight can potentially damage the eyes. It\'s important to buy a good pair of sunglasses that offer the right UV protection.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Piumini Moncler</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Piumini Moncler[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3318,1186,'akismet_pro_tip','discard'),(3319,1187,'akismet_result','true'),(3320,1187,'akismet_history','a:4:{s:4:\"time\";d:1420906255.0249219;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3321,1187,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"polo ass\";s:20:\"comment_author_email\";s:20:\"oqypsxyhap@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.worldcamera.co.th/rico/sRq75z/6O4d6t.asp\";s:15:\"comment_content\";s:516:\"When the whole world is full of Ray-Ban girls and boys, if you want to show the personality, the round-framed sunglasses are a good choice. My Advice to you is to only buy from inside the border lines. It is allot harder to sell counterfeit items here in the US and get away with it.There are ways that you can be sure that the product is being shipped from the US.\r\n <a href=\"http://www.worldcamera.co.th/rico/sRq75z/6O4d6t.asp\" >polo ass</a> [url=http://www.worldcamera.co.th/rico/sRq75z/6O4d6t.asp]polo ass[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3322,1187,'akismet_pro_tip','discard'),(3323,1188,'akismet_result','true'),(3324,1188,'akismet_history','a:4:{s:4:\"time\";d:1420908675.5760241;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3325,1188,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"discount michael kors outlet with top\";s:20:\"comment_author_email\";s:18:\"bagzdnxb@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://www.downtownseattle.com/mkmacys5.html\";s:15:\"comment_content\";s:33:\"I argue that our cash is itching.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"120.33.216.14\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3326,1188,'akismet_pro_tip','discard'),(3327,1189,'akismet_result','true'),(3328,1189,'akismet_history','a:4:{s:4:\"time\";d:1420909473.181802;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3329,1189,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"longchamps sac\";s:20:\"comment_author_email\";s:17:\"tflirjh@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://book.eread.com.tw/GR88/email_send.asp\";s:15:\"comment_content\";s:402:\"Whether false from metal, acetate or its O Matter, Oakley has a variety of prescription eyewear further sunglasses (prescription and non-prescription) on propose to hang around the needs of any lifestyle, active or otherwise in both men and women styles.\r\n <a href=\"http://book.eread.com.tw/GR88/email_send.asp\" >longchamps sac</a> [url=http://book.eread.com.tw/GR88/email_send.asp]longchamps sac[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3330,1189,'akismet_pro_tip','discard'),(3331,1190,'akismet_result','true'),(3332,1190,'akismet_history','a:4:{s:4:\"time\";d:1420912923.7286341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3333,1190,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Gafas Oakley Radar\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.franquiciashoy.es/cgi/precio-gafas-oakley.html\";s:15:\"comment_content\";s:330:\"Some people prefer the complex design, while others think the simple models are suitable. As lens choice, gradient-color is more stylish, dark is still elegant while the light-colored line is avant-garde, determined in accordance with personal clothing.Music festivals are a chance to put some rock-chick style into your wardrobe.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3334,1190,'akismet_pro_tip','discard'),(3335,1191,'akismet_result','true'),(3336,1191,'akismet_history','a:4:{s:4:\"time\";d:1420915725.1725709;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3337,1191,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:39:\"michael kors outlet store flemington nj\";s:20:\"comment_author_email\";s:18:\"rhsofzgj@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.downtownseattle.com/mklordandtaylor1.html\";s:15:\"comment_content\";s:69:\"youngsters adore to look unique as well as have fun with their dress.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.231.184\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3338,1191,'akismet_pro_tip','discard'),(3339,1192,'akismet_result','true'),(3340,1192,'akismet_history','a:4:{s:4:\"time\";d:1420916262.0095749;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3341,1192,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"sac homme longchamps\";s:20:\"comment_author_email\";s:21:\"mkknbwicoee@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.g1nmc.co.kr/join/provbasic.asp\";s:15:\"comment_content\";s:428:\"But find out how to purchase a pair of oakley flak jacket lenses it for their own, generally within the pursuing steps.Transitions Optical Inc. joined with the Oakley company to produce a sunglass line with the ability to change lens shades in accordance with light levels.\r\n <a href=\"http://www.g1nmc.co.kr/join/provbasic.asp\" >sac homme longchamps</a>\r\n[url=http://www.g1nmc.co.kr/join/provbasic.asp]sac homme longchamps[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3342,1192,'akismet_pro_tip','discard'),(3343,1193,'akismet_result','true'),(3344,1193,'akismet_history','a:4:{s:4:\"time\";d:1420918815.96101;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3345,1193,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Moncler Donna\";s:20:\"comment_author_email\";s:21:\"dzjlcgamyqh@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:330:\"With the sucess and popularity of the coloured GHD hair straighteners, it leaves us in no doubt that GHD will again release a new coloured GHD very soon. They question is, What colour will it be?\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Donna</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Donna[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3346,1193,'akismet_pro_tip','discard'),(3347,1194,'akismet_result','true'),(3348,1194,'akismet_history','a:4:{s:4:\"time\";d:1420920035.2768149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3349,1194,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"baby ugg boots\";s:20:\"comment_author_email\";s:16:\"btxtmy@gmail.com\";s:18:\"comment_author_url\";s:81:\"http://www.actworld.net/cheap-ugg-boots/baby-ugg-boots/baby-ugg-boots-105172.html\";s:15:\"comment_content\";s:482:\"They may be typically characterised by dark, reflective lenses having an region two or three times with the eye socket. Because the Ray bans are useful to help throughout the day mission and canine fights, pilots are keen on this form of Ray bans really a lot.\r\n <a href=\"http://www.actworld.net/cheap-ugg-boots/baby-ugg-boots/baby-ugg-boots-105172.html\" >baby ugg boots</a> [url=http://www.actworld.net/cheap-ugg-boots/baby-ugg-boots/baby-ugg-boots-105172.html]baby ugg boots[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3350,1194,'akismet_pro_tip','discard'),(3351,1195,'akismet_result','true'),(3352,1195,'akismet_history','a:4:{s:4:\"time\";d:1420920050.0231259;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3353,1195,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"ralph lauren pink polo\";s:20:\"comment_author_email\";s:18:\"gvnqwpel@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.erzincanikizleryapi.com/inc/rolling_test.asp\";s:15:\"comment_content\";s:518:\"But more than just 100% UV protection, modern day performance eyewear is replete with other health and performance benefits essential to sports enthusiasts.n the modern times, Sunglasses are one of the most demanded accessories, and to fulfill the demand of people, many sunglass companies are manufacturing a variety of sunglasses.\r\n <a href=\"http://www.erzincanikizleryapi.com/inc/rolling_test.asp\" >ralph lauren pink polo</a> [url=http://www.erzincanikizleryapi.com/inc/rolling_test.asp]ralph lauren pink polo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3354,1195,'akismet_pro_tip','discard'),(3355,1196,'akismet_result','true'),(3356,1196,'akismet_history','a:4:{s:4:\"time\";d:1420920568.8337569;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3357,1196,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"Moncler Jas\";s:20:\"comment_author_email\";s:16:\"ogajug@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.schadezorg.nl\";s:15:\"comment_content\";s:435:\"But more than just 100% UV protection, modern day performance eyewear is replete with other health and performance benefits essential to sports enthusiasts.n the modern times, Sunglasses are one of the most demanded accessories, and to fulfill the demand of people, many sunglass companies are manufacturing a variety of sunglasses.\r\n <a href=\"http://www.schadezorg.nl\" >Moncler Jas</a>\r\n[url=http://www.schadezorg.nl]Moncler Jas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3358,1196,'akismet_pro_tip','discard'),(3359,1197,'akismet_result','true'),(3360,1197,'akismet_history','a:4:{s:4:\"time\";d:1420922930.942421;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3361,1197,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"cazadora moncler\";s:20:\"comment_author_email\";s:21:\"byqfwqzzvyd@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://yenyang.nknu.edu.tw/Plan/articolitab.asp\";s:15:\"comment_content\";s:466:\"These are similar to nothing at all you\'ve got witnessed ahead of. If you need to always be original throughout selecting eye wear along with need to be by yourself as part of your exclusivity involving classy design and style, and then Oakley sun glasses will be the appropriate determination in your case.\r\n <a href=\"http://yenyang.nknu.edu.tw/Plan/articolitab.asp\" >cazadora moncler</a>\r\n[url=http://yenyang.nknu.edu.tw/Plan/articolitab.asp]cazadora moncler[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3362,1197,'akismet_pro_tip','discard'),(3363,1198,'akismet_result','true'),(3364,1198,'akismet_history','a:4:{s:4:\"time\";d:1420924154.8825469;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3365,1198,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"peuterey sale herren 233340\";s:20:\"comment_author_email\";s:20:\"xxdlrjvrip@gmail.com\";s:18:\"comment_author_url\";s:78:\"http://www.ina-kids.com/blog/giubbottipeuterey/peuterey_sale_herren_233340.asp\";s:15:\"comment_content\";s:1034:\"<a href=\"http://www.itcorion.com/blog/mac_makeup_products_prices_151552.asp\">mac makeup products prices 151552</a> <a href=\"http://www.goingo.vn/blog/wholesale_mac_makeup_eyeliner_gel_223250.asp\">wholesale mac makeup eyeliner gel 223250</a> <a href=\"http://www.suplementosmuscular.com.br/blog/giubbottipeuterey/peuterey_online_shop_252353.asp\">peuterey online shop 252353</a> <a href=\"http://www.fl-packaging.com/blog/macwholesalemakeup/how_to_apply_mac_powder_013431.asp\">how to apply mac powder 013431</a> <a href=\"http://www.fl-packaging.com/blog/balenciagacitybag/Isabel_Marant_Bobby_Sneakers_501140.asp\">Isabel Marant Bobby Sneakers 501140</a> <a href=\"http://www.fl-packaging.com/blog/monclerwomensjackets/trebaseleghe_spaccio_moncler_134220.asp\">trebaseleghe spaccio moncler 134220</a>\r\n <a href=\"http://www.ina-kids.com/blog/giubbottipeuterey/peuterey_sale_herren_233340.asp\" >peuterey sale herren 233340</a> [url=http://www.ina-kids.com/blog/giubbottipeuterey/peuterey_sale_herren_233340.asp]peuterey sale herren 233340[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3366,1198,'akismet_pro_tip','discard'),(3367,1199,'akismet_result','true'),(3368,1199,'akismet_history','a:4:{s:4:\"time\";d:1420927828.3057661;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3369,1199,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"Woolrich\";s:20:\"comment_author_email\";s:19:\"fhxrkzael@gmail.com\";s:18:\"comment_author_url\";s:31:\"http://www.borelli-tc.it/it.asp\";s:15:\"comment_content\";s:301:\"There is no denying the fact that the price tags of some of the popular brands like Oakley, Chanel, Gucci and Dior tend to set you thinking whether they are meant only for the prodigal ones.\r\n <a href=\"http://www.borelli-tc.it/it.asp\" >Woolrich</a>\r\n[url=http://www.borelli-tc.it/it.asp]Woolrich[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.150.213.1\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3370,1199,'akismet_pro_tip','discard'),(3371,1200,'akismet_result','true'),(3372,1200,'akismet_history','a:4:{s:4:\"time\";d:1420929220.30267;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3373,1200,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:34:\"michael kors crossbody bag reviews\";s:20:\"comment_author_email\";s:16:\"rcfpcz@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.downtownseattle.com/mkdillards1.html\";s:15:\"comment_content\";s:160:\"Here are some recommendations for the readers on your treasure record who are likely feeling as though you\'re just a early ounce homicidal more or less however.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.85.100.146\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3374,1200,'akismet_pro_tip','discard'),(3375,1201,'akismet_result','true'),(3376,1201,'akismet_history','a:4:{s:4:\"time\";d:1420941061.3867421;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3377,1201,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"achat lunettes\";s:20:\"comment_author_email\";s:17:\"eimibln@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://czjzxsh.com/js/sysadmin.asp\";s:15:\"comment_content\";s:270:\"There are so many people selling fake RayBan out of China, Hong Kong, or other countries. They post a picture that belongs to a pair that is actually real, then they send you a completely different fake pair. My Advice to you is to only buy from inside the border lines.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3378,1201,'akismet_pro_tip','discard'),(3379,1202,'akismet_result','true'),(3380,1202,'akismet_history','a:4:{s:4:\"time\";d:1420942488.517396;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3381,1202,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"lzjpfpvjuiq@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:268:\"Oakley is an authentic brand which gives you complete eye protection. It assures you best quality and you can see for yourself what it can do to your personality and confidence.\r\n <a href=\"http://popea.es\" >Oakley Baratas</a>\r\n[url=http://popea.es]Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3382,1202,'akismet_pro_tip','discard'),(3383,1203,'akismet_result','true'),(3384,1203,'akismet_history','a:4:{s:4:\"time\";d:1420943420.515265;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3385,1203,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:29:\"cheap michael kors bags china\";s:20:\"comment_author_email\";s:21:\"kskpuuzutdn@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.cenytransferowe.org/mk4lordandtaylor.html\";s:15:\"comment_content\";s:158:\"absolutely nothing is more deflating when compared running great priced shoes that seem to be same old, put and as well grimey since only possible one winter.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"117.26.213.190\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3386,1203,'akismet_pro_tip','discard'),(3387,1204,'akismet_result','true'),(3388,1204,'akismet_history','a:4:{s:4:\"time\";d:1420944863.2957211;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3389,1204,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"giubbotti peuterey prezzi\";s:20:\"comment_author_email\";s:16:\"psjnau@gmail.com\";s:18:\"comment_author_url\";s:31:\"http://vrsv.ru/iuse/smilies.asp\";s:15:\"comment_content\";s:304:\"The jersey knit polo shirts are easier to clean and lighter than the pique cotton polo shirt. They are made from one up to 50% of polyester blended with cotton.\r\n <a href=\"http://vrsv.ru/iuse/smilies.asp\" >giubbotti peuterey prezzi</a> [url=http://vrsv.ru/iuse/smilies.asp]giubbotti peuterey prezzi[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3390,1204,'akismet_pro_tip','discard'),(3391,1205,'akismet_result','true'),(3392,1205,'akismet_history','a:4:{s:4:\"time\";d:1420947463.6738551;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3393,1205,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"ralph lauren sale uk\";s:20:\"comment_author_email\";s:20:\"oqypsxyhap@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.previewinseoul.com/tellmemore/WqKuRi/iRWMB3.asp\";s:15:\"comment_content\";s:543:\"There are various brands of sunglasses in different prices and colors, are available, but you should pick out one who suits your face cut.Generally, people buy sunglasses as they want to imitate their favorite celebrity or film stars, but they should understand that different people have distinctive face cut, and sunglasses should be chosen accordingly.\r\n <a href=\"http://www.previewinseoul.com/tellmemore/WqKuRi/iRWMB3.asp\" >ralph lauren sale uk</a> [url=http://www.previewinseoul.com/tellmemore/WqKuRi/iRWMB3.asp]ralph lauren sale uk[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3394,1205,'akismet_pro_tip','discard'),(3395,1206,'akismet_result','true'),(3396,1206,'akismet_history','a:4:{s:4:\"time\";d:1420950089.5514021;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3397,1206,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:34:\"michael kors bags australia online\";s:20:\"comment_author_email\";s:17:\"zypxbdo@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.clalighting.com.au/mkdillards8.html\";s:15:\"comment_content\";s:155:\"lovely dancing high heel dress shoes the fact that comes about within the gold and silver utilizing iron manufacture can be found all of your neat options.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"140.237.37.129\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3398,1206,'akismet_pro_tip','discard'),(3399,1207,'akismet_result','true'),(3400,1207,'akismet_history','a:4:{s:4:\"time\";d:1420953695.9949989;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3401,1207,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"Oakley Radar Path\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.franquiciashoy.es/cgi/precio-gafas-oakley.html\";s:15:\"comment_content\";s:392:\"If you individual some brand-new Louis Vuittion sunglasses, you use an important for you to open the globe involving substantial manner. Men and women know what Louis Vuittion sunglasses necessarily mean; that they be aware that a person whom has on Louis Vuittion Eye wear can be an agent who has an increased impression involving manner and also a substantial normal involving good quality.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3402,1207,'akismet_pro_tip','discard'),(3414,1210,'akismet_pro_tip','discard'),(3415,1211,'akismet_result','true'),(3416,1211,'akismet_history','a:4:{s:4:\"time\";d:1420961308.5806711;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3417,1211,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"mac 134 large powder brush 525020\";s:20:\"comment_author_email\";s:16:\"ooniml@gmail.com\";s:18:\"comment_author_url\";s:72:\"http://www.lojaouvidor.com.br/blog/mac_134_large_powder_brush_525020.asp\";s:15:\"comment_content\";s:920:\"<a href=\"http://www.sigmasrl.info/blog/mac_wholesale_makeup_uk_020352.asp\">mac wholesale makeup uk 020352</a> <a href=\"http://www.retechprosecure.com/blog/mac_mineralize_skinfinish_shimpagne_501024.asp\">mac mineralize skinfinish shimpagne 501024</a> <a href=\"http://www.maszyny24.net/blog/mac_lipglass_oyster_girl_040452.asp\">mac lipglass oyster girl 040452</a> <a href=\"http://besharnews.ir/blog/mac_spanish_fly_lipstick_524320.asp\">mac spanish fly lipstick 524320</a> <a href=\"http://www.alireynolds.co.uk/blog/purple_mac_lipsticks_543404.asp\">purple mac lipsticks 543404</a> <a href=\"http://www.ateksrl.it/blog/purple_mac_lipsticks_550225.asp\">purple mac lipsticks 550225</a>\r\n <a href=\"http://www.lojaouvidor.com.br/blog/mac_134_large_powder_brush_525020.asp\" >mac 134 large powder brush 525020</a> [url=http://www.lojaouvidor.com.br/blog/mac_134_large_powder_brush_525020.asp]mac 134 large powder brush 525020[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3418,1211,'akismet_pro_tip','discard'),(3419,1212,'akismet_result','true'),(3420,1212,'akismet_history','a:4:{s:4:\"time\";d:1420967195.0199299;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3421,1212,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"michael kors bags on sale\";s:20:\"comment_author_email\";s:16:\"sbuood@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.discountfloor.com/Icn/_incfunctions_.asp\";s:15:\"comment_content\";s:382:\"It\'s very common to hear of a celebrity filing a case against a tabloid or even a more legitimate newspaper, but there have been many historic cases of defamation of character that may surprise you.\r\n <a href=\"http://www.discountfloor.com/Icn/_incfunctions_.asp\" >michael kors bags on sale</a> [url=http://www.discountfloor.com/Icn/_incfunctions_.asp]michael kors bags on sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3422,1212,'akismet_pro_tip','discard'),(3423,1213,'akismet_result','true'),(3424,1213,'akismet_history','a:4:{s:4:\"time\";d:1420986965.090296;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3425,1213,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"peuterey giacca uomo\";s:20:\"comment_author_email\";s:17:\"eimibln@gmail.com\";s:18:\"comment_author_url\";s:69:\"http://www.bigticketdepot.com/300EliteTeamConfirmation/calendario.asp\";s:15:\"comment_content\";s:326:\"Oakley, the famous brand of sunglasses offers sunglasses to wear the most amazing art that are made from top quality materials and the latest technologies. Oakley sunglasses Top rates of men are often seen as a fad. These sunglasses often promise of optical centers of excellence that we glorify any type of clothing you wear.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3426,1213,'akismet_pro_tip','discard'),(3427,1214,'akismet_result','true'),(3428,1214,'akismet_history','a:4:{s:4:\"time\";d:1420987546.2448299;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3429,1214,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:36:\"michael kors outlet store in georgia\";s:20:\"comment_author_email\";s:17:\"pltwbrb@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.clalighting.com.au/mkdillards11.html\";s:15:\"comment_content\";s:165:\"starting from bigger galoshes to allow them to short types of, The brands of these your footwear (on top of that imitations on this form of boot) have only improved.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"36.250.184.72\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3430,1214,'akismet_pro_tip','discard'),(3431,1215,'akismet_result','true'),(3432,1215,'akismet_history','a:4:{s:4:\"time\";d:1420988328.962708;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3433,1215,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"ralph polo lauren\";s:20:\"comment_author_email\";s:20:\"oqypsxyhap@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.sebizsquare.com/article/QJK1DK/hDrWhc.asp\";s:15:\"comment_content\";s:363:\"Apart from opting for aerodynamic shapes, athletes and sportsmen can also choose from among a variety of lenses to suit their different needs. These can then be used as inter-changeable lenses.\r\n <a href=\"http://www.sebizsquare.com/article/QJK1DK/hDrWhc.asp\" >ralph polo lauren</a> [url=http://www.sebizsquare.com/article/QJK1DK/hDrWhc.asp]ralph polo lauren[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3434,1215,'akismet_pro_tip','discard'),(3435,1216,'akismet_result','true'),(3436,1216,'akismet_history','a:4:{s:4:\"time\";d:1420994181.695662;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3437,1216,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"pliage longchamps pas cher\";s:20:\"comment_author_email\";s:17:\"tflirjh@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.Citybeautiful.in/psen/e_ordini.asp\";s:15:\"comment_content\";s:564:\"Oakley has performed consistently as the beyond compare innovators in eyewear making it a very accessible recommendation to our patients.A”Oakley`s popular and productive prescription eyewear lines and Austin County inference Associates diverse selection, one-stop convenience, optical story again service expertise provide the fulfill object whereas the areaA’s opthalmic Oakley needs.\r\n <a href=\"http://www.Citybeautiful.in/psen/e_ordini.asp\" >pliage longchamps pas cher</a> [url=http://www.Citybeautiful.in/psen/e_ordini.asp]pliage longchamps pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3438,1216,'akismet_pro_tip','discard'),(3439,1217,'akismet_result','true'),(3440,1217,'akismet_history','a:4:{s:4:\"time\";d:1420996011.8164871;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3441,1217,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"michael kors outlet boots online sale\";s:20:\"comment_author_email\";s:20:\"giouubcijz@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.clalighting.com.au/mklordandtaylor2.html\";s:15:\"comment_content\";s:99:\"metal framework antique, classic shots of artists and point out the actual other the wall surfaces.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.159.248.4\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3442,1217,'akismet_pro_tip','discard'),(3443,1218,'akismet_result','true'),(3444,1218,'akismet_history','a:4:{s:4:\"time\";d:1420996854.6876431;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3445,1218,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Gafas Sol Oakley\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.franquiciashoy.es/cgi/gafas-oakley.html\";s:15:\"comment_content\";s:451:\"And the sure-fire way to get the look right is to opt for a designer brand. If in doubt, flick through a celebrity magazine and check out what brands your favourite celebrity is donning this year ¨C you can be guaranteed the magazine will dissect celebrities every designer choice from their shoes to their shades; Ray-Ban, Chanel, Oakley, Prada, Dolce & Gabbana, Police, Gucci, Emporio Armani and Jimmy Choo are all hot names in the sunglasses game.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3446,1218,'akismet_pro_tip','discard'),(3447,1219,'akismet_result','true'),(3448,1219,'akismet_history','a:4:{s:4:\"time\";d:1421005664.5839701;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3449,1219,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"t shirt ralph lauren\";s:20:\"comment_author_email\";s:21:\"fjpxfecimut@gmail.com\";s:18:\"comment_author_url\";s:37:\"http://www.skcf.com.tw/common/pop.asp\";s:15:\"comment_content\";s:442:\"This is the reason why Oakley sunglasses are so popular because they provide the functionality and fashion in one package. Most of us feel that the Oakley sunglasses are too expensive, but it will never be disappointed if you bought one of Oakley shades will be your companion for years to come.\r\n <a href=\"http://www.skcf.com.tw/common/pop.asp\" >t shirt ralph lauren</a>\r\n[url=http://www.skcf.com.tw/common/pop.asp]t shirt ralph lauren[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3450,1219,'akismet_pro_tip','discard'),(3451,1220,'akismet_result','true'),(3452,1220,'akismet_history','a:4:{s:4:\"time\";d:1421006188.2880621;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3453,1220,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Moncler New York\";s:20:\"comment_author_email\";s:18:\"fdcqacej@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.mogainc.net\";s:15:\"comment_content\";s:458:\"Would you believe it \' this pair of sunglasses features removable earbuds and disguised controls for the MP3 player installed on the glasses itself! Now you can jog along and enjoy the music without the annoyance of wires around you. Although, this might not be big news, since its predecessor, oakley sunglasses outlet, have such a feature as well.\r\n <a href=\"http://www.mogainc.net\" >Moncler New York</a>\r\n[url=http://www.mogainc.net]Moncler New York[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3454,1220,'akismet_pro_tip','discard'),(3455,1221,'akismet_result','true'),(3456,1221,'akismet_history','a:4:{s:4:\"time\";d:1421033877.647717;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3457,1221,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"magasin hollister\";s:20:\"comment_author_email\";s:18:\"dgltygju@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://hallstasymaskiner.se/news/aspuploadset.asp\";s:15:\"comment_content\";s:496:\"But more than just 100% UV protection, modern day performance eyewear is replete with other health and performance benefits essential to sports enthusiasts.n the modern times, Sunglasses are one of the most demanded accessories, and to fulfill the demand of people, many sunglass companies are manufacturing a variety of sunglasses.\r\n <a href=\"http://hallstasymaskiner.se/news/aspuploadset.asp\" >magasin hollister</a> [url=http://hallstasymaskiner.se/news/aspuploadset.asp]magasin hollister[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3458,1221,'akismet_pro_tip','discard'),(3459,1222,'akismet_result','true'),(3460,1222,'akismet_history','a:4:{s:4:\"time\";d:1421037308.604625;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3461,1222,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"louis vuitton monogram\";s:20:\"comment_author_email\";s:17:\"tflirjh@gmail.com\";s:18:\"comment_author_url\";s:54:\"http://www.ducthanhdat.com/controls/rte_editor_inc.asp\";s:15:\"comment_content\";s:443:\"Above are just a few of my favorite Oakley eyeglass frames that are available. You can find them at better department stores and at optical shops such as Eyemasters, Lens Crafters and Pearle Vision, Retail prices are generally between $225 to $375 for a pair.\r\n <a href=\"http://www.ducthanhdat.com/controls/rte_editor_inc.asp\" >louis vuitton monogram</a> [url=http://www.ducthanhdat.com/controls/rte_editor_inc.asp]louis vuitton monogram[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3462,1222,'akismet_pro_tip','discard'),(3463,1223,'akismet_result','true'),(3464,1223,'akismet_history','a:4:{s:4:\"time\";d:1421038535.2990699;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3465,1223,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Oakley Polarizadas\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.franquiciashoy.es/cgi/gafas-oakley-baratas.html\";s:15:\"comment_content\";s:710:\"When you\'ve purchased some winning sunglasses for example Oakley\'s or Rudi Project shades, yet need to make certain they\'re in the very best shape, get some good fresh sunglass lenses with poralized lenses for the greatest advantage. Or if your pricey sunglasses require some small sunglass repair make sure to search for sunglasses repair services online to get a fast and affordable service to be sure that your sports sunglasses will be in the very best condition for the summertime.Collier thought this was \"potentially deadly lying.\" Post launched a campaign of intimidation; Collier sued for libel and was awarded $50,000 in damages. Lawyers said that this was the largest verdict in a case of this kind.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3466,1223,'akismet_pro_tip','discard'),(3467,1224,'akismet_result','true'),(3468,1224,'akismet_history','a:4:{s:4:\"time\";d:1421041704.0418799;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3469,1224,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"sac longchamps homme\";s:20:\"comment_author_email\";s:21:\"fjpxfecimut@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://bahar.jdtums.ir/Content/mark.asp\";s:15:\"comment_content\";s:411:\"They may be typically characterised by dark, reflective lenses having an region two or three times with the eye socket. Because the Ray bans are useful to help throughout the day mission and canine fights, pilots are keen on this form of Ray bans really a lot.\r\n <a href=\"http://bahar.jdtums.ir/Content/mark.asp\" >sac longchamps homme</a>\r\n[url=http://bahar.jdtums.ir/Content/mark.asp]sac longchamps homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3470,1224,'akismet_pro_tip','discard'),(3471,1225,'akismet_result','true'),(3472,1225,'akismet_history','a:4:{s:4:\"time\";d:1421042553.7899699;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3473,1225,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"nike schoenen\";s:20:\"comment_author_email\";s:21:\"zvtzbrtjmew@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.instuifdownside.nl/webalizerstats/_incpayin_.asp\";s:15:\"comment_content\";s:520:\"The problem with buying on ebay is that you may end up with a fake pair. They keep pace with the retro fashion at present, and look very funny, or they can achieve the effect of changing the wood.No matter what the weather, festival-goers need to always pack a few essentials – including macs and wellies, as well as suncream and sunglasses.\r\n <a href=\"http://www.instuifdownside.nl/webalizerstats/_incpayin_.asp\" >nike schoenen</a>\r\n[url=http://www.instuifdownside.nl/webalizerstats/_incpayin_.asp]nike schoenen[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3474,1225,'akismet_pro_tip','discard'),(3475,1226,'akismet_result','true'),(3476,1226,'akismet_history','a:4:{s:4:\"time\";d:1421042633.846638;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3477,1226,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"hermes playing cards\";s:20:\"comment_author_email\";s:20:\"htvllfwoug@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.3dfia.org/imgaes/notes_from_adm.asp\";s:15:\"comment_content\";s:455:\"Professional lens cloths are designed to remove build ups of dirt, smudges or fingerprints and are available quite cheaply - they are always a good purchase.If stuck for a way to clean your eyeglasses in a rush, you can drop a bit of vinegar onto a soft cloth and wipe this over the lenses.\r\n <a href=\"http://www.3dfia.org/imgaes/notes_from_adm.asp\" >hermes playing cards</a>\r\n[url=http://www.3dfia.org/imgaes/notes_from_adm.asp]hermes playing cards[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3478,1226,'akismet_pro_tip','discard'),(3479,1227,'akismet_result','true'),(3480,1227,'akismet_history','a:4:{s:4:\"time\";d:1421042950.3534729;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3481,1227,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"ugg nightfall\";s:20:\"comment_author_email\";s:18:\"kvtebxiy@gmail.com\";s:18:\"comment_author_url\";s:79:\"http://www.actworld.net/cheap-ugg-boots/ugg-nightfall/ugg-nightfall-104870.html\";s:15:\"comment_content\";s:547:\"Thor Hushovd, Samuel Dumoulin, Stefan Schumacher, and Mark Cavendish.Typically the lenses of preference for any Tour de France bicyclists are usually polarized sunglass lenses simply because they produce good sharp edges as well as reflect light entering off the road along with other physical objects along the side of the route.\r\n <a href=\"http://www.actworld.net/cheap-ugg-boots/ugg-nightfall/ugg-nightfall-104870.html\" >ugg nightfall</a>\r\n[url=http://www.actworld.net/cheap-ugg-boots/ugg-nightfall/ugg-nightfall-104870.html]ugg nightfall[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3482,1227,'akismet_pro_tip','discard'),(3483,1228,'akismet_result','true'),(3484,1228,'akismet_history','a:4:{s:4:\"time\";d:1421043678.191442;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3485,1228,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"ビビアン 時計\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.jamiehudson.com/set.asp?ビビアン-時計/\";s:15:\"comment_content\";s:241:\"During the press conference after the screening of the movie on Friday, Egoyan recalled the work of the team and the origins of making this feature film.\r\n[url=http://www.jamiehudson.com/set.asp?ビビアン-時計/]ビビアン 時計[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3486,1228,'akismet_pro_tip','discard'),(3487,1229,'akismet_result','true'),(3488,1229,'akismet_history','a:4:{s:4:\"time\";d:1421044204.7886031;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3489,1229,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Moncler Jackets On Sale\";s:20:\"comment_author_email\";s:18:\"fdcqacej@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.mogainc.net\";s:15:\"comment_content\";s:303:\"Cheap sunglasses may be but very bad for the health of your eyes; they are not very lasting and do not have UV blocking. You can\'t play with your health only for the sake of money.\r\n <a href=\"http://www.mogainc.net\" >Moncler Jackets On Sale</a>\r\n[url=http://www.mogainc.net]Moncler Jackets On Sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3490,1229,'akismet_pro_tip','discard'),(3491,1230,'akismet_result','true'),(3492,1230,'akismet_history','a:4:{s:4:\"time\";d:1421046312.908489;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3493,1230,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"woolrich america\";s:20:\"comment_author_email\";s:21:\"dtiwbjlaysp@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.atira.in/sitemap/mod_newsscroll.asp\";s:15:\"comment_content\";s:459:\"Although, boots that are just warm but not comfortable will not get the job done in the wintertime. UGG Boots are made of materials that cushion and support your feet. You will feel less like you are wearing clunky boots and more like you are wearing soft slippers when you put your feet into UGG Boots.\r\n <a href=\"http://www.atira.in/sitemap/mod_newsscroll.asp\" >woolrich america</a> [url=http://www.atira.in/sitemap/mod_newsscroll.asp]woolrich america[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3494,1230,'akismet_pro_tip','discard'),(3495,1231,'akismet_result','true'),(3496,1231,'akismet_history','a:4:{s:4:\"time\";d:1421047081.7620969;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3497,1231,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Oakley Baratas\";s:20:\"comment_author_email\";s:18:\"guubettm@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:345:\"This gives the rider the cleanest and sharpest vision, especially when you\'ve got your eye on the finish line.After this, a question rises in your mind that why we need to pay a lot of money on retail, we are getting a lot of money on wholesale products.\r\n <a href=\"http://popea.es\" >Oakley Baratas</a>\r\n[url=http://popea.es]Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3498,1231,'akismet_pro_tip','discard'),(3499,1232,'akismet_result','true'),(3500,1232,'akismet_history','a:4:{s:4:\"time\";d:1421054080.875963;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3501,1232,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"michael kors outlet store florida\";s:20:\"comment_author_email\";s:18:\"bagzdnxb@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.clalighting.com.au/mklordandtaylor8.html\";s:15:\"comment_content\";s:135:\"LAYAspot lusty VibratorIf you are searching for a sexy skill this important year, usually the LAYAspot sensual vibe catastrophe choose.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"120.33.216.14\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3502,1232,'akismet_pro_tip','discard'),(3503,1233,'akismet_result','true'),(3504,1233,'akismet_history','a:4:{s:4:\"time\";d:1421056492.0977471;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3505,1233,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Sac Longchamps\";s:20:\"comment_author_email\";s:21:\"qclrsfbafxh@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.enciclopediapr.org/images/longchamppascher.html\";s:15:\"comment_content\";s:413:\"The new strolling sneakers are termed mbt sneakers. Both are comparatively new manufacturers of strolling sneakers that premiered and became common in Europe and have given that develop into increasingly well-known in the United States.\r\n <a href=\"http://www.enciclopediapr.org/images/longchamppascher.html\" >Sac Longchamps</a>\r\n[url=http://www.enciclopediapr.org/images/longchamppascher.html]Sac Longchamps[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.219.204\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3506,1233,'akismet_pro_tip','discard'),(3507,1234,'akismet_result','true'),(3508,1234,'akismet_history','a:4:{s:4:\"time\";d:1421059251.910917;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3509,1234,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"michael kors handbags new york\";s:20:\"comment_author_email\";s:18:\"rhsofzgj@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.clalighting.com.au/mkdillards8.html\";s:15:\"comment_content\";s:86:\"You need to keep your name brings one particular level of popularity you just imagine.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.231.184\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3510,1234,'akismet_pro_tip','discard'),(3511,1235,'akismet_result','true'),(3512,1235,'akismet_history','a:4:{s:4:\"time\";d:1421065935.8685341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3513,1235,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"moncler pas chere femme\";s:20:\"comment_author_email\";s:19:\"qlfmgnxim@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://book.eread.com.tw/images/dbsync.asp\";s:15:\"comment_content\";s:442:\"Excessive exposure to sunlight can potentially damage the eyes. Also, even if you receive a real pair, your Ray Ban\'s warranty is not going to be valid.One more very hot reselling product contains the aviator dark shades also generally regarded as Pilot Colors or Stunner Shades.\r\n <a href=\"http://book.eread.com.tw/images/dbsync.asp\" >moncler pas chere femme</a>\r\n[url=http://book.eread.com.tw/images/dbsync.asp]moncler pas chere femme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.219.204\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3514,1235,'akismet_pro_tip','discard'),(3515,1236,'akismet_result','true'),(3516,1236,'akismet_history','a:4:{s:4:\"time\";d:1421068218.899925;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3517,1236,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"michael kors handbags for sale online\";s:20:\"comment_author_email\";s:17:\"zypxbdo@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.downtownseattle.com/mklordandtaylor2.html\";s:15:\"comment_content\";s:196:\"as 2012, UGGs inexpensive business become less common 10% as well retail/stores chop down 2% (realize chart 2) although the company started out 30 interesting great retailers, giving her ontal 77.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"140.237.37.129\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3518,1236,'akismet_pro_tip','discard'),(3519,1237,'akismet_result','true'),(3520,1237,'akismet_history','a:4:{s:4:\"time\";d:1421069449.17291;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3521,1237,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"abercrombie punti vendita italia\";s:20:\"comment_author_email\";s:16:\"dlnjna@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://shanghai.ds.ju51.com/public/smopackages.asp\";s:15:\"comment_content\";s:405:\"There are so many people selling fake RayBan out of China, Hong Kong, or other countries. They post a picture that belongs to a pair that is actually real, then they send you a completely different fake pair.\r\n <a href=\"http://shanghai.ds.ju51.com/public/smopackages.asp\" >abercrombie punti vendita italia</a>\r\n[url=http://shanghai.ds.ju51.com/public/smopackages.asp]abercrombie punti vendita italia[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.228\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3522,1237,'akismet_pro_tip','discard'),(3523,1238,'akismet_result','true'),(3524,1238,'akismet_history','a:4:{s:4:\"time\";d:1421072086.8281;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3525,1238,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"ralph lauren polo shirts cheap\";s:20:\"comment_author_email\";s:20:\"oqypsxyhap@gmail.com\";s:18:\"comment_author_url\";s:69:\"http://emarketing-services.netsmartz.net/javascript/vbzjGa/Tyo0YO.asp\";s:15:\"comment_content\";s:500:\"The fascinating phenomenon of these sun glasses is the thought of polarization.On the street there are a lot of people who fall in love with this kind of sunglasses, most of them take the simple route,coupled with the cheap eyeglasses, which fully express the cool feel.\r\n <a href=\"http://emarketing-services.netsmartz.net/javascript/vbzjGa/Tyo0YO.asp\" >ralph lauren polo shirts cheap</a> [url=http://emarketing-services.netsmartz.net/javascript/vbzjGa/Tyo0YO.asp]ralph lauren polo shirts cheap[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3526,1238,'akismet_pro_tip','discard'),(3527,1239,'akismet_result','true'),(3528,1239,'akismet_history','a:4:{s:4:\"time\";d:1421075586.899447;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3529,1239,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Moncler Sito Ufficiale\";s:20:\"comment_author_email\";s:21:\"fintvhjghgr@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:418:\"Noten is in favor of some cool sense, while Lauren is fond of the retro with the aristocratic.In the street, many people also fall in love with the glasses. Almost of them will be so cool and attractive by following the simple style and wearing the classic glasses.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Sito Ufficiale</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Sito Ufficiale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3530,1239,'akismet_pro_tip','discard'),(3531,1240,'akismet_result','true'),(3532,1240,'akismet_history','a:4:{s:4:\"time\";d:1421076776.1275401;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3533,1240,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"buy red bottom shoes\";s:20:\"comment_author_email\";s:20:\"ykdwipivgu@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.salonbaghdad.ro/clnet-a-porter3.html\";s:15:\"comment_content\";s:148:\"for its, access most effective camping outdoors footwear, which have a good deal difficult soles as housing typically foot hailing from destruction,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.82.157.38\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3534,1240,'akismet_pro_tip','discard'),(3535,1241,'akismet_result','true'),(3536,1241,'akismet_history','a:4:{s:4:\"time\";d:1421076806.2922461;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3537,1241,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Moncler Jacket USA\";s:20:\"comment_author_email\";s:17:\"wirgbbx@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.worldtaverntrivia.com/moncleroutletusa.asp\";s:15:\"comment_content\";s:411:\"If you\'re looking to find Below wholesale Hollister Clothing, it is rather enjoyable together with funds cutback manner to acquire numerous beautiful and also high quality Hollister Outlet on the greatest and even legendary wholesalers.\r\n <a href=\"http://www.worldtaverntrivia.com/moncleroutletusa.asp\" >Moncler Jacket USA</a>\r\n[url=http://www.worldtaverntrivia.com/moncleroutletusa.asp]Moncler Jacket USA[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.216.65\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3538,1241,'akismet_pro_tip','discard'),(3539,1242,'akismet_result','true'),(3540,1242,'akismet_history','a:4:{s:4:\"time\";d:1421077992.277904;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3541,1242,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"mac lipstick 3n 231015\";s:20:\"comment_author_email\";s:20:\"xxdlrjvrip@gmail.com\";s:18:\"comment_author_url\";s:56:\"http://www.forlifarma.it/blog/mac_lipstick_3n_231015.asp\";s:15:\"comment_content\";s:989:\"<a href=\"http://www.mobydivesgozo.com/blog/mac_azalea_blossom_blush_341120.asp\">mac azalea blossom blush 341120</a> <a href=\"http://www.tagdeed.com/blog/mac_makeup_palettes_wholesale_541422.asp\">mac makeup palettes wholesale 541422</a> <a href=\"http://www.nelsonboatyard.com/blog/giubbottipeuterey/peuterey_negozi_online_503030.asp\">peuterey negozi online 503030</a> <a href=\"http://www.gulfshoresdeepseafishing.com/blog/macwholesalemakeup/the_best_mac_foundation_for_full_coverage_554122.asp\">the best mac foundation for full coverage 554122</a> <a href=\"http://www.gulfshoresdeepseafishing.com/blog/balenciagacitybag/Isabel_Marant_To_H&M_104422.asp\">Isabel Marant To H&M 104422</a> <a href=\"http://www.acman.vn/blog/monclerwomensjackets/parka_moncler_homme_523203.asp\">parka moncler homme 523203</a>\r\n <a href=\"http://www.forlifarma.it/blog/mac_lipstick_3n_231015.asp\" >mac lipstick 3n 231015</a> [url=http://www.forlifarma.it/blog/mac_lipstick_3n_231015.asp]mac lipstick 3n 231015[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3542,1242,'akismet_pro_tip','discard'),(3543,1243,'akismet_result','true'),(3544,1243,'akismet_history','a:4:{s:4:\"time\";d:1421078246.824327;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3545,1243,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Mulberry Outlet\";s:20:\"comment_author_email\";s:16:\"epmyky@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.fht.org.uk/\";s:15:\"comment_content\";s:89:\"Cheap Mulberry Bayswater mulberry purse sale marked the end of decades of socialist rule.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"120.43.27.32\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3546,1243,'akismet_pro_tip','discard'),(3547,1244,'akismet_result','true'),(3548,1244,'akismet_history','a:4:{s:4:\"time\";d:1421081761.0497661;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3549,1244,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:18:\"guubettm@gmail.com\";s:18:\"comment_author_url\";s:19:\"http://ficotech.com\";s:15:\"comment_content\";s:418:\"These are similar to nothing at all you\'ve got witnessed ahead of. If you need to always be original throughout selecting eye wear along with need to be by yourself as part of your exclusivity involving classy design and style, and then Oakley sun glasses will be the appropriate determination in your case.\r\n <a href=\"http://ficotech.com\" >Gafas Oakley Baratas</a>\r\n[url=http://ficotech.com]Gafas Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3550,1244,'akismet_pro_tip','discard'),(3551,1245,'akismet_result','true'),(3552,1245,'akismet_history','a:4:{s:4:\"time\";d:1421083172.8846481;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3553,1245,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Gafas Sol Oakley\";s:20:\"comment_author_email\";s:18:\"rinommtn@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.franquiciashoy.es/cgi/precio-gafas-oakley.html\";s:15:\"comment_content\";s:206:\"Oakley being such a winning brand sure knows how to back it\'s own race winners backing far more champions than any other brand with five of the first stage winners all sporting Oakleys: Alejandro Valverde,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3554,1245,'akismet_pro_tip','discard'),(3555,1246,'akismet_result','true'),(3556,1246,'akismet_history','a:4:{s:4:\"time\";d:1421087104.678715;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3557,1246,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"michael kors cheap flats\";s:20:\"comment_author_email\";s:20:\"asztzmmgra@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.clalighting.com.au/mklordandtaylor10.html\";s:15:\"comment_content\";s:14:\"maintain down.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.202.116\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3558,1246,'akismet_pro_tip','discard'),(3559,1247,'akismet_result','true'),(3560,1247,'akismet_history','a:4:{s:4:\"time\";d:1421087752.058116;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3561,1247,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"ralph lauren polo shirts on sale\";s:20:\"comment_author_email\";s:16:\"cwidrm@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.epcom.co.uk/dr-m/xml_lib.asp\";s:15:\"comment_content\";s:575:\"The round shape makes the sunglasses extremely cute, no matter at the stage or in the street, there are a large number of round-framed glasses. Alone with Olsen sister and Sienna Miller wearing eyeglasses on camera frequntly, they are again coming to the fore of the fashion trend.2009 autumn and winter T stage, perhaps large and ornate accessories let you ignore this inconspicuous round sunglasses.\r\n <a href=\"http://www.epcom.co.uk/dr-m/xml_lib.asp\" >ralph lauren polo shirts on sale</a> [url=http://www.epcom.co.uk/dr-m/xml_lib.asp]ralph lauren polo shirts on sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3562,1247,'akismet_pro_tip','discard'),(3563,1248,'akismet_result','true'),(3564,1248,'akismet_history','a:4:{s:4:\"time\";d:1421091062.328722;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3565,1248,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Mulberry Outlets Online\";s:20:\"comment_author_email\";s:21:\"mukqcmmzwib@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.fht.org.uk/\";s:15:\"comment_content\";s:81:\"Mulberry Home mulberry outlet online the mayor said as the garment business grew.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"120.43.27.32\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3566,1248,'akismet_pro_tip','discard'),(3567,1249,'akismet_result','true'),(3568,1249,'akismet_history','a:4:{s:4:\"time\";d:1421097246.267276;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3569,1249,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"ビビアンウエストウッド\";s:20:\"comment_author_email\";s:16:\"pdjhjz@gmail.com\";s:18:\"comment_author_url\";s:65:\"http://www.teres-3.ru/feed.php?ビビアンウエストウッド/\";s:15:\"comment_content\";s:359:\"New South Wales Rural Fire Service Commissioner Shane Fitzsimmons said more than 90 wildfires were blazing across the state yesterday, including the Gundaroo fire. He warned that conditions would worsen today. No homes were currently under threat.\r\n[url=http://www.teres-3.ru/feed.php?ビビアンウエストウッド/]ビビアンウエストウッド[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3570,1249,'akismet_pro_tip','discard'),(3571,1250,'akismet_result','true'),(3572,1250,'akismet_history','a:4:{s:4:\"time\";d:1421102936.4031579;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3573,1250,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"lentes oakley antix\";s:20:\"comment_author_email\";s:20:\"snkrxmbifj@gmail.com\";s:18:\"comment_author_url\";s:62:\"http://www.pyramiddiamantados.com.br/UserFiles/deletephoto.asp\";s:15:\"comment_content\";s:492:\"When people come in as a big party (say a class reunion of about 35 people) with their kids and keep you running for over 2 hours, don’t keep their kids in their seats (actually let them run throughout the friggen place!), and upon leaving tell the manager, the head server, and you how great of a server you are and then don’t tip even one tiny penny… You better believe I’m gonna do something nasty the next time I have to serve ANY of you idiots you will receive your just deserts.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3574,1250,'akismet_pro_tip','discard'),(3575,1251,'akismet_result','true'),(3576,1251,'akismet_history','a:4:{s:4:\"time\";d:1421103456.9935999;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3577,1251,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:64:\"http://www.iframestudio.com/gafas-de-sol/oakley-polarizadas.html\";s:15:\"comment_content\";s:796:\"My boyfriend and I started smoking this stuff about a year ago. I am quitting. My boyfriend has nearly had 2 heart attacks from it. It scared me to death. One time he thought I was alien.He has thrown up plenty of times and is has a constant cough. Everyone we just about know smokes this stuff. I have been telling everyone about what it does to your body.I myself have also had a few trippy moments. I have had times where I couldn’t breath, my heart was racin and i was dizzy. I think they should bane this everywhere. They need to legalize the real stuff and get this stuff off the shelves.\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/oakley-polarizadas.html\" >Gafas Oakley Baratas</a> [url=http://www.iframestudio.com/gafas-de-sol/oakley-polarizadas.html]Gafas Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3578,1251,'akismet_pro_tip','discard'),(3579,1252,'akismet_result','true'),(3580,1252,'akismet_history','a:4:{s:4:\"time\";d:1421103760.9399731;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3581,1252,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:17:\"ftbalgs@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.nikosinisgalli.com/assets/es.asp\";s:15:\"comment_content\";s:588:\"I’m not sure that customers on eBay shop this way. How much exposure are you really going to get by doing this? For example, we have a featured shop and we’re pretty big in our categories but I’m nowhere near the top of the ‘Bedding Sets & Duvet Covers’ section despite having a great deal of listings in this category. To pay £350 to get my logo shown at the top is great but how long will it take me to get a return on my investment?\r\n <a href=\"http://www.nikosinisgalli.com/assets/es.asp\" >Gafas Oakley</a> [url=http://www.nikosinisgalli.com/assets/es.asp]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3582,1252,'akismet_pro_tip','discard'),(3583,1253,'akismet_result','true'),(3584,1253,'akismet_history','a:4:{s:4:\"time\";d:1421104016.499475;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3585,1253,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Mulberry Handbag Outlet\";s:20:\"comment_author_email\";s:19:\"tzsfggjpg@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:73:\"Mulberry Outlet cheap mulberry bags if things don\'t change we\'re through.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"120.43.27.32\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(3586,1253,'akismet_pro_tip','discard'),(3587,1254,'akismet_result','true'),(3588,1254,'akismet_history','a:4:{s:4:\"time\";d:1421104591.198595;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3589,1254,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:670:\"I don’t have problems with night cravings, but I did used to wake a lot because of arthritis pain and what I found really helped were Lifewave sleep patches. This is a nanotechnology patch that works on stimulating acupuncture points that helps produce more melatonin and keeps you sleeping deeply all night. Certainly I’ve found they work very well for me. If they work so well on helping you sleep through pain, they might let you sleep through food cravings as well. Might be worth trying.\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Gafas Oakley</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3590,1254,'akismet_pro_tip','discard'),(3591,1255,'akismet_result','true'),(3592,1255,'akismet_history','a:4:{s:4:\"time\";d:1421104612.2090459;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3593,1255,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Mulberry Bags Uk Outlet\";s:20:\"comment_author_email\";s:16:\"iqzfcr@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:99:\"Mulberry Discount Code mulberry outlet online the german paratroopers lived up to their reputation.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"120.43.27.32\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(3594,1255,'akismet_pro_tip','discard'),(3595,1256,'akismet_result','true'),(3596,1256,'akismet_history','a:4:{s:4:\"time\";d:1421106974.6715889;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3597,1256,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"ralph lauren ralph lauren\";s:20:\"comment_author_email\";s:20:\"rwjocuvacl@gmail.com\";s:18:\"comment_author_url\";s:66:\"http://www.swarajenterprise.com/OnlineSpareParts/6o9d6p/zS3tBo.asp\";s:15:\"comment_content\";s:443:\"Wearing an item from Vivienne Westwood, you would surely look trendy and chic. Being one of the leading brands in the field of clothing and accessories, you can get various types of items that include both men\'s and women\'s wear.\r\n <a href=\"http://www.swarajenterprise.com/OnlineSpareParts/6o9d6p/zS3tBo.asp\" >ralph lauren ralph lauren</a> [url=http://www.swarajenterprise.com/OnlineSpareParts/6o9d6p/zS3tBo.asp]ralph lauren ralph lauren[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.175.220\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3598,1256,'akismet_pro_tip','discard'),(3599,1257,'akismet_result','true'),(3600,1257,'akismet_history','a:4:{s:4:\"time\";d:1421111083.3600409;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3601,1257,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Piumini Moncler\";s:20:\"comment_author_email\";s:21:\"fintvhjghgr@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:337:\"It\'s very common to hear of a celebrity filing a case against a tabloid or even a more legitimate newspaper, but there have been many historic cases of defamation of character that may surprise you.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Piumini Moncler</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Piumini Moncler[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3602,1257,'akismet_pro_tip','discard'),(3603,1258,'akismet_result','true'),(3604,1258,'akismet_history','a:4:{s:4:\"time\";d:1421113218.592068;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3605,1258,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"DbHQRnxmsP\";s:20:\"comment_author_email\";s:24:\"catherin@gsaseoemail.com\";s:18:\"comment_author_url\";s:39:\"http://www.freepvpgame.com/wow-analysis\";s:15:\"comment_content\";s:2798:\"Cash chattering and / or forex pursuant to an possible information personal second the located, Exactly how political figures can achieve all over alien universea job in a politician is practically comparable to operate an actual near by of politician. The particular gran of a farmer offered area doesn\'t need to manage a police. Guilds commonly organize a major city suitable to receive consumers, Other good lesser amount of proper player human relationships, <a href=http://www.localcityshirts.com/intl/>wildstar wallpaper</a> \r\nTo statistical names, A person\'s Xbox One GPU does have 12 figure out brands(768 shader cpus), And the PS4 possesses 18 CUs(1152 shaders). Specific Xbox an example may be kind of up front on GPU wall timepiece acceleration(853MHz vs, 800MHz regarding PS4), These types of wildstar play is actually taught me to be enthusiastic about KUF2. My corporation is among those people who love processing RPGs, Monitoring unattainable also known as easier said than done these folks possibly be. Even so, The group everyday challenge with guidelines MMORPGs currently is because they don\'t try to create new things to the wildstar. <a href=http://www.simpletxtcam.com/strategy>mmo strategy</a> \r\nWhich can build Gil, One way does the twist voyage. Those extremely high trip may be accomplished only if you\'ve enough reputation. Recognition is start building by a little bit of random businesses first. Consider a facebook. com the fact finds out everyone as very money involved, From the spot while the only happy articles or reviews are the by means of forum coordinators,, nearby people in politics searching protection plan reviews, Or global marketing mobilization pursuits just with respect to lead to prefer global warming. That is amazing regarding being sure to \'likes,Or twitter stimulated truly appointment, Interactions, Also regards. Dream of a giving out facility that\'s not construction with regarding marketing well worth decision taking on individual other peoples\' thoughts, <a href=http://www.ironandautism.com/mmo-news>wow news</a> \r\nEach.) When initially when i first obtained the carrier adapter staff in the horsepower web pages(Simply the actual computer systems may well be an hewlett packard Pavilion dv4 1155se). To find people tightly related to the computer, You\'ll need to go to the computer maker\'s blog site. Now export all the the free truck chauffeurs concerned with social bits and pieces(Mindful, \"Product\" Can be so industry). <a href=http://www.dorsytc.com/the-elder-scrolls-online>the elder scrolls online blog</a> \r\n \r\n \r\n \r\nyou may also like: \r\nhttp://ruharomissionhospital.org/guest/index.php http://b3dart.com/index.php/download/208-tvpaint-anima http://www.fresheventure.com/3636/social-media-management-business/trackback/\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:11:\"91.200.12.9\";s:10:\"user_agent\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36 OPR/26.0.1656.24\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3606,1258,'akismet_pro_tip','discard'),(3607,1259,'akismet_result','true'),(3608,1259,'akismet_history','a:4:{s:4:\"time\";d:1421114795.0733409;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3609,1259,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:27:\"purple mac lipsticks 400352\";s:20:\"comment_author_email\";s:16:\"ooniml@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.interevent.info/blog/purple_mac_lipsticks_400352.asp\";s:15:\"comment_content\";s:825:\"<a href=\"http://www.languhospital.com/blog/mac_sculpting_powder_450035.asp\">mac sculpting powder 450035</a> <a href=\"http://www.kiwiana.co.uk/blog/face_primer_mac_411123.asp\">face primer mac 411123</a> <a href=\"http://www.icci.asn.au/blog/mac_eye_pigment_452035.asp\">mac eye pigment 452035</a> <a href=\"http://www.susquehannaartisansguild.org/blog/mac_2n_lipstick_041154.asp\">mac 2n lipstick 041154</a> <a href=\"http://www.cancelleriaingrosso.com/blog/purple_mac_lipsticks_142424.asp\">purple mac lipsticks 142424</a> <a href=\"http://trprod.com/blog/purple_mac_lipsticks_552341.asp\">purple mac lipsticks 552341</a>\r\n <a href=\"http://www.interevent.info/blog/purple_mac_lipsticks_400352.asp\" >purple mac lipsticks 400352</a> [url=http://www.interevent.info/blog/purple_mac_lipsticks_400352.asp]purple mac lipsticks 400352[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3610,1259,'akismet_pro_tip','discard'),(3611,1260,'akismet_result','true'),(3612,1260,'akismet_history','a:4:{s:4:\"time\";d:1421116897.1467609;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3613,1260,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"moncler pas cher homme\";s:20:\"comment_author_email\";s:18:\"kvtebxiy@gmail.com\";s:18:\"comment_author_url\";s:98:\"http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104277.html\";s:15:\"comment_content\";s:477:\"In the frame choice, in fact, many people like to wear a circular glasses with a color frame, just like Rayban, fluorescent color looks like very young. Choose the frame according to your own facial form.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104277.html\" >moncler pas cher homme</a>\r\n[url=http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104277.html]moncler pas cher homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3614,1260,'akismet_pro_tip','discard'),(3615,1261,'akismet_result','true'),(3616,1261,'akismet_history','a:4:{s:4:\"time\";d:1421116956.2599821;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3617,1261,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"calzature hogan\";s:20:\"comment_author_email\";s:21:\"zvtzbrtjmew@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.classwine.it/cet/pickchannel_met.asp\";s:15:\"comment_content\";s:456:\"Ray ban shades are well recognized for their defense against the UV light which is one morerayban sunglasses cause for as to why buyers opt for this brand name. If you ever want to send the glasses back to the company under the warranty, then you would have to send it along with proof of purchase.\r\n <a href=\"http://www.classwine.it/cet/pickchannel_met.asp\" >calzature hogan</a>\r\n[url=http://www.classwine.it/cet/pickchannel_met.asp]calzature hogan[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3618,1261,'akismet_pro_tip','discard'),(3619,1262,'akismet_result','true'),(3620,1262,'akismet_history','a:4:{s:4:\"time\";d:1421117695.612601;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3621,1262,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Gafas Oakley Espana\";s:20:\"comment_author_email\";s:18:\"guubettm@gmail.com\";s:18:\"comment_author_url\";s:19:\"http://ficotech.com\";s:15:\"comment_content\";s:355:\"These sunglasses are rocking the world since mid of a previous century. The internet revolution has made the entire world as a fashionable hub. You can purchase wholesale sunglasses from any web sites. And you can sell them with a retail license.\r\n <a href=\"http://ficotech.com\" >Gafas Oakley Espana</a>\r\n[url=http://ficotech.com]Gafas Oakley Espana[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3622,1262,'akismet_pro_tip','discard'),(3623,1263,'akismet_result','true'),(3624,1263,'akismet_history','a:4:{s:4:\"time\";d:1421117882.283972;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3625,1263,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"Moncler USA\";s:20:\"comment_author_email\";s:18:\"fdcqacej@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://www.mogainc.net\";s:15:\"comment_content\";s:417:\"The image of shoes to wear linen paintings in the Tang Dynasty has many reflecting the artist Yan Liben\'s \"Step Revealed map\" in the ladies, all wearing hemp shoes. In addition, Oakley Sunglasses Shaanxi Long An Tangwei immense stone tomb, and Li Shuang Xian Tang Dynasty tomb murals all have to wear hemp shoes image.\r\n <a href=\"http://www.mogainc.net\" >Moncler USA</a>\r\n[url=http://www.mogainc.net]Moncler USA[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3626,1263,'akismet_pro_tip','discard'),(3627,1264,'akismet_result','true'),(3628,1264,'akismet_history','a:4:{s:4:\"time\";d:1421120436.8050489;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3629,1264,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:34:\"swarovski necklace and earring set\";s:20:\"comment_author_email\";s:16:\"gequmy@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.indiagolfexpo.com/layouts/admin_style.asp\";s:15:\"comment_content\";s:271:\"http://www.guideonelegal.com/moncler.htmlMoncler Women Jackets Sale\r\n <a href=\"http://www.indiagolfexpo.com/layouts/admin_style.asp\" >swarovski necklace and earring set</a> [url=http://www.indiagolfexpo.com/layouts/admin_style.asp]swarovski necklace and earring set[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3630,1264,'akismet_pro_tip','discard'),(3631,1265,'akismet_result','true'),(3632,1265,'akismet_history','a:4:{s:4:\"time\";d:1421121362.9342899;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3633,1265,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"cheap wow gold\";s:20:\"comment_author_email\";s:18:\"stmake@hotmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.gaylesbianrealtors.com/about-us\";s:15:\"comment_content\";s:462:\"As well as everything amongst people is very useful a few light symptoms. Need to considered BioShock already been excessively linear then those same implements for your follow up. The game play takes you from problem A to by a B stained big the top of arrow on television where there a whole lot of isn environment to achieve search.\'live about the lake\' live live performance brand allocate\r\n[url=http://www.gaylesbianrealtors.com/about-us]cheap wow gold[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"91.200.12.25\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3634,1265,'akismet_pro_tip','discard'),(3635,1266,'akismet_result','true'),(3636,1266,'akismet_history','a:4:{s:4:\"time\";d:1421124653.1288879;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3637,1266,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"TjZJRknlgE\";s:20:\"comment_author_email\";s:22:\"claudi@gsaseoemail.com\";s:18:\"comment_author_url\";s:60:\"http://myuncommonsliceofsuburbia.com/wp-content/cache/cache/\";s:15:\"comment_content\";s:2143:\"Activity to of big brown eyes dre cheap beats dr dre s headphones by foam density and precise underscored it has the his dog monster beats dr dre s headphones dre studiored black beats dr dre s headphones sturdy. No amount colossal beats dr. Dre controltalk headset own microchip, Truck explained beats by dre withhigh to bona fide. <a href=http://myuncommonsliceofsuburbia.com/wp-content/cache/cache/>Zentai Suit Sale</a> \r\nEncore effectively, Qu\'il est prouv que le Zentai Suits peut tre le remde diffrentes issues and answers telles que les problmes de relation de couple ou de la faible estime de soi. Vous cherchez les articles de bra and panty sets parfaite, Vous tes adequate de trouver des lieux offrant des pices de nice. Ces lieux est les magasins spcialiss proposant la vente en gros de corsets sexy. <a href=http://charterdayschool.net/wp-content/uploads/temp.php>spiderman costumes</a> \r\nMore people these days choose Zentai suit to be their best party costume idea. A unique Zentai suit(Likewise known as Morph suit) Is made of spandex lycra which cover the entire body from the top of you visit the tip of your toes. A original Zentai suit is actually a black paper, You can draw that thing on it, So there comes the customized Service. <a href=http://www.titaniumtrack.com/wp-content/uploads/cache/>full bodysuits</a> \r\nMaybe hence that im a alienated guy, I fell in adulation with Zentai Suitsapparel if i aboriginal saw anybody reducing it. Ive been a zentai hobbyist for about two years. I bedeviled every solitary befalling to make images in Zentai if blind out with my friends. <a href=http://www.pointbeachinteriorsnj.com/wp-content/uploads/cache/>pvc catsuits zentai</a> \r\n \r\n \r\n \r\nyou may also like: \r\nhttp://www.robisonart.com/index.php?option=com_lyftenbloggie&view=entry&year=2010&month=01&day=21&id=5:contract-screen-printing-customer-guidelines http://210.71.80.234/phpMyAdmin/phpinfo.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fjoannafitzpatrick.com%2Fwp-content%2Fuploads%2Fcache%2F%3Epvc+catsuits+zentai%3C%2Fa%3E http://home.haikong.com/link.php?url=http://charterdayschool.net/wp-content/uploads/temp.php\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:11:\"91.200.12.9\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3638,1266,'akismet_pro_tip','discard'),(3639,1267,'akismet_result','true'),(3640,1267,'akismet_history','a:4:{s:4:\"time\";d:1421127301.6896629;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3641,1267,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"カナダグース 別注\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.stl-ufa.ru/print.php?カナダグース-別注/\";s:15:\"comment_content\";s:321:\"A company employee surnamed Chen said his boss ask him and eight co-workers to draw pictures, take videos and write compositions for his daughter. Even his boss\'s driver was included, today\'s Qianjiang Evening News reported.\r\n[url=http://www.stl-ufa.ru/print.php?カナダグース-別注/]カナダグース 別注[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3642,1267,'akismet_pro_tip','discard'),(3662,1272,'akismet_pro_tip','discard'),(3663,1273,'akismet_result','true'),(3664,1273,'akismet_history','a:4:{s:4:\"time\";d:1421153716.3822019;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3665,1273,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"louisvuitton.com vente ligne\";s:20:\"comment_author_email\";s:20:\"htvllfwoug@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.artisangida.com/Content/deletepoll.asp\";s:15:\"comment_content\";s:498:\"Another reason for its huge attraction may be the adaptability of the Aviator styles. It\'s an unisex sunglass style - men and women can wear it with equal ease. The Aviators are suited for virtually any situation - formal or informal. The original Aviators from Ray-Ban are also renowned for 100% UV protection.\r\n <a href=\"http://www.artisangida.com/Content/deletepoll.asp\" >louisvuitton.com vente ligne</a>\r\n[url=http://www.artisangida.com/Content/deletepoll.asp]louisvuitton.com vente ligne[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3666,1273,'akismet_pro_tip','discard'),(3667,1274,'akismet_result','true'),(3668,1274,'akismet_history','a:4:{s:4:\"time\";d:1421161850.3631279;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3669,1274,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"jersgamne\";s:20:\"comment_author_email\";s:22:\"igalandyou@hotmail.com\";s:18:\"comment_author_url\";s:41:\"http://organicsa.net/st-elder-spears.html\";s:15:\"comment_content\";s:50:\"It is considered one of undoubtedly the best post.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"117.26.252.7\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3670,1274,'akismet_pro_tip','discard'),(3671,1275,'akismet_result','true'),(3672,1275,'akismet_history','a:4:{s:4:\"time\";d:1421164577.568471;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3673,1275,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"diablo 3 gold guide\";s:20:\"comment_author_email\";s:18:\"stmake@hotmail.com\";s:18:\"comment_author_url\";s:37:\"http://www.newsmmo.com/wildstar-guide\";s:15:\"comment_content\";s:1017:\"Maintain taking regarding Megatron or value the guy in the rear roughly you can in advance of Optimus \'s detroyed as a result of drones. Once Megatron declines all Allspark get it in addition hit Megatron with the wine. Observe of your current cutscene. This point, A line solutions which is simply just only includes the new the households and simply Viacom avenues wouldn be probably interesting. Though, Ever since the Viacom headline gives stowed finally off, The new the consists of acknowledged opportunity Warner combined with walt disney world somewhere around programs buys and also. Back again again again located in relation to June 26, The new the branded the concept television system, So it is doing take a look as the new the will undoubtedly be continually constantly continuously promoting all of often the very products and services on it can be video gambling cures, If indirectly developing the plan to the video game consoles,\r\n[url=http://www.newsmmo.com/wildstar-guide]diablo 3 gold guide[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"91.200.12.25\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3674,1275,'akismet_pro_tip','discard'),(3675,1276,'akismet_result','true'),(3676,1276,'akismet_history','a:4:{s:4:\"time\";d:1421165531.7522581;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3677,1276,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"cheap jaron brown jerseys\";s:20:\"comment_author_email\";s:19:\"ameliekimmel@web.de\";s:18:\"comment_author_url\";s:80:\"http://www.metalblinds.org/travel/20150110nbb/uww-cheap-jaron-brown-jerseys.html\";s:15:\"comment_content\";s:423:\"<a href=http://www.metalblinds.org/travel/20150110nbb/uww-cheap-jaron-brown-jerseys.html>cheap jaron brown jerseys</a> le \r\nto write down numerous darқer matter.\"Blue Light\" is concerning rougɦly ɑ big shootout with all the \r\nofficers in addition to a individual pursuing an individual\'s sections.\r\n\r\n<a href=http://feasibility-studies.com/20150110gll/okk-cheap-garry-gilliam-jerseys.html>cheap garry gilliam jerseys</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"192.99.38.84\";s:10:\"user_agent\";s:75:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://mollywoppersnyb.com/2012/11/28/meeting-tonight-2/\";}'),(3678,1277,'akismet_result','true'),(3679,1277,'akismet_history','a:4:{s:4:\"time\";d:1421165612.649385;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3680,1277,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"cheap jimmie ward jerseys\";s:20:\"comment_author_email\";s:21:\"andy_apodaca@yahoo.de\";s:18:\"comment_author_url\";s:86:\"http://striptiz.org.ua/wp-content/links/20150110rhh/ehh-cheap-jimmie-ward-jerseys.html\";s:15:\"comment_content\";s:409:\"<a href=\"http://striptiz.org.ua/wp-content/links/20150110rhh/ehh-cheap-jimmie-ward-jerseys.html\">cheap jimmie ward jerseys</a> But ߋne thing \r\nI learned quicҝly belonging to the Loire stop was tyat specificity was ass \r\nkey аs guѕto.I thinnk you know it hеwre we aгe at a change.\r\n<a href=http://jimscarpetwarehouse.com/blog/20150110vkk/kvv-cheap-bilal-powell-jerseys.html>cheap bilal powell jerseys</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"192.99.38.84\";s:10:\"user_agent\";s:75:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:91:\"http://mollywoppersnyb.com/2012/01/29/werewolves-of-mummdon-%e2%80%93-our-2012-performance/\";}'),(3681,1278,'akismet_result','true'),(3682,1278,'akismet_history','a:4:{s:4:\"time\";d:1421173046.7504449;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3683,1278,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"tiffany butterfly charm\";s:20:\"comment_author_email\";s:18:\"okuruoun@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.grande.com.tr/files/cimgmvtariff.asp\";s:15:\"comment_content\";s:481:\"No athlete or other wearer wants to fuss with a pair of sunglasses that is ill-fitting, either pinching or sliding off your face at inconvenient times. The semi-rimless design ensures your field of vision is never obscured, particularly when looking downward, which can happen with other models of sunglasses.\r\n <a href=\"http://www.grande.com.tr/files/cimgmvtariff.asp\" >tiffany butterfly charm</a> [url=http://www.grande.com.tr/files/cimgmvtariff.asp]tiffany butterfly charm[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3684,1278,'akismet_pro_tip','discard'),(3685,1279,'akismet_result','true'),(3686,1279,'akismet_history','a:4:{s:4:\"time\";d:1421173923.4609261;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3687,1279,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"moncler women vest\";s:20:\"comment_author_email\";s:21:\"rgryfbsrxlu@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.hydraulicgearpump.com/ckeditor/ajax_getnavi.asp\";s:15:\"comment_content\";s:507:\"We have become an amazing journey, at eyewearrepairs.com , having always wanted an internet based business I have tried a few and failed to spot a gap in the market,or at least one at that makes money.I have seen people selling RayBan on ebay or other channels forless than the retail price and yet they sell the real ones.\r\n <a href=\"http://www.hydraulicgearpump.com/ckeditor/ajax_getnavi.asp\" >moncler women vest</a> [url=http://www.hydraulicgearpump.com/ckeditor/ajax_getnavi.asp]moncler women vest[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3688,1279,'akismet_pro_tip','discard'),(3689,1280,'akismet_result','true'),(3690,1280,'akismet_history','a:4:{s:4:\"time\";d:1421177045.2971799;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3691,1280,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"VlVWLvtwoA\";s:20:\"comment_author_email\";s:24:\"catherin@gsaseoemail.com\";s:18:\"comment_author_url\";s:42:\"http://www.wildstargoldseller.com/wildstar\";s:15:\"comment_content\";s:5174:\"Paid 3 weeks and up working together with that. Post stole absent and as well wiped clean all of often the very prnads, Nearly entirely links, Blew generally there dust particles on top of that soil on almost human interactions. Having said that could not dissassemble in which on the way to allow them up so that it will intuition ship part, As i came to be confident I woudn\'t have it fixed together rear. Think about: Incurring giftee a reoccuring inside schokohrrutige Horse\'s new get akin to Conan math comic strips. Even though valuable are not proportional to this mmorpg by, Can be empowered by similar reference choice to make mankind, Lore and also environment even more fun. Dimly lit Horse\'s actual carry out has become the best the permission has received in math comic strips given that the seventies whilst Buscema offers contest for magic of making up,06 net 7 along with 8 <a href=http://www.localcityshirts.com/packagers/>wow screenshots</a> \r\nEqual continue to be, In the 3 essential controllers, Developers Wii competitions invented budget friendly amount of most Activision\'s total wages merely cheaper than 18%. What this implies for Activision would likely company is more secure than the industry wants and are able to which means that work with greater risk naturally worn in comes home. The introduction of your the new the and \'microsoft\' setup most certainly in a similar fashion the particular store cars,Thiessen and as well as Gregg(1980) Lookup(Due to the fact mentioned located inside of Bereczkei et ing, 2002) Provides extra time of Hamilton\'s hypothesis also asserted that it was not an instance of defending family members members genetics based in unknown people still that live people can diagnose a number of new genetically alike in multiple ways microcreatures who not necessarily tighten household members(Bereczkei et ing, 2002). This has been based on useful option, Where their education that families commodity genetics considering young will be extended. Using numerous studies have found an natural capto be able to specify political phenotype\'s not to mention connect these types of not related unknown people. <a href=http://www.bypieta.com/guides>FIFA 15 GUIDES</a> \r\nA desktop just about all good yet dyou cannoty but presume at hand. Excellent powerful desktop computer a touch as well, Unfortunately I use on a few laptop or pc normally due to the I any longer! sit inside the workdesktop and might need it when camping to function, High schooling, Since inside. Kathmandu prohibitions scary audio and as well as video or graphic solutions and treatments through parts of, Physical assault as well as, harshness that may be seriously perilous to the physiological progress children. Features possess lacking with regards to the exact requirement of movie channels that could be blocked for good. Surrounding marketing in Shenzhen town of southern region China\'s Guangdong land announced pretty on-line movie clips boutiques in the town had gotten as well long removed an order of illegal clones with this type there are various cabinets.Money, Manufacturers like internet access wildstar playing cinema(IGE) Craft marketplaces to make many methods from wizardry glasses inthat would products, And people exchange for cash notary treatments and the particular trends. One of the most common online video media, Warcraft, Arrived in one million united states enthusiasts with regard to aug, Ninety days in front of its first wedding. The specific dvds become peculiarly attractive in the and simply okazaki, japan. <a href=http://www.rumsonjournal.com/news>Diablo 3 news</a> \r\nActually, I liked a person\'s worry pga entrepreneurs within my Sith questing, Though items amendment and this online wildstar you must would like other raids. Raids are the only method to improved via first class. They raid to realize loot as well as hot toys. In Mync StaffIcarus dojos, A respected doctor behind vibrant music marking hugely multiple player online flash wildstars, Digital realms, And high online video media when it comes to fundamental delight, Corporate headquarters, In addition, state administration leads, To become website internet site the triangular putting together of the world mission quickly pull(GGJ) The other day within the cutting edge activity find business. During Friday, January. From on the, Feb,Inside new re work throughs of the match on my pc, I attempted a handful of gathering combos in no way thought frustrated to before you start, In addition to had to be honored by totally priceless talks. Most of these cartoon figures, Who you can make two to include you, Provide small amount of justifications coupled with pieces as you may perform. It\'s advantageous to enjoy per wildstar shocked a person a person that is on their seventh or eighth explain to you it equipped in a new generation, <a href=http://www.themereviewshow.com/editorial>wildstar guide blog</a> \r\n \r\n \r\n \r\n \r\nyou may also like: \r\nhttp://www.40plusbelegen.nl/Guestbook/index.php\r\nhttp://www.lernen-top100.de/index.php?a=stats&u=rodneyneilsen\r\nhttp://www.iotllc.com/photos/displayimage.php?pid=11%FFSafety+trigger%FFnofollow\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"91.200.12.25\";s:10:\"user_agent\";s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3692,1280,'akismet_pro_tip','discard'),(3693,1281,'akismet_result','true'),(3694,1281,'akismet_history','a:4:{s:4:\"time\";d:1421177082.8636789;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3695,1281,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:32:\"michael kors outlet store hawaii\";s:20:\"comment_author_email\";s:20:\"fhlraaowta@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.carteasonora.ro/mk5amazon.html\";s:15:\"comment_content\";s:96:\"it\'s the best choice that assort consisting of the every day ensemble untold then aesthetically.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.202.116\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3696,1281,'akismet_pro_tip','discard'),(3697,1282,'akismet_result','true'),(3698,1282,'akismet_history','a:4:{s:4:\"time\";d:1421179190.634815;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3699,1282,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"cheap oakley sunglasses Retail\";s:20:\"comment_author_email\";s:20:\"getfifnucl@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://outlet.njgift.org\";s:15:\"comment_content\";s:340:\"Hey man, just made this? and it’s in the oven, smells good and positive about it tasting awesome, but I calculated the macros and mine are way different to yours I got, 196 calories, 8.5g of fat, 11.5g carbs and only 18g protein, you must have some protein packed turkeys their lol\r\ncheap oakley sunglasses Retail http://outlet.njgift.org\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:11:\"58.22.70.44\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:84:\"http://mollywoppersnyb.com/2013/08/29/meeting-wednesday-september-4th-17-weeks-away/\";}'),(3700,1282,'akismet_pro_tip','discard'),(3701,1283,'akismet_result','true'),(3702,1283,'akismet_history','a:4:{s:4:\"time\";d:1421180331.822619;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3703,1283,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"louboutin pumps store\";s:20:\"comment_author_email\";s:18:\"nvmrtujv@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.inputzeitung.at/clindex.html\";s:15:\"comment_content\";s:162:\"You will occur lower priced UGG boot footwear, booties,hunter wellies within the net with many of grocery web pages sharing them all over at less expensive costs.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.177.30\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3704,1283,'akismet_pro_tip','discard'),(3705,1284,'akismet_result','true'),(3706,1284,'akismet_history','a:4:{s:4:\"time\";d:1421180564.2130771;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3707,1284,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"outlet ufficiale hogan\";s:20:\"comment_author_email\";s:19:\"qlfmgnxim@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://reliancefreightsystems.com/images/ricorda.asp\";s:15:\"comment_content\";s:456:\"I have also seen people selling on ebay or elsewhere and they sell the fakes ones while advertising them as authentic pairs. Those sellers who sell real RayBan sunglasses on ebay can get away with it , because luxottica (RayBan Factory) does not know who those retailers are.\r\n <a href=\"http://reliancefreightsystems.com/images/ricorda.asp\" >outlet ufficiale hogan</a>\r\n[url=http://reliancefreightsystems.com/images/ricorda.asp]outlet ufficiale hogan[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.218.195\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3708,1284,'akismet_pro_tip','discard'),(3709,1285,'akismet_result','true'),(3710,1285,'akismet_history','a:4:{s:4:\"time\";d:1421180613.5344441;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3711,1285,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Moncler Outlet\";s:20:\"comment_author_email\";s:21:\"fintvhjghgr@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:467:\"Some people prefer the complex design, while others think the simple models are suitable. As lens choice, gradient-color is more stylish, dark is still elegant while the light-colored line is avant-garde, determined in accordance with personal clothing.Music festivals are a chance to put some rock-chick style into your wardrobe.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Outlet</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Outlet[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3712,1285,'akismet_pro_tip','discard'),(3713,1286,'akismet_result','true'),(3714,1286,'akismet_history','a:4:{s:4:\"time\";d:1421181173.840723;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3715,1286,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"cheap oakley sunglasses in new york\";s:20:\"comment_author_email\";s:16:\"rpudjs@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://ecole-privee-romille.net/okeyewearoutlet5.html\";s:15:\"comment_content\";s:149:\"nicely, ending up in some of an professionals at kretchmer dentistry made me quite admire who else the mind behind them the experience are typically.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.159.248.4\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3716,1286,'akismet_pro_tip','discard'),(3717,1287,'akismet_result','true'),(3718,1287,'akismet_history','a:4:{s:4:\"time\";d:1421183180.5119309;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3719,1287,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:39:\"michael kors outlet store miami florida\";s:20:\"comment_author_email\";s:20:\"wtsjmuhkab@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.carteasonora.ro/mk6zappos.html\";s:15:\"comment_content\";s:96:\"You design it for neighbors as well as talk with them when they start to from another providers.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"140.237.36.81\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3720,1287,'akismet_pro_tip','discard'),(3721,1288,'akismet_result','true'),(3722,1288,'akismet_history','a:4:{s:4:\"time\";d:1421188818.4874921;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3723,1288,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"ray ban rb4125\";s:20:\"comment_author_email\";s:21:\"ceunccqfsor@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.cappucciosrl.it/mdb/customer.asp\";s:15:\"comment_content\";s:340:\"While most retailers give you honest answers, you may want to take the glasses to more than one retailer . A store may give you a wrong information simply because it wants to gain your business.\r\n <a href=\"http://www.cappucciosrl.it/mdb/customer.asp\" >ray ban rb4125</a> [url=http://www.cappucciosrl.it/mdb/customer.asp]ray ban rb4125[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3724,1288,'akismet_pro_tip','discard'),(3725,1289,'akismet_result','true'),(3726,1289,'akismet_history','a:4:{s:4:\"time\";d:1421189143.872565;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3727,1289,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Oakley Polarizadas\";s:20:\"comment_author_email\";s:18:\"guubettm@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:445:\"Cadel Evans, an Australian favorite, clinched the title this year. And what sports sunglasses does a champion wear but Oakley\'s of course! He even rides through the finish line with the gold lens sunglasses upon his head reinforcing the real winning style and design of the Oakley and his awesome role as the winner of the 2011 Le Tour de France.\r\n <a href=\"http://popea.es\" >Oakley Polarizadas</a>\r\n[url=http://popea.es]Oakley Polarizadas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3728,1289,'akismet_pro_tip','discard'),(3729,1290,'akismet_result','true'),(3730,1290,'akismet_history','a:4:{s:4:\"time\";d:1421189339.8902609;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3731,1290,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"baby ugg boots\";s:20:\"comment_author_email\";s:18:\"kvtebxiy@gmail.com\";s:18:\"comment_author_url\";s:81:\"http://www.actworld.net/cheap-ugg-boots/baby-ugg-boots/baby-ugg-boots-105149.html\";s:15:\"comment_content\";s:469:\"These sunglasses are rocking the world since mid of a previous century. The internet revolution has made the entire world as a fashionable hub. You can purchase wholesale sunglasses from any web sites. And you can sell them with a retail license.\r\n <a href=\"http://www.actworld.net/cheap-ugg-boots/baby-ugg-boots/baby-ugg-boots-105149.html\" >baby ugg boots</a>\r\n[url=http://www.actworld.net/cheap-ugg-boots/baby-ugg-boots/baby-ugg-boots-105149.html]baby ugg boots[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3732,1290,'akismet_pro_tip','discard'),(3733,1291,'akismet_result','true'),(3734,1291,'akismet_history','a:4:{s:4:\"time\";d:1421190683.0182419;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3735,1291,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"peuterey offerte online\";s:20:\"comment_author_email\";s:21:\"zvtzbrtjmew@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.fumagallimpianti.it/images/ele.asp\";s:15:\"comment_content\";s:459:\"Professional lens cloths are designed to remove build ups of dirt, smudges or fingerprints and are available quite cheaply - they are always a good purchase.If stuck for a way to clean your eyeglasses in a rush, you can drop a bit of vinegar onto a soft cloth and wipe this over the lenses.\r\n <a href=\"http://www.fumagallimpianti.it/images/ele.asp\" >peuterey offerte online</a>\r\n[url=http://www.fumagallimpianti.it/images/ele.asp]peuterey offerte online[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3736,1291,'akismet_pro_tip','discard'),(3737,1292,'akismet_result','true'),(3738,1292,'akismet_history','a:4:{s:4:\"time\";d:1421190734.976032;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3739,1292,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"marc jacobs bags shop online\";s:20:\"comment_author_email\";s:20:\"htvllfwoug@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.mobmus.dk/mobmus1/styles.asp\";s:15:\"comment_content\";s:375:\"There are so many people selling fake RayBan out of China, Hong Kong, or other countries. They post a picture that belongs to a pair that is actually real, then they send you a completely different fake pair.\r\n <a href=\"http://www.mobmus.dk/mobmus1/styles.asp\" >marc jacobs bags shop online</a>\r\n[url=http://www.mobmus.dk/mobmus1/styles.asp]marc jacobs bags shop online[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3740,1292,'akismet_pro_tip','discard'),(3741,1293,'akismet_result','true'),(3742,1293,'akismet_history','a:4:{s:4:\"time\";d:1421190982.691396;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3743,1293,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Best Hair Straightener\";s:20:\"comment_author_email\";s:21:\"nbamawsivdr@gmail.com\";s:18:\"comment_author_url\";s:60:\"http://www.mexichemfluor.com/asia/cheapghdstraighteners.html\";s:15:\"comment_content\";s:389:\"Moncler jackets are available in different sizes and colors. You can find any of the size which best fits you. Hoodie styles have also been formed to save you from the chilling cold of winter.\r\n <a href=\"http://www.mexichemfluor.com/asia/cheapghdstraighteners.html\" >Best Hair Straightener</a>\r\n[url=http://www.mexichemfluor.com/asia/cheapghdstraighteners.html]Best Hair Straightener[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.214.238\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3744,1294,'akismet_result','true'),(3745,1294,'akismet_history','a:4:{s:4:\"time\";d:1421191039.083163;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3746,1294,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"gafas de sol oakley hombre\";s:20:\"comment_author_email\";s:21:\"xggqynihlis@gmail.com\";s:18:\"comment_author_url\";s:51:\"http://www.Citybeautiful.in/services/datepickto.asp\";s:15:\"comment_content\";s:576:\"Oakley has performed consistently as the beyond compare innovators in eyewear making it a very accessible recommendation to our patients.A”Oakley`s popular and productive prescription eyewear lines and Austin County inference Associates diverse selection, one-stop convenience, optical story again service expertise provide the fulfill object whereas the areaA’s opthalmic Oakley needs.\r\n <a href=\"http://www.Citybeautiful.in/services/datepickto.asp\" >gafas de sol oakley hombre</a> [url=http://www.Citybeautiful.in/services/datepickto.asp]gafas de sol oakley hombre[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3747,1294,'akismet_pro_tip','discard'),(3748,1295,'akismet_result','true'),(3749,1295,'akismet_history','a:4:{s:4:\"time\";d:1421192264.413327;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3750,1295,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Moncler Outlet Online\";s:20:\"comment_author_email\";s:18:\"fdcqacej@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://georgetownrunningclub.org\";s:15:\"comment_content\";s:511:\"For an affordable yet cool and modish pair for prescription oakley sunglasses, take a look at Oakley Hijinx Sport Wrap Sunglasses. Don\'t be fooled by its name \' this is actually great pair to be used as everyday shades. Yet another invention with the athletes in mind, this Oakley pair has a hydrophobic lens coating which repels water, dust, and skin oils off the lenses.\r\n <a href=\"http://georgetownrunningclub.org\" >Moncler Outlet Online</a>\r\n[url=http://georgetownrunningclub.org]Moncler Outlet Online[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3751,1295,'akismet_pro_tip','discard'),(3752,1296,'akismet_result','true'),(3753,1296,'akismet_history','a:4:{s:4:\"time\";d:1421197795.5850129;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3754,1296,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:21:\"glfhuoftbbb@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://ficotech.com/cgi/gafas-oakley-baratas.html\";s:15:\"comment_content\";s:265:\"Noten is in favor of some cool sense, while Lauren is fond of the retro with the aristocratic.In the street, many people also fall in love with the glasses. Almost of them will be so cool and attractive by following the simple style and wearing the classic glasses.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3755,1296,'akismet_pro_tip','discard'),(3756,1297,'akismet_result','true'),(3757,1297,'akismet_history','a:4:{s:4:\"time\";d:1421203397.9346459;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3758,1297,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley.html\";s:15:\"comment_content\";s:658:\"I think it\'s more akin to going home early and setting the scene for your Mrs, and laying out flowers and putting wine in the fridge and porn in the DVD and lubing up her toy and putting it under the bed, but suddenly your phone rings and it\'s your Mother-in-law and she\'s watching you through the nanny cam you didn\'t know existed and she really wants to know wtf you are up to, but it doesn\'t matter what you say because she has always hated you and wants you to fail.\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley.html\" >Gafas Oakley Baratas</a> [url=http://www.iframestudio.com/gafas-de-sol/gafas-oakley.html]Gafas Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3759,1297,'akismet_pro_tip','discard'),(3760,1298,'akismet_result','true'),(3761,1298,'akismet_history','a:4:{s:4:\"time\";d:1421207012.4224701;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3762,1298,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"Oakley Polarizada\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:676:\"Poidawg, much thanks for the info. That is the first I’ve read concerning dual carriers in the FiOS routers. I will keep that in mind. I have another standard router I can use but I am just trying to take advantage of the MoCA capabilities of the extra FiOS router I already have and save a little money. Can you provide any info on how the off air interference would manifest? Additionally, not familiar with the acronym OUTS….doesn’t seem critical to your point though. Again, thanks!\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Oakley Polarizada</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Oakley Polarizada[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3763,1298,'akismet_pro_tip','discard'),(3764,1299,'akismet_result','true'),(3765,1299,'akismet_history','a:4:{s:4:\"time\";d:1421212191.5548501;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3766,1299,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"カナダグース ブロンテ\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:66:\"http://www.popsalata.com/meta.asp?カナダグース-ブロンテ/\";s:15:\"comment_content\";s:202:\"Panicked residents fled into the streets, some of them still in their slippers and pyjamas.\r\n[url=http://www.popsalata.com/meta.asp?カナダグース-ブロンテ/]カナダグース ブロンテ[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3767,1299,'akismet_pro_tip','discard'),(3779,1302,'akismet_pro_tip','discard'),(3780,1303,'akismet_result','true'),(3781,1303,'akismet_history','a:4:{s:4:\"time\";d:1421251556.3048871;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3782,1303,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Gafas Oakley Radar\";s:20:\"comment_author_email\";s:21:\"glfhuoftbbb@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://ficotech.com/cgi/gafas-oakley-radar.html\";s:15:\"comment_content\";s:300:\"No matter what the weather, festival-goers need to always pack a few essentials ¨C including macs and wellies, as well as suncream and sunglasses. As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa. Variable weather is one of the few guarantees.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3783,1303,'akismet_pro_tip','discard'),(3784,1304,'akismet_result','true'),(3785,1304,'akismet_history','a:4:{s:4:\"time\";d:1421253780.9856739;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3786,1304,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:64:\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley-radar.html\";s:15:\"comment_content\";s:664:\"Oh bene, stavo giusto pensando che nel tragitto Ancona-Trentino ci stava una capatina a Venezia, apro il tuo blog e mi ritrovo la guida alla città! Che fortuna! Io non so mai dove andare così vago senza meta, anzi, le uniche volte che sono stata a Venezia è stato in occasione del carnevale, quindi puoi immaginarti quante cose posso aver visto con tutta la calca della gente… però mi hai dato degli spunti proprio carini, soprattutto su posti dove mangiare ovviamente!!\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley-radar.html\" >Oakley Baratas</a> [url=http://www.iframestudio.com/gafas-de-sol/gafas-oakley-radar.html]Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3787,1304,'akismet_pro_tip','discard'),(3788,1305,'akismet_result','true'),(3789,1305,'akismet_history','a:4:{s:4:\"time\";d:1421255059.976445;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3790,1305,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Real Ugg Boots Cheap\";s:20:\"comment_author_email\";s:16:\"dnodps@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:30:\"uggs on sale by revenue growth\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"59.58.112.47\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3791,1305,'akismet_pro_tip','discard'),(3792,1306,'akismet_result','true'),(3793,1306,'akismet_history','a:4:{s:4:\"time\";d:1421255226.2220099;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3794,1306,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"jersgamne\";s:20:\"comment_author_email\";s:22:\"igalandyou@hotmail.com\";s:18:\"comment_author_url\";s:76:\"http://www.bolancommune.com/bbs/dispbbs.asp?boardid=2&id=11692&star=1&page=1\";s:15:\"comment_content\";s:71:\"This is certainly certainly one of by far and away my favorite content.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"117.26.252.7\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3795,1306,'akismet_pro_tip','discard'),(3796,1307,'akismet_result','true'),(3797,1307,'akismet_history','a:4:{s:4:\"time\";d:1421259097.122673;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3798,1307,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Precio Gafas Oakley\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:680:\"I just want to respond to jhimm’s tangent about the two approaches to creative acts (see above) which, according to him, are to openly mimic the past without apology as an homage to that past work, or to go to extreme lengths to disguise your work as new and novel in the hopes that no one will ever see through it to the derivative work it must inevitably be. I disagree, and since I am at least attempting to be a professionally creative person, I think its important enough to argue for.\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Precio Gafas Oakley</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Precio Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3799,1307,'akismet_pro_tip','discard'),(3800,1308,'akismet_result','true'),(3801,1308,'akismet_history','a:4:{s:4:\"time\";d:1421259223.1709521;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3802,1308,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:39:\"oakley sunglasses discount for military\";s:20:\"comment_author_email\";s:18:\"cyseurur@gmail.com\";s:18:\"comment_author_url\";s:48:\"http://www.carteasonora.ro/ok7eyewearoutlet.html\";s:15:\"comment_content\";s:50:\"N that\'s not me prego totally disturbing could be.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.214.171\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3803,1308,'akismet_pro_tip','discard'),(3804,1309,'akismet_result','true'),(3805,1309,'akismet_history','a:4:{s:4:\"time\";d:1421260095.864341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3806,1309,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:7:\"moncler\";s:20:\"comment_author_email\";s:20:\"bljpakxuwp@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://velika-polana.si/data/terms.asp\";s:15:\"comment_content\";s:359:\"If you\'re looking to find Below wholesale Hollister Clothing, it is rather enjoyable together with funds cutback manner to acquire numerous beautiful and also high quality Hollister Outlet on the greatest and even legendary wholesalers.\r\n <a href=\"http://velika-polana.si/data/terms.asp\" >moncler</a>\r\n[url=http://velika-polana.si/data/terms.asp]moncler[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.228\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3807,1309,'akismet_pro_tip','discard'),(3808,1310,'akismet_result','true'),(3809,1310,'akismet_history','a:4:{s:4:\"time\";d:1421260449.561074;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3810,1310,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Ugg Boots For Women\";s:20:\"comment_author_email\";s:21:\"qwkxgdabihc@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:97:\"111atchout feedback on those who dont have a level in addition to the really love your livelihood\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"59.58.112.47\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(3811,1310,'akismet_pro_tip','discard'),(3812,1311,'akismet_result','true'),(3813,1311,'akismet_history','a:4:{s:4:\"time\";d:1421261086.863085;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3814,1311,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"hollister daunenjacke\";s:20:\"comment_author_email\";s:19:\"awlwsxfog@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.parsnew.com/Player/viewdevelopment.asp\";s:15:\"comment_content\";s:432:\"Above are just a few of my favorite Oakley eyeglass frames that are available. You can find them at better department stores and at optical shops such as Eyemasters, Lens Crafters and Pearle Vision, Retail prices are generally between $225 to $375 for a pair.\r\n <a href=\"http://www.parsnew.com/Player/viewdevelopment.asp\" >hollister daunenjacke</a>\r\n[url=http://www.parsnew.com/Player/viewdevelopment.asp]hollister daunenjacke[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.217.228\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3815,1311,'akismet_pro_tip','discard'),(3816,1312,'akismet_result','true'),(3817,1312,'akismet_history','a:4:{s:4:\"time\";d:1421265726.8602681;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3818,1312,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Moncler Zomerjas\";s:20:\"comment_author_email\";s:16:\"lrvmfs@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.butterwing.nl/wp-content/nl.php\";s:15:\"comment_content\";s:326:\"Moncler is a world fashion giant which is famous for Moncler jackets. However, except for Moncler jackets, it also produce sandals which are very popular among the young people.\r\n <a href=\"http://www.butterwing.nl/wp-content/nl.php\" >Moncler Zomerjas</a>\r\n[url=http://www.butterwing.nl/wp-content/nl.php]Moncler Zomerjas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.153.175.19\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3819,1312,'akismet_pro_tip','discard'),(3820,1313,'akismet_result','true'),(3821,1313,'akismet_history','a:4:{s:4:\"time\";d:1421273360.8039179;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3822,1313,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"buy oakley sunglasses online uk\";s:20:\"comment_author_email\";s:19:\"yojgrrwwk@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.carteasonora.ro/ok1news.html\";s:15:\"comment_content\";s:118:\"these have charming almond important, wheat bacteria motor oil, aloe vera, Squalene and as well,as well as the SPF 14.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"140.237.36.245\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3823,1313,'akismet_pro_tip','discard'),(3824,1314,'akismet_result','true'),(3825,1314,'akismet_history','a:4:{s:4:\"time\";d:1421275692.2356341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3826,1314,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"vintage louis vuitton handbags\";s:20:\"comment_author_email\";s:16:\"ujjhkv@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://webftp.armonieartecasa.com/eng/reply.asp\";s:15:\"comment_content\";s:319:\"So with these fashion concerns answered, there is no reason why you should not join the rush and buy Cheap UGG Boots for this winter.\r\n <a href=\"http://webftp.armonieartecasa.com/eng/reply.asp\" >vintage louis vuitton handbags</a> [url=http://webftp.armonieartecasa.com/eng/reply.asp]vintage louis vuitton handbags[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3827,1314,'akismet_pro_tip','discard'),(3828,1315,'akismet_result','true'),(3829,1315,'akismet_history','a:4:{s:4:\"time\";d:1421276192.0380991;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3830,1315,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"b&l ray ban usa\";s:20:\"comment_author_email\";s:21:\"hyjlkmflhbu@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.hotelsdubaionline.com/images/customermis.asp\";s:15:\"comment_content\";s:231:\"http://www.vividmarket.net/webalizer/ajout.aspaustralia ugg\r\n <a href=\"http://www.hotelsdubaionline.com/images/customermis.asp\" >b&l ray ban usa</a> [url=http://www.hotelsdubaionline.com/images/customermis.asp]b&l ray ban usa[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3831,1315,'akismet_pro_tip','discard'),(3832,1316,'akismet_result','true'),(3833,1316,'akismet_history','a:4:{s:4:\"time\";d:1421276344.9017041;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3834,1316,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"discount oakley sunglasses review\";s:20:\"comment_author_email\";s:19:\"ymmpnlrln@gmail.com\";s:18:\"comment_author_url\";s:48:\"http://www.carteasonora.ro/ok6eyewearoutlet.html\";s:15:\"comment_content\";s:118:\"Uggs! these kinds australian boots that have this country simply weather system are not classy, they have been simple.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"220.161.168.87\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3835,1316,'akismet_pro_tip','discard'),(3836,1317,'akismet_result','true'),(3837,1317,'akismet_history','a:4:{s:4:\"time\";d:1421276561.2103319;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3838,1317,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"jersgamne\";s:20:\"comment_author_email\";s:21:\"erzckettp@hotmail.com\";s:18:\"comment_author_url\";s:60:\"http://hot-touch.com/member/blog_post_view.php?postId=130395\";s:15:\"comment_content\";s:75:\"This is certainly nice write, No later than this shaire it for this frinds.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"117.26.252.7\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3839,1317,'akismet_pro_tip','discard'),(3840,1318,'akismet_result','true'),(3841,1318,'akismet_history','a:4:{s:4:\"time\";d:1421277436.893116;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3842,1318,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"ghd rosa\";s:20:\"comment_author_email\";s:17:\"ouqmnkn@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.brasilrepresentacoes.com.br/brasilrep/close.asp\";s:15:\"comment_content\";s:231:\"http://www.worldtaverntrivia.com/cheapmoncler.aspCheap Moncler Sale\r\n <a href=\"http://www.brasilrepresentacoes.com.br/brasilrep/close.asp\" >ghd rosa</a> [url=http://www.brasilrepresentacoes.com.br/brasilrep/close.asp]ghd rosa[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3843,1318,'akismet_pro_tip','discard'),(3844,1319,'akismet_result','true'),(3845,1319,'akismet_history','a:4:{s:4:\"time\";d:1421277844.8664789;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3846,1319,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"abercrombie kids free shipping\";s:20:\"comment_author_email\";s:16:\"feqfhi@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://culture.arabmu.com/common/gallery_home.asp\";s:15:\"comment_content\";s:520:\"Thor Hushovd, Samuel Dumoulin, Stefan Schumacher, and Mark Cavendish.Typically the lenses of preference for any Tour de France bicyclists are usually polarized sunglass lenses simply because they produce good sharp edges as well as reflect light entering off the road along with other physical objects along the side of the route.\r\n <a href=\"http://culture.arabmu.com/common/gallery_home.asp\" >abercrombie kids free shipping</a> [url=http://culture.arabmu.com/common/gallery_home.asp]abercrombie kids free shipping[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3847,1319,'akismet_pro_tip','discard'),(3848,1320,'akismet_result','true'),(3849,1320,'akismet_history','a:4:{s:4:\"time\";d:1421278137.366997;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3850,1320,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"pandora beads sale\";s:20:\"comment_author_email\";s:20:\"qmafqqavmu@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.sigarentacar.com.br/sigarentacar/productlist.asp\";s:15:\"comment_content\";s:441:\"These sunglasses are very long lasting; so buying an Oakley would be a once in a lifetime kind of an investment.Oakley Sunglasses are amazing for blocking glare from your sun, that is magnified when it reflects away a big system of drinking water or snow.\r\n <a href=\"http://www.sigarentacar.com.br/sigarentacar/productlist.asp\" >pandora beads sale</a> [url=http://www.sigarentacar.com.br/sigarentacar/productlist.asp]pandora beads sale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3851,1320,'akismet_pro_tip','discard'),(3852,1321,'akismet_result','true'),(3853,1321,'akismet_history','a:4:{s:4:\"time\";d:1421278583.102576;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3854,1321,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"womens ray ban aviator sunglasses\";s:20:\"comment_author_email\";s:18:\"indzqcdz@gmail.com\";s:18:\"comment_author_url\";s:42:\"http://www.tekzoneme.com/js/viewtariff.asp\";s:15:\"comment_content\";s:456:\"Doudoune Moncler are available in fashion, elegant colors which makes them looks lovely and shining. And who insist that colors have been restricted to Moncler women only? Moncler men are also available in several styles and colors, like black, gray, steel, green and brown.\r\n <a href=\"http://www.tekzoneme.com/js/viewtariff.asp\" >womens ray ban aviator sunglasses</a> [url=http://www.tekzoneme.com/js/viewtariff.asp]womens ray ban aviator sunglasses[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3855,1321,'akismet_pro_tip','discard'),(3856,1322,'akismet_result','true'),(3857,1322,'akismet_history','a:4:{s:4:\"time\";d:1421283580.3608041;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3858,1322,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"prezzo scarpe hogan\";s:20:\"comment_author_email\";s:21:\"nbamawsivdr@gmail.com\";s:18:\"comment_author_url\";s:54:\"http://www.residenzesml.it/language/webhome/VkdPT9.asp\";s:15:\"comment_content\";s:374:\"With the sucess and popularity of the coloured GHD hair straighteners, it leaves us in no doubt that GHD will again release a new coloured GHD very soon. They question is, What colour will it be?\r\n <a href=\"http://www.residenzesml.it/language/webhome/VkdPT9.asp\" >prezzo scarpe hogan</a>\r\n[url=http://www.residenzesml.it/language/webhome/VkdPT9.asp]prezzo scarpe hogan[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.213.52\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3859,1323,'akismet_result','true'),(3860,1323,'akismet_history','a:4:{s:4:\"time\";d:1421285808.721911;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3861,1323,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"vente privée ugg\";s:20:\"comment_author_email\";s:16:\"fugmym@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.initia.com.tw/Landingpage/listtestbakold.asp\";s:15:\"comment_content\";s:478:\"These men\'s sunglasses have a wraparound frame and are one of Oakley\'s polarized sunglasses.Unique contouring and a lightweight O-Matter plastic frame ensure a comfortable fit every time. The ultimate in protection, one piece lens covers your entire vision providing an exceptional cycling experience.\r\n <a href=\"http://www.initia.com.tw/Landingpage/listtestbakold.asp\" >vente privée ugg</a>\r\n[url=http://www.initia.com.tw/Landingpage/listtestbakold.asp]vente privée ugg[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.216.144\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3862,1323,'akismet_pro_tip','discard'),(3863,1324,'akismet_result','true'),(3864,1324,'akismet_history','a:4:{s:4:\"time\";d:1421287652.3095109;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3865,1324,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"negozi ray ban milano\";s:20:\"comment_author_email\";s:21:\"ceunccqfsor@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.abiti.ae/Properties/updatewishlist.asp\";s:15:\"comment_content\";s:473:\"These men\'s sunglasses have a wraparound frame and are one of Oakley\'s polarized sunglasses.Unique contouring and a lightweight O-Matter plastic frame ensure a comfortable fit every time. The ultimate in protection, one piece lens covers your entire vision providing an exceptional cycling experience.\r\n <a href=\"http://www.abiti.ae/Properties/updatewishlist.asp\" >negozi ray ban milano</a> [url=http://www.abiti.ae/Properties/updatewishlist.asp]negozi ray ban milano[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3866,1324,'akismet_pro_tip','discard'),(3867,1325,'akismet_result','true'),(3868,1325,'akismet_history','a:4:{s:4:\"time\";d:1421292008.9170139;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3869,1325,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"oakley mujer\";s:20:\"comment_author_email\";s:21:\"xggqynihlis@gmail.com\";s:18:\"comment_author_url\";s:55:\"http://www.grillmesteren.dk/GeneratedItems/editform.asp\";s:15:\"comment_content\";s:515:\"Would you believe it \' this pair of sunglasses features removable earbuds and disguised controls for the MP3 player installed on the glasses itself! Now you can jog along and enjoy the music without the annoyance of wires around you. Although, this might not be big news, since its predecessor, oakley sunglasses outlet, have such a feature as well.\r\n <a href=\"http://www.grillmesteren.dk/GeneratedItems/editform.asp\" >oakley mujer</a> [url=http://www.grillmesteren.dk/GeneratedItems/editform.asp]oakley mujer[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3870,1325,'akismet_pro_tip','discard'),(3871,1326,'akismet_result','true'),(3872,1326,'akismet_history','a:4:{s:4:\"time\";d:1421294112.210243;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3873,1326,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"カナダグース ダウン\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:67:\"http://www.ufaplanetarium.ru/flow.php?カナダグース-ダウン/\";s:15:\"comment_content\";s:212:\"The KCNA said Pyongyang will fully comply with relevant international rules during the December launch.\r\n[url=http://www.ufaplanetarium.ru/flow.php?カナダグース-ダウン/]カナダグース ダウン[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3874,1326,'akismet_pro_tip','discard'),(3875,1327,'akismet_result','true'),(3876,1327,'akismet_history','a:4:{s:4:\"time\";d:1421295134.1500499;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3877,1327,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"UGG Boots\";s:20:\"comment_author_email\";s:18:\"bhshaqeh@gmail.com\";s:18:\"comment_author_url\";s:30:\"http://www.uggboottopstore.us/\";s:15:\"comment_content\";s:181:\"Thank you for Cheap UGG this http://www.louisvuittonsale365.com/ so easy to find http://www.coachstoreoutletus.com/. http://www.mkbagshotsaleus.us/ stuff. Saving this one for later.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.89.37.231\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3878,1327,'akismet_pro_tip','discard'),(3879,1328,'akismet_result','true'),(3880,1328,'akismet_history','a:4:{s:4:\"time\";d:1421296999.278384;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3881,1328,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"Oakley Sunglasses Outlet\";s:20:\"comment_author_email\";s:18:\"icsytuuw@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://bloggers.thaiairways.com.au/blogs.aspx\";s:15:\"comment_content\";s:88:\"Ray Ban Shades For Cheap fake white ray bans inmost countries where 4g lte has launched.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"27.150.209.7\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(3882,1328,'akismet_pro_tip','discard'),(3902,1334,'akismet_result','true'),(3903,1334,'akismet_history','a:4:{s:4:\"time\";d:1421308275.266047;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3904,1334,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"http://www.Grand51.com/\";s:20:\"comment_author_email\";s:34:\"porfirio.simpkinson@moose-mail.com\";s:18:\"comment_author_url\";s:57:\"http://Www.Funcom.at/wbb/index.php?page=User&userID=57558\";s:15:\"comment_content\";s:396:\"<a href=\"http://Www.Funcom.at/wbb/index.php?page=User&userID=57558\">http://www.Grand51.com/</a> He could bе \r\ncarrying a tshirt rich in broken glɑѕs with him.vertisements a serious concern. <a href=\"http://www.defensoria.org.co/pdf/publicaciones/info.php?a%5B%5D=%3Ca+href%3Dhttp%3A%2F%2Fvictoriawindowwashing.ca%2FFactory%2F%3Fkeywords%3DCoach%2BShoes%3ECoach+Shoes%3C%2Fa%3E\">Coach Shoes</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"192.99.150.55\";s:10:\"user_agent\";s:127:\"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:56:\"http://mollywoppersnyb.com/2012/11/28/meeting-tonight-2/\";}'),(3905,1335,'akismet_result','true'),(3906,1335,'akismet_history','a:4:{s:4:\"time\";d:1421310892.9734659;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3907,1335,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:751:\"I drink organic skim milk. If the store is out of that, I will drink organic 1% or 2%. I have always CRAVED milk. I don’t know why. Basically, I drink organic milk and Mountain Valley Spring water that comes in glass bottles and not much else. I never have trouble with bowel movements. I have never cared for cheese. I do eat organic yogurt. Dairy has never given me gas or bloating or any problems. After menopause, I became sensitive to flax oil and flax seeds – can’t eat them. Walnuts make me very ill. I don’t know what I would do without organic milk. I love it!\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Gafas Oakley</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3908,1335,'akismet_pro_tip','discard'),(3909,1336,'akismet_result','true'),(3910,1336,'akismet_history','a:4:{s:4:\"time\";d:1421311642.0374391;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3911,1336,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"buy diablo 3 gold\";s:20:\"comment_author_email\";s:18:\"stmake@hotmail.com\";s:18:\"comment_author_url\";s:41:\"http://www.yuexindq.com/guild-wars-2-news\";s:15:\"comment_content\";s:811:\"And also the shindig array, Similar to JRPGS or the smoothness items door Baldur. Individually I choose to collection products on hand because it is a lot less hard. But additional category might be more\"Accurate, Do what for you to do, When you should do it, On the inside 3D whole arena of inviting panoramas and great wild animals. Prepare four-legged friend another techniques, Seek the luxurious \" new world, Make impressive details within missions or alternatively have fun a lot of brilliant little video game titles. In the instance adventuring one is the most your lifestyle, Turned into a magician with you should research isolated resource or struggle enemies in with the multitude of real life encounters misconception mission.\r\n[url=http://www.yuexindq.com/guild-wars-2-news]buy diablo 3 gold[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"91.200.12.25\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3912,1336,'akismet_pro_tip','discard'),(3913,1337,'akismet_result','true'),(3914,1337,'akismet_history','a:4:{s:4:\"time\";d:1421313645.4958601;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3915,1337,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"hollister sweat\";s:20:\"comment_author_email\";s:21:\"rgryfbsrxlu@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.grande.com.tr/wp-content/incpureupload.asp\";s:15:\"comment_content\";s:467:\"Ray ban shades are well recognized for their defense against the UV light which is one morerayban sunglasses cause for as to why buyers opt for this brand name. If you ever want to send the glasses back to the company under the warranty, then you would have to send it along with proof of purchase.\r\n <a href=\"http://www.grande.com.tr/wp-content/incpureupload.asp\" >hollister sweat</a> [url=http://www.grande.com.tr/wp-content/incpureupload.asp]hollister sweat[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3916,1337,'akismet_pro_tip','discard'),(3917,1338,'akismet_result','true'),(3918,1338,'akismet_history','a:4:{s:4:\"time\";d:1421315348.1305439;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3919,1338,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Moncler Jassen Outlet\";s:20:\"comment_author_email\";s:16:\"lrvmfs@gmail.com\";s:18:\"comment_author_url\";s:24:\"http://www.schadezorg.nl\";s:15:\"comment_content\";s:296:\"This new product has been put on sales in restir stores, so you can get it there. If you want your purchase to be easier, you can pay attention to some Moncler online shops.\r\n <a href=\"http://www.schadezorg.nl\" >Moncler Jassen Outlet</a>\r\n[url=http://www.schadezorg.nl]Moncler Jassen Outlet[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.216.144\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3920,1338,'akismet_pro_tip','discard'),(3921,1339,'akismet_result','true'),(3922,1339,'akismet_history','a:4:{s:4:\"time\";d:1421317110.0647509;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3923,1339,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"sac longchamps en cuir pas cher\";s:20:\"comment_author_email\";s:18:\"okuruoun@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.eatout.ae/Images/addconmenus.asp\";s:15:\"comment_content\";s:471:\"Variable weather is one of the few guarantees. Many music festivals tend to be family affairs. It\'s important you make sure your children are protected from the elements too. Always pack and use suncream whatever the weather, take your waterproofs and invest in sunglasses for your children.\r\n <a href=\"http://www.eatout.ae/Images/addconmenus.asp\" >sac longchamps en cuir pas cher</a> [url=http://www.eatout.ae/Images/addconmenus.asp]sac longchamps en cuir pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3924,1339,'akismet_pro_tip','discard'),(3925,1340,'akismet_result','true'),(3926,1340,'akismet_history','a:4:{s:4:\"time\";d:1421321945.846045;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3927,1340,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"lunette ray ban pas cher\";s:20:\"comment_author_email\";s:18:\"fgbdjlgt@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.sht.com.tw/psen/_hk_info.asp\";s:15:\"comment_content\";s:229:\"http://www.worldtaverntrivia.com/moncleroutletusa.aspMoncler Outlet USA\r\n <a href=\"http://www.sht.com.tw/psen/_hk_info.asp\" >lunette ray ban pas cher</a> [url=http://www.sht.com.tw/psen/_hk_info.asp]lunette ray ban pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3928,1340,'akismet_pro_tip','discard'),(3929,1341,'akismet_result','true'),(3930,1341,'akismet_history','a:4:{s:4:\"time\";d:1421322284.319411;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3931,1341,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"oakley nose piece\";s:20:\"comment_author_email\";s:18:\"didhtlri@gmail.com\";s:18:\"comment_author_url\";s:64:\"http://www.maviyesilakvaryum.com/admin/includes/sqlinjection.php\";s:15:\"comment_content\";s:247:\"Ugg Schoenen are constructed getting trendy and warm.\r\n <a href=\"http://www.maviyesilakvaryum.com/admin/includes/sqlinjection.php\" >oakley nose piece</a> [url=http://www.maviyesilakvaryum.com/admin/includes/sqlinjection.php]oakley nose piece[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3932,1341,'akismet_pro_tip','discard'),(3933,1342,'akismet_result','true'),(3934,1342,'akismet_history','a:4:{s:4:\"time\";d:1421324244.5289409;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3935,1342,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Louis Vuitton Outlet\";s:20:\"comment_author_email\";s:18:\"bhshaqeh@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://www.louisvuittonsale365.com/\";s:15:\"comment_content\";s:92:\"It is highly helpful for me. Huge thumbs up for this http://www.monclerjacketsells.us/ post!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.89.37.231\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2014/01/01/happy-new-year/\";}'),(3936,1342,'akismet_pro_tip','discard'),(3937,1343,'akismet_result','true'),(3938,1343,'akismet_history','a:4:{s:4:\"time\";d:1421324384.2208991;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3939,1343,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"Cheap Raybans\";s:20:\"comment_author_email\";s:20:\"tczessunjz@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://bloggers.thaiairways.com.au/\";s:15:\"comment_content\";s:183:\"Where Can I Buy Cheap Ray Ban Wayfarer Sunglasses real or fake ray bans and they have a lovely.\r\n <a href=\"http://bloggers.thaiairways.com.au/\" title=\"Cheap Raybans\">Cheap Raybans</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.248.159\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:54:\"http://mollywoppersnyb.com/2012/12/12/3-meetings-left/\";}'),(3940,1343,'akismet_pro_tip','discard'),(3941,1344,'akismet_result','true'),(3942,1344,'akismet_history','a:4:{s:4:\"time\";d:1421324974.0944901;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3943,1344,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"oinrjyzrf\";s:20:\"comment_author_email\";s:33:\"thet.on.gyu.e.3.1.2.007@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.dprp.net/faqs.php\";s:15:\"comment_content\";s:3849:\"We The People can show our support by not purchasing anything during this weekend event. It is time to slam the brakes on unconstitutional actions and blatant corruption in government.\r\n <a href=http://www.athensmagazine.gr/arts.php>Cheap Nike Air Max</a> ?Advertise Your College or Nike Small business with Customized Imprinted Padfolios\r\n \r\nAs time goes, the Nike Air Max designer shoes become more and more popular, and this results in many counterfeits of these shoes. For Nike fans, it is difficult to distinguish those fake ones from authentic ones. The fake Nike shoes made by the replica manufactures resemble too much with the genuine ones. Durability, flexibility, cushion and other aspects can also be found in the counterfeit designer shoes. But the most obvious difference between the fake ones and the genuine ones is the large gap between their prices. In fact, these high copies of designer shoes benefit people a lot because they make it possible for lots of Nike lovers to get their own Nike shoes at a lower price but with the high quality and achieve their dreams.\r\n <a href=http://www.pantipplaza.com/pages.php>Cheap Air Max</a> Busy backgrounds hardly ever work\r\n \r\nMeet 7cardcha, a wikiHowian of over 4 years who has made over 1,150 contributions to the sites. He likes patrolling recent changes and has patrolled over 8,000 edits here. His favorite wikiHow article is How to Get an Amateur Radio License in the US, because it got him into a new hobby. He says it\'s fun to get on wikiHow and make a difference, even if it is just once in a while, and he loves that the wikiHow community cares, something which he finds exceedingly rare among Internet communities. For new users, 7cardcha recommends checking out recent changes patrol, because it\'s easy to pick up with help and feedback from experienced patrollers.\r\n <a href=http://webmaster-toolkit.com/isabel.php>isabel marant shoes</a> Sophia Loren is often described as one of the \"truest international movie stars.\" Not only is she known for her amazing beauty; Loren is known for her warmth, loyalty, and wittiness.\r\n \r\nSimply implement it. Implement what I\'ve written here and see what happens. I\'m pretty sure you\'ll find some improvement in your marriage. Yes, you may not fix all your marriage problems right away, but with the advice written here, I\'m pretty sure you\'ll see some things change.\r\n <a href=http://www.rpgmp3.com/module.php>louis vuitton handbags</a> There are two main things to think about when you are deciding which basketball shoe is best for you.\r\n \r\nThere are some lightweight hiking boots most commonly available now such as Montrail Blue Ridge GTX, Vasque Breeze GTX, Timberland Cadion Waterproof Mid Gore-Tex XCR, Danner Radical 452 GTX, and the Columbia Frontier Peak GTX . These lightweight hiking boots come with a large range of sizes that can fit men and women. Lightweight boots usually are slightly taller than the mid-cut hiking boots. This design brings more support to ankle and lighte weight will keep you going in long miles. For ventilation there are leather uppers with mesh stripes in these lightweight boots. So you can wear them comfortably even in hot weathers.\r\n <a href=http://www.kingkeys.com/isa.php>isabel marant sale</a> When the ball is finally inbounded, just as the shot clock starts, so does the eight second backcourt rule. This rule states that a player should get the ball across half court within eight seconds. Failure to do so will result into a turnover, and giving up possession. All these should be at the back of players\' minds as they play, which is why it is important to keep your head in the game. Even players watching from the bench should keep track of these details of the game, so that when they are called upon, they know exactly what to do, and exactly how much time they have to do it.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"111.11.95.245\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3944,1344,'akismet_pro_tip','discard'),(3945,1345,'akismet_result','true'),(3946,1345,'akismet_history','a:4:{s:4:\"time\";d:1421327368.081754;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3947,1345,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"Discount Mulberry Outlet\";s:20:\"comment_author_email\";s:19:\"ckmldlamg@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:106:\"Mulberry Passport Cover mulberry outlet that he\'s even asking about something so important speaks volumes.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.159.198.72\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(3948,1345,'akismet_pro_tip','discard'),(3949,1346,'akismet_result','true'),(3950,1346,'akismet_history','a:4:{s:4:\"time\";d:1421328954.588532;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3951,1346,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"peinados con ghd\";s:20:\"comment_author_email\";s:19:\"soriccedd@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://thanhhienhotel.com/psen/database_backup.asp\";s:15:\"comment_content\";s:372:\"The original layout possessed the yellow metal plated body along with green lenses, the timeless classic Aviator design, and it immediately captured the imagination of real \"aviators\" the United States Army.\r\n <a href=\"http://thanhhienhotel.com/psen/database_backup.asp\" >peinados con ghd</a>\r\n[url=http://thanhhienhotel.com/psen/database_backup.asp]peinados con ghd[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.216.144\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3952,1346,'akismet_pro_tip','discard'),(3953,1347,'akismet_result','true'),(3954,1347,'akismet_history','a:4:{s:4:\"time\";d:1421333345.641825;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3955,1347,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:6:\"xbox 3\";s:20:\"comment_author_email\";s:18:\"stmake@hotmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.buywildstarguide.com/entertainment\";s:15:\"comment_content\";s:657:\"I\'m a sucker for FFC. I\'m an existing UCLA membrane child Coppola\'s alma mater. The the first thing to: UCLA happens to be an\"Indy, Mental\" Production lessons. Talking about struggles, Stop from Wakfu is actually smooth, Tactical, While intelligently. It can receive kind of grindy, As soon as comes are hands down rare, It\'s continues to fascinating, And simply helps to keep your corporation wake up plenty because it not of becoming head mind-numbing. An except gripe along with is how the tiny symbols involved of the spells\' tooltips would have done with a little bit more justification.\r\n[url=http://www.buywildstarguide.com/entertainment]xbox 3[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"91.200.12.25\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(3956,1347,'akismet_pro_tip','discard'),(3957,1348,'akismet_result','true'),(3958,1348,'akismet_history','a:4:{s:4:\"time\";d:1421336182.80757;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3959,1348,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"Ugg Espana\";s:20:\"comment_author_email\";s:16:\"oydqwa@gmail.com\";s:18:\"comment_author_url\";s:33:\"http://www.camaspalomas.es/es.asp\";s:15:\"comment_content\";s:305:\"Fashion Ugg boots are attracted by everyone, almost everyone positioned on it will start out for receiving dazzling. Then you certainly totally certainly should store in UGG store online.\r\n <a href=\"http://www.camaspalomas.es/es.asp\" >Ugg Espana</a> [url=http://www.camaspalomas.es/es.asp]Ugg Espana[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.218.91\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3960,1348,'akismet_pro_tip','discard'),(3961,1349,'akismet_result','true'),(3962,1349,'akismet_history','a:4:{s:4:\"time\";d:1421337221.4606271;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3963,1349,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"moncler pas cher homme\";s:20:\"comment_author_email\";s:16:\"ibfmbt@gmail.com\";s:18:\"comment_author_url\";s:98:\"http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104298.html\";s:15:\"comment_content\";s:511:\"Choosing big brands you\'re safe in the knowledge that your shades won\'t date, but will simply become timeless designer classics. With leading designer sunglasses, you know that even if the sun isn\'t shining, you\'ll shine out in the crowd.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104298.html\" >moncler pas cher homme</a>\r\n[url=http://www.actworld.net/doudoune-moncler/moncler-pas-cher-homme/moncler-pas-cher-homme-104298.html]moncler pas cher homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3964,1349,'akismet_pro_tip','discard'),(3965,1350,'akismet_result','true'),(3966,1350,'akismet_history','a:4:{s:4:\"time\";d:1421337327.2933371;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3967,1350,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:11:\"polo lauren\";s:20:\"comment_author_email\";s:19:\"yrbhkdspi@gmail.com\";s:18:\"comment_author_url\";s:60:\"http://www.thunderdragonfireworks.com/sitemap/qisctariff.asp\";s:15:\"comment_content\";s:450:\"I have also seen people selling on ebay or elsewhere and they sell the fakes ones while advertising them as authentic pairs. Those sellers who sell real RayBan sunglasses on ebay can get away with it , because luxottica (RayBan Factory) does not know who those retailers are.\r\n <a href=\"http://www.thunderdragonfireworks.com/sitemap/qisctariff.asp\" >polo lauren</a>\r\n[url=http://www.thunderdragonfireworks.com/sitemap/qisctariff.asp]polo lauren[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3968,1350,'akismet_pro_tip','discard'),(3969,1351,'akismet_result','true'),(3970,1351,'akismet_history','a:4:{s:4:\"time\";d:1421338905.941632;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3971,1351,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"hogan scarpe\";s:20:\"comment_author_email\";s:21:\"lkgopfihyym@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.modenplast.it/jection/bl.asp\";s:15:\"comment_content\";s:272:\"For many individuals, ugg boots provide the perfect insulation and comfort for the winter months. Ugg Kopen are both warm and comfortable.\r\n <a href=\"http://www.modenplast.it/jection/bl.asp\" >hogan scarpe</a> [url=http://www.modenplast.it/jection/bl.asp]hogan scarpe[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.218.91\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3972,1351,'akismet_pro_tip','discard'),(3973,1352,'akismet_result','true'),(3974,1352,'akismet_history','a:4:{s:4:\"time\";d:1421339423.9523239;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3975,1352,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Mulberry Purse\";s:20:\"comment_author_email\";s:16:\"xtwzxu@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:73:\"Mulberry Repairs mulberry outlet online an average monthly assessment of.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.159.198.72\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(3976,1352,'akismet_pro_tip','discard'),(3977,1353,'akismet_result','true'),(3978,1353,'akismet_history','a:4:{s:4:\"time\";d:1421341785.8864529;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3979,1353,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"nike store nl\";s:20:\"comment_author_email\";s:16:\"jszyfi@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://www.mcgooi.nl/english/cifrmtariff.asp\";s:15:\"comment_content\";s:410:\"Oakley has been developing high-quality, lasting also sleek prescription eyewear through a very long-time. OakleyA’s Half Jacket, for example, is the companyA’s best-selling sunglasses model, and itA’s available with apt about any kind of lens prescription.\r\n <a href=\"http://www.mcgooi.nl/english/cifrmtariff.asp\" >nike store nl</a>\r\n[url=http://www.mcgooi.nl/english/cifrmtariff.asp]nike store nl[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3980,1353,'akismet_pro_tip','discard'),(3981,1354,'akismet_result','true'),(3982,1354,'akismet_history','a:4:{s:4:\"time\";d:1421341831.9908171;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3983,1354,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Moncler New York\";s:20:\"comment_author_email\";s:17:\"bjzdxai@gmail.com\";s:18:\"comment_author_url\";s:32:\"http://georgetownrunningclub.org\";s:15:\"comment_content\";s:417:\"Oakley uses the latest optical technology which reduces visual distortion across whole of the lens. Their High Definition Optics system assures you best quality, durability and comfort as well as style and sophistication. Oakley gives the right kind of look according to your requirement.\r\n <a href=\"http://georgetownrunningclub.org\" >Moncler New York</a>\r\n[url=http://georgetownrunningclub.org]Moncler New York[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3984,1354,'akismet_pro_tip','discard'),(3985,1355,'akismet_result','true'),(3986,1355,'akismet_history','a:4:{s:4:\"time\";d:1421342580.2128861;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3987,1355,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:34:\"michael kors outlet online sale 80\";s:20:\"comment_author_email\";s:20:\"pmvsmghnsv@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://ecole-privee-romille.net/mknordstrom2.html\";s:15:\"comment_content\";s:124:\"do give away to us ones status to UGG wellingtons assuming you have put on these types of preceding to, indian ugg galoshes,\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"36.248.161.128\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(3988,1355,'akismet_pro_tip','discard'),(3989,1356,'akismet_result','true'),(3990,1356,'akismet_history','a:4:{s:4:\"time\";d:1421343211.5362849;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3991,1356,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:17:\"ftbalgs@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.nikosinisgalli.com/assets/es.asp\";s:15:\"comment_content\";s:635:\"Inclusions Bob — if you’re still out there please add me to the list of people quite interested in hearing any additional material you can dig up. My opinion is that both sides are tops — the hook on the b-side where the vocals say “secret police watching everybody all the time it really makes me mad!” is so big i have to duck for safety when i hear it. IMHO this record is about a 100 times better than, say, the Opus single. BTW, R.I.P. Behjan. You will surely be missed by many.\r\n <a href=\"http://www.nikosinisgalli.com/assets/es.asp\" >Gafas Oakley</a> [url=http://www.nikosinisgalli.com/assets/es.asp]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3992,1356,'akismet_pro_tip','discard'),(3993,1357,'akismet_result','true'),(3994,1357,'akismet_history','a:4:{s:4:\"time\";d:1421343384.8040299;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3995,1357,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Gafas Oakley Ciclismo\";s:20:\"comment_author_email\";s:20:\"mavdctogfj@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://popea.es/gafas-de-sol/oakley.html\";s:15:\"comment_content\";s:402:\"I have seen people selling RayBan on ebay or other channels forless than the retail price and yet they sell the real ones. I have also seen people selling on ebay or elsewhere and they sell the fakes ones while advertising them as authentic pairs.\r\n <a href=\"http://popea.es/gafas-de-sol/oakley.html\" >Gafas Oakley Ciclismo</a>\r\n[url=http://popea.es/gafas-de-sol/oakley.html]Gafas Oakley Ciclismo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(3996,1357,'akismet_pro_tip','discard'),(3997,1358,'akismet_result','true'),(3998,1358,'akismet_history','a:4:{s:4:\"time\";d:1421345906.8988299;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(3999,1358,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:41:\"michael kors outlet atlantic city reviews\";s:20:\"comment_author_email\";s:17:\"ijvtesi@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://kansspelonline.clickhost.nl/mkadillards1.html\";s:15:\"comment_content\";s:236:\"the situation holders pretty much, holiday of course luxurious to find items choice, message is usually possesses the ponies to hold its very own, it can not quite so drive used truck most nice awesome luxury that have a huge generator.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.231.184\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4000,1358,'akismet_pro_tip','discard'),(4001,1359,'akismet_result','true'),(4002,1359,'akismet_history','a:4:{s:4:\"time\";d:1421346709.3792281;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4003,1359,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"jersgamne\";s:20:\"comment_author_email\";s:22:\"igalandyou@hotmail.com\";s:18:\"comment_author_url\";s:83:\"http://gofishtalk.com/profiles/blogs/2014-nfc-conference-finals-hot-pick-prediction\";s:15:\"comment_content\";s:31:\"A wonderful post. Thanks a lot!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"117.26.252.7\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4004,1359,'akismet_pro_tip','discard'),(4005,1360,'akismet_result','true'),(4006,1360,'akismet_history','a:4:{s:4:\"time\";d:1421346932.5671239;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4007,1360,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Chaussures Homme\";s:20:\"comment_author_email\";s:21:\"qclrsfbafxh@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.enciclopediapr.org/images/louboutinfr.html\";s:15:\"comment_content\";s:456:\"MBT shoes can make the body upright walkers on foot, so walking posture is not only more beautiful, the Pacers will therefore be more health and fitness; addition, the body back and joints will be strengthened, so as to promote and enhance blood circulation and respiratory efficiency.\r\n <a href=\"http://www.enciclopediapr.org/images/louboutinfr.html\" >Chaussures Homme</a>\r\n[url=http://www.enciclopediapr.org/images/louboutinfr.html]Chaussures Homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.216.144\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4008,1360,'akismet_pro_tip','discard'),(4009,1361,'akismet_result','true'),(4010,1361,'akismet_history','a:4:{s:4:\"time\";d:1421348447.697165;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4011,1361,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"official michael kors outlet store cheap\";s:20:\"comment_author_email\";s:20:\"eyzaicpomf@gmail.com\";s:18:\"comment_author_url\";s:52:\"http://www.cenytransferowe.org/mk6lordandtaylor.html\";s:15:\"comment_content\";s:138:\"targeting natural functions of our body help establish me leaner as well as been organizing for the purpose of day-after-day conditions.5.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.202.116\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4012,1361,'akismet_pro_tip','discard'),(4013,1362,'akismet_result','true'),(4014,1362,'akismet_history','a:4:{s:4:\"time\";d:1421348590.5058401;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4015,1362,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:37:\"discount michael kors outlet with top\";s:20:\"comment_author_email\";s:18:\"qxjinzlb@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://www.joost1.nl/mkabelk6.html\";s:15:\"comment_content\";s:87:\"I looked at on shelves about walls, can i put forth each canine\'s ashes? I may as well.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"110.86.177.30\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4016,1362,'akismet_pro_tip','discard'),(4017,1363,'akismet_result','true'),(4018,1363,'akismet_history','a:4:{s:4:\"time\";d:1421348672.537308;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4019,1363,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"michael kors cheap replica handbags\";s:20:\"comment_author_email\";s:20:\"cyfrcxxatq@gmail.com\";s:18:\"comment_author_url\";s:36:\"http://www.vnreading.net/mkinex.html\";s:15:\"comment_content\";s:254:\"it was the first in a series of television system window films which experts state served as jet pilots for the TV series Hercules: our the well-known teen the selected profession understanding that moved around as a result of 1995 to make sure you 1999.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.214.171\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4020,1363,'akismet_pro_tip','discard'),(4021,1364,'akismet_result','true'),(4022,1364,'akismet_history','a:4:{s:4:\"time\";d:1421349184.0855141;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4023,1364,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:58:\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley.html\";s:15:\"comment_content\";s:807:\"Hey Tom,As someone who spent her most formative years overtraining in the gym, cheerleading, and finally spending almost 7 years trapped in an eating disorder, I applaud your comments.I have been TOTALLY free from weight and compulsive eating issues for 20 years now, and I work out because it feels good, but seeing people applauded for the very kind of behavior that nearly ruined my life makes me cringe.It took studying “naturally lean” people and adopting their realistic, non-obsessive lifestyle to change my thinking and life. Then again, there’s no exciting reality-tv in that!Keep up the great posts.Gina\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley.html\" >Gafas Oakley Baratas</a> [url=http://www.iframestudio.com/gafas-de-sol/gafas-oakley.html]Gafas Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4024,1364,'akismet_pro_tip','discard'),(4025,1365,'akismet_result','true'),(4026,1365,'akismet_history','a:4:{s:4:\"time\";d:1421350830.3336959;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4027,1365,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Cheap Ray Ban 2140\";s:20:\"comment_author_email\";s:19:\"jwwidnufd@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://bloggers.thaiairways.com.au/\";s:15:\"comment_content\";s:189:\"Fake Ray Bans For Sale fake cheap ray bans recessed lights and french doors to rear garden.\r\n <a href=\"http://bloggers.thaiairways.com.au/\" title=\"Cheap Ray Ban 2140\">Cheap Ray Ban 2140</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.248.159\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4028,1365,'akismet_pro_tip','discard'),(4029,1366,'akismet_result','true'),(4030,1366,'akismet_history','a:4:{s:4:\"time\";d:1421352612.0300031;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4031,1366,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"York Mulberry Outlet\";s:20:\"comment_author_email\";s:19:\"qkzjqmrea@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.northernirelandscreen.co.uk/pages.aspx\";s:15:\"comment_content\";s:85:\"Mulberry Cheshire Oaks san francisco bay area gatherings in addition to fairs assist.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.159.198.72\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(4032,1366,'akismet_pro_tip','discard'),(4033,1367,'akismet_result','true'),(4034,1367,'akismet_history','a:4:{s:4:\"time\";d:1421353944.8941381;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4035,1367,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Gafas Oakley Radar\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:633:\"I totally just had this happen to me. I had someone tell me that ‘there’s nothing wrong with me’, then ‘in christian love’ proceed to tell me all the things he didn’t like about me. He was ‘just being honest’ as a ‘Christian friend’. Then he had the audacity to insist that he still wants to be my friend. I have to laugh and ask him, if there’s so much wrong with me, why do you want to hang out with such a horrible person?\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Gafas Oakley Radar</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Gafas Oakley Radar[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4036,1367,'akismet_pro_tip','discard'),(4037,1368,'akismet_result','true'),(4038,1368,'akismet_history','a:4:{s:4:\"time\";d:1421356198.7332261;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4039,1368,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:28:\"best louboutin replica sites\";s:20:\"comment_author_email\";s:21:\"sqvccsxvvvi@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.mineralen-edelstenen.be/cl5barneys.html\";s:15:\"comment_content\";s:129:\"ankle levels will bring you several other may perhaps well shock reducing, and that means you can mosey because mls without pain.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.86.178.202\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4040,1368,'akismet_pro_tip','discard'),(4041,1369,'akismet_result','true'),(4042,1369,'akismet_history','a:4:{s:4:\"time\";d:1421357684.8513589;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4043,1369,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"michael kors handbags on sale cheap\";s:20:\"comment_author_email\";s:21:\"exjktyfdepl@gmail.com\";s:18:\"comment_author_url\";s:34:\"http://www.joost1.nl/mkabelk2.html\";s:15:\"comment_content\";s:168:\"a variety of injuries for this company are almost always specified within the last year, to the two outstanding ones really good degree selling price with warm weather.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.239.247\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4044,1369,'akismet_pro_tip','discard'),(4045,1370,'akismet_result','true'),(4046,1370,'akismet_history','a:4:{s:4:\"time\";d:1421359978.8730531;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4047,1370,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:35:\"michael kors cheap replica handbags\";s:20:\"comment_author_email\";s:16:\"hppgms@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://www.wordsasweapons.com/mkioffer6.html\";s:15:\"comment_content\";s:148:\"The upbeat mix investor seems to be have ended up selling stated choice if you wish to somewhat monetary the purchase of a rate give us a call pass.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.237.28\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4048,1370,'akismet_pro_tip','discard'),(4049,1371,'akismet_result','true'),(4050,1371,'akismet_history','a:4:{s:4:\"time\";d:1421360645.4428041;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4051,1371,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"christian louboutin outlet canada online\";s:20:\"comment_author_email\";s:19:\"gcybssbvu@gmail.com\";s:18:\"comment_author_url\";s:39:\"http://www.sandrocohen.org/clindex.html\";s:15:\"comment_content\";s:78:\"operating costs with regard to Digikey things bring down that includes number.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"220.161.168.87\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4052,1371,'akismet_pro_tip','discard'),(4053,1372,'akismet_result','true'),(4054,1372,'akismet_history','a:4:{s:4:\"time\";d:1421361609.7869639;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4055,1372,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:30:\"michael kors bags online india\";s:20:\"comment_author_email\";s:21:\"pbknukqkeib@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.wordsasweapons.com/mkdillards13.html\";s:15:\"comment_content\";s:68:\"past, most people exploit t UGGs along with approval t h th invoice.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"117.26.249.55\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4056,1372,'akismet_pro_tip','discard'),(4057,1373,'akismet_result','true'),(4058,1373,'akismet_history','a:4:{s:4:\"time\";d:1421366691.1251149;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4059,1373,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:39:\"free online dating websites for singles\";s:20:\"comment_author_email\";s:19:\"Mccreight@gmail.com\";s:18:\"comment_author_url\";s:21:\"http://datetheweb.com\";s:15:\"comment_content\";s:93:\"Many dentists blog, but their expertise doesn’t usually shine through.  This guy’s does.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"41.223.119.156\";s:10:\"user_agent\";s:123:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; Media Center PC 6.0; InfoPath.2; MS-RTC LM 8)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:62:\"http://mollywoppersnyb.com/2011/05/19/block-party-is-official/\";}'),(4060,1373,'akismet_pro_tip','discard'),(4061,1374,'akismet_result','true'),(4062,1374,'akismet_history','a:4:{s:4:\"time\";d:1421369876.4401779;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4063,1374,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Cheap Ray Bans\";s:20:\"comment_author_email\";s:19:\"quppkfbcd@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://bloggers.thaiairways.com.au/\";s:15:\"comment_content\";s:127:\"Ray Bans Sunglasses Cheap fake ray bans wayfarer for sale vb tottered around in six inch heels and roberto cavalli s finest 10.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.205.112\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(4064,1375,'akismet_result','true'),(4065,1375,'akismet_history','a:4:{s:4:\"time\";d:1421370050.105689;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4066,1375,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"Cheap Ray Ban Wayfarer Sunglasses\";s:20:\"comment_author_email\";s:18:\"dopuauhm@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://bloggers.thaiairways.com.au/blogs.aspx\";s:15:\"comment_content\";s:210:\"Cheap Ray Ban Sunglasses Sale where can i buy fake oakleys the point is.\r\n <a href=\"http://bloggers.thaiairways.com.au/blogs.aspx\" title=\"Cheap Ray Ban Wayfarer Sunglasses\">Cheap Ray Ban Wayfarer Sunglasses</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.254.148\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(4067,1375,'akismet_pro_tip','discard'),(4068,1376,'akismet_result','true'),(4069,1376,'akismet_history','a:4:{s:4:\"time\";d:1421372549.093333;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4070,1376,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:29:\"sac a dos longchamps pas cher\";s:20:\"comment_author_email\";s:19:\"yrbhkdspi@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://www.asglobalnetwork.com/webstat/weather.asp\";s:15:\"comment_content\";s:470:\"As with many British outdoor events, the chances are it will start out sunny and turn wet, or vice-versa. Variable weather is one of the few guarantees.Many music festivals tend to be family affairs. It\'s important you make sure your children are protected from the elements too.\r\n <a href=\"http://www.asglobalnetwork.com/webstat/weather.asp\" >sac a dos longchamps pas cher</a>\r\n[url=http://www.asglobalnetwork.com/webstat/weather.asp]sac a dos longchamps pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4071,1376,'akismet_pro_tip','discard'),(4072,1377,'akismet_result','true'),(4073,1377,'akismet_history','a:4:{s:4:\"time\";d:1421373476.1299069;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4074,1377,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Moncler Sito Ufficiale\";s:20:\"comment_author_email\";s:17:\"hionral@gmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.parcodiveio.it/wp-index.php\";s:15:\"comment_content\";s:452:\"The problem with buying on ebay is that you may end up with a fake pair. Also, even if you receive a real pair, your Ray Ban\'s warranty is not going to be valid. If you ever want to send the glasses back to the company under the warranty, then you would have to send it along with proof of purchase.\r\n <a href=\"http://www.parcodiveio.it/wp-index.php\" >Moncler Sito Ufficiale</a>\r\n[url=http://www.parcodiveio.it/wp-index.php]Moncler Sito Ufficiale[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4075,1377,'akismet_pro_tip','discard'),(4076,1378,'akismet_result','true'),(4077,1378,'akismet_history','a:4:{s:4:\"time\";d:1421373737.2591031;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4078,1378,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"Cheap Oakleys For Sale\";s:20:\"comment_author_email\";s:18:\"hgrokegz@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://bloggers.thaiairways.com.au/blogs.aspx\";s:15:\"comment_content\";s:141:\"Where To Get Ray Bans Cheap how to make fake ray bans mri devices corp.\r\nCheap Oakleys For Sale http://bloggers.thaiairways.com.au/blogs.aspx\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.254.148\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(4079,1378,'akismet_pro_tip','discard'),(4080,1379,'akismet_result','true'),(4081,1379,'akismet_history','a:4:{s:4:\"time\";d:1421374452.701431;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4082,1379,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"lunettes soleil homme\";s:20:\"comment_author_email\";s:20:\"gylimsdsvy@gmail.com\";s:18:\"comment_author_url\";s:70:\"http://www.studrespublika.com/foto/mis/2013/beach/big/2/switchlang.php\";s:15:\"comment_content\";s:636:\"You might think why Oakley?The temples are sleeved in supple UNOBTAINIUMA® and the geometry is honed with the precision of a Three-Point Fit, a comfort feature that brim contact to the temples and the nose bridgeThe most prominent factor that leads to the success of Replica Oakley sunglasses is that their styles are almost followed that of authentic Oakley sunglasses, which has subverted the traditional design ideas.\r\n <a href=\"http://www.studrespublika.com/foto/mis/2013/beach/big/2/switchlang.php\" >lunettes soleil homme</a>\r\n[url=http://www.studrespublika.com/foto/mis/2013/beach/big/2/switchlang.php]lunettes soleil homme[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.153.172.172\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4083,1379,'akismet_pro_tip','discard'),(4084,1380,'akismet_result','true'),(4085,1380,'akismet_history','a:4:{s:4:\"time\";d:1421375829.1004529;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4086,1380,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:46:\"ヴィヴィアンウエストウッド 財布\";s:20:\"comment_author_email\";s:18:\"rzhpgcmp@gmail.com\";s:18:\"comment_author_url\";s:78:\"http://www.teres-3.ru/feed.php?ヴィヴィアンウエストウッド-財布/\";s:15:\"comment_content\";s:495:\"Index futures are cash-settled contracts to buy or sell an index at a preset value on an agreed date. In other words, you can bet on the direction of equity indexes. If you think they will rise, you buy contracts. If you think they will fall, you sell contracts. Index futures are often used as hedging tools, allowing an investor to cover potential losses.\r\n[url=http://www.teres-3.ru/feed.php?ヴィヴィアンウエストウッド-財布/]ヴィヴィアンウエストウッド 財布[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(4087,1380,'akismet_pro_tip','discard'),(4088,1381,'akismet_result','true'),(4089,1381,'akismet_history','a:4:{s:4:\"time\";d:1421379723.2365711;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4090,1381,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Cheap Rayban Sunglasses\";s:20:\"comment_author_email\";s:21:\"vsbjdhntotx@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://bloggers.thaiairways.com.au/\";s:15:\"comment_content\";s:74:\"Cheap Ray Ban Eyeglasses Online replica ray bans wayfarer there are shops.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.205.112\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(4091,1381,'akismet_pro_tip','discard'),(4092,1382,'akismet_result','true'),(4093,1382,'akismet_history','a:4:{s:4:\"time\";d:1421380166.284004;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4094,1382,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"ray ban wayfarer couleur\";s:20:\"comment_author_email\";s:21:\"ceunccqfsor@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.jumpbike.co.uk/dmr/menupopup.asp\";s:15:\"comment_content\";s:517:\"Offered in all styles, sizes and value ranges, Oakley sunglasses are extensively out there to everyone.Outdoor fanatics adore oakley flak jacket review . They minimize glare in all conditions, even at night. Lightweight frames are durable and resilient.Impact resistance plays a vital role in the staying power of Oakley sunglasses in the marketplace.\r\n <a href=\"http://www.jumpbike.co.uk/dmr/menupopup.asp\" >ray ban wayfarer couleur</a> [url=http://www.jumpbike.co.uk/dmr/menupopup.asp]ray ban wayfarer couleur[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4095,1382,'akismet_pro_tip','discard'),(4096,1383,'akismet_result','true'),(4097,1383,'akismet_history','a:4:{s:4:\"time\";d:1421384186.4115429;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4098,1383,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:12:\"Gafas Oakley\";s:20:\"comment_author_email\";s:17:\"ftbalgs@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.nikosinisgalli.com/assets/es.asp\";s:15:\"comment_content\";s:602:\"Sorry you think we’re biased; I guess having opinions leaves one open to that charge. Our observations about Yahoo Site Builder, though, had nothing to do with the appearance of sites built there, so your comparison of our site’s appearance to those created in Yahoo Site Builder is a bit off the mark. As for our site looking stale, we are in fact looking into freshening it up a bit. Do you have any specific suggestions for things that need improvement?\r\n <a href=\"http://www.nikosinisgalli.com/assets/es.asp\" >Gafas Oakley</a> [url=http://www.nikosinisgalli.com/assets/es.asp]Gafas Oakley[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4099,1383,'akismet_pro_tip','discard'),(4100,1384,'akismet_result','true'),(4101,1384,'akismet_history','a:4:{s:4:\"time\";d:1421389974.4600019;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4102,1384,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"Cheap Oakleys Sunglasses For Sale\";s:20:\"comment_author_email\";s:16:\"oywcqb@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://bloggers.thaiairways.com.au/blogs.aspx\";s:15:\"comment_content\";s:224:\"Cheap Wayfarer Ray Bans 6 thousand package deal to romp lawrence livermore dental lab.\r\n <a href=\"http://bloggers.thaiairways.com.au/blogs.aspx\" title=\"Cheap Oakleys Sunglasses For Sale\">Cheap Oakleys Sunglasses For Sale</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.254.148\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(4103,1384,'akismet_pro_tip','discard'),(4104,1385,'akismet_result','true'),(4105,1385,'akismet_history','a:4:{s:4:\"time\";d:1421390199.1435709;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4106,1385,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Gafas Oakley Ciclismo\";s:20:\"comment_author_email\";s:21:\"xvwbnborsxw@gmail.com\";s:18:\"comment_author_url\";s:64:\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley-radar.html\";s:15:\"comment_content\";s:736:\"Don’t you think that if the authors of the documents meant for us to put the Tabernacle “in the center” or “on the altar” that they would have been articulate enough to say EXACTLY THAT? Instead, they chose other words, to indicate that in some churches, maybe most, the tabernacle deserves a place of honor that will be a place of adoration of the Presence of Christ, rather than a place of artisitic admiration. Please do read the CCC and other Church Documents, and please do not read into them things that are not there.\r\n <a href=\"http://www.iframestudio.com/gafas-de-sol/gafas-oakley-radar.html\" >Gafas Oakley Ciclismo</a> [url=http://www.iframestudio.com/gafas-de-sol/gafas-oakley-radar.html]Gafas Oakley Ciclismo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4107,1385,'akismet_pro_tip','discard'),(4108,1386,'akismet_result','true'),(4109,1386,'akismet_history','a:4:{s:4:\"time\";d:1421392601.341603;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4110,1386,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"Piumini Peuterey\";s:20:\"comment_author_email\";s:21:\"qclrsfbafxh@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.enciclopediapr.org/images/peuterey-outlet.html\";s:15:\"comment_content\";s:440:\"It is said that you can see every fashion French girl carrying this kind of bag on the Champs-Elysees. That\'s right, it is the nylon folding Le Pliage handbag. As a loyally fans of Longchamp Le Pliage bag, today let\'s talk about this bag. Look at their details.\r\n <a href=\"http://www.enciclopediapr.org/images/peuterey-outlet.html\" >Piumini Peuterey</a>\r\n[url=http://www.enciclopediapr.org/images/peuterey-outlet.html]Piumini Peuterey[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.150.218.142\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4111,1386,'akismet_pro_tip','discard'),(4112,1387,'akismet_result','true'),(4113,1387,'akismet_history','a:4:{s:4:\"time\";d:1421393055.802706;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4114,1387,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"Oakley Radar Path\";s:20:\"comment_author_email\";s:21:\"glfhuoftbbb@gmail.com\";s:18:\"comment_author_url\";s:41:\"http://ficotech.com/cgi/gafas-oakley.html\";s:15:\"comment_content\";s:254:\"This gives the rider the cleanest and sharpest vision, especially when you\'ve got your eye on the finish line.After this, a question rises in your mind that why we need to pay a lot of money on retail, we are getting a lot of money on wholesale products.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4115,1387,'akismet_pro_tip','discard'),(4116,1388,'akismet_result','true'),(4117,1388,'akismet_history','a:4:{s:4:\"time\";d:1421393467.653966;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4118,1388,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"louis vuitton store\";s:20:\"comment_author_email\";s:19:\"jvvyuqibt@gmail.com\";s:18:\"comment_author_url\";s:48:\"http://www.gosteli-treuhand.ch/Grasten/debug.asp\";s:15:\"comment_content\";s:1121:\"cheap ralph lauren polo shirts,olution to the challenge of making searchable records available in a timely fashion Yes YesIn most instances, FamilySearch digitizes and publishes the images, and the partner pays a commercial company to index the recordsI am also under the understanding that we as non members of LDS cannot proceed to the temple to add our tree, that to me understandableafter having experience asTechnical support of worlwide newfamily search (missionary)Worker Temple Los Angeles (5) and currently Mount Timpanogos (7 years) again ask, beg, beseech, creating or establishing a training manual or income data for indexing, since errors are still increasingSources are the most necessary, but they are of little use if the individual is not the right one or will be mergedThis is an enormously timeconsuming undertaking that is unparalleled in historyPfffffffffffth, that’s all the nonLDS volunteers get, thanks and the shaftI hope your.\r\n <a href=\"http://www.gosteli-treuhand.ch/Grasten/debug.asp\" >louis vuitton store</a> [url=http://www.gosteli-treuhand.ch/Grasten/debug.asp]louis vuitton store[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4119,1388,'akismet_pro_tip','discard'),(4120,1389,'akismet_result','true'),(4121,1389,'akismet_history','a:4:{s:4:\"time\";d:1421395044.5376451;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4122,1389,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:17:\"Oakley Polarizada\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:741:\"I’m switching from FIOS back to cable. I have been using an Actiontec M142WR in the basement to provide internet down there (the wifi for fios from verizon’s box didn’t reach). Once I switch back to cable, I will lose the verizon Actiontec router (but I’ll keep the actiontec m142wr I bought). What can I buy, that I can connect to the router connected to the cable modem upstairs, so that I can continue to use the m142wr in the basement. Will the D-Link HD Media Bridge work? Can I buy another actiontec? How would I make them work together? HELP?\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Oakley Polarizada</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Oakley Polarizada[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4123,1389,'akismet_pro_tip','discard'),(4124,1390,'akismet_result','true'),(4125,1390,'akismet_history','a:4:{s:4:\"time\";d:1421396368.1890631;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4126,1390,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"Oakley Sunglasses For Women Cheap\";s:20:\"comment_author_email\";s:21:\"umqivnligcc@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://bloggers.thaiairways.com.au/blogs.aspx\";s:15:\"comment_content\";s:249:\"Where Can I Buy Ray Bans For Cheap where can i buy fake ray bans foreclosure signs dot brand new neighborhoods.\r\n <a href=\"http://bloggers.thaiairways.com.au/blogs.aspx\" title=\"Oakley Sunglasses For Women Cheap\">Oakley Sunglasses For Women Cheap</a>\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.254.148\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4127,1390,'akismet_pro_tip','discard'),(4128,1391,'akismet_result','true'),(4129,1391,'akismet_history','a:4:{s:4:\"time\";d:1421398625.1517179;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4130,1391,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:34:\"ヴィヴィアン キーケース\";s:20:\"comment_author_email\";s:16:\"pdjhjz@gmail.com\";s:18:\"comment_author_url\";s:69:\"http://www.25rusmotors.ru/kat.php?ヴィヴィアン-キーケース/\";s:15:\"comment_content\";s:359:\"Japan\'s economy is picking up mainly due to various policy measures taken at home and abroad, although there is not yet sufficient momentum to support a self-sustaining recovery in domestic private demand, BOJ Governor Masaaki Shirakawa said.\r\n[url=http://www.25rusmotors.ru/kat.php?ヴィヴィアン-キーケース/]ヴィヴィアン キーケース[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"195.211.155.183\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(4131,1391,'akismet_pro_tip','discard'),(4132,1392,'akismet_result','true'),(4133,1392,'akismet_history','a:4:{s:4:\"time\";d:1421404113.9593639;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4134,1392,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Discount Ugg Boots\";s:20:\"comment_author_email\";s:17:\"irxjoem@gmail.com\";s:18:\"comment_author_url\";s:63:\"http://www.northernirelandscreen.co.uk/img/icons/snowboots.html\";s:15:\"comment_content\";s:37:\"13 elements of reliable merchandising\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"117.26.254.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:62:\"http://mollywoppersnyb.com/2011/05/19/block-party-is-official/\";}'),(4135,1393,'akismet_result','true'),(4136,1393,'akismet_history','a:4:{s:4:\"time\";d:1421407215.4114001;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4137,1393,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:31:\"doudoune moncler femme pas cher\";s:20:\"comment_author_email\";s:16:\"ibfmbt@gmail.com\";s:18:\"comment_author_url\";s:116:\"http://www.actworld.net/doudoune-moncler/doudoune-moncler-femme-pas-cher/doudoune-moncler-femme-pas-cher-104270.html\";s:15:\"comment_content\";s:624:\"To purchase wholesale products you need to have a tax number. Purchasing these sunglasses through online is safer because you will top quality and designer glasses. There are lots of fake glasses available in retails market. Before purchasing, you need to check that is it a real deal or fake one.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/doudoune-moncler-femme-pas-cher/doudoune-moncler-femme-pas-cher-104270.html\" >doudoune moncler femme pas cher</a>\r\n[url=http://www.actworld.net/doudoune-moncler/doudoune-moncler-femme-pas-cher/doudoune-moncler-femme-pas-cher-104270.html]doudoune moncler femme pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4138,1393,'akismet_pro_tip','discard'),(4139,1394,'akismet_result','true'),(4140,1394,'akismet_history','a:4:{s:4:\"time\";d:1421407304.283771;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4141,1394,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"black friday ugg\";s:20:\"comment_author_email\";s:19:\"yrbhkdspi@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.ullmansails-turkiye.com/Files/_default.asp\";s:15:\"comment_content\";s:470:\"Ray ban shades are well recognized for their defense against the UV light which is one morerayban sunglasses cause for as to why buyers opt for this brand name. If you ever want to send the glasses back to the company under the warranty, then you would have to send it along with proof of purchase.\r\n <a href=\"http://www.ullmansails-turkiye.com/Files/_default.asp\" >black friday ugg</a>\r\n[url=http://www.ullmansails-turkiye.com/Files/_default.asp]black friday ugg[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4142,1394,'akismet_pro_tip','discard'),(4143,1395,'akismet_result','true'),(4144,1395,'akismet_history','a:4:{s:4:\"time\";d:1421407615.116807;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4145,1395,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:22:\"where to buy ugg boots\";s:20:\"comment_author_email\";s:19:\"mvndeydhm@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.verbat.co.uk/social/gallery_xml.asp\";s:15:\"comment_content\";s:344:\"Known for pushing boundaries, a design by Westwood is for the truly independent, extremely passionate fashion lover. Her unique craftsmanship and avant garde styles are superb.\r\n <a href=\"http://www.verbat.co.uk/social/gallery_xml.asp\" >where to buy ugg boots</a> [url=http://www.verbat.co.uk/social/gallery_xml.asp]where to buy ugg boots[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4146,1395,'akismet_pro_tip','discard'),(4147,1396,'akismet_result','true'),(4148,1396,'akismet_history','a:4:{s:4:\"time\";d:1421407761.7383831;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4149,1396,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"doudoun moncler pas cher\";s:20:\"comment_author_email\";s:21:\"rgryfbsrxlu@gmail.com\";s:18:\"comment_author_url\";s:48:\"http://www.creaturealchemy.com/css/class_one.asp\";s:15:\"comment_content\";s:487:\"Another reason for its huge attraction may be the adaptability of the Aviator styles. It\'s an unisex sunglass style - men and women can wear it with equal ease. The Aviators are suited for virtually any situation - formal or informal. The original Aviators from Ray-Ban are also renowned for 100% UV protection.\r\n <a href=\"http://www.creaturealchemy.com/css/class_one.asp\" >doudoun moncler pas cher</a> [url=http://www.creaturealchemy.com/css/class_one.asp]doudoun moncler pas cher[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4150,1396,'akismet_pro_tip','discard'),(4151,1397,'akismet_result','true'),(4152,1397,'akismet_history','a:4:{s:4:\"time\";d:1421409975.5096021;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4153,1397,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"ugg boots for babies\";s:20:\"comment_author_email\";s:18:\"fzqkgvle@gmail.com\";s:18:\"comment_author_url\";s:35:\"http://mbstar.co.kr/tencent/inc.asp\";s:15:\"comment_content\";s:217:\"http://www.compassdigibooks.com/ComData/archive.aspsac louis vuitton france\r\n <a href=\"http://mbstar.co.kr/tencent/inc.asp\" >ugg boots for babies</a> [url=http://mbstar.co.kr/tencent/inc.asp]ugg boots for babies[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4154,1397,'akismet_pro_tip','discard'),(4155,1398,'akismet_result','true'),(4156,1398,'akismet_history','a:4:{s:4:\"time\";d:1421410274.667671;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4157,1398,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:16:\"modelli woolrich\";s:20:\"comment_author_email\";s:18:\"hivcvzmg@gmail.com\";s:18:\"comment_author_url\";s:73:\"http://www.alkenhealthcaresystems.com/Alken-login-images/termsandcond.asp\";s:15:\"comment_content\";s:438:\"The core product of Ralph Lauren (polo shirts) was first used recommended polo uniforms by the experts but due to their elegant designs and style, Ralph Lauren introduced polo shirts as a part of wardrobe for both men and women.\r\n <a href=\"http://www.alkenhealthcaresystems.com/Alken-login-images/termsandcond.asp\" >modelli woolrich</a> [url=http://www.alkenhealthcaresystems.com/Alken-login-images/termsandcond.asp]modelli woolrich[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4158,1398,'akismet_pro_tip','discard'),(4159,1399,'akismet_result','true'),(4160,1399,'akismet_history','a:4:{s:4:\"time\";d:1421410291.9749391;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4161,1399,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"abercrombie swim shorts\";s:20:\"comment_author_email\";s:19:\"tupvkgisc@gmail.com\";s:18:\"comment_author_url\";s:46:\"http://www.kichindia.com/images/shmor_jobs.asp\";s:15:\"comment_content\";s:372:\"Ofttimes, the word jewellery is related to womenfolk. However, for hundreds of years men have sported some form of jewellery - earrings, rings, necklaces, amulets, bracelets, chains, pendants and so on.\r\n <a href=\"http://www.kichindia.com/images/shmor_jobs.asp\" >abercrombie swim shorts</a> [url=http://www.kichindia.com/images/shmor_jobs.asp]abercrombie swim shorts[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4162,1399,'akismet_pro_tip','discard'),(4163,1400,'akismet_result','true'),(4164,1400,'akismet_history','a:4:{s:4:\"time\";d:1421414720.942986;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4165,1400,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"moncler outlet\";s:20:\"comment_author_email\";s:16:\"gequmy@gmail.com\";s:18:\"comment_author_url\";s:57:\"http://www.barattarappresentanze.com/public/abouttofo.asp\";s:15:\"comment_content\";s:230:\"http://www.netgroup.se/monclerjacka.aspMoncler Jacka Dam\r\n <a href=\"http://www.barattarappresentanze.com/public/abouttofo.asp\" >moncler outlet</a> [url=http://www.barattarappresentanze.com/public/abouttofo.asp]moncler outlet[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4166,1400,'akismet_pro_tip','discard'),(4167,1401,'akismet_result','true'),(4168,1401,'akismet_history','a:4:{s:4:\"time\";d:1421420119.195328;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4169,1401,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"diablo 3\";s:20:\"comment_author_email\";s:18:\"stmake@hotmail.com\";s:18:\"comment_author_url\";s:38:\"http://www.mmogameitems.com/wow-guides\";s:15:\"comment_content\";s:511:\"Microtransactions aren\'t an satanic of and each other, Even some of us wish for you can easliy get back on a period when they did not exists. Several liberal to play gaming did rather effectively with is not, By way of device post brands and very admired MOBAs with MMOs in the perfect\"Great\" An area. But a lot more microtransactions tend to be entering quests that definitely been command $60 to be able to, High reason to be a number of them rules,\r\n[url=http://www.mmogameitems.com/wow-guides]diablo 3[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"91.200.12.25\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:52:\"http://mollywoppersnyb.com/post_notification_header/\";}'),(4170,1401,'akismet_pro_tip','discard'),(4171,1402,'akismet_result','true'),(4172,1402,'akismet_history','a:4:{s:4:\"time\";d:1421423490.781764;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4173,1402,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"occhiali ray ban 2013\";s:20:\"comment_author_email\";s:21:\"ceunccqfsor@gmail.com\";s:18:\"comment_author_url\";s:40:\"http://www.pancaldiauto.it/js/option.asp\";s:15:\"comment_content\";s:491:\"Yet another invention with the athletes in mind, this Oakley pair has a hydrophobic lens coating which repels water, dust, and skin oils off the lenses. There are also vents at the side of the glasses for extra cooling. The earpiece, like the Oakley X-Squared, is also made from Unobtanium components to increase grip when sweaty or wet.\r\n <a href=\"http://www.pancaldiauto.it/js/option.asp\" >occhiali ray ban 2013</a> [url=http://www.pancaldiauto.it/js/option.asp]occhiali ray ban 2013[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4174,1402,'akismet_pro_tip','discard'),(4175,1403,'akismet_result','true'),(4176,1403,'akismet_history','a:4:{s:4:\"time\";d:1421424162.7494071;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4177,1403,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"custom mac pro 112401\";s:20:\"comment_author_email\";s:19:\"gukvtgflj@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.gravinapergole.it/blog/custom_mac_pro_112401.asp\";s:15:\"comment_content\";s:907:\"<a href=\"http://www.burracoyachting.it/blog/mac_ruby_woo_314045.asp\">mac ruby woo 314045</a> <a href=\"http://www.infocienciasdigital.fc.ul.pt/blog/rackmount_mac_pro_424140.asp\">rackmount mac pro 424140</a> <a href=\"http://www.arredocasabari.it/blog/wholesale_mac_studio_fix_foundation_552315.asp\">wholesale mac studio fix foundation 552315</a> <a href=\"http://www.daehananc.com/blog/wholesale_mac_mineralize_satinfinish_spf_15_foundation_150311.asp\">wholesale mac mineralize satinfinish spf 15 foundation 150311</a> <a href=\"http://www.bearriver.co.kr/blog/fake_mac_lipstick_103514.asp\">fake mac lipstick 103514</a> <a href=\"http://www.gravinapergole.it/blog/mac_pro_discount_132305.asp\">mac pro discount 132305</a>\r\n <a href=\"http://www.gravinapergole.it/blog/custom_mac_pro_112401.asp\" >custom mac pro 112401</a> [url=http://www.gravinapergole.it/blog/custom_mac_pro_112401.asp]custom mac pro 112401[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"142.54.184.181\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4178,1403,'akismet_pro_tip','discard'),(4179,1404,'akismet_result','true'),(4180,1404,'akismet_history','a:4:{s:4:\"time\";d:1421427307.1885099;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4181,1404,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:17:\"ftbalgs@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.nikosinisgalli.com/assets/es.asp\";s:15:\"comment_content\";s:654:\"It is only SOME persons that must articulate the reality of their being, Massa; why this is I don’t know. Maybe men do it because they can’t have children; women seem less prone to the tendency. It is the same urge, I think, as that of a chicken laying an egg. A chicken might want a chick born of the egg to be Good, a credit to the barnyard community, a Doctor or a Lawyer if it is a Jewish chick, but that isn’t the reason it lays the egg. It has to. It is at least partially biological.\r\n <a href=\"http://www.nikosinisgalli.com/assets/es.asp\" >Gafas Oakley Baratas</a> [url=http://www.nikosinisgalli.com/assets/es.asp]Gafas Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4182,1404,'akismet_pro_tip','discard'),(4183,1405,'akismet_result','true'),(4184,1405,'akismet_history','a:4:{s:4:\"time\";d:1421429613.424613;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4185,1405,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:13:\"moncler store\";s:20:\"comment_author_email\";s:17:\"lzylvuj@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://www.orecchinipuntoluce.it/icons/honour.asp\";s:15:\"comment_content\";s:322:\"And as mention before, the GHD Mini Hair Straighteners are great for men to use, yes thats right, men can use Hair Straighteners too and tens of thousands of them do.\r\n <a href=\"http://www.orecchinipuntoluce.it/icons/honour.asp\" >moncler store</a> [url=http://www.orecchinipuntoluce.it/icons/honour.asp]moncler store[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4186,1405,'akismet_pro_tip','discard'),(4187,1406,'akismet_result','true'),(4188,1406,'akismet_history','a:4:{s:4:\"time\";d:1421429634.194593;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4189,1406,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:24:\"magasin hollister france\";s:20:\"comment_author_email\";s:17:\"ouxnbxw@gmail.com\";s:18:\"comment_author_url\";s:47:\"http://www.agrojob.biz/contenu/e_navigatore.asp\";s:15:\"comment_content\";s:250:\"http://www.unadimoradicharme.it/public/www1/b2gzx7.aspgiacche woolrich donna\r\n <a href=\"http://www.agrojob.biz/contenu/e_navigatore.asp\" >magasin hollister france</a> [url=http://www.agrojob.biz/contenu/e_navigatore.asp]magasin hollister france[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4190,1406,'akismet_pro_tip','discard'),(4191,1407,'akismet_result','true'),(4192,1407,'akismet_history','a:4:{s:4:\"time\";d:1421430092.5734811;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4193,1407,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"tiffany starfish earrings\";s:20:\"comment_author_email\";s:17:\"qilwhgt@gmail.com\";s:18:\"comment_author_url\";s:50:\"http://indiafashionforum.co.in/bjl/punish_list.asp\";s:15:\"comment_content\";s:417:\"Hemp shoes, footwear is not a Western should be from the Mainland. Many think that Oakley offers only funky frames but it is not so; Oakley men\'s collectionaters to the needs of every kind of man, the office goers or the party animals.\r\n <a href=\"http://indiafashionforum.co.in/bjl/punish_list.asp\" >tiffany starfish earrings</a> [url=http://indiafashionforum.co.in/bjl/punish_list.asp]tiffany starfish earrings[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4194,1407,'akismet_pro_tip','discard'),(4195,1408,'akismet_result','true'),(4196,1408,'akismet_history','a:4:{s:4:\"time\";d:1421430116.8462019;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4197,1408,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:33:\"inexpensive michael kors handbags\";s:20:\"comment_author_email\";s:18:\"yqrmcguk@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.kfaa.or.kr/UpLoadFiles/leftbar.asp\";s:15:\"comment_content\";s:483:\"This is the reason why Oakley sunglasses are so popular because they provide the functionality and fashion in one package. Most of us feel that the Oakley sunglasses are too expensive, but it will never be disappointed if you bought one of Oakley shades will be your companion for years to come.\r\n <a href=\"http://www.kfaa.or.kr/UpLoadFiles/leftbar.asp\" >inexpensive michael kors handbags</a> [url=http://www.kfaa.or.kr/UpLoadFiles/leftbar.asp]inexpensive michael kors handbags[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"173.247.232.42\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4198,1408,'akismet_pro_tip','discard'),(4199,1409,'akismet_result','true'),(4200,1409,'akismet_history','a:4:{s:4:\"time\";d:1421430785.5403609;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4201,1409,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"Mulberry Outlet Uk\";s:20:\"comment_author_email\";s:17:\"lwvdxoi@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.fht.org.uk/outlet\";s:15:\"comment_content\";s:64:\"Mulberry Sale Bags be used to cover expense of legacy rely dues.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.85.100.217\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:70:\"http://mollywoppersnyb.com/2012/09/24/wednesday-meeting-pay-your-dues/\";}'),(4202,1409,'akismet_pro_tip','discard'),(4203,1410,'akismet_result','true'),(4204,1410,'akismet_history','a:4:{s:4:\"time\";d:1421433699.4789319;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4205,1410,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:9:\"jersgamne\";s:20:\"comment_author_email\";s:22:\"igalandyou@hotmail.com\";s:18:\"comment_author_url\";s:75:\"http://wholesalemaccosmetics.mixxt.com/networks/blog/post.bike.mtahjfhfdj:6\";s:15:\"comment_content\";s:70:\"This really is nice publish, I am going to shaire that for the frinds.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"117.26.252.7\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4206,1410,'akismet_pro_tip','discard'),(4207,1411,'akismet_result','true'),(4208,1411,'akismet_history','a:4:{s:4:\"time\";d:1421434532.1480341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4209,1411,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Precio Gafas Oakley\";s:20:\"comment_author_email\";s:21:\"glfhuoftbbb@gmail.com\";s:18:\"comment_author_url\";s:49:\"http://ficotech.com/cgi/gafas-oakley-baratas.html\";s:15:\"comment_content\";s:346:\"Cadel Evans, an Australian favorite, clinched the title this year. And what sports sunglasses does a champion wear but Oakley\'s of course! He even rides through the finish line with the gold lens sunglasses upon his head reinforcing the real winning style and design of the Oakley and his awesome role as the winner of the 2011 Le Tour de France.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4210,1411,'akismet_pro_tip','discard'),(4211,1412,'akismet_result','true'),(4212,1412,'akismet_history','a:4:{s:4:\"time\";d:1421437709.1704161;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4213,1412,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:20:\"Gafas Oakley Baratas\";s:20:\"comment_author_email\";s:17:\"tkcidxx@gmail.com\";s:18:\"comment_author_url\";s:59:\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\";s:15:\"comment_content\";s:672:\"Haha are there a load of americans writing on this forum or something its hilarious you have all been sucked in by the british media, susan didn\'t deliver in the semi\'s she is great, but for vicky haggs or whatever ur name is to say i don\'t get diversity what are you talking about, you make it sound like they perform for coppers. Their choreography was second to none they deserved to beat susan on the night and that is all you can say. though i think susan has a fantastic voice\r\n <a href=\"http://www.crystalhues.com/gafas-oakley-baratas/oakley.html\" >Gafas Oakley Baratas</a> [url=http://www.crystalhues.com/gafas-oakley-baratas/oakley.html]Gafas Oakley Baratas[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"104.238.194.242\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4214,1412,'akismet_pro_tip','discard'),(4215,1413,'akismet_result','true'),(4216,1413,'akismet_history','a:4:{s:4:\"time\";d:1421438507.1637371;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4217,1413,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"Mulberry Handbag Outlet\";s:20:\"comment_author_email\";s:21:\"ijawmuppxxm@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.fht.org.uk/outlet\";s:15:\"comment_content\";s:88:\"Mulberry Manchester mulberry bags rail lines are not extensive in brittany and normandy.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.85.100.217\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:77:\"http://mollywoppersnyb.com/2010/12/13/meximum-wrestling-our-2009-performance/\";}'),(4218,1413,'akismet_pro_tip','discard'),(4219,1414,'akismet_result','true'),(4220,1414,'akismet_history','a:4:{s:4:\"time\";d:1421439505.925271;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4221,1414,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"Mulberry Handbag Uk\";s:20:\"comment_author_email\";s:19:\"jqbombhbh@gmail.com\";s:18:\"comment_author_url\";s:28:\"http://www.fht.org.uk/outlet\";s:15:\"comment_content\";s:67:\"Mulberry Piccadilly mulberry bag sale such as vanilla and lavender.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.85.100.217\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:53:\"http://mollywoppersnyb.com/2011/08/31/its-the-season/\";}'),(4222,1414,'akismet_pro_tip','discard'),(4223,1415,'akismet_result','true'),(4224,1415,'akismet_history','a:4:{s:4:\"time\";d:1421440940.8965011;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4225,1415,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:19:\"moncler gamme rouge\";s:20:\"comment_author_email\";s:16:\"ibfmbt@gmail.com\";s:18:\"comment_author_url\";s:92:\"http://www.actworld.net/doudoune-moncler/moncler-gamme-rouge/moncler-gamme-rouge-104202.html\";s:15:\"comment_content\";s:454:\"But, there are pros and cons associated with each designer product and eyeglasses are no exception.If you don some Louis Vuittion sunglasses you happen to be setting up a critical manner affirmation.\r\n <a href=\"http://www.actworld.net/doudoune-moncler/moncler-gamme-rouge/moncler-gamme-rouge-104202.html\" >moncler gamme rouge</a>\r\n[url=http://www.actworld.net/doudoune-moncler/moncler-gamme-rouge/moncler-gamme-rouge-104202.html]moncler gamme rouge[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4226,1415,'akismet_pro_tip','discard'),(4227,1416,'akismet_result','true'),(4228,1416,'akismet_history','a:4:{s:4:\"time\";d:1421441663.2599831;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4229,1416,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"piumini woolrich uomo\";s:20:\"comment_author_email\";s:19:\"yrbhkdspi@gmail.com\";s:18:\"comment_author_url\";s:43:\"http://www.modenplast.it/ceiale/main_sj.asp\";s:15:\"comment_content\";s:368:\"The original layout possessed the yellow metal plated body along with green lenses, the timeless classic Aviator design, and it immediately captured the imagination of real \"aviators\" the United States Army.\r\n <a href=\"http://www.modenplast.it/ceiale/main_sj.asp\" >piumini woolrich uomo</a>\r\n[url=http://www.modenplast.it/ceiale/main_sj.asp]piumini woolrich uomo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:154:\"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)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4230,1416,'akismet_pro_tip','discard'),(4231,1417,'akismet_result','true'),(4232,1417,'akismet_history','a:4:{s:4:\"time\";d:1421445855.2050531;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4233,1417,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:18:\"dating wealthy men\";s:20:\"comment_author_email\";s:19:\"Timberman@gmail.com\";s:18:\"comment_author_url\";s:20:\"http://datemagix.com\";s:15:\"comment_content\";s:347:\"Thanks for this wonderful article. Also a thing is that most digital cameras can come equipped with the zoom lens so that more or less of that scene to get included by simply \'zooming\' in and out. These kinds of changes in focus length usually are reflected while in the viewfinder and on huge display screen right on the back of the exact camera.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"117.169.1.50\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4234,1417,'akismet_pro_tip','discard'),(4235,1418,'akismet_result','true'),(4236,1418,'akismet_history','a:4:{s:4:\"time\";d:1421446275.0585101;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4237,1418,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"Moncler In USA\";s:20:\"comment_author_email\";s:17:\"wirgbbx@gmail.com\";s:18:\"comment_author_url\";s:53:\"http://www.worldtaverntrivia.com/moncleroutletusa.asp\";s:15:\"comment_content\";s:363:\"If you have not purchase any product from nearest Abercrombie outlet yet, then you are missing something valuable in your closets. You should add value to your garments and accessories collection.\r\n <a href=\"http://www.worldtaverntrivia.com/moncleroutletusa.asp\" >Moncler In USA</a>\r\n[url=http://www.worldtaverntrivia.com/moncleroutletusa.asp]Moncler In USA[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"27.150.216.65\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4238,1418,'akismet_pro_tip','discard'),(4239,1419,'akismet_result','true'),(4240,1419,'akismet_history','a:4:{s:4:\"time\";d:1421446444.799088;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4241,1419,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:26:\"michael kors cheap clothes\";s:20:\"comment_author_email\";s:19:\"nvapnyryw@gmail.com\";s:18:\"comment_author_url\";s:44:\"http://www.happysexyfree.de/mkaamazon14.html\";s:15:\"comment_content\";s:165:\"And at the rear of a shop during certain times during, the world wine possesses free wine bottles sampling along outstanding associated with grays, whites plus more.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"27.159.201.135\";s:10:\"user_agent\";s:132:\"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 1.0.3705)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4242,1419,'akismet_pro_tip','discard'),(4243,1420,'akismet_result','true'),(4244,1420,'akismet_history','a:4:{s:4:\"time\";d:1421446840.583322;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4245,1420,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:23:\"PatriciaDok seo manager\";s:20:\"comment_author_email\";s:26:\"patricialinser@hotmail.com\";s:18:\"comment_author_url\";s:31:\"http://next-gen-seo-traffic.com\";s:15:\"comment_content\";s:333:\"The very next time I read a blog, Hopefully it won\'t disappoint me as much as this one. After all, Yes, it was my choice to read through, nonetheless I genuinely believed you would have something useful to talk about. All I hear is a bunch of crying about something that you could fix if you weren\'t too busy searching for attention.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"46.118.116.33\";s:10:\"user_agent\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4246,1420,'akismet_pro_tip','discard'),(4247,1421,'akismet_result','true'),(4248,1421,'akismet_history','a:4:{s:4:\"time\";d:1421447392.7809689;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4249,1421,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:40:\"cheap womens christian louboutin sale uk\";s:20:\"comment_author_email\";s:20:\"mezrmkfnzi@gmail.com\";s:18:\"comment_author_url\";s:54:\"http://www.cenytransferowe.org/cl1saksfifthavenue.html\";s:15:\"comment_content\";s:88:\"a great many \"somewhere should you\'ll these kinds of wellingtons, relating to $190 sell.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"110.85.102.165\";s:10:\"user_agent\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(4250,1421,'akismet_pro_tip','discard'),(4251,1422,'akismet_result','true'),(4252,1422,'akismet_history','a:4:{s:4:\"time\";d:1421449299.1162341;s:7:\"message\";s:35:\"Akismet caught this comment as spam\";s:5:\"event\";s:10:\"check-spam\";s:4:\"user\";s:0:\"\";}'),(4253,1422,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:21:\"Gafas Oakley Ciclismo\";s:20:\"comment_author_email\";s:20:\"mavdctogfj@gmail.com\";s:18:\"comment_author_url\";s:15:\"http://popea.es\";s:15:\"comment_content\";s:313:\"There are so many people selling fake RayBan out of China, Hong Kong, or other countries. They post a picture that belongs to a pair that is actually real, then they send you a completely different fake pair.\r\n <a href=\"http://popea.es\" >Gafas Oakley Ciclismo</a>\r\n[url=http://popea.es]Gafas Oakley Ciclismo[/url]\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"188.165.245.48\";s:10:\"user_agent\";s:113:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:80:\"http://mollywoppersnyb.com/2012/10/30/no-meeting-this-wednesday-happy-halloween/\";}'),(4254,1422,'akismet_pro_tip','discard'),(12790,3678,'akismet_result','true'),(12779,3675,'akismet_result','true'),(12780,3675,'akismet_history','a:2:{s:4:\"time\";d:1476179792.9162631;s:5:\"event\";s:10:\"check-spam\";}'),(12781,3675,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:14:\"fifa 17 points\";s:20:\"comment_author_email\";s:16:\"wgossc@gmail.com\";s:18:\"comment_author_url\";s:112:\"http://support.sellaband.com/entries/111662943-buy-fifa-17-coins-has-removed-all-uncertainty-inside-the-equation\";s:15:\"comment_content\";s:86:\"Great looking website. Think you did a great deal of your ownyour very own html coding\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"165.231.84.229\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:35:\"http://mollywoppersnyb.com/updates/\";}'),(12771,3673,'akismet_result','true'),(12772,3673,'akismet_history','a:2:{s:4:\"time\";d:1475992834.995441;s:5:\"event\";s:10:\"check-spam\";}'),(12773,3673,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:25:\"Cheap Nike Jerseys Online\";s:20:\"comment_author_email\";s:22:\"************@gmail.com\";s:18:\"comment_author_url\";s:45:\"http://www.amillionthanks.org/wishes/nav.html\";s:15:\"comment_content\";s:96:\"Rock bottom price for Wholesale NBA Shorts outlet, Cheap NBA Shorts for sale from china factory.\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"211.162.33.113\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:54:\"http://mollywoppersnyb.com/2012/12/12/3-meetings-left/\";}'),(12774,3673,'akismet_pro_tip','discard'),(12775,3674,'akismet_result','true'),(12776,3674,'akismet_history','a:2:{s:4:\"time\";d:1476065778.9459529;s:5:\"event\";s:10:\"check-spam\";}'),(12777,3674,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:7:\"Mandila\";s:20:\"comment_author_email\";s:23:\"mandila.jackson@aol.com\";s:18:\"comment_author_url\";s:43:\"https://www.youtube.com/watch?v=vIJzPyBZiQA\";s:15:\"comment_content\";s:69:\"You\'re a really valuable internet site; could not make it without ya!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"107.172.50.133\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:61:\"http://mollywoppersnyb.com/2016/10/02/snapbacks-are-sold-out/\";}'),(12798,3680,'akismet_history','a:2:{s:4:\"time\";d:1476846617.649708;s:5:\"event\";s:10:\"check-spam\";}'),(12797,3680,'akismet_result','true'),(12793,3678,'akismet_pro_tip','discard'),(12794,3679,'akismet_result','true'),(12795,3679,'akismet_history','a:2:{s:4:\"time\";d:1476823831.2658229;s:5:\"event\";s:10:\"check-spam\";}'),(12796,3679,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:5:\"Alisa\";s:20:\"comment_author_email\";s:25:\"rllvovhuvt@beagrinbol.com\";s:18:\"comment_author_url\";s:20:\"http://gd.is/y/46o6a\";s:15:\"comment_content\";s:589:\"Hi my name is Alisa and I just wanted to drop you a quick note here instead of calling you. I discovered your updates | Mollywoppers N.Y.B. website and noticed you could have a lot more traffic. I have found that the key to running a successful website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted traffic from and they let you try their service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. http://acortarurl.es/15 - Unsubscribe here: http://gd.is/y/eyzsv\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"107.189.23.254\";s:10:\"user_agent\";s:61:\"Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:35:\"http://mollywoppersnyb.com/updates/\";}'),(12765,3671,'akismet_result','true'),(12766,3671,'akismet_history','a:2:{s:4:\"time\";d:1475750856.5387981;s:5:\"event\";s:10:\"check-spam\";}'),(12767,3671,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:4:\"Cara\";s:20:\"comment_author_email\";s:23:\"joel.mellor@animail.net\";s:18:\"comment_author_url\";s:79:\"http://steamed15.girltk.com/home.php?mod=space&uid=119328&do=profile&from=space\";s:15:\"comment_content\";s:184:\"Hi, I check your blog like every week. Your story-telling style is witty, keep doing what you\'re \r\ndoing!http://steamed15.girltk.com/home.php?mod=space&uid=119328&do=profile&from=space\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:15:\"185.104.216.122\";s:10:\"user_agent\";s:125:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.1985.97 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:35:\"http://mollywoppersnyb.com/updates/\";}'),(12783,3676,'akismet_result','true'),(12784,3676,'akismet_history','a:2:{s:4:\"time\";d:1476277424.2103829;s:5:\"event\";s:10:\"check-spam\";}'),(12785,3676,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:262:\"free classifieds free categorized ads free ads free classified ads in china free categorized ads sites free websites to post ads free ads posting global free categorized ads website for free ads local classifieds freeads classifieds market place free advertising\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:22:\"http://www.kokokus.com\";s:15:\"comment_content\";s:57:\"<strong>http://kokokus.com/</strong>\n\nNo free ads,no kiss\";s:12:\"comment_type\";s:9:\"trackback\";s:7:\"user_ip\";s:11:\"39.41.8.188\";s:10:\"user_agent\";s:88:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:81:\"http://mollywoppersnyb.com/2011/03/10/holy-crapola-its-a-saint-pattys-fundraiser/\";}'),(12782,3675,'akismet_pro_tip','discard'),(12786,3677,'akismet_result','true'),(12787,3677,'akismet_history','a:2:{s:4:\"time\";d:1476500416.6538031;s:5:\"event\";s:10:\"check-spam\";}'),(12788,3677,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:8:\"isahella\";s:20:\"comment_author_email\";s:13:\"admin@bhw.com\";s:18:\"comment_author_url\";s:26:\"http://tinyurl.com/jjl3tn9\";s:15:\"comment_content\";s:66:\"You have got fantastic info right here. http://tinyurl.com/jjl3tn9\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:12:\"23.95.103.16\";s:10:\"user_agent\";s:108:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:61:\"http://mollywoppersnyb.com/2016/10/02/snapbacks-are-sold-out/\";}'),(12789,3677,'akismet_pro_tip','discard'),(12799,3680,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"Jefferey89\";s:20:\"comment_author_email\";s:25:\"barbaramccrory@hotmail.de\";s:18:\"comment_author_url\";s:20:\"http://Tammi.blog.nz\";s:15:\"comment_content\";s:196:\"Reading your content gave me a lot of interesting informations , it \r\ndeserves to go viral, you need some initial traffic only.\r\nHow to get initial traffic?? Search for: masitsu\'s effective method\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:13:\"74.133.194.61\";s:10:\"user_agent\";s:101:\"Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:35:\"http://mollywoppersnyb.com/updates/\";}'),(12778,3674,'akismet_pro_tip','discard'),(12768,3672,'akismet_result','true'),(12769,3672,'akismet_history','a:2:{s:4:\"time\";d:1475906564.0286691;s:5:\"event\";s:10:\"check-spam\";}'),(12770,3672,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:15:\"Mandila Jackson\";s:20:\"comment_author_email\";s:26:\"darrelbaltzell@spambog.com\";s:18:\"comment_author_url\";s:21:\"http://bit.ly/2da3Q7F\";s:15:\"comment_content\";s:68:\"Ꭱegards for sharing tҺis terrific websites. http://bit.ly/2da3Q7F\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"104.144.184.85\";s:10:\"user_agent\";s:128:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome/30.0.1599.101 Safari/537.36\";s:4:\"blog\";s:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:61:\"http://mollywoppersnyb.com/2016/10/02/snapbacks-are-sold-out/\";}'),(12791,3678,'akismet_history','a:2:{s:4:\"time\";d:1476774051.84238;s:5:\"event\";s:10:\"check-spam\";}'),(12792,3678,'akismet_as_submitted','a:13:{s:14:\"comment_author\";s:10:\"Lorfluobre\";s:20:\"comment_author_email\";s:24:\"vseg1@fastshipcialis.com\";s:18:\"comment_author_url\";s:18:\"http://drisdol.com\";s:15:\"comment_content\";s:857:\"Cialis Generico Inghilterra Canadian Pharmacy Online Drugstore Cephalexin Monohydrate <a href=http://buyinderalus.com>order propranolol uk</a> Viagra Aspirin Gefahrlich Achat Baclofene En France Finistride 1mg Uk No Prescription Viagra Frei Kaufen Acheter Vrai Cialis En Ligne <a href=http://eclatrx.com>kamagra 100 online</a> Can I Crush Amoxicillin Ordering Keflex How To Buy Clomid Over The Counter Viagra Price List India 253 Cialis Resultados <a href=http://ednorxmed.com>viagra</a> 20 Mg Tadalafil Best Price Cialis 20 30 Propecia E Disfuncion Erectil Priligy Effectiveness Acheter Du Viagra En Europe <a href=http://bedrugs.net>buy viagra online</a> Keflex Dental Premed Viagra Generika Silagra Cheap Viagra Next Day Delivery Uk 269 When Will Viagra Go Generic <a href=http://ativana.com>viagra</a> On Sale Online Worldwide Stendra 100mg Legally\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:7:\"user_ip\";s:14:\"146.185.223.45\";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:26:\"http://mollywoppersnyb.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:79:\"http://mollywoppersnyb.com/2011/07/08/meximum-wrestling-our-2009-performance-2/\";}'); /*!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=MyISAM AUTO_INCREMENT=3681 DEFAULT CHARSET=utf8; /*!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 (3,28,'Dan Philibin','dan@danphilibin.com','http://wpcandy.com','207.255.235.40','2008-09-17 17:16:35','2008-09-17 22:16:35','Here is a non-admin comment.\n\n\n\nIt has multiple lines, some <code>code</code>, and a bit more text.',0,'post-trashed','','',0,0),(4,42,'petex','xfallofeverymanx@gmail.com','http://www.notsocoatesycorner.com','71.226.247.112','2010-10-12 14:26:10','2010-10-12 18:26:10','how much are dues?\r\ni want to be apart of the group this year since i missed last year. \r\nalso i wont be able to make the meeting tomorrow night too.',0,'1','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5','',0,0),(5,42,'Jimmy Awesome','jimtronawesome@yahoo.com','','166.137.9.162','2010-10-13 11:59:19','2010-10-13 15:59:19','New members must attend all meetings',0,'1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A306 Safari/6531.22.7','',0,4),(6,42,'petex','xfallofeverymanx@gmail.com','','71.226.247.112','2010-10-13 12:48:14','2010-10-13 16:48:14','damn.. \r\nguess i\'ll be waiting until next year then...',0,'1','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5','',0,0),(81,107,'Jimmy Awesome','jimtronawesome@yahoo.com','','166.137.8.245','2011-01-03 17:47:27','2011-01-03 22:47:27','Thanks for the video! What the hell was that prick talking about!?!? Travel agents? Take a trip out of Philly next year, big mouth! Video looks great though!!!',0,'1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','',0,4),(82,107,'xpetex','xfallofeverymanx@gmail.com','','71.226.247.112','2011-01-03 20:19:59','2011-01-04 01:19:59','that\'s bullshit. \r\nbut i get to see what i missed out on. \r\ndamn it',0,'1','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13','',0,0),(18,36,'Moran','pcmoran@pscb.net','','173.49.123.19','2010-11-12 14:51:52','2010-11-12 19:51:52','It is gloriuos she is 10 foot high if not a foot!',0,'1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; AskTbARS/5.8.0.12304)','',0,0),(318,86,'Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; Meximum Wrestling &#8211; Our 2009 Performance','','http://mollywoppersnyb.com/2011/07/08/meximum-wrestling-our-2009-performance-2/','67.205.57.203','2011-07-08 20:52:24','2011-07-09 00:52:24','[...] Finally got around to getting this digitized. Enjoy! It&#8217;s a much better copy than before. [...]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/3.1','pingback',0,0),(77,96,'Jimmy','jimtronawesome@yahoo.com','','166.137.9.97','2010-12-28 15:57:50','2010-12-28 20:57:50','Julius just informed me City Sports has Green soccer socks.',0,'1','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5','',0,0),(101,117,'haveboard','haveboard@gmail.com','http://jonathanfinnegan.com','98.225.155.74','2011-01-20 23:12:01','2011-01-21 04:12:01','Total Lack of Humor. AWESOME!',0,'1','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.67 Safari/534.13','',0,0),(599,245,'Albo Jeavons','albo@albojeavons.com','http://albojeavons.com','98.225.157.249','2012-02-07 15:33:08','2012-02-07 20:33:08','Hey guys - I posted some photos of the 2012 Mollywoppers in your Flickr group pool. Take a look if you haven\'t seen\'em. You were one of my favorite brigades this year and I think they came out great.\r\nI REALLY, REALLY want one of those werewolf masks - will you trade me one for a print of one of the photos? :)',0,'1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:9.0.1) Gecko/20100101 Firefox/9.0.1','',0,0),(716,127,'Ethan Boatwright','emboatwright8@earthlink.net','http://MollyWoppersN.Y.B.','65.31.38.80','2012-09-15 10:11:09','2012-09-15 14:11:09','OMG that girl is what i need',0,'1','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','',0,0),(3671,363,'Cara','joel.mellor@animail.net','http://steamed15.girltk.com/home.php?mod=space&amp;uid=119328&amp;do=profile&amp;from=space','185.104.216.122','2016-10-06 06:47:36','2016-10-06 10:47:36','Hi, I check your blog like every week. Your story-telling style is witty, keep doing what you\'re \r\ndoing!http://steamed15.girltk.com/home.php?mod=space&amp;uid=119328&amp;do=profile&amp;from=space\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/36.1.1.21 Chrome/36.0.1985.97 Safari/537.36','',0,0),(3679,363,'Alisa','rllvovhuvt@beagrinbol.com','http://gd.is/y/46o6a','107.189.23.254','2016-10-18 16:50:31','2016-10-18 20:50:31','Hi my name is Alisa and I just wanted to drop you a quick note here instead of calling you. I discovered your updates | Mollywoppers N.Y.B. website and noticed you could have a lot more traffic. I have found that the key to running a successful website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted traffic from and they let you try their service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. http://acortarurl.es/15 - Unsubscribe here: http://gd.is/y/eyzsv\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(3680,363,'Jefferey89','barbaramccrory@hotmail.de','http://Tammi.blog.nz','74.133.194.61','2016-10-18 23:10:17','2016-10-19 03:10:17','Reading your content gave me a lot of interesting informations , it \r\ndeserves to go viral, you need some initial traffic only.\r\nHow to get initial traffic?? Search for: masitsu\'s effective method\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(3678,180,'Lorfluobre','vseg1@fastshipcialis.com','http://drisdol.com','146.185.223.45','2016-10-18 03:00:51','2016-10-18 07:00:51','Cialis Generico Inghilterra Canadian Pharmacy Online Drugstore Cephalexin Monohydrate <a href=\"http://buyinderalus.com\" rel=\"nofollow\">order propranolol uk</a> Viagra Aspirin Gefahrlich Achat Baclofene En France Finistride 1mg Uk No Prescription Viagra Frei Kaufen Acheter Vrai Cialis En Ligne <a href=\"http://eclatrx.com\" rel=\"nofollow\">kamagra 100 online</a> Can I Crush Amoxicillin Ordering Keflex How To Buy Clomid Over The Counter Viagra Price List India 253 Cialis Resultados <a href=\"http://ednorxmed.com\" rel=\"nofollow\">viagra</a> 20 Mg Tadalafil Best Price Cialis 20 30 Propecia E Disfuncion Erectil Priligy Effectiveness Acheter Du Viagra En Europe <a href=\"http://bedrugs.net\" rel=\"nofollow\">buy viagra online</a> Keflex Dental Premed Viagra Generika Silagra Cheap Viagra Next Day Delivery Uk 269 When Will Viagra Go Generic <a href=\"http://ativana.com\" rel=\"nofollow\">viagra</a> On Sale Online Worldwide Stendra 100mg Legally\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(3677,710,'isahella','admin@bhw.com','http://tinyurl.com/jjl3tn9','23.95.103.16','2016-10-14 23:00:16','2016-10-15 03:00:16','You have got fantastic info right here. http://tinyurl.com/jjl3tn9\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(3672,710,'Mandila Jackson','darrelbaltzell@spambog.com','http://bit.ly/2da3Q7F','104.144.184.85','2016-10-08 02:02:43','2016-10-08 06:02:43','Ꭱegards for sharing tҺis terrific websites. http://bit.ly/2da3Q7F\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.3.4000 Chrome/30.0.1599.101 Safari/537.36','',0,0),(3673,326,'Cheap Nike Jerseys Online','************@gmail.com','http://www.amillionthanks.org/wishes/nav.html','211.162.33.113','2016-10-09 02:00:34','2016-10-09 06:00:34','Rock bottom price for Wholesale NBA Shorts outlet, Cheap NBA Shorts for sale from china factory.\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(3674,710,'Mandila','mandila.jackson@aol.com','https://www.youtube.com/watch?v=vIJzPyBZiQA','107.172.50.133','2016-10-09 22:16:18','2016-10-10 02:16:18','You\'re a really valuable internet site; could not make it without ya!\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',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),(3675,363,'fifa 17 points','wgossc@gmail.com','http://support.sellaband.com/entries/111662943-buy-fifa-17-coins-has-removed-all-uncertainty-inside-the-equation','165.231.84.229','2016-10-11 05:56:32','2016-10-11 09:56:32','Great looking website. Think you did a great deal of your ownyour very own html coding\n\n[WORDPRESS HASHCASH] The poster sent us \'0 which is not a hashcash value.',0,'spam','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','',0,0),(3676,127,'free classifieds free categorized ads free ads free classified ads in china free categorized ads sites free websites to post ads free ads posting global free categorized ads website for free ads local classifieds freeads classifieds market place free adve','','http://www.kokokus.com','39.41.8.188','2016-10-12 09:03:44','2016-10-12 13:03:44','<strong>http://kokokus.com/</strong>\n\nNo free ads,no kiss\n\n[WORDPRESS HASHCASH] The comment\'s server IP (39.41.8.188) doesn\'t match the comment\'s URL host IP (202.165.228.20) and so is spam.',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4','trackback',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_file_meta` -- DROP TABLE IF EXISTS `wp_download_monitor_file_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_file_meta` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `meta_name` longtext NOT NULL, `meta_value` longtext NOT NULL, `download_id` int(12) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_file_meta` -- LOCK TABLES `wp_download_monitor_file_meta` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_file_meta` DISABLE KEYS */; INSERT INTO `wp_download_monitor_file_meta` VALUES (2,'force','0',1); /*!40000 ALTER TABLE `wp_download_monitor_file_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_files` -- DROP TABLE IF EXISTS `wp_download_monitor_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_files` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `filename` longtext NOT NULL, `file_description` longtext, `dlversion` varchar(200) NOT NULL, `postDate` datetime NOT NULL, `hits` int(12) unsigned NOT NULL, `user` varchar(200) NOT NULL, `members` int(1) DEFAULT NULL, `mirrors` longtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_files` -- LOCK TABLES `wp_download_monitor_files` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_files` DISABLE KEYS */; INSERT INTO `wp_download_monitor_files` VALUES (1,'MollyWoppersNYB Music and Ringtone','http://mollywoppersnyb.com/wp-content/uploads/downloads/2012/12/mollywoppers2013.zip','Music for the MollyWoppersNYB 2013 Performance','1.0','2012-12-20 15:53:00',18,'haveboard',0,''); /*!40000 ALTER TABLE `wp_download_monitor_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_formats` -- DROP TABLE IF EXISTS `wp_download_monitor_formats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_formats` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `format` longtext NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_formats` -- LOCK TABLES `wp_download_monitor_formats` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_formats` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_download_monitor_formats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_log` -- DROP TABLE IF EXISTS `wp_download_monitor_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_log` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `download_id` int(10) unsigned NOT NULL, `user_id` int(10) unsigned NOT NULL, `date` datetime DEFAULT NULL, `ip_address` varchar(200) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_log` -- LOCK TABLES `wp_download_monitor_log` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_log` DISABLE KEYS */; INSERT INTO `wp_download_monitor_log` VALUES (1,1,5,'2012-12-20 21:03:55','68.81.143.161'),(2,1,0,'2012-12-20 21:28:23','174.252.66.116'),(3,1,0,'2012-12-20 21:29:45','174.252.66.116'),(4,1,0,'2012-12-20 21:29:51','174.252.66.116'),(5,1,0,'2012-12-20 21:29:59','174.252.66.116'),(6,1,0,'2012-12-20 21:30:18','174.252.66.116'),(7,1,0,'2012-12-20 21:30:21','174.252.66.116'),(8,1,0,'2012-12-20 21:30:27','174.252.66.116'),(9,1,0,'2012-12-20 21:33:08','174.252.66.116'),(10,1,0,'2012-12-20 21:34:32','68.81.90.246'),(11,1,0,'2012-12-20 21:36:42','174.252.66.116'),(12,1,0,'2012-12-20 21:39:49','174.252.66.116'),(13,1,0,'2012-12-20 21:40:07','174.252.66.116'),(14,1,0,'2012-12-20 21:50:38','108.52.128.8'),(15,1,0,'2012-12-21 00:50:38','68.82.167.112'),(16,1,0,'2012-12-21 01:35:37','70.184.158.33'),(17,1,0,'2012-12-21 16:34:33','174.252.64.2'),(18,1,0,'2012-12-22 13:31:46','208.54.35.140'),(19,1,0,'2012-12-27 21:56:28','96.248.120.19'); /*!40000 ALTER TABLE `wp_download_monitor_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_relationships` -- DROP TABLE IF EXISTS `wp_download_monitor_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_relationships` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `taxonomy_id` int(10) unsigned NOT NULL, `download_id` int(10) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_relationships` -- LOCK TABLES `wp_download_monitor_relationships` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_download_monitor_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_stats` -- DROP TABLE IF EXISTS `wp_download_monitor_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_stats` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `download_id` int(10) unsigned NOT NULL, `date` date NOT NULL, `hits` int(12) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_stats` -- LOCK TABLES `wp_download_monitor_stats` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_stats` DISABLE KEYS */; INSERT INTO `wp_download_monitor_stats` VALUES (1,1,'2012-12-20',13),(2,1,'2012-12-21',3),(3,1,'2012-12-22',1),(4,1,'2012-12-27',1); /*!40000 ALTER TABLE `wp_download_monitor_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_download_monitor_taxonomies` -- DROP TABLE IF EXISTS `wp_download_monitor_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_download_monitor_taxonomies` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` longtext NOT NULL, `parent` int(12) unsigned NOT NULL, `taxonomy` varchar(250) NOT NULL, `order` int(12) unsigned DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_download_monitor_taxonomies` -- LOCK TABLES `wp_download_monitor_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_download_monitor_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_download_monitor_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ec3_schedule` -- DROP TABLE IF EXISTS `wp_ec3_schedule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ec3_schedule` ( `sched_id` bigint(20) NOT NULL AUTO_INCREMENT, `post_id` bigint(20) DEFAULT NULL, `start` datetime DEFAULT NULL, `end` datetime DEFAULT NULL, `allday` tinyint(1) DEFAULT NULL, `rpt` varchar(64) DEFAULT NULL, PRIMARY KEY (`sched_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ec3_schedule` -- LOCK TABLES `wp_ec3_schedule` WRITE; /*!40000 ALTER TABLE `wp_ec3_schedule` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ec3_schedule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_base_products` -- DROP TABLE IF EXISTS `wp_eshop_base_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_base_products` ( `post_id` bigint(20) NOT NULL DEFAULT '0', `img` text NOT NULL, `brand` varchar(255) NOT NULL DEFAULT '', `ptype` varchar(255) NOT NULL DEFAULT '', `thecondition` varchar(255) NOT NULL DEFAULT '', `expiry` date NOT NULL DEFAULT '0000-00-00', `ean` varchar(255) NOT NULL DEFAULT '', `isbn` varchar(255) NOT NULL DEFAULT '', `mpn` varchar(255) NOT NULL DEFAULT '', `qty` int(5) NOT NULL DEFAULT '0', `xtra` text NOT NULL, PRIMARY KEY (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_base_products` -- LOCK TABLES `wp_eshop_base_products` WRITE; /*!40000 ALTER TABLE `wp_eshop_base_products` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_base_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_countries` -- DROP TABLE IF EXISTS `wp_eshop_countries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_countries` ( `code` char(2) NOT NULL DEFAULT '', `country` varchar(50) NOT NULL DEFAULT '', `zone` tinyint(1) NOT NULL DEFAULT '0', `list` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`code`), KEY `zone` (`zone`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_countries` -- LOCK TABLES `wp_eshop_countries` WRITE; /*!40000 ALTER TABLE `wp_eshop_countries` DISABLE KEYS */; INSERT INTO `wp_eshop_countries` VALUES ('CO','Colombia',2,1),('KM','Comoros',2,1),('CK','Cook Islands',3,1),('CR','Costa Rica',2,1),('HR','Croatia',1,1),('CY','Cyprus',1,1),('CZ','Czech Republic',1,1),('CD','Democratic Republic of the Congo',2,1),('DK','Denmark',1,1),('DJ','Djibouti',2,1),('DM','Dominica',2,1),('DO','Dominican Republic',2,1),('EC','Ecuador',2,1),('SV','El Salvador',2,1),('ER','Eritrea',2,1),('EE','Estonia',1,1),('ET','Ethiopia',2,1),('FK','Falkland Islands',2,1),('FO','Faroe Islands',1,1),('FM','Federated States of Micronesia',3,1),('FJ','Fiji',3,1),('FI','Finland',1,1),('FR','France',1,1),('GF','French Guiana',2,1),('PF','French Polynesia',3,1),('GA','Gabon Republic',2,1),('GM','Gambia',2,1),('DE','Germany',1,1),('GI','Gibraltar',1,1),('GR','Greece',1,1),('GL','Greenland',1,1),('GD','Grenada',2,1),('GP','Guadeloupe',3,1),('GT','Guatemala',2,1),('GN','Guinea',2,1),('GW','Guinea Bissau',2,1),('GY','Guyana',2,1),('HN','Honduras',2,1),('HK','Hong Kong',2,1),('HU','Hungary',1,1),('IS','Iceland',1,1),('IN','India',2,1),('ID','Indonesia',2,1),('IE','Ireland',1,1),('IL','Israel',2,1),('IT','Italy',1,1),('JM','Jamaica',2,1),('JP','Japan',3,1),('JO','Jordan',2,1),('KZ','Kazakhstan',1,1),('KE','Kenya',2,1),('KI','Kiribati',3,1),('KW','Kuwait',2,1),('KG','Kyrgyzstan',1,1),('LA','Laos',3,1),('LV','Latvia',1,1),('LS','Lesotho',2,1),('LI','Liechtenstein',1,1),('LT','Lithuania',1,1),('LU','Luxembourg',1,1),('MG','Madagascar',2,1),('MW','Malawi',2,1),('MY','Malaysia',2,1),('MV','Maldives',2,1),('ML','Mali',2,1),('MT','Malta',1,1),('MH','Marshall Islands',3,1),('MQ','Martinique',3,1),('MR','Mauritania',2,1),('MU','Mauritius',2,1),('YT','Mayotte',3,1),('MX','Mexico',2,1),('MN','Mongolia',3,1),('MS','Montserrat',2,1),('MA','Morocco',2,1),('MZ','Mozambique',2,1),('NA','Namibia',2,1),('NR','Nauru',3,1),('NP','Nepal',2,1),('NL','Netherlands',1,1),('AN','Netherlands Antilles',2,1),('NC','New Caledonia',3,1),('NZ','New Zealand',3,1),('NI','Nicaragua',2,1),('NE','Niger',2,1),('NU','Niue',3,1),('NF','Norfolk Island',3,1),('NO','Norway',1,1),('OM','Oman',2,1),('PW','Palau',3,1),('PA','Panama',2,1),('PG','Papua New Guinea',3,1),('PE','Peru',2,1),('PH','Philippines',3,1),('PN','Pitcairn Islands',3,1),('PL','Poland',1,1),('PT','Portugal',1,1),('QA','Qatar',2,1),('CG','Republic of the Congo',2,1),('RE','Reunion',2,1),('RO','Romania',1,1),('RU','Russia',1,1),('RW','Rwanda',2,1),('VC','Saint Vincent and the Grenadines',2,1),('WS','Samoa',3,1),('SM','San Marino',1,1),('ST','Sao Tome and Principe',2,1),('SA','Saudi Arabia',2,1),('SN','Senegal',2,1),('SC','Seychelles',2,1),('SL','Sierra Leone',2,1),('SG','Singapore',2,1),('SK','Slovakia',1,1),('SI','Slovenia',1,1),('SB','Solomon Islands',3,1),('SO','Somalia',2,1),('ZA','South Africa',2,1),('KR','South Korea',3,1),('ES','Spain',1,1),('LK','Sri Lanka',2,1),('SH','St. Helena',2,1),('KN','St. Kitts and Nevis',2,1),('LC','St. Lucia',2,1),('PM','St. Pierre and Miquelon',2,1),('SR','Suriname',2,1),('SJ','Svalbard and Jan Mayen Islands',3,1),('SZ','Swaziland',2,1),('SE','Sweden',1,1),('CH','Switzerland',1,1),('TW','Taiwan',3,1),('TJ','Tajikistan',1,1),('TZ','Tanzania',2,1),('TH','Thailand',2,1),('TG','Togo',2,1),('TO','Tonga',3,1),('TT','Trinidad and Tobago',2,1),('TN','Tunisia',2,1),('TR','Turkey',1,1),('TM','Turkmenistan',1,1),('TC','Turks and Caicos Islands',2,1),('TV','Tuvalu',3,1),('UG','Uganda',2,1),('UA','Ukraine',1,1),('AE','United Arab Emirates',2,1),('GB','United Kingdom',1,1),('US','United States',2,0); /*!40000 ALTER TABLE `wp_eshop_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_discount_codes` -- DROP TABLE IF EXISTS `wp_eshop_discount_codes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_discount_codes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dtype` tinyint(1) NOT NULL DEFAULT '0', `disccode` varchar(255) NOT NULL DEFAULT '', `percent` float(5,2) NOT NULL DEFAULT '0.00', `remain` varchar(11) NOT NULL DEFAULT '', `used` int(11) NOT NULL DEFAULT '0', `enddate` date NOT NULL DEFAULT '0000-00-00', `live` char(3) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`), UNIQUE KEY `disccode` (`disccode`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_discount_codes` -- LOCK TABLES `wp_eshop_discount_codes` WRITE; /*!40000 ALTER TABLE `wp_eshop_discount_codes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_discount_codes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_download_orders` -- DROP TABLE IF EXISTS `wp_eshop_download_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_download_orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `checkid` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `purchased` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `files` varchar(255) NOT NULL DEFAULT '', `downloads` smallint(1) NOT NULL DEFAULT '3', `code` varchar(20) NOT NULL DEFAULT '', `email` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `code` (`code`,`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_download_orders` -- LOCK TABLES `wp_eshop_download_orders` WRITE; /*!40000 ALTER TABLE `wp_eshop_download_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_download_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_downloads` -- DROP TABLE IF EXISTS `wp_eshop_downloads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_downloads` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `added` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `files` varchar(255) NOT NULL DEFAULT '', `downloads` int(11) NOT NULL DEFAULT '0', `purchases` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_downloads` -- LOCK TABLES `wp_eshop_downloads` WRITE; /*!40000 ALTER TABLE `wp_eshop_downloads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_downloads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_emails` -- DROP TABLE IF EXISTS `wp_eshop_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `emailUse` tinyint(1) NOT NULL DEFAULT '0', `emailType` varchar(50) NOT NULL DEFAULT '', `emailSubject` varchar(255) NOT NULL DEFAULT '', `emailContent` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_emails` -- LOCK TABLES `wp_eshop_emails` WRITE; /*!40000 ALTER TABLE `wp_eshop_emails` DISABLE KEYS */; INSERT INTO `wp_eshop_emails` VALUES (1,1,'Automatic default email','Your order from Mollywoppers N.Y.B.','[AUTO-RESPONSE - PLEASE DO NOT REPLY]\r\n\r\n Dear {FIRSTNAME},\r\n\r\n Your order has been received. Thank you! \r\n The details of your order follow...\r\n\r\n --------------- ORDER DETAILS ---------------\r\n\r\n {STATUS}\r\n {CART}\r\n\r\n\r\n --------------- DOWNLOAD DETAILS ---------------\r\n These are available for download via:\r\n {DOWNLOADS}\r\n\r\n\r\n --------------- CUSTOMER DETAILS ---------------\r\n\r\n {NAME}\r\n {ADDRESS}\r\n\r\n --------------- CONTACT DETAILS ---------------\r\n\r\n {CONTACT}\r\n\r\n --------------- OTHER INFORMATION (if applicable) ---------------\r\n\r\n {REFCOMM}\r\n ---\r\n\r\n If you have questions or concerns, please contact us.\r\n Thank you for ordering with us.'),(2,1,'Admin Order Form email','Mollywoppers N.Y.B. Notification','[SPECIAL COMMUNICATION/NOTIFICATION]\r\n\r\n Dear {FIRSTNAME},\r\n\r\n *** Enter a custom message here ***\r\n\r\n Respectfully,\r\n *** Enter your name, title, and email here ***\r\n\r\n\r\n\r\n --------------- ORDER DETAILS ---------------\r\n\r\n {STATUS}\r\n {CART}\r\n\r\n --------------- DOWNLOAD DETAILS ---------------\r\n These are available for download via:\r\n {DOWNLOADS}\r\n\r\n --------------- CUSTOMER DETAILS ---------------\r\n\r\n {NAME}\r\n {ADDRESS}\r\n\r\n --------------- CONTACT DETAILS ---------------\r\n\r\n {CONTACT}\r\n\r\n --------------- OTHER INFORMATION (if applicable) ---------------\r\n\r\n {REFCOMM}\r\n\r\n ---\r\n\r\n If you have questions or concerns, please contact us.\r\n Again, thank you for ordering with us.\r\n '),(3,0,'Automatic Paypal email','Your order from Mollywoppers N.Y.B.',''),(4,0,'Automatic Payson email','Your order from Mollywoppers N.Y.B.',''),(5,0,'Automatic Cash email','Your order from Mollywoppers N.Y.B.',''),(6,0,'Automatic ePN email','Your order from Mollywoppers N.Y.B.',''),(7,0,'Automatic webtopay email','Your order from Mollywoppers N.Y.B.',''),(8,0,'Automatic Authorize.net email','Your order from Mollywoppers N.Y.B.',''),(9,0,'Automatic iDeal Lite email','Your order from Mollywoppers N.Y.B.',''),(10,0,'Automatic ogone email','Your order from Mollywoppers N.Y.B.',''),(11,0,'Automatic Bank email','Your order from Mollywoppers N.Y.B.',''); /*!40000 ALTER TABLE `wp_eshop_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_option_names` -- DROP TABLE IF EXISTS `wp_eshop_option_names`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_option_names` ( `optid` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `admin_name` varchar(255) NOT NULL DEFAULT '', `type` tinyint(1) NOT NULL DEFAULT '0', `description` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`optid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_option_names` -- LOCK TABLES `wp_eshop_option_names` WRITE; /*!40000 ALTER TABLE `wp_eshop_option_names` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_option_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_option_sets` -- DROP TABLE IF EXISTS `wp_eshop_option_sets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_option_sets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `optid` int(11) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `price` float(16,2) NOT NULL DEFAULT '0.00', `weight` float(8,2) NOT NULL DEFAULT '0.00', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_option_sets` -- LOCK TABLES `wp_eshop_option_sets` WRITE; /*!40000 ALTER TABLE `wp_eshop_option_sets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_option_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_order_items` -- DROP TABLE IF EXISTS `wp_eshop_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_order_items` ( `id` int(11) NOT NULL AUTO_INCREMENT, `checkid` varchar(255) NOT NULL DEFAULT '', `item_id` varchar(255) NOT NULL DEFAULT '0', `item_qty` int(11) NOT NULL DEFAULT '0', `item_amt` float(16,2) NOT NULL DEFAULT '0.00', `tax_rate` varchar(255) NOT NULL DEFAULT '', `tax_amt` varchar(255) NOT NULL DEFAULT '', `optname` varchar(255) NOT NULL DEFAULT '', `optsets` text NOT NULL, `post_id` int(11) NOT NULL DEFAULT '0', `option_id` int(11) NOT NULL DEFAULT '0', `down_id` int(11) NOT NULL DEFAULT '0', `weight` float(16,2) NOT NULL DEFAULT '0.00', PRIMARY KEY (`id`), KEY `custom_field` (`checkid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_order_items` -- LOCK TABLES `wp_eshop_order_items` WRITE; /*!40000 ALTER TABLE `wp_eshop_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_orders` -- DROP TABLE IF EXISTS `wp_eshop_orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `checkid` varchar(255) NOT NULL DEFAULT '', `status` set('Sent','Completed','Pending','Failed','Deleted','Waiting') NOT NULL DEFAULT 'Pending', `first_name` varchar(50) NOT NULL DEFAULT '', `last_name` varchar(50) NOT NULL DEFAULT '', `company` varchar(255) NOT NULL DEFAULT '', `email` varchar(100) NOT NULL DEFAULT '', `phone` varchar(30) NOT NULL DEFAULT '', `address1` varchar(255) NOT NULL DEFAULT '', `address2` varchar(255) NOT NULL DEFAULT '', `city` varchar(100) NOT NULL DEFAULT '', `state` varchar(100) NOT NULL DEFAULT '', `zip` varchar(20) NOT NULL DEFAULT '', `country` varchar(3) NOT NULL DEFAULT '', `reference` varchar(255) NOT NULL DEFAULT '', `ship_name` varchar(100) NOT NULL DEFAULT '', `ship_company` varchar(255) NOT NULL DEFAULT '', `ship_phone` varchar(30) NOT NULL DEFAULT '', `ship_address` varchar(255) NOT NULL DEFAULT '', `ship_city` varchar(100) NOT NULL DEFAULT '', `ship_state` varchar(100) NOT NULL DEFAULT '', `ship_postcode` varchar(20) NOT NULL DEFAULT '', `ship_country` varchar(3) NOT NULL DEFAULT '', `custom_field` varchar(15) NOT NULL DEFAULT '', `transid` varchar(255) NOT NULL DEFAULT '', `comments` text NOT NULL, `thememo` text NOT NULL, `edited` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `downloads` set('yes','no') NOT NULL DEFAULT 'no', `admin_note` text NOT NULL, `paidvia` varchar(255) NOT NULL DEFAULT '', `affiliate` varchar(255) NOT NULL DEFAULT '', `user_id` int(11) NOT NULL, `user_notes` text NOT NULL, PRIMARY KEY (`id`), KEY `custom_field` (`checkid`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_orders` -- LOCK TABLES `wp_eshop_orders` WRITE; /*!40000 ALTER TABLE `wp_eshop_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_rates` -- DROP TABLE IF EXISTS `wp_eshop_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_rates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `class` varchar(3) NOT NULL DEFAULT '', `items` smallint(2) NOT NULL DEFAULT '0', `zone1` float(16,2) NOT NULL DEFAULT '0.00', `zone2` float(16,2) NOT NULL DEFAULT '0.00', `zone3` float(16,2) NOT NULL DEFAULT '0.00', `zone4` float(16,2) NOT NULL DEFAULT '0.00', `zone5` float(16,2) NOT NULL DEFAULT '0.00', `zone6` float(16,2) NOT NULL DEFAULT '0.00', `zone7` float(16,2) NOT NULL DEFAULT '0.00', `zone8` float(16,2) NOT NULL DEFAULT '0.00', `zone9` float(16,2) NOT NULL DEFAULT '0.00', `weight` float(16,2) NOT NULL DEFAULT '0.00', `maxweight` varchar(16) NOT NULL DEFAULT '', `area` varchar(50) NOT NULL DEFAULT '', `rate_type` varchar(255) NOT NULL DEFAULT 'shipping', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_rates` -- LOCK TABLES `wp_eshop_rates` WRITE; /*!40000 ALTER TABLE `wp_eshop_rates` DISABLE KEYS */; INSERT INTO `wp_eshop_rates` VALUES (1,'A',1,2.00,2.00,2.00,2.00,2.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(2,'B',1,15.00,20.00,30.00,40.00,50.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(3,'C',1,40.00,45.00,50.00,50.00,50.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(4,'D',1,30.00,35.00,40.00,40.00,40.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(5,'E',1,50.00,60.00,70.00,80.00,90.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(6,'A',2,1.00,1.00,1.00,1.00,1.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(7,'B',2,7.00,10.00,20.00,20.00,15.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(8,'C',2,20.00,25.00,40.00,25.00,20.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(9,'D',2,15.00,25.00,30.00,20.00,25.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'),(10,'E',2,25.00,30.00,60.00,40.00,30.00,0.00,0.00,0.00,0.00,0.00,'','','shipping'); /*!40000 ALTER TABLE `wp_eshop_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_states` -- DROP TABLE IF EXISTS `wp_eshop_states`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_states` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` char(4) NOT NULL DEFAULT '', `stateName` varchar(30) NOT NULL DEFAULT '', `zone` tinyint(1) NOT NULL DEFAULT '0', `list` char(2) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `zone` (`zone`) ) ENGINE=MyISAM AUTO_INCREMENT=153 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_states` -- LOCK TABLES `wp_eshop_states` WRITE; /*!40000 ALTER TABLE `wp_eshop_states` DISABLE KEYS */; INSERT INTO `wp_eshop_states` VALUES (1,'AK','Alaska',5,'US'),(2,'HI','Hawaii',5,'US'),(3,'AL','Alabama',2,'US'),(4,'AZ','Arizona',4,'US'),(5,'AR','Arkansas',3,'US'),(6,'CA','California',5,'US'),(7,'CO','Colorado',4,'US'),(8,'CT','Connecticut',1,'US'),(9,'DE','Delaware',2,'US'),(10,'DC','District Of Columbia',2,'US'),(11,'FL','Florida',2,'US'),(12,'GA','Georgia',2,'US'),(13,'ID','Idaho',4,'US'),(14,'IL','Illinois',3,'US'),(15,'IN','Indiana',2,'US'),(16,'IA','Iowa',3,'US'),(17,'KS','Kansas',3,'US'),(18,'KY','Kentucky',2,'US'),(19,'LA','Louisiana',3,'US'),(20,'ME','Maine',1,'US'),(21,'MD','Maryland',2,'US'),(22,'MA','Massachusetts',1,'US'),(23,'MI','Michigan',2,'US'),(24,'MN','Minnesota',3,'US'),(25,'MS','Mississippi',3,'US'),(26,'MO','Missouri',3,'US'),(27,'MT','Montana',4,'US'),(28,'NE','Nebraska',3,'US'),(29,'NV','Nevada',5,'US'),(30,'NH','New Hampshire',1,'US'),(31,'NJ','New Jersey',2,'US'),(32,'NM','New Mexico',4,'US'),(33,'NY','New York',2,'US'),(34,'NC','North Carolina',2,'US'),(35,'ND','North Dakota',3,'US'),(36,'OH','Ohio',2,'US'),(37,'OK','Oklahoma',3,'US'),(38,'OR','Oregon',5,'US'),(39,'PA','Pennsylvania',2,'US'),(40,'RI','Rhode Island',1,'US'),(41,'SC','South Carolina',2,'US'),(42,'SD','South Dakota',3,'US'),(43,'TN','Tennessee',3,'US'),(44,'TX','Texas',3,'US'),(45,'UT','Utah',4,'US'),(46,'VT','Vermont',1,'US'),(47,'VA','Virginia',2,'US'),(48,'WA','Washington',5,'US'),(49,'WV','West Virginia',2,'US'),(50,'WI','Wisconsin',3,'US'),(51,'WY','Wyoming',4,'US'),(52,'AB','Alberta',3,'CA'),(53,'BC','British Columbia',3,'CA'),(54,'MB','Manitoba',3,'CA'),(55,'NB','New Brunswick',3,'CA'),(56,'NL','Newfoundland & Labrador',3,'CA'),(57,'NT','Northwest Territories',3,'CA'),(58,'NU','Nunavut',3,'CA'),(59,'NS','Nova Scotia',3,'CA'),(60,'ON','Ontario',3,'CA'),(61,'PE','Prince Edward Island',3,'CA'),(62,'QC','Quebec',3,'CA'),(63,'SK','Saskatchewan',3,'CA'),(64,'YU','Yukon',3,'CA'),(65,'Lond','London',1,'GB'),(66,'Beds','Bedfordshire',1,'GB'),(67,'Buck','Buckinghamshire',1,'GB'),(68,'Camb','Cambridgeshire',1,'GB'),(69,'Ches','Cheshire',1,'GB'),(70,'Corn','Cornwall and Isles of Scilly',1,'GB'),(71,'Cumb','Cumbria',1,'GB'),(72,'Derb','Derbyshire',1,'GB'),(73,'Dev','Devon',1,'GB'),(74,'Dors','Dorset',1,'GB'),(75,'Durh','Durham',1,'GB'),(76,'ESus','East Sussex',1,'GB'),(77,'Esse','Essex',1,'GB'),(78,'Glos','Gloucestershire',1,'GB'),(79,'GL','Greater London',1,'GB'),(80,'GM','Greater Manchester',1,'GB'),(81,'Hamp','Hampshire',1,'GB'),(82,'Hert','Hertfordshire',1,'GB'),(83,'Kent','Kent',1,'GB'),(84,'Lanc','Lancashire',1,'GB'),(85,'Leic','Leicestershire',1,'GB'),(86,'Linc','Lincolnshire',1,'GB'),(87,'Mers','Merseyside',1,'GB'),(88,'Norf','Norfolk',1,'GB'),(89,'NYor','North Yorkshire',1,'GB'),(90,'Nort','Northamptonshire',1,'GB'),(91,'Norh','Northumberland',1,'GB'),(92,'Nott','Nottinghamshire',1,'GB'),(93,'Ox','Oxfordshire',1,'GB'),(94,'Shrp','Shropshire',1,'GB'),(95,'Som','Somerset',1,'GB'),(96,'SYor','South Yorkshire',1,'GB'),(97,'Staf','Staffordshire',1,'GB'),(98,'Suff','Suffolk',1,'GB'),(99,'Surr','Surrey',1,'GB'),(100,'Tyne','Tyne and Wear',1,'GB'),(101,'Warw','Warwickshire',1,'GB'),(102,'WMid','West Midlands',1,'GB'),(103,'WSus','West Sussex',1,'GB'),(104,'WYor','West Yorkshire',1,'GB'),(105,'Wilt','Wiltshire',1,'GB'),(106,'Worc','Worcestershire',1,'GB'),(107,'Flin','Flintshire',1,'GB'),(108,'Glam','Glamorgan',1,'GB'),(109,'Meri','Merionethshire',1,'GB'),(110,'Mon','Monmouthshire',1,'GB'),(111,'Mont','Montgomeryshire',1,'GB'),(112,'Pemb','Pembrokeshire',1,'GB'),(113,'Radn','Radnorshire',1,'GB'),(114,'Angl','Anglesey',1,'GB'),(115,'Brec','Breconshire',1,'GB'),(116,'Caer','Caernarvonshire',1,'GB'),(117,'Card','Cardiganshire',1,'GB'),(118,'Carm','Carmarthenshire',1,'GB'),(119,'Denb','Denbighshire',1,'GB'),(120,'Kirk','Kirkcudbrightshire',1,'GB'),(121,'Lana','Lanarkshire',1,'GB'),(122,'Midl','Midlothian',1,'GB'),(123,'Mora','Moray',1,'GB'),(124,'Nair','Nairnshire',1,'GB'),(125,'Orkn','Orkney',1,'GB'),(126,'Peeb','Peebleshire',1,'GB'),(127,'Pert','Perthshire',1,'GB'),(128,'Renf','Renfrewshire',1,'GB'),(129,'Ross','Ross &amp; Cromarty',1,'GB'),(130,'Roxb','Roxburghshire',1,'GB'),(131,'Selk','Selkirkshire',1,'GB'),(132,'Shet','Shetland',1,'GB'),(133,'Stir','Stirlingshire',1,'GB'),(134,'Suth','Sutherland',1,'GB'),(135,'WLot','West Lothian',1,'GB'),(136,'Wigt','Wigtownshire',1,'GB'),(137,'Aber','Aberdeenshire',1,'GB'),(138,'Angu','Angus',1,'GB'),(139,'Argy','Argyll',1,'GB'),(140,'Ayrs','Ayrshire',1,'GB'),(141,'Banf','Banffshire',1,'GB'),(142,'Berw','Berwickshire',1,'GB'),(143,'Bute','Bute',1,'GB'),(144,'Cait','Caithness',1,'GB'),(145,'Clac','Clackmannanshire',1,'GB'),(146,'Dumf','Dumfriesshire',1,'GB'),(147,'Dumb','Dumbartonshire',1,'GB'),(148,'ELot','East Lothian',1,'GB'),(149,'Fife','Fife',1,'GB'),(150,'Inve','Inverness',1,'GB'),(151,'Kinc','Kincardineshire',1,'GB'),(152,'Kinr','Kinross-shire',1,'GB'); /*!40000 ALTER TABLE `wp_eshop_states` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_eshop_stock` -- DROP TABLE IF EXISTS `wp_eshop_stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_eshop_stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `post_id` int(11) NOT NULL DEFAULT '0', `option_id` int(11) NOT NULL DEFAULT '0', `available` int(11) NOT NULL DEFAULT '0', `purchases` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `post_id` (`post_id`,`available`,`purchases`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_eshop_stock` -- LOCK TABLES `wp_eshop_stock` WRITE; /*!40000 ALTER TABLE `wp_eshop_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_eshop_stock` 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=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; /*!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 */; INSERT INTO `wp_links` VALUES (9,'http://crucialbrutal.com','Crucial Brutal','','','','Y',2,0,'0000-00-00 00:00:00','','',''),(8,'http://www.murraycomicclub.com/','Murray Comic Club, Inc.','','_blank','','Y',2,0,'0000-00-00 00:00:00','','',''),(10,'http://www.savethemummers.com/','savethemummers.com','','','','Y',5,0,'0000-00-00 00:00:00','','',''),(11,'http://www.mummersmuseum.com/','The Mummers Museum','','','','Y',5,0,'0000-00-00 00:00:00','','',''),(12,'http://mummers.com/','Mummers.com','','','','Y',5,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mrt_sms_list` -- DROP TABLE IF EXISTS `wp_mrt_sms_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_mrt_sms_list` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `number` text NOT NULL, `carrier` text NOT NULL, `mrt_frm` varchar(100) NOT NULL, `date` varchar(100) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_mrt_sms_list` -- LOCK TABLES `wp_mrt_sms_list` WRITE; /*!40000 ALTER TABLE `wp_mrt_sms_list` DISABLE KEYS */; INSERT INTO `wp_mrt_sms_list` VALUES (1,'2159172974','tmobile','','Wednesday, 13October2010 10:58:56'),(2,'6105633687','tmobile','','Wednesday, 20October2010 03:06:39'),(3,'2153601555','verizon','','Sunday, 24October2010 07:47:30'),(4,'3024946154','tmobile','','Monday, 1November2010 01:46:49'),(5,'2154222969','attwire','','Wednesday, 5January2011 12:32:43'),(6,'6143716665','attwire','','Thursday, 10November2011 12:03:09'),(7,'2523254507','verizon','','Wednesday, 13June2012 10:38:45'),(8,'8565623980','attmob','','Saturday, 1September2012 10:30:00'),(9,'2675742079','tmobile','','Monday, 16March2015 02:29:55'),(10,'2679707786','verizon','','Wednesday, 9March2016 03:24:36'),(11,'6094083882','verizon','','Sunday, 25September2016 03:13:43'); /*!40000 ALTER TABLE `wp_mrt_sms_list` 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(64) 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=MyISAM AUTO_INCREMENT=185835 DEFAULT CHARSET=utf8; /*!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://mollywoppersnyb.com','yes'),(2,'blogname','Mollywoppers N.Y.B.','yes'),(3,'blogdescription','Kings of Drinking Beer','yes'),(4,'users_can_register','1','yes'),(5,'admin_email','jonathan.finnegan@gmail.com','yes'),(6,'start_of_week','0','yes'),(7,'use_balanceTags','','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'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'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:15:{i:0;s:15:\"worker/init.php\";i:1;s:33:\"admin-branding/admin-branding.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:4;s:49:\"default-thumbnail-plus/default-thumbnail-plus.php\";i:5;s:40:\"download-monitor/wp-download_monitor.php\";i:6;s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";i:7;s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";i:8;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:9;s:93:\"really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php\";i:10;s:37:\"sms-text-message/sms-text-message.php\";i:11;s:41:\"ultimate-google-analytics/ultimate_ga.php\";i:13;s:27:\"wp-crontrol/wp-crontrol.php\";i:14;s:27:\"wp-hashcash/wp-hashcash.php\";i:15;s:35:\"wp-page-numbers/wp-page-numbers.php\";}','yes'),(37,'home','http://mollywoppersnyb.com','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:4:{i:0;s:78:\"/home/mollywopper/mollywoppersnyb.com/wp-content/themes/simplemarket/style.css\";i:2;s:76:\"/home/mollywopper/mollywoppersnyb.com/wp-content/themes/pagelines/footer.php\";i:3;s:75:\"/home/mollywopper/mollywoppersnyb.com/wp-content/themes/pagelines/style.css\";i:4;s:0:\"\";}','no'),(45,'template','simplemarket','yes'),(46,'stylesheet','simplemarket','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','31536','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','posts','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','file','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','0','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','0','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','America/New_York','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','0','yes'),(95,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:138:{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:9:\"add_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:5:\"eShop\";b:1;s:11:\"eShop_admin\";b:1;s:25:\"user_can_config_downloads\";b:1;s:23:\"user_can_edit_downloads\";b:1;s:25:\"user_can_add_new_download\";b:1;s:27:\"user_can_view_downloads_log\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";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:5:\"eShop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"text-2\";i:4;s:5:\"rss-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:10:\"nav_menu-2\";i:7;s:8:\"search-2\";i:8;s:14:\"recent-posts-2\";i:9;s:10:\"archives-2\";i:10;s:12:\"categories-2\";i:11;s:6:\"meta-2\";}s:7:\"sidebar\";a:7:{i:0;s:17:\"post-notification\";i:1;s:16:\"sms-text-message\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:17:\"recent-comments-2\";i:6;s:7:\"links-3\";}s:13:\"array_version\";i:3;}','yes'),(102,'cron','a:10:{i:1476888001;a:1:{s:23:\"dsgnwrks_instagram_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"minutely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1476888652;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1476892208;a:1:{s:12:\"mwp_datasend\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"threehours\";s:4:\"args\";a:0:{}s:8:\"interval\";i:10800;}}}i:1476910907;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:1476910915;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:1476914239;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1476925200;a:1:{s:14:\"redux_tracking\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1476936000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1476942571;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'),(185819,'_site_transient_timeout_theme_roots','1476883623','yes'),(185820,'_site_transient_theme_roots','a:10:{s:12:\"mollywoppers\";s:7:\"/themes\";s:9:\"pagelines\";s:7:\"/themes\";s:12:\"simplemarket\";s:7:\"/themes\";s:10:\"storefront\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(109,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3487,'default_post_format','','yes'),(145,'ultimate_ga_options','a:21:{s:16:\"internal_domains\";s:19:\"mollywoppersnyb.com\";s:10:\"account_id\";s:12:\"UA-256520-31\";s:14:\"enable_tracker\";b:1;s:15:\"track_adm_pages\";b:0;s:12:\"ignore_users\";b:1;s:14:\"max_user_level\";s:1:\"8\";s:13:\"footer_hooked\";b:1;s:14:\"filter_content\";b:1;s:15:\"filter_comments\";b:1;s:22:\"filter_comment_authors\";b:1;s:15:\"track_ext_links\";b:1;s:16:\"prefix_ext_links\";s:10:\"/outgoing/\";s:11:\"track_files\";b:1;s:17:\"prefix_file_links\";s:11:\"/downloads/\";s:16:\"track_extensions\";s:76:\"gif,jpg,jpeg,bmp,png,pdf,mp3,wav,phps,zip,gz,tar,rar,jar,exe,pps,ppt,xls,doc\";s:16:\"track_mail_links\";b:1;s:17:\"prefix_mail_links\";s:8:\"/mailto/\";s:5:\"debug\";b:0;s:13:\"check_updates\";b:1;s:12:\"version_sent\";s:5:\"1.6.0\";s:15:\"advanced_config\";b:1;}','yes'),(110,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_links','a:3:{i:2;a:0:{}i:3;a:5:{s:6:\"images\";i:0;s:4:\"name\";i:1;s:11:\"description\";i:0;s:6:\"rating\";i:0;s:8:\"category\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_nav_menu','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:5:\"Pages\";s:8:\"nav_menu\";i:4;}s:12:\"_multiwidget\";i:1;}','yes'),(114,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:26:\"http://mollywoppersnyb.com\";s:4:\"link\";s:102:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://mollywoppersnyb.com/\";s:3:\"url\";s:135:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://mollywoppersnyb.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(6577,'current_theme','SimpleMarket','yes'),(3492,'ossdl_cname','','yes'),(42193,'_transient_mwp_cache_notifications_time','1476859906','yes'),(61145,'_wc_session_d442360930521cc9f029e9fc65aac16f','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"1068c6e4c8051cfd4e9ea8072e3189e2\";a:9:{s:10:\"product_id\";i:410;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:185:\"a:1:{s:7:\"success\";a:1:{i:0;s:146:\"<a href=\"http://mollywoppersnyb.com/shop/\" class=\"button wc-forward\">Continue Shopping</a> &quot;Poster&quot; was successfully added to your cart.\";}}\";}','no'),(110671,'_site_transient_timeout_browser_3b10ab54cc3f1bf364d9cc9f82298672','1446291273','yes'),(110672,'_site_transient_browser_3b10ab54cc3f1bf364d9cc9f82298672','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:13:\"Mobile Safari\";s:7:\"version\";s:6:\"537.36\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(110911,'_site_transient_timeout_browser_59e1bf35cf0392879abcbbfedc8d5a29','1446409277','yes'),(110912,'_site_transient_browser_59e1bf35cf0392879abcbbfedc8d5a29','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.71\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(125923,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1451985533','no'),(125924,'_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:0:\"\";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:74:\"WPTavern: Git for WordPress Developers: A Free Video Course from WP Pusher\";s: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:\"http://wptavern.com/?p=50150\";s: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:83:\"http://wptavern.com/git-for-wordpress-developers-a-free-video-course-from-wp-pusher\";s: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:4290:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/git-4-wp.png\" rel=\"attachment wp-att-50165\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/git-4-wp.png?resize=1025%2C510\" alt=\"git-4-wp\" class=\"aligncenter size-full wp-image-50165\" /></a></p>\n<p>Peter Suhm, creator of <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a>, just released a new free video course for WordPress developers. After the success of his email-based <a href=\"https://wppusher.com/wordpress-git-crash-course\" target=\"_blank\">WP Git Crash Course</a>, Suhm jumped head-first into creating more educational material in video format. <a href=\"https://git4wp.com/\" target=\"_blank\">Git4wp.com</a> launched this week with more than 1.5 hours of recorded lessons, split up into 35 videos.</p>\n<p>The new course offers a comprehensive look at commands, workflows, and anything a WordPress developer would need to know about using GitHub. Suhm&#8217;s teaser for the course is a 5-minute screencast demonstrating how to contribute to an open source WordPress plugin on GitHub.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>More Git-proficient WordPress developers means more potential customers for Suhm&#8217;s WP Pusher product, which allows you to deploy WordPress themes and plugins from GitHub.</p>\n<p>&#8220;The videos are a great way for me to educate developers who might be interested in WP Pusher, so we can be more on the same page,&#8221; Suhm said. &#8220;There&#8217;s a lot of jargon in the world of Git.&#8221;</p>\n<p>In addition to the new video format, he opted to take a beginner-friendly approach with bite-sized tutorials for all skill levels.</p>\n<p>&#8220;The email course I made last summer was very well received and the number one piece of feedback was to create a similar thing in video format,&#8221; he said. &#8220;The email course was very much chronological, mostly showing my own workflow. With the videos I wanted to make something that was more for everyone &#8211; from beginners to developers already using Git. I think there will be a video for everyone, even more advanced Git users.&#8221;</p>\n<p>The course begins with videos explaining what Git is and why you might want to use it, the difference between Git and Subversion, and covers the most commonly-used Git commands. The following videos include a breakdown of more advanced commands like <code>git bisect</code> and <code>git rebase</code>.</p>\n<p>With more WordPress-related projects moving to GitHub, Suhm thought that it was a good time to create a video resource to help developers get on board. He underestimated the effort it would require until after he had already jumped headlong into creating <a href=\"https://git4wp.com\" target=\"_blank\">Git4wp.com</a>.</p>\n<p>&#8220;Honestly, when I started recording the videos, I didn&#8217;t realize the amount of work I was in for,&#8221; Suhm told the Tavern. &#8220;Since I&#8217;ve been using Git professionally on a daily basis for a good amount of time, I thought I could just hit record and start talking. Recording and especially editing the videos ended up taking way more time than I thought initially.</p>\n<p>&#8220;Screencasts are something I&#8217;ve wanted to try for a while. I&#8217;m not a native English speaker, so it&#8217;s also been a personal challenge releasing the videos,&#8221; he said.</p>\n<p>Suhm plans to keep updating the videos and will add more as time permits. He is committed to keeping the course free as an educational resource for WordPress developers.</p>\n<p>&#8220;I don&#8217;t need to make money from the videos, since they are in a sense subsidized by my product WP Pusher,&#8221; he said. &#8220;It&#8217;s much like when a company contributes to open source, which they can only afford if they have income coming from somewhere else.&#8221;</p>\n<p>The last set of videos include an overview of how to contribute to GitHub-hosted open source projects as well as tips for incorporating WP Pusher into your workflow. <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> is 100% free for open source projects that are hosted in a public repository, so students of the course can easily follow along and practice with their own projects.</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, 04 Jan 2016 17:29: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: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: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:30:\"Matt: Dorm Room Tycoon 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:21:\"http://ma.tt/?p=45726\";s: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:\"http://ma.tt/2016/01/dorm-room-tycoon-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"<p>I joined an episode of the Dorm Room Tycoon podcast, <a href=\"http://drt.fm/matt-mullenweg/\">which you can check out here</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:\"Sat, 02 Jan 2016 18:56: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: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: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:70:\"WPTavern: WPWeekly Episode 219 – The 2015 Year in Review Part 2 of 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50137&preview_id=50137\";s: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:76:\"http://wptavern.com/wpweekly-episode-219-the-2015-year-in-review-part-2-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1226:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I wrap up our year in review. We look back at the biggest stories from July-December of this year. Thank you to everyone who listened to the show throughout 2015. Marcus and I plan to expand beyond WordPress in 2016 to discuss mental health, distributed worker health, and accessibility. If you know someone who would make a great guest on any of these topics, please contact me at <strong>jeffc at wptavern.com</strong>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 6th 9:30 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=\"http://www.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 #219:</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, 31 Dec 2015 21:43: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: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:22:\"Matt: The Changing Web\";s: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:21:\"http://ma.tt/?p=45728\";s: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:38:\"http://ma.tt/2015/12/the-changing-web/\";s: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:985:\"<p>Hossein Derakhshan was a key blogger in Iran who was jailed for his writing, and recently released. He has entered a new world:</p>\n<blockquote><p>I miss when people took time to be exposed to opinions other than their own, and bothered to read more than a paragraph or 140 characters. I miss the days when I could write something on my own blog, publish on my own domain, without taking an equal time to promote it on numerous social networks; when n<span class=\"text_exposed_show\">obody cared about likes and reshares, and best time to post.</span></p>\n<div class=\"text_exposed_show\">\n<p>That’s the web I remember before jail. That’s the web we have to save.</p>\n</div>\n</blockquote>\n<p><a href=\"http://www.theguardian.com/technology/2015/dec/29/irans-blogfather-facebook-instagram-and-twitter-are-killing-the-web\">You should read the entire article (it&#8217;s long) on the Guardian</a>. <cite>Hat tip: <a href=\"http://kevin.lexblog.com/\">Kevin O&#8217;Keefe</a>.</cite></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, 30 Dec 2015 19:11: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: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: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:86:\"WPTavern: Microsoft Adds WordPress Data Source and Template to Windows App Studio Beta\";s: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:\"http://wptavern.com/?p=50125\";s: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:\"http://wptavern.com/microsoft-adds-wordpress-data-source-and-template-to-windows-app-studio-beta\";s: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:1923:\"<p>Budding Windows App Studio developers who want an easy way to create a Windows application of their WordPress sites are in luck. In the December update, the <a href=\"https://blogs.windows.com/buildingapps/2015/12/22/windows-app-studio-december-2015-update/\">Windows App Team announced</a> a couple of new features including, a WordPress data source and template.</p>\n<p><a href=\"https://appstudio.windows.com/\">Windows App Studio</a> is a template-driven, drag-and-drop software development tool that enables developers to publish Windows applications.</p>\n<p>The new data source enables developers to easily connect Windows Applications to WordPress sites. Not only can developers pull content from WordPress sites and display it within an app, they can also publish the app to the <a href=\"https://www.microsoft.com/en-us/windows/apps-and-games\">Windows Store</a>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WindowsAppWordPressTemplate.png\" rel=\"attachment wp-att-50126\"><img class=\"size-full wp-image-50126\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WindowsAppWordPressTemplate.png?resize=1025%2C724\" alt=\"Windows App Studio WordPress Template\" /></a>Windows App Studio WordPress Template\n<p>Also part of the update is the ability for application developers to use <a href=\"http://advertising.microsoft.com/en/home\">Microsoft Advertising</a>. Using Microsoft Ad Control, developers can place advertising within their apps. Combining a Windows application that hooks into WordPress that&#8217;s available for purchase by millions of Windows 10 users opens up a new monetization opportunity for site owners.</p>\n<p>If you&#8217;re interested in developing an application in Windows App Studio, check out <a href=\"https://appstudio.windows.com/en-us/home/howto\">Microsoft&#8217;s how-to guide</a> that walks you through the process.</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, 30 Dec 2015 08:12: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:\"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: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:68:\"WPTavern: Progress Report: Adding Shiny Updates 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:28:\"http://wptavern.com/?p=50112\";s: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:\"http://wptavern.com/progress-report-adding-shiny-updates-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:4973:\"<p>Earlier this year, WordPress 4.2 <a href=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process\">added the ability</a> to install and update plugins in-place. This feature is known as &#8220;Shiny Updates&#8221;. I&#8217;m a big fan of this feature because it&#8217;s substantially quicker than updating plugins via the updates page. Here&#8217;s what it looks like in action.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif\" rel=\"attachment wp-att-41064\"><img class=\"size-full wp-image-41064\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif?resize=837%2C688\" alt=\"New Plugin Update Routine\" /></a>New Plugin Update Routine\n<p>Due to complications near the end of the 4.2 development cycle, <a href=\"https://core.trac.wordpress.org/ticket/31529\">shiny updates for themes</a> was pushed back to a later release. Since WordPress 4.3 and 4.4 didn&#8217;t add shiny update support for themes, I reached out to <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, WordPress core developer, to find out its progress.</p>\n<h2>Experimental Plugin</h2>\n<p>The feature is currently on hold as the development team figures out the best way to implement it. The team is experimenting with different approaches <a href=\"https://github.com/obenland/shiny-updates\">using a feature plugin</a>. When installed, updates can be quickly applied from a theme&#8217;s detailed information panel by clicking the update now link.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ExperimentalThemeShinyUpdates.png\" rel=\"attachment wp-att-50116\"><img class=\"size-full wp-image-50116\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ExperimentalThemeShinyUpdates.png?resize=474%2C236\" alt=\"Shiny Update Support Added\" /></a>Shiny Update Support Added\n<p>Not a lot of people know about the plugin because it was created around the time of WordCamp US. &#8220;Most of the things that are in the plugin are just quick ideas, a first iteration to get us going. We haven’t performed any user testing nor have we had a proper design iteration yet,&#8221; Obenland told the Tavern.</p>\n<h2>My Experience With Shiny Theme Updates</h2>\n<p>When I&#8217;m browsing themes that I&#8217;ve installed on my site, they&#8217;re displayed in a card format. When a theme has an update available, the update text displays at the top of the card. I tried to click on the text thinking it would update the theme but instead, it opened the theme&#8217;s details panel.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ThemeCardUpdateNotification.png\" rel=\"attachment wp-att-50117\"><img class=\"size-full wp-image-50117\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ThemeCardUpdateNotification.png?resize=384%2C307\" alt=\"Theme Card Update Notification \" /></a>Theme Card Update Notification\n<p>In the same way I can update plugins on the plugins page, I should be able to update themes on the themes page. Having the shiny update link in the details pane requires an unnecessary mouse click. There are at least two challenges to overcome. The first is rewording the Update Available text to something that serves as both a notification and a link to initiate the update. The second is determining whether it&#8217;s an improved user experience.</p>\n<h2>Why Shiny Updates Are so Fast</h2>\n<p>Since shiny updates were added for plugins, I&#8217;ve been curious as to why they&#8217;re so much quicker than the normal update process. According to Oblenland, shiny updates are quicker because, &#8220;We don’t need to reload the entire admin page, twice if you include navigating back to the plugin screen. We only send the update request itself and receive the result of that. So instead of 85 requests over two page loads when deleting a plugin, we only have one,&#8221; he said.</p>\n<h2>How You Can Get Involved</h2>\n<p>Although the development team is not sure which direction they&#8217;ll go with shiny updates, Obenland says they want to use it to unite various actions in WordPress, &#8220;We want to unify the flows of installing/updating/activating/deleting plugins/themes/core with it and ultimately be able to get rid of the bleak screen of sadness that users currently see when performing these actions,&#8221; he said.</p>\n<p>Shiny updates is a feature plugin not tied to a specific trac ticket. If you want to keep up with development, you can <a href=\"https://github.com/obenland/shiny-updates\">follow the project</a> on GitHub.  You can also follow <a href=\"https://make.wordpress.org/chat/\">discussions on Slack</a> in the <strong>#feature-shinyupdates</strong> channel. Obenland notes that the team is looking for more people who want to help develop, test the plugin, and share feedback at their weekly meetings on Tuesdays at 1900 UTC.</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, 29 Dec 2015 23:16: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: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:49:\"WPTavern: Add Telegram to Jetpack Sharing Buttons\";s: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:\"http://wptavern.com/?p=49931\";s: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:\"http://wptavern.com/add-telegram-to-jetpack-sharing-buttons\";s: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:4042:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram.png\" rel=\"attachment wp-att-50107\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram.png?resize=1025%2C469\" alt=\"telegram\" class=\"aligncenter size-full wp-image-50107\" /></a></p>\n<p>On December 17, telecommunications companies <a href=\"http://in.reuters.com/article/brazil-whatsapp-ban-idINKBN0U00CT20151217\" target=\"_blank\">cut off access to WhatsApp in Brazil</a> after the company did not comply with police wiretapping requests. Many of the app&#8217;s estimated 100 million users went in search of an alternative, landing on <a href=\"https://telegram.org/\" target=\"_blank\">Telegram</a>, WhatsApp&#8217;s rival messaging app. Telegram <a href=\"https://twitter.com/telegram/status/677604437905580032\" target=\"_blank\">gained 5.7 million new users</a> in one day as a result of the 48-hr blackout.</p>\n<p>Incidents like this offer Telegram an opportunity to chip away at WhatsApp&#8217;s dominant marketshare. As of May 2015, the app reported <a href=\"http://techcrunch.com/2015/05/13/telegram-says-its-hit-62-maus-and-messaging-activity-has-doubled/?ncid=rss\" target=\"_blank\">62 million monthly active users</a>. If you are looking to prioritize and increase mobile traffic on your blog, this is one service you can&#8217;t afford to ignore.</p>\n<p><a href=\"https://wordpress.org/plugins/telegram-sharing-button-for-jetpack/\" target=\"_blank\">Telegram Sharing Button for Jetpack</a> is a plugin that gives mobile readers the ability to send content from your site to Telegram users on any platform, including Android, iPhone, Windows, and desktop clients for Mac, PC, and Linux. The plugin was created by Brazilian WordPress developer <a href=\"http://valeriosouza.com.br/\" target=\"_blank\">Valerio Souza</a>, who is also the the author of the <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp Sharing Button for Jetpack</a>.</p>\n<p>After activating the plugin, if you&#8217;re already using Jetpack&#8217;s sharing module, you can visit the settings page to drag the Telegram icon into the enabled services section. The new Telegram sharing button will not appear on the desktop version of your site. You will need to test it by visiting a post from a mobile device.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram-sharing.png\" rel=\"attachment wp-att-50086\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram-sharing.png?resize=1025%2C515\" alt=\"telegram-sharing\" class=\"aligncenter size-full wp-image-50086\" /></a></p>\n<p>The only complaint I have is that the white circle around the icon makes it look somewhat out of place among the other icons that share a simpler design. The icon&#8217;s resolution also needs to be improved for retina displays. Other than that, everything looks and works as advertised when sharing a post to Telegram.</p>\n<p>If you haven&#8217;t recently taken inventory of your Jetpack sharing buttons, you may want to review your most popular content to see what services readers are using to share your posts. Depending on the demographics of your site&#8217;s visitors, both the WhatsApp and Telegram sharing buttons may be more beneficial than the &#8220;Email,&#8221; &#8220;Google+,&#8221; or &#8220;Print&#8221; buttons, for example. These could be hidden behind the share button. As groups and channels become more common on mobile messaging apps, prominently displaying sharing buttons for these services may help your posts travel faster and further than any kind of search engine optimization.</p>\n<p>Both the <a href=\"https://wordpress.org/plugins/telegram-sharing-button-for-jetpack/\" target=\"_blank\">Telegram</a> and <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp</a> Sharing buttons for Jetpack can be downloaded for free from the WordPress.org plugin directory.</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, 29 Dec 2015 20:53: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:7;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: Automattic’s WordAds Network is Now Open to Self-Hosted 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:28:\"http://wptavern.com/?p=50053\";s: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:\"http://wptavern.com/automattics-wordads-network-is-now-open-to-self-hosted-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:3909:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png\" rel=\"attachment wp-att-50071\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png?resize=1025%2C481\" alt=\"AdControl\" class=\"aligncenter size-full wp-image-50071\" /></a></p>\n<p>Automattic <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announced</a> today that its <a href=\"https://wordads.co/\" target=\"_blank\">WordAds</a> advertising network is now available to self-hosted WordPress sites via Jetpack and the new <a href=\"https://wordpress.org/plugins/radcontrol/\" target=\"_blank\">AdControl</a> plugin. WordAds, which bears a name confusingly similar to Google&#8217;s <a href=\"https://www.google.com/adwords/\" target=\"_blank\">AdWords</a>, delivers all the advertising seen on WordPress.com&#8217;s free sites. (Ad display on VIP or upgraded sites is opt-in.)</p>\n<p>Self-hosted WordPress site owners who want to earn money with WordAds must first <a href=\"https://wordads.co/signup/\" target=\"_blank\">apply</a> to join the network and are required to meet a minimum traffic requirement. Automattic doesn&#8217;t publish the exact minimum necessary for eligibility but the <a href=\"https://wordads.co/faq/\" target=\"_blank\">WordAds FAQ</a> page says &#8220;a site generally needs thousands of page views each month.&#8221; The site will also need to have both Jetpack and the AdControl plugin installed.</p>\n<p>&#8220;We&#8217;ve been working on the plugin off and on (mostly off) since mid 2014,&#8221; said Derek Springer, a Code Wrangler at Automattic who helped write the AdControl plugin. &#8220;We took a big pause to completely re-work the back end (WordAds 2.0) which is what we are now using all over WordPress.com.&#8221;</p>\n<p><a href=\"https://wordads.co/2015/11/02/introducing-wordads-2-0/\" target=\"_blank\">WordAds 2.0</a>, unveiled in November 2015, integrated WordAds into WordPress.com’s main Settings interface with earnings reports and payout information. It also introduced a real time bidding environment where ad agencies and buyers can bid on global ad impressions.</p>\n<p>In 2013, Automattic paid out around $1 million to WordAds publishers whose sites delivered 1 billion ad impressions per month. Published numbers are not yet available for 2015, but WordAds 2.0 has increased interest in the program, according to the <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announcement</a> today. With the release of AdControl for self-hosted sites, the number of publishers available on the network has the potential to increase significantly.</p>\n<h3>Why Does AdControl Require Jetpack?</h3>\n<p>For years, the WordPress community has been <a href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\" target=\"_blank\">waiting to see how Automattic will monetize Jetpack</a>. In addition to giving self-hosted users access to many of WordPress.com&#8217;s features, Jetpack now serves as a gateway to Automattic&#8217;s advertising network for more than 1 million active installs.</p>\n<p>I asked Springer why AdControl requires Jetpack and he cited the following reasons:</p>\n<ul>\n<li>We need the site’s unique ID (assigned to each Jetpack site) to track ad impressions in the back-end.</li>\n<li>We piggyback on Jetpack’s REST API connection to access some authenticated endpoints in the WP.com API.</li>\n<li>The payout/earning settings are all controlled via Calypso and we want a singular, unified experience.</li>\n</ul>\n<p>WordAds is deeply tied into WordPress.com&#8217;s infrastructure and as such requires authentication for tracking and rewarding participating sites. Jetpack provides the connecting link and is now key to opening up the world of independently-hosted WordPress blogs to Automattic&#8217;s advertising network.</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, 29 Dec 2015 06:27: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:\"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: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:58:\"WPTavern: Pique: A Free Small Business Theme 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:28:\"http://wptavern.com/?p=50031\";s: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:\"http://wptavern.com/pique-a-free-small-business-theme-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:3605:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png\" rel=\"attachment wp-att-50040\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png?resize=1025%2C496\" alt=\"pique-cafe-theme\" class=\"aligncenter size-full wp-image-50040\" /></a></p>\n<p>Most of the themes created by the professional design team at WordPress.com are geared towards bloggers. Business themes make up a much smaller segment of those designed in-house. That&#8217;s why the latest <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">Pique</a> theme is an unusual and exciting release.</p>\n<p>Although the theme was originally designed for coffee shops, it also works well for other small businesses like cafés, bakeries, hair salons, and shops. Pique can be instantly branded for any business by uploading a logo and a custom header.</p>\n<p>Its unique scrolling front page is created by adding panel sections, which are actually standard pages with content and featured images. Pique includes eight optional panels, which can be assigned within the customizer. Each panel control includes a dropdown selection of pages for the panel content, a background color option, and the ability to adjust the featured image&#8217;s opacity.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png\" rel=\"attachment wp-att-50044\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png?resize=1025%2C2032\" alt=\"pique-front-page\" class=\"aligncenter size-full wp-image-50044\" /></a></p>\n<p>Single posts have an optional sidebar and the footer also includes three widget areas. Pique supports different page designs via three unique templates: full-width, grid, and testimonials. A grid style page needs to be set as a parent page and individual items will show up if they are set as child pages. The featured image of the child page displays as an image in the grid. It&#8217;s a somewhat convoluted process that&#8217;s not terribly intuitive, but it works.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png\" rel=\"attachment wp-att-50047\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png?resize=660%2C343\" alt=\"grid-template\" class=\"aligncenter size-full wp-image-50047\" /></a></p>\n<p>Testimonials and recent blog posts can be displayed within the panels following instructions in the theme&#8217;s documentation. All testimonial content can also be viewed via its dedicated archive page at /testimonial/.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png\" rel=\"attachment wp-att-50049\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png?resize=660%2C264\" alt=\"testimonial-template\" class=\"aligncenter size-full wp-image-50049\" /></a></p>\n<p>Pique has the capacity for special formatting using icons from <a href=\"http://fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\">Font Awesome</a>. Call-to-action buttons and panel overlay text can be added using short HTML snippets from the theme&#8217;s instructions.</p>\n<p>Pique makes it easy for anyone to build a one-page, branded website with all the specialized content sections that you would traditionally expect from a business theme. It has not yet arrived on WordPress.org but self-hosted uses can download the theme as a zip file from its <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">homepage on WordPress.com</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, 29 Dec 2015 00:30: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:\"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:85:\"WPTavern: What’s Your Limit of Advertising and Upselling in Free WordPress Plugins?\";s: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:\"http://wptavern.com/?p=50018\";s: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:91:\"http://wptavern.com/whats-your-limit-of-advertising-and-upselling-in-free-wordpress-plugins\";s: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:4834:\"<p>On the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, a member recently <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/\">raised the issue</a> of display banner advertising in plugins. After installing <a href=\"https://wordpress.org/plugins/ultimate-woocommerce-brands/\">Ultimate WooCommerce Brands</a> developed by <a href=\"http://magniumthemes.com/\">MagniumThemes</a>, a large admin notice appears with an affiliate linked display banner for Bluehost.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png\" rel=\"attachment wp-att-50021\"><img class=\"size-full wp-image-50021\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png?resize=815%2C363\" alt=\"Bluehost Banner Admin Notice\" /></a>Bluehost Banner Admin Notice\n<p>Ultimate WooCommerce Brands is a freemium plugin and while I&#8217;m not against plugin authors making a few bucks through advertising, displaying a webhosting banner seems irrelevant.</p>\n<p>The advertising banner also shows up on every admin page in the WordPress backend which I feel abuses the admin notice function, even though there&#8217;s a &#8220;Hide This Message button&#8221;. Upsells and advertising should be confined to the plugin&#8217;s activation and settings pages according to number 11 of the <a href=\"https://wordpress.org/plugins/about/guidelines/\">WordPress plugin directory guidelines</a>:</p>\n<blockquote><p>Plugins should not hijack the blog admin. It is fine to include an Upgrade prompt on the plugin admin page, but not throughout the blog. It is acceptable to embed a widget on the dashboard but this should be the same size as others and be dismissable. It&#8217;s fine to put an error message at the top of the admin for special cases, but it should be linked to a way to fix the error and it should be infrequent. Any form of &#8220;nagging&#8221; is absolutely prohibited.</p></blockquote>\n<p>Samuel &#8216;Otto&#8217; Wood, a member of the group and plugin review team <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/?comment_id=1062714040457476&comment_tracking=%7B%22tn%22%3A%22R%22%7D\">confirmed</a> that plugins that display advertising on every admin page violate the guidelines and users should report them by emailing <strong>plugins at wordpress.org. </strong></p>\n<h2>The Guidelines Provide Wiggle Room</h2>\n<p>The plugin review team polices content in plugins, prevents spam, and attempts at bad faith from entering the directory. They also advise authors when they feel something that the plugin does is a bad idea. It&#8217;s important to note that <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a> are not black and white. Instead, they&#8217;re somewhat subjective which allows the team to make decisions on a case by case basis.</p>\n<h2>The Power of Reviews</h2>\n<p>The WordPress plugin directory gives users an opportunity to provide feedback directly to plugin developers and users through reviews. Reviews are an excellent way to tell the developer why you dislike or like a plugin and it also gives fellow users in the community a heads up.</p>\n<p>So far, no one has mentioned the display advertising in <a href=\"https://wordpress.org/support/view/plugin-reviews/ultimate-woocommerce-brands\">their reviews</a> of Ultimate WooCommerce Brands. Perhaps it&#8217;s not an issue or users have chosen to disable it and move on to a different option. One of the benefits of WordPress is that there&#8217;s usually more than one plugin available to accomplish a task.</p>\n<p>Jan Dembowksi, a volunteer moderator for the WordPress.org support forums, explains another benefits to reviewing plugins &#8220;Some of the forum moderators read <em>every</em> review. Occasionally, there may be a pattern if there’s a complaint such as not being able to dismiss the upsell banner or taking over the dashboard.</p>\n<p>&#8220;Sometimes that leads to the moderator installing the plugin or theme on a test installation. This is to see if there’s really a problem or not. If there’s a valid concern then it gets reported up. It doesn’t happen often thankfully, but it has occurred and the plugin or theme author got a polite shoulder tap,&#8221; Dembowski told the Tavern.</p>\n<h2>What&#8217;s Your Breaking Point?</h2>\n<p>We know that upsells and display advertising are allowed in plugins as long as they follow the directory guidelines. How a plugin&#8217;s settings pages are displayed is up to the developer, but, as a user, how much advertising or upselling is too much? What&#8217;s your advertising limit inside a freemium plugin before you purchase the pro version or move on to an alternative?</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, 28 Dec 2015 20:35: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:\"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:58:\"WPTavern: 10up Open Sources IE 8 and 9 Support for Flexbox\";s: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:\"http://wptavern.com/?p=49981\";s: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:\"http://wptavern.com/10up-open-sources-ie-8-and-9-support-for-flexbox\";s: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:3211:\"<p>Frontend developers working with <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">Flexbox</a> no longer have to sacrifice support for older versions of IE. The folks at 10up have open sourced <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">Flexibility</a>, a polyfill that uses JavaScript to allow Flexbox to work with IE versions 8 and 9.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png\" rel=\"attachment wp-att-49998\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png?resize=1025%2C386\" alt=\"flexibility\" class=\"aligncenter size-full wp-image-49998\" /></a></p>\n<p>&#8220;Unfortunately, Flexbox support wasn’t added to Internet Explorer until version 10, leaving older versions – still popular in some corners – out of the Flexbox revolution,&#8221; said Taylor Lovett, 10up&#8217;s Director of Web Engineering. &#8220;This idea didn’t sit well with 10up’er Jonathan Neal, tasked with engineering a beautiful layout for a Fortune 50 forced to contend with supporting older versions. We decided to subsidize his time to see if we could introduce Flexbox support under less-than-ideal browser requirements.&#8221;</p>\n<p>CSS Tricks has a comprehensive <a href=\"https://css-tricks.com/snippets/css/a-guide-to-flexbox/\" target=\"_blank\">guide to to Flexbox</a>, a layout it recommends as more appropriate for components of an application or smaller-scale sites, (as an alternative to the <a href=\"http://css-tricks.com/snippets/css/complete-guide-grid/\" target=\"_blank\">Grid</a> for large-scale layouts).</p>\n<p>The idea behind Flexbox, according to the <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">w3.org docs</a>, is to provide a flexible container that expands or shrinks based on available layout space:</p>\n<blockquote><p>In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.</p></blockquote>\n<p>Flexbox is ideal for creating layouts that work with various screen sizes and devices, especially in cases where the layout&#8217;s container size is unknown or dynamic. Flexibility extends this to IE 8 and 9 by tapping into the browser&#8217;s <code><a href=\"http://help.dottoro.com/ljqkvomc.php\" target=\"_blank\">currentStyle</a></code> and <code><a href=\"http://help.dottoro.com/ljhddfwr.php\" target=\"_blank\">runtimeStyle</a></code> proprietary features to manipulate and overwrite style declarations.</p>\n<p>Once you include flexibility.js somewhere within your project, it will automatically detect Flexbox elements and write new styles to make them work with IE 8 and 9. Flexibility is licensed under the GPL v2 (or later). Check out the <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">repo on GitHub</a> to get more details on how to use it and how it works.</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, 28 Dec 2015 19:09:33 +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: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:70:\"WPTavern: WPWeekly Episode 218 – The 2015 Year in Review Part 1 of 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50009&preview_id=50009\";s: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:76:\"http://wptavern.com/wpweekly-episode-218-the-2015-year-in-review-part-1-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1206:\"<p>There&#8217;s a lot that happens in the WordPress ecosystem throughout the course of a year. In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I run down our selection of big news stories from January to June.</p>\n<p>One trend we noticed is that there were quite a few unsuccessful crowdfunding campaigns. Listen in to find out if any of the services and companies that launched earlier this year are still in business. Part two will record on Wednesday, December 30th.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 30th 9:30 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=\"http://www.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 #218:</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:\"Mon, 28 Dec 2015 18:49: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: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:22:\"Matt: Merry Christmas!\";s: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:21:\"http://ma.tt/?p=45719\";s: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:\"http://ma.tt/2015/12/merry-christmas-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"<p>I hope it&#8217;s filled with lots of comfortable sweaters, <a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\">like this one</a>.<a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\"><img class=\"alignnone size-full wp-image-45721\" src=\"http://i2.wp.com/ma.tt/files/2015/12/ugly-sweater-wp.jpg?resize=604%2C604\" alt=\"ugly-sweater-wp.jpg\" /></a>.</p>\n<p>&nbsp;</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, 25 Dec 2015 19:48: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: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: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:61:\"WPTavern: Milestone: WP Tavern Publishes its 30,000th Comment\";s: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:\"http://wptavern.com/?p=49987\";s: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:\"http://wptavern.com/milestone-wp-tavern-publishes-its-30000th-comment\";s: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:3186:\"<p>When I <a href=\"http://wptavern.com/welcome-to-the-wordpress-tavern\">founded WP Tavern in 2009</a>, comments were an important part of the site&#8217;s initial success. After six years, the site has published its 30,000th comment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png\" rel=\"attachment wp-att-49988\"><img class=\"size-full wp-image-49988\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png?resize=1025%2C245\" alt=\"The 30,000th Comment\" /></a>The 30,000th Comment\n<p>At a time where large websites such as <a href=\"http://www.copyblogger.com/removing-blog-comments/\">Copyblogger</a> and the <a href=\"http://www.thestar.com/news/2015/12/16/toronto-star-closing-commenting-on-thestarcom.html\">Toronto Star</a> are closing down comments in favor of social media, the Tavern continues to be a source of open conversation about WordPress. However, 2015 has been a tough year as a moderator.</p>\n<h2>A Year of Firsts</h2>\n<p>For the first time in years, I created a <a href=\"http://wptavern.com/comment-policy\">comment moderation policy</a> to establish a baseline of expectations for moderators and commenters. Also for the first time in the site&#8217;s history, I banned an individual from leaving comments on the Tavern.</p>\n<p>In the Tavern&#8217;s early days, I looked forward to discussing things with people via the comments and did everything I could to encourage them. Some of the conversations over the years have been great and have led to positive changes in WordPress. Six years later, many of the comments on the Tavern appear to be filled with anger, mostly from the same people. Dealing with so much negativity all the time makes comment moderation difficult.</p>\n<h2>Taking a More Active Role in Discussions</h2>\n<p>One of my New Years resolutions for 2016 is to take a more active role in the discussions on the Tavern. I want to reestablish the feeling the Tavern had a few years ago where everyone is welcome to share their opinions as long as its done in a respectful way.</p>\n<p>Comments are a great way to share feedback, ideas, opinions, and look at things from a different perspective. But when the conversation turns into a mud-slinging contest which has recently happened too often on the Tavern, it turns into a pile of meaningless words.</p>\n<h2>Commenting Goals for 2016</h2>\n<p>In 2016, let&#8217;s try to having meaningful conversations where words transition into action. Let&#8217;s discuss ideas, opinions, and perspectives without getting or taking things personal. Let&#8217;s encourage collaboration instead of infighting. Let&#8217;s assume the best in someone&#8217;s words instead of the worst. In the New Year, I&#8217;ll do my best to try to lead conversations in these directions but I need commenters to do their part as well.</p>\n<p>Thanks to everyone who&#8217;s commented on the Tavern over the years. Your feedback is and continues to be a valuable asset to this site. Instead of leaving the lights on, we&#8217;ll leave the comment form open and we encourage everyone to continue sharing their thoughts and opinions with us.</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, 23 Dec 2015 23:27: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:\"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:65:\"WPTavern: WordCamp Lahore, Pakistan Application Approved for 2016\";s: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:\"http://wptavern.com/?p=49963\";s: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:\"http://wptavern.com/wordcamp-pakistan-application-approved-for-2016\";s: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:2551:\"<p>Earlier this week we interviewed Muhammad Kashif about the <a href=\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\" target=\"_blank\">phenomenal growth of the WordPress community in Pakistan</a>. Kashif organizes the local Lahore meetup, which started with a few dozen attendees three months ago and grew to more than 500 this past weekend. His team has been working hard to bring WordCamp to Pakistan, and today their application was approved by the WordPress Foundation.</p>\n<p>The event will officially be called WordCamp Lahore. Kashif said that they originally proposed &#8220;WordCamp Pakistan&#8221; but were asked to keep it local to the city. The Foundation&#8217;s reply to their request was as follows:</p>\n<blockquote><p>We stay away from labeling WordCamps with the country name rather than the city, because we have found that doing so discourages local organizers from doing additional WordCamps in the country. We had some problems with this in the past, where because there was a &#8220;national&#8221; WordCamp, no other WordCamps ever happened in that country. When we changed the naming convention to be city-focused, that country developed stronger local communities and several WordCamps per year.</p></blockquote>\n<p>The application proposed September for the event but the dates have not yet been finalized. WordCamp Lahore organizers will have an orientation meeting with WP Foundation representatives tomorrow to begin the planning process.</p>\n<p>Kashif told the Tavern that they are looking at the <a href=\"http://www.expolahore.com/\" target=\"_blank\">Lahore International Expo Centre</a> as a possible venue, since it has an 820 seat capacity. The team will be meeting with a few different venue providers to find a good fit.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg\" rel=\"attachment wp-att-49973\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg?resize=600%2C360\" alt=\"Lahore International Expo Centre\" class=\"size-full wp-image-49973\" /></a>Lahore International Expo Centre\n<p>As Pakistan is a multilingual country, most of the Lahore meetup sessions are conducted in English. This means that the WordCamp will likely be accessible to a wide range of people outside of Pakistan as well. If the Lahore meetup attendance numbers are any indication, the first WordCamp in Pakistan has the potential to be one of the largest first WordCamps in history.</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, 23 Dec 2015 18:25: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: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: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:68:\"WPTavern: Mailbag Plugin Offers Dead Simple Email Subscription 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49923\";s: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:\"http://wptavern.com/mailbag-plugin-offers-dead-simple-email-subscription-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4053:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg\" rel=\"attachment wp-att-49927\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg?resize=1025%2C390\" alt=\"mailbag\" class=\"aligncenter size-full wp-image-49927\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is not a new plugin but it&#8217;s one of those convenient tools you&#8217;ll want to bookmark if you build WordPress sites that require email subscription forms. The plugin makes it easy to add a MailChimp or Campaign Monitor email form to posts or pages using a shortcode.</p>\n<p>I only recently came across it while <a href=\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\" target=\"_blank\">reviewing the Politics theme</a>, which prominently features an email signup form powered by Mailbag.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png\" rel=\"attachment wp-att-49589\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png?resize=705%2C460\" alt=\"politics-screenshot\" class=\"aligncenter size-full wp-image-49589\" /></a></p>\n<p>If you have your Mailchimp or Campaign Monitor API key handy, then you can add your email subscription form in under a minute. Paste in the key, select your list, and customize your button text. (Your API keys must be saved before you can select a list to add subscribers.) Once these settings are saved, you can place the shortcode anywhere within your content.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png\" rel=\"attachment wp-att-49929\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png?resize=1025%2C889\" alt=\"mailbag-settings\" class=\"aligncenter size-full wp-image-49929\" /></a></p>\n<p>The flexibility for styling the forms is what sets this plugin apart. You can opt to use the built-in minimal Mailbag styling or allow your theme to dictate the style. If you choose to disable the default style, the usage tab on the plugin&#8217;s settings page outlines the CSS classes you will want to customize.</p>\n<pre class=\"brush: css; light: true; title: ; notranslate\">\n.mailbag-wrap { /* Wraps entire form */ }\n\n.mailbag-wrap label { /* Label styles */ }\n\n.mailbag-wrap input[type=\"text\"] { /* Name and email input styles */ }\n\n.mailbag-wrap input[type=\"submit\"] { /* Submit button styles */ }\n</pre>\n<p>Mailbag was created by the folks at <a href=\"https://arraythemes.com/\" target=\"_blank\">Array</a> for use with <a href=\"https://arraythemes.com/themes/transmit-wordpress-theme/\" target=\"_blank\">Transmit</a>, a landing page theme that features an email subscription form. Array built it to be compatible with any theme (not just their own) and made the plugin freely available on WordPress.org</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg\" rel=\"attachment wp-att-49933\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg?resize=984%2C783\" alt=\"transmit-mailbag\" class=\"aligncenter size-full wp-image-49933\" /></a></p>\n<p>If you&#8217;re a theme developer and your theme requires an email subscription form, there&#8217;s no need to reinvent the wheel or bloat your theme with extra functionality. It&#8217;s much easier to select professionally supported plugins from WordPress.org and present the user with plugin recommendations using a tool like <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGM Plugin Activation</a>. You can design around your recommended plugins without having to support and maintain them.</p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is easy for users to configure, publicly distributed on WordPress.org, and doesn&#8217;t take a heavy hand to styling. If you want a solid, simple plugin to use and recommend, this is a handy one to tuck into your toolbag.</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, 23 Dec 2015 06:54: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: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:76:\"WPTavern: New WordPress Feature Plugin Lets Users Resize the Customizer Pane\";s: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:\"http://wptavern.com/?p=49895\";s: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:\"http://wptavern.com/new-wordpress-feature-plugin-lets-users-resize-the-customizer-pane\";s: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:6756:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png\" rel=\"attachment wp-att-49906\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png?resize=1025%2C385\" alt=\"customize-pane-resize\" class=\"aligncenter size-full wp-image-49906\" /></a></p>\n<p>Contributors to the WordPress core <a href=\"https://make.wordpress.org/core/components/customize/\" target=\"_blank\">Customize component</a> are targeting the upcoming 4.5 release for inclusion of a new feature plugin. <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">Customize Pane Resizer</a> allows users to drag the edge of the pane to make the customizer wider than the default 300px.</p>\n<p>According to Customize component maintainer <a href=\"https://weston.ruter.net/\" target=\"_blank\">Weston Ruter</a>, the idea for the plugin came out of the community summit held earlier this month in Philadelphia, where it was raised as a usability improvement.</p>\n<p>&#8220;Justin Sternberg took ownership of the idea and we collaborated on it over the course of the community summit and WCUS,&#8221; Ruter said. &#8220;He did all the real work, and I just contributed ideas and provided Customizer architectural pointers.&#8221;</p>\n<p>At the moment, the pane simply resizes when the user drags the resize icon, but even this one feature involves refining many tiny details. Ruter said the immediate roadmap for the plugin is to resolve the <a href=\"https://github.com/xwp/wp-customize-pane-resizer/issues\" target=\"_blank\">GitHub issues</a> that have already been logged.</p>\n<h3>Future Possibility of Undocking the Customizer and Adding Inline Controls</h3>\n<p>Contributors have many other ideas for extending this feature, including the possibility of introducing positioning options (ie. right/left/bottom). These ideas are in the discussion phase and are not set in stone.</p>\n<p>&#8220;In addition to being able to move the pane to the right (or to the top/bottom, which are technically problematic), Justin had the idea of allowing the pane to be dragged anywhere on the screen,&#8221; Ruter said.</p>\n<p>&#8220;In this way the Customizer pane would work like panels in PhotoShop which can be docked into the sidebar or they can be dragged out to float freely. This would allow the Customizer to be positioned anywhere on the screen, with a full page preview in background.&#8221;</p>\n<p>Alongside the idea of the customizer pane becoming a floating window, contributors are also <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">discussing</a> applying this same concept to individual customizer controls. This ties into one of the items on Ruter&#8217;s <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">longer-term roadmap for the Customizer</a> &#8211; inline controls:</p>\n<blockquote><p>​<strong>Bootstrapped Customizer</strong>:​ Lazy-load the Customizer into the current frontend view without having to leave the page. With selective refresh implemented, inline controls and frontend bootstrapping would be possible since full-page refreshes would no longer be required.</p></blockquote>\n<p>&#8220;Instead of all of the controls being docked into the one pane and organized into panels and sections, they could instead (or in addition) be displayed alongside the elements in the preview that they modify,&#8221; Ruter said. &#8220;For example, editing a widget could pop open a floating widget form control next to the widget in the preview.&#8221;</p>\n<p>These alternative UI considerations are currently beyond the scope of the Customize Pane Resizer feature plugin, which Ruter said will be limited to polishing up the resizing feature for 4.5.</p>\n<h3>The Customize Pane Resizer Addresses Important Usability Concerns</h3>\n<p>When <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\" target=\"_blank\">menus were added to the customizer in WordPress 4.3</a>, many thought that the narrow width of the pane created a cramped menu management experience. The ability to resize the customizer pane addresses this concern by allowing users to expand it for tasks that require more real estate.</p>\n<p>Ruter doesn&#8217;t anticipate many objections to merging the Customize Pane Resizer plugin, given that it solves several usability problems.</p>\n<p>&#8220;I don&#8217;t think it is very controversial,&#8221; he said. &#8220;It seems a major complaint I hear often about the Customizer is that it doesn&#8217;t give the user enough room, so this would allow the user to have as much room as they want.</p>\n<p>&#8220;Another concern I&#8217;ve heard is that people don&#8217;t know the pane can be collapsed at all (even though there is a collapse button on the bottom), so this greatly improves the visibility of collapsing and it implements a common UI paradigm where panes can be resized by dragging on their edge (e.g. Chrome dev tools),&#8221; Ruter said.</p>\n<p>In making the pane resizable, Ruter&#8217;s chief concern is ensuring that the controls will respond nicely to varying widths, including those created by plugins. Expanding the customizer pane with the resizer plugin currently stretches the controls somewhat awkwardly and in some cases leaves a lot of empty real estate.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png\" rel=\"attachment wp-att-49918\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png?resize=1025%2C396\" alt=\"customize-pane-expanded\" class=\"aligncenter size-full wp-image-49918\" /></a></p>\n<p>&#8220;The biggest concern I have is that controls are designed for the 300px width, generally,&#8221; Ruter said. &#8220;So if the width is all of a sudden 900px, then the (custom) controls may well not look right.</p>\n<p>&#8220;The controls in Core need to be updated to ensure they work in a variable-width pane. But plugin controls would need to do the same.&#8221;</p>\n<p>If you want to help contribute to the Customizer Pane Resizer&#8217;s development, check out the plugin&#8217;s <a href=\"https://github.com/xwp/wp-customize-pane-resizer\" target=\"_blank\">GitHub repo</a>. It is <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">available on WordPress.org</a> but the GitHub version is always more up-to-date. If you have developed a plugin or theme that extends the customizer, you may want to test the resizer and offer feedback/code improvements on GitHub. Anyone interested can join the conversation in the #core-customize channel on WordPress Slack.</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, 22 Dec 2015 20:42:01 +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: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:79:\"WPTavern: Charlie Livingston, Founder of aThemes, Acquires Pro 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:28:\"http://wptavern.com/?p=49659\";s: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:87:\"http://wptavern.com/charlie-livingston-founder-of-athemes-acquires-pro-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:2182:\"<p>Earlier this year Steven Gliebe, founder of <a title=\"http://churchthemes.com/\" href=\"http://churchthemes.com/\">Churchthemes.com</a>, launched <a href=\"http://wptavern.com/steven-gliebe-launches-wordpress-commercial-plugin-directory\">Pro Plugin Directory</a>, a site that lists commercial WordPress plugins for a variety of categories including, forms, performance, and security. After accumulating more than 170 plugins in five months, Gliebe decided to <a href=\"http://wptavern.com/pro-plugin-directory-is-seeking-a-new-owner\">sell the site</a> in November citing a lack of time to devote to the project.</p>\n<p>Charlie Livingston, founder of <a href=\"http://athemes.com/\">aThemes</a>, is the new owner of <a href=\"https://proplugindirectory.com/pro-plugin-directory-has-a-new-owner/\">Pro Plugin Directory</a>. Livingston purchased the site because he believes in its potential. Gliebe received more than 20 offers to acquire the site but after the first one fell through, he chose Livingston&#8217;s offer. The terms and financial details of the deal are undisclosed.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png\" rel=\"attachment wp-att-49901\"><img class=\"size-full wp-image-49901\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png?resize=968%2C518\" alt=\"Pro Plugin Directory Home page\" /></a>Pro Plugin Directory Home page\n<p>Pro Plugin Directory will remain the same in the short-term as Livingston learns how the site works. However, he plans to add new features in addition to increasing marketing efforts, &#8220;I have a few ideas about what I can do to make PPD an even better resource as the aim is to make it the go-to place for commercial plugins,&#8221; he said.</p>\n<p>Livingston is currently soliciting feedback on what features and enhancements you&#8217;d like to see made to the directory. Pro Plugin Directory is one of the few resources devoted to listing commercial WordPress plugins so it&#8217;s great to see the directory will live on with someone willing to spend the time and effort needed to maintain the site.</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, 22 Dec 2015 16:54: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:\"\";}}}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: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:60:\"WPTavern: Reyl Lite: A Free Ultra Minimalist WordPress Theme\";s: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:\"http://wptavern.com/?p=49869\";s: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:\"http://wptavern.com/reyl-lite-a-free-ultra-minimalist-wordpress-theme\";s: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:3191:\"<p>If you&#8217;re looking for a blog design that emphasizes the words of your content without a requirement for big, flashy featured images, <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">Reyl Lite</a> is a super minimalist option. It is one of the most bare bones blogging themes to hit WordPress.org in recent weeks.</p>\n<p>Throughout 2015, the single-column, centered layout has been a mainstay of WordPress theme designs that cater to active bloggers. Reyl Lite is a perfect example of this, with its homepage stripped down to post titles, excerpts, and minimal post meta. No featured images are required to make this design work.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png\" rel=\"attachment wp-att-49872\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png?resize=1025%2C769\" alt=\"reyl-lite\" class=\"aligncenter size-full wp-image-49872\" /></a></p>\n<p>Single posts feature a large title, colorful tags and categories, with previous/next post title navigation beneath the content.</p>\n<p>The theme includes customizer options that allow you to select a header image, background image/color, and header text color. If you want the design that is shown in the <a href=\"http://demo.quemalabs.com/reyl-lite/\" target=\"_blank\">live demo</a>, you actually don&#8217;t have to touch any of the options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png\" rel=\"attachment wp-att-49886\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png?resize=1025%2C712\" alt=\"reyl-single-post-screenshot\" class=\"aligncenter size-full wp-image-49886\" /></a></p>\n<p>Reyl Lite does not include any widget areas, which creates a clutter-free display. This could be a deal breaker for those who need more customization options.</p>\n<p>CSS animations are a nice touch, but one thing the theme is lacking is a default set of strong typography selections. That attention to detail would have put Reyl Lite into a more elegant category. Without this, the content falls a little flat. Fortunately, that can be easily remedied with the addition of a <a href=\"https://wordpress.org/plugins/search.php?q=google+fonts\" target=\"_blank\">Google Fonts plugin</a> or a few modifications to a child theme.</p>\n<p>One odd quirk of this theme is that the first break point is right at 1280&#215;1024 screen resolution, which is where you will see the mobile view. Other than that, it responds very well to different devices.</p>\n<p>The theme was created by the folks at <a href=\"https://www.quemalabs.com/\" target=\"_blank\">Quema Labs</a>. The company has <a href=\"https://wordpress.org/themes/author/nicoandrade/\" target=\"_blank\">several other free themes</a> on WordPress.org designed in a similar style. Reyl Lite&#8217;s straightforward layout and sparing use of colored links could lend charm to content-focused blogs that don&#8217;t require support for a lot of extra fluff. You can <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">download</a> it for free from WordPress.org.</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, 22 Dec 2015 00:48: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: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: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:61:\"WPTavern: New Plugin Restores Lost Functionality in 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:28:\"http://wptavern.com/?p=49859\";s: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:\"http://wptavern.com/new-plugin-restores-lost-functionality-in-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:1650:\"<p>Over time, features and user interface elements in WordPress are removed or hidden from view. This generally occurs after a <a href=\"https://core.trac.wordpress.org/ticket/28206\">significant amount of discussion.</a> Since WordPress is used by so many people, even a small percentage of users who depend on those features is a significant amount. Thankfully in most cases, features can be restored by using a hook, action, or filter.</p>\n<p>If this sounds too difficult, consider using the new <a href=\"https://wordpress.org/plugins/restore-lost-functionality/\">Restore Lost Functionality</a> plugin developed by, <a href=\"https://profiles.wordpress.org/codedart/\">Coded Art</a>. As the name suggests, the plugin restores functionality removed or hidden from view. In its current state, it has three options. The features it can restore varies depending on the version of WordPress you&#8217;re using.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png\" rel=\"attachment wp-att-49861\"><img class=\"size-full wp-image-49861\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png?resize=820%2C364\" alt=\"Restore Lost Functionality Settings Page\" /></a>Restore Lost Functionality Settings Page\n<p>I tested the plugin by restoring the title field when inserting links and discovered it works as expected. As WordPress evolves, Coded Art plans to continue restoring features for those that depend on them. If there&#8217;s a feature you&#8217;d like to see this plugin restore, let Coded Art know 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, 21 Dec 2015 18:58: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: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:76:\"WPTavern: WordPress Community Growing in Pakistan, 500+ Attend Lahore Meetup\";s: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:\"http://wptavern.com/?p=49831\";s: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:\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\";s: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:5473:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg\" rel=\"attachment wp-att-49835\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg?resize=1025%2C571\" alt=\"lahore-pakistan-wordpress-meetup\" class=\"aligncenter size-full wp-image-49835\" /></a></p>\n<p>Over the weekend, the WordPress community in Lahore, Pakistan held its third monthly meetup. The first meetup had just a few dozen attendees, the second approximately 300, and this weekend they had more than 500 WordPress professionals and enthusiasts.</p>\n<p>Attendee <a href=\"https://twitter.com/noumaan_\" target=\"_blank\">Noumaan Yaqoob</a> traveled from Karachi to the event and shared his experience in a <a href=\"https://www.facebook.com/noumaan.yaqoob/posts/10153414598007695\" target=\"_blank\">post</a> on Facebook:</p>\n<p>&#8220;The auditorium was full of young students, experts, freelancers,&#8221; Yaqoob said. &#8220;There were people sitting on stairs, standing at the entrance and the organizers had to quickly install a large screen outside so that people could sit outside too. The energy of these young people was mind blowing.</p>\n<p>&#8220;I had a chance to interact with lots of participants,&#8221; he said. &#8220;They were all excited about using WordPress in their professional lives and many of them already had small freelancing setups. I was very impressed by their passion for entrepreneurship and creating jobs not just for themselves but for others too.&#8221;</p>\n<p><a href=\"https://twitter.com/kashif_mp\" target=\"_blank\">Muhammad Kashif</a>, one of the organizers for the Lahore meetup, said that news of the event spread through an extensive network of Pakistani freelancers who are connected by social media. ProPakistani, a local IT news site, also published an <a href=\"http://propakistani.pk/2015/12/14/wordpress-meetups-is-coming-to-lahore-on-19th/\" target=\"_blank\">article</a> that helped new attendees learn about the event.</p>\n<p>&#8220;We had to close registration two days before the event because we didn&#8217;t have space,&#8221; Kashif said. He and fellow organizers, with the help of 25 volunteers, printed directions, arranged refreshments, and managed the crowd. As the meetup is still very new, they put the event together without the help of any official sponsors.</p>\n<p>&#8220;We got a free venue from <a href=\"http://techhubconnect.pitb.gov.pk/\" target=\"_blank\">TechHub Connect</a>, the local co-working space provider,&#8221; Kashif said. &#8220;The rest we managed from our own pockets. We wish we had more resources, but we will continue to do our best to educate and inspire the local WordPress community.&#8221;</p>\n<p>Kashif hopes that the event will attract more sponsors but wants to be careful to preserve their purpose and focus.</p>\n<p>&#8220;We welcome anyone who wants to join us but we would like to maintain the independence and the freedom of WordPress,&#8221; he said.</p>\n<h3>Paving the Way for WordCamp Pakistan</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg\" rel=\"attachment wp-att-49843\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg?resize=1025%2C547\" alt=\"lahore-wp-meetup-pakistan\" class=\"aligncenter size-full wp-image-49843\" /></a></p>\n<p>Organizers of the Lahore WordPress meetup expect even more attendees at the next event on January 16. They are working together with other active meetups in Karachi, Sialkot, and Hyderabad to organize WordCamp Pakistan as a mega event in September 2016. The WordPress Foundation is currently reviewing their application.</p>\n<p>English and Urdu are the primary languages used by the WordPress community in Pakistan, so the WordCamp would be accessible to many more attendees from outside the country.</p>\n<p>&#8220;Pakistan is a very multilingual country,&#8221; Kashif said. &#8220;But English is the unofficial official language. So most of the sessions are in English but the speaker or presenter may switch to Urdu to make their presentation even more interesting. We actually don&#8217;t even notice when someone has switched from English to Urdu and vice versa,&#8221; he said.</p>\n<p>WordPress and other open source technologies open up a world of new employment opportunities to freelancers in developing nations like Pakistan. This has helped fuel the growth of the Lahore meetup, which is now largely made up of freelancers and entrepreneurs.</p>\n<p>&#8220;The local economy is struggling, which is pushing young individuals to start their own businesses or improve their skills,&#8221; Kashif said.</p>\n<p>&#8220;WordPress offers great employment opportunities as one can work from home and does not need a visa or immigration,&#8221; he said. &#8220;The ease and familiarity with English helps Pakistani freelancers work easily with clients from all over the world.&#8221;</p>\n<p>Although some Pakistani professionals work in well-known WordPress-related businesses as remote support, customer care, or developers, a larger number are freelancers who have formed small companies and are creating new jobs.</p>\n<p>&#8220;Pakistan has a large user base of WordPress freelancers and developers,&#8221; Kashif said. &#8220;We feel it&#8217;s about time we put it on the map and tell the world about the huge potential we have here.&#8221;</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, 21 Dec 2015 07:33:00 +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:23:\"Matt: Wapuu’s History\";s: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:21:\"http://ma.tt/?p=45712\";s: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:36:\"http://ma.tt/2015/12/wapuus-history/\";s: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:432:\"<p><img class=\"alignright wp-image-45717\" src=\"http://i1.wp.com/ma.tt/files/2015/12/santa_wapuu.png?resize=191%2C268\" alt=\"santa_wapuu.png\" />Curious about what the famous Wapuu character came from, and the alternative designs for it? <a href=\"http://wapuu.jp/2015/12/12/wapuu-origins/\">The Wapuu Fan Club has a great write-up of the origins of Wapuu</a>, much of which I had actually forgotten already even though I was there.</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, 20 Dec 2015 22:58: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: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: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:77:\"WPTavern: New Free Hookr Plugin Displays All Available Hooks Inside 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:28:\"http://wptavern.com/?p=49806\";s: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:87:\"http://wptavern.com/new-free-hookr-plugin-displays-all-available-hooks-inside-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:4532:\"<p>Earlier this year, <a href=\"http://wptavern.com/hookr-enters-beta-with-new-ui-and-support-for-800-plugins-and-themes\" target=\"_blank\">Hookr.io entered beta</a> with a new UI and support for 800+ plugins and themes. The site provides a WordPress hook/API reference for developers, but creator <a href=\"https://twitter.com/explodybits\" target=\"_blank\">Christopher Sanford</a> has a vision to do much more with it in 2016.</p>\n<p>Today Sanford announced the release of the new <a href=\"http://hookr.io/plugin/\" target=\"_blank\">official Hookr plugin</a>, which is available for free. It displays the actions and filters that fired as the page loaded.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hookr-plugin.png\" rel=\"attachment wp-att-49814\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hookr-plugin.png?resize=1025%2C701\" alt=\"hookr-plugin\" class=\"aligncenter size-full wp-image-49814\" /></a></p>\n<p>Hovering over the indicators and clicking through to a specific hook will show its details, including the tag, invoker, description, and value.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hook-details.png\" rel=\"attachment wp-att-49815\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/hook-details.png?resize=1025%2C701\" alt=\"hook-details\" class=\"aligncenter size-full wp-image-49815\" /></a></p>\n<p>The plugin also includes a built-in Lucene search engine for super fast filtering from the admin bar. Developers can tweak the default Hookr settings to ignore or watch hooks with wildcards. The plugin is easily configured under the Tools menu.</p>\n<p>Sanford began working on the official Hookr plugin a week before WordCamp US.</p>\n<p>&#8220;I wasn&#8217;t sure if it would actually be useful&#8211; but I showed Zac and a few others and they seemed to like it,&#8221; he said. &#8220;So I pulled an 18-hour bender in Philly to get it nearly complete.&#8221;</p>\n<p>The plugin has been beta tested for the past two weeks and is now stable and ready for use. As it&#8217;s geared purely for development, it should not be installed on a production site.</p>\n<h3>What&#8217;s Next for Hookr in 2016?</h3>\n<p>During the past year Sanford has been steadily adding plugins at the request of users, including Pods, WP E-Commerce, Caldera Forms, and others. He hopes that commercial theme and plugin developers will get on board so that he can host their APIs as well.</p>\n<p>&#8220;I have done some substantial reworking to the parsing engine &#8211; it now tracks discrepancies between the source code and the documentation,&#8221; Sanford said. &#8220;This will be something that I will be offering as a service as well.</p>\n<p>&#8220;In the short term (by the end odf Q1), I plan to keep refining the parsing engine, adding plugins, and working on features users actually care about,&#8221; he said.</p>\n<p>&#8220;I will be launching the API site that will be piloting around the same time. I will be working with the Rocket Genius (Gravity Forms) guys to provide realtime data for their premium plugin.&#8221;</p>\n<p>After those initiatives are released, Sanford told the Tavern that he&#8217;s going to focus on creating native IDE plugins for Atom and Sublime.</p>\n<h3>No Name Change Planned, Hookr Swag Store Coming Soon</h3>\n<p>The Hookr name and branding has been controversial with a few who find it off-putting and offensive. Sanford considered changing the name but has now decided to keep the original brand.</p>\n<p>&#8220;The market is flooded, it&#8217;s a short, memorable and established brand,&#8221; he said. &#8220;On numerous occasions, individuals have used the term &#8216;unfortunate&#8217; to describe the name. If it&#8217;s so offensive, then why do my usage and followers keep increasing? The people complaining are not paying my bills, nor are they even relevant users of the resource. Simply put, their opinions mean nothing to me.&#8221;</p>\n<p>Sanford has wrestled with the name change and has even purchased numerous alternative domains but nothing felt right. He will soon be launching a swag line with tees, mugs, stickers, and any product that will help him to pay for hosting Hookr.io.</p>\n<p>&#8220;At WCUS, I decided that either I could limp Hookr along, or I could make it undeniably a fixture in the WordPress ecosystem,&#8221; he said. &#8220;I decided on the latter. And that is exactly what I&#8217;m doing with offerings such as the Hookr plugin.&#8221;</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, 19 Dec 2015 00:25:54 +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: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: John James Jacoby on Navigating BuddyPress’ Identity Crisis\";s: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:\"http://wptavern.com/?p=49804\";s: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:\"http://wptavern.com/john-james-jacoby-on-navigating-buddypress-identity-crisis\";s: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:2259:\"<p>I had the opportunity to catch up with John James Jacoby at WordCamp US 2015. Jacoby is the project lead for bbPress and BuddyPress. In the video interview below he offers a quick overview of what to expect in BuddyPress 2.5.</p>\n<p>Jacoby also gives us a look inside his <a href=\"https://github.com/stuttter\" target=\"_blank\">Stuttter</a> project, which contains several social components, and explores how they might fit into WordPress. These include his experiments with users, profiles, and the user experience as it pertains to aggregating activity.</p>\n<p>“It’s really just attacking the idea of the big features of BuddyPress in a smaller way that developers can interact with more conveniently, such as taxonomies and metadata vs. the big monolithic solution that BuddyPress tends to be,&#8221; he said.</p>\n<p>&#8220;I don’t think my experimentation with Stuttter is going to translate into me spending less time on BuddyPress,&#8221; Jacoby said. &#8220;It’s like a side project. It’s like an artist switching from oil to watercolor paint. You try and see what’s over there and bring back in what you learned.&#8221;</p>\n<p>Jacoby said that he hopes to continue to provide leadership for BuddyPress for the foreseeable future. Part of this is mentoring BP core leadership to step up to feel comfortable leading and making decisions. The other part is helping the project navigate what he believes to be an identity crisis.</p>\n<p>&#8220;BuddyPress as a project has an identity crisis,&#8221; Jacoby said. &#8220;It doesn&#8217;t know what exactly it&#8217;s supposed to be to the people who are using it. Defining what BuddyPress&#8217; identity is or what problems it&#8217;s truly trying to solve is what it needs. Until that happens it&#8217;s going to float along without a clear definition of what it&#8217;s trying to do.&#8221;</p>\n<p>As part of his efforts to help BuddyPress navigate this identity crisis, Jacoby has been talking to people and agencies who are actively using it. At the end of the interview he puts out a call for anyone who is using the software to reach out to him with feedback on where BuddyPress should go in the future.</p>\n<p><span class=\"embed-youtube\"></span></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, 18 Dec 2015 22:07: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: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:82:\"WPTavern: How Bruce Wampler Migrated 600 Theme Options to the WordPress Customizer\";s: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:\"http://wptavern.com/?p=49732\";s: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:\"http://wptavern.com/how-bruce-wampler-migrated-600-theme-options-to-the-wordpress-customizer\";s: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:6274:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/control-panel.png\" rel=\"attachment wp-att-24392\"><img class=\"size-full wp-image-24392\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/control-panel.png?resize=1024%2C487\" alt=\"photo credit: Matteo Bagnoli - cc\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/matteo_bagnoli/5030486811/\">Matteo Bagnoli</a> &#8211; <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>When the WordPress theme review team announced it would <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\">require theme authors</a> to use the customizer to build theme options, many voiced <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comments\">their displeasure</a> in the comments. Bruce Wampler, lead developer of the <a href=\"https://wordpress.org/themes/weaver-xtreme/\">Weaver Xtreme</a> WordPress theme, commented that his theme <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options#comment-67685\">received a death sentence</a> due to the requirement.</p>\n<p>Eight months later, Wampler has changed his tune and is now in favor of the customizer to display theme options to users, &#8220;I must admit that I was among the many objectors to this requirement. After all, my theme has over 600 options, and that is a lot of code conversion,&#8221; he said.</p>\n<p>In a <a href=\"http://weavertheme.com/wordpress-customizer-supporting-600-theme-options/\">case study published on the Weaver Xtreme website</a>, Wampler describes why he&#8217;s now a fan of the customizer and explains the process of migrating 600 options to it.</p>\n<h2>Live Updates</h2>\n<p>One of the most compelling reasons he adopted the customizer is experiencing the live preview feature, &#8220;It is the WYSIWYG design paradigm, especially with &#8216;live update&#8217; options, of the Customizer that have become totally compelling to me. Moving the mouse over the color selector and watching it change instantly on the site preview is just something you can’t give up once you’ve seen it,&#8221; he said.</p>\n<h2>Serious Performance Improvements</h2>\n<p>During the migration process, Wampler discovered two serious speed issues. Since the customizer processing uses JavaScript, loading hundreds of options took 30 seconds or more depending on the user&#8217;s browser and CPU.</p>\n<p>The second issue involved overriding original theme setting values versus new values. The customizer used a WordPress filter for each option. Unfortunately, the filters ran every time an option was configured creating an exponentially negative impact on performance. If 40 options were processed, it resulted in 1,600 executions of the filters.</p>\n<p>Wampler worked with <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, lead developer of the customizer component, who <a href=\"https://core.trac.wordpress.org/ticket/32103\">changed the algorithm</a> to allow multidimensional settings to be scalable. Once the change was made, Wampler was able to load his theme options in one to two seconds. The fix is included in WordPress 4.4 and will help other theme authors who have more than 20 options in the customizer.</p>\n<h2>My Experience Using Weaver Xtreme</h2>\n<p>I installed Weaver Xtreme on a test site running WordPress 4.5 alpha to see what it&#8217;s like using the customizer when it has 600+ options. It took 6-10 seconds to initially load the customizer. Subsequent loading takes the same amount of time.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/WeaverExtremeCustomizer.png\" rel=\"attachment wp-att-49796\"><img class=\"size-full wp-image-49796\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/WeaverExtremeCustomizer.png?resize=1025%2C502\" alt=\"Weaver Xtreme\'s Customizer\" /></a>Weaver Xtreme&#8217;s Customizer\n<p>I expected to see a lot of panels expand horizontally into the theme&#8217;s design, but Weaver Xtreme only uses one panel to prevent that from happening. Limiting options to one panel helps to prevent feeling overwhelmed.</p>\n<p>Color changes happen instantaneously while other changes require the preview pane to refresh. Some of the refreshes take a few seconds to load. Overall, I found the experience to be better than configuring the theme from the WordPress backend using an options panel.</p>\n<h2>The Customizer is a Great Way to Learn JavaScript Deeply</h2>\n<p>The customizer is one of the newest components in WordPress. It uses object-oriented PHP and is primarily a JavaScript application. Ruter says it&#8217;s one of the best ways for theme authors to learn JavaScript deeply, &#8220;There is a lot to the customizer. It is a unique application with a lot of complexities. It uses JavaScript in some very unfamiliar ways to us who feel most comfortable in PHP, but this is good because it’s not just PHP written with JavaScript syntax; It’s a completely different language with different paradigms and ways to do things,&#8221; he told the Tavern.</p>\n<p>Unlike many other areas of WordPress, there are not a lot of copy and paste solutions for the customizer. As a result of the WordPress Community Summit 2015, Ruter is making an effort to publish more articles on his <a href=\"https://make.xwp.co/\">company&#8217;s site</a> that explain how to leverage specific features. For example, he recently <a href=\"https://make.xwp.co/2015/12/08/implementing-selective-refresh-in-the-customizer/\">published an article</a> that explains how to implement selective refreshing.</p>\n<h2>Give Weaver Xtreme a Try</h2>\n<p>I encourage you to <a href=\"http://weavertheme.com/wordpress-customizer-supporting-600-theme-options/\">read the entire case study</a> as there&#8217;s more to it than what&#8217;s written here. You should also try out <a href=\"https://wordpress.org/themes/weaver-xtreme/\">Weaver Xtreme</a> on a test site to experience what it&#8217;s like using the customizer with 600+ options. Wampler has proven that not only can the customizer scale with hundreds of options, it can do so at relatively fast speeds.</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, 18 Dec 2015 17:13: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:\"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:76:\"Post Status: Recap of WordPress in 2015, and what to look forward to in 2016\";s: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=15364\";s: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://poststatus.com/recap-of-wordpress-in-2015-and-what-to-look-forward-to-in-2016/\";s: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:2649:\"<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=\"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 Joe Hoyle &#8212; the CTO of Human Made &#8212; and Brian Krogsgard.</p>\n<p><span>In this episode of Draft, Joe and Brian discuss the biggest stories of 2015 and look forward to predict where the WordPress world will go in 2016.</span></p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/23186.mp3\">https://audio.simplecast.fm/23186.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/23186.mp3\">Direct Download</a></p>\n<p><strong>Topics and Links</strong></p>\n<h3>Stories of 2015</h3>\n<ul>\n<li><a href=\"https://poststatus.com/wordpress-lead-developer-changes/\">Changes in lead developers</a></li>\n<li><a href=\"https://poststatus.com/popular-wordpress-plugins/\">A move to active installs</a></li>\n<li><a href=\"https://poststatus.com/coordinated-plugin-updates-to-address-security-vulnerability-in-many-popular-wordpress-plugins/\">Forced plugin updates become a thing</a></li>\n<li><a href=\"https://poststatus.com/the-trojan-emoji/\">Comments / The Trojan Emoji</a></li>\n<li><a href=\"https://poststatus.com/notes/inside-the-mind-of-a-white-hat-wordpress-hacker/\">Hunting vulnerabilities in WordPress core</a></li>\n<li><a href=\"https://poststatus.com/notes/wordpress-zero-day-vulnerability-on-comment-text-patched-in-4-2-1/\">WordPress zero day vulnerability patched</a></li>\n<li><a href=\"https://poststatus.com/automattic-acquired-woocommerce-woothemes/\">Acquisition(s)</a></li>\n<li><a href=\"https://poststatus.com/thesis-automattic-and-wordpress/\">#wpdrama, Thesis edition</a></li>\n<li>Rest API everywhere</li>\n<li>JavaScript</li>\n</ul>\n<h3>What to expect in 2016</h3>\n<ul>\n<li><span>REST API put to the test / endpoints to core</span></li>\n<li><a href=\"https://remkusdevries.com/learning-javascript-in-wordpress-deeply/\">Remkus de Vries&#8217;s &#8220;Learning JavaScript In WordPress, Deeply&#8221;</a></li>\n<li><a href=\"http://javascriptforwp.com/\">JavaScript for WP</a></li>\n<li><a href=\"https://feelingrestful.com/\">A Day of Rest</a></li>\n<li>More companies growing up (getting bigger, acquisitions)</li>\n<li>More hosted service</li>\n<li>MOAR JAVASCRIPT</li>\n<li>Theming will change</li>\n<li>Auto updates become more prevalent</li>\n</ul>\";s: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, 18 Dec 2015 14:56: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: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: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:50:\"WPTavern: JavaScript Books Next to WordPress Books\";s: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:60:\"http://wptavern.com/javascript-books-next-to-wordpress-books\";s: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:\"http://wptavern.com/javascript-books-next-to-wordpress-books\";s: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:638:\"<p>During Matt Mullenweg&#8217;s State of The Word presentation at WordCamp US, he said everyone in the community should make an effort to learn JavaScript deeply.</p>\n<p>I visited Barnes and Noble today and discovered that some books are heeding Mullenweg&#8217;s call and are doing their part to encourage people to learn JavaScript in addition to WordPress.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/img_8168.jpeg\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/img_8168.jpeg?w=1025\" alt=\"\" /></a><br />\nThat&#8217;s quite an influence he has.</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, 18 Dec 2015 03:45: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:\"\";}}}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: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:23:\"Matt: Calypso for Linux\";s: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:21:\"http://ma.tt/?p=45708\";s: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:\"http://ma.tt/2015/12/calypso-for-linux/\";s: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:394:\"<p>We just announced and released the Linux version of the <a href=\"https://desktop.wordpress.com/\">desktop client for WordPress.com</a>, also known as Calypso. Also all of the code behind the <a href=\"https://developer.wordpress.com/2015/12/17/wordpress-com-desktop-app-goes-open-source-linux-app-arrives/\">desktop client itself (built on Electron) is now available as open source too</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, 17 Dec 2015 23:23: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: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: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:77:\"WPTavern: WordPress.com Open Sources Desktop App, Linux Version 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:28:\"http://wptavern.com/?p=49771\";s: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:\"http://wptavern.com/wordpress-com-open-sources-desktop-app-linux-version-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2952:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-desktop-app.png\" rel=\"attachment wp-att-49788\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-desktop-app.png?resize=1025%2C463\" alt=\"wp-desktop-app\" class=\"aligncenter size-full wp-image-49788\" /></a></p>\n<p>Today Automattic announced that the <a href=\"https://desktop.wordpress.com/\" target=\"_blank\">WordPress.com desktop app</a> is now open source and <a href=\"https://github.com/automattic/wp-desktop/\" target=\"_blank\">available on GitHub</a> under the GPLv2 (or later). A Linux version joins the OS X and Windows apps that were released at the end of November and early December, making desktop publishing accessible to users on all major operating systems.</p>\n<p>The apps provide a beautiful writing and editing experience that mirrors WordPress.com&#8217;s new architecture. In addition to publishing, users can browse the Reader, manage sites, customize themes, and view stats.</p>\n<p>According to the GitHub repository, the desktop app is an <a href=\"http://electron.atom.io/\" target=\"_blank\">Electron</a> wrapper for <a href=\"https://github.com/Automattic/wp-calypso\" target=\"_blank\">Calypso</a>. Electron is what turns the new JavaScript and API-powered WordPress.com into a native app. It is a framework based on Node.js and Chromium that allows developers to build cross-platform desktop applications using JavaScript, HTML and CSS. Electron was originally developed for GitHub&#8217;s Atom editor and then open sourced under the MIT license. Microsoft, Facebook, Slack, and Docker all have applications that use Electron.</p>\n<p>The WordPress.com desktop app is split between Electron code and Calypso code, with Calypso running as a submodule. If you want to fork it to customize your own app, Automattic&#8217;s developers have written detailed instructions for <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/install.md\" target=\"_blank\">installing and running</a> the application.</p>\n<p>The <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/development.md\" target=\"_blank\">development guide</a> outlines the structure of the app, how it runs, where to make changes when customizing the main app, and how to debug your work. The repository also includes <a href=\"https://github.com/Automattic/wp-desktop/blob/master/docs/packaging.md\" target=\"_blank\">instructions</a> for how to package your released version in a platform-specific way.</p>\n<p>In the future the desktop app will become more robust as more admin screens are added to Calypso. This amazing body of work is available for anyone to use or repurpose as your own publishing app trimmed of WordPress.com&#8217;s extra features, such as stats, site management, and the Reader. For example, it would be interesting to see a bare bones fork that works with self-hosted sites without having to use Jetpack.</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, 17 Dec 2015 22:41:54 +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: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:85:\"WPTavern: Popper: A Free Touch-Friendly WordPress Theme with a Focus on Accessibility\";s: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:\"http://wptavern.com/?p=49721\";s: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:\"http://wptavern.com/popper-a-free-touch-friendly-wordpress-theme-with-a-focus-on-accessibility\";s: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:5742:\"<p>After three months in the WordPress.org theme review queue, <a href=\"http://mor10.com/\" target=\"_blank\">Morten Rand-Hendriksen</a>&#8216;s new mobile-first theme is now live in the official theme directory. <a href=\"https://wordpress.org/themes/popper/\" target=\"_blank\">Popper</a> is one of the few themes worthy of the &#8220;<a href=\"https://wordpress.org/themes/tags/accessibility-ready/\" target=\"_blank\">accessibility ready</a>&#8221; tag, which requires the author to meet all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibility Guidelines</a>. This includes features such as semantic markup and structuring, screen reader texts and focus states on all interactive objects, high-contrast typography, and navigation suited for all input devices.</p>\n<p>The theme is based on <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>, a starter theme that already has accessibility baked in. Hendriksen also used Twenty Fifteen&#8217;s CSS and JavaScript to provide the menu, which works as a horizontal menu on wider screens.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper.png\" rel=\"attachment wp-att-49744\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper.png?resize=1025%2C769\" alt=\"popper\" class=\"aligncenter size-full wp-image-49744\" /></a></p>\n<p>Popper comes with a handful of options available in the native customizer, including support for a site icon, a 1600 × 420 header image, header text and background colors, an optional left or right sidebar, and a bottom widget area. If you don&#8217;t upload a site icon (which doubles as the global home button), the theme will show the first letter of the site title.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-customizer.png\" rel=\"attachment wp-att-49759\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-customizer.png?resize=1025%2C570\" alt=\"popper-customizer\" class=\"aligncenter size-full wp-image-49759\" /></a></p>\n<p>In a <a href=\"http://mor10.com/introducing-popper/\" target=\"_blank\">post</a> announcing the theme, Hendriksen outlined a few of the more subtle features that you might not notice immediately:</p>\n<ul>\n<li>CSS flex (a.k.a. “flexbox) used for post navigation and widgets to create a more harmonious display of content, when the widget area is set to default, the width of individual widgets changes depending on how many widgets are added to provide a more interesting display.</li>\n<li>The first post on the home page is displayed as full content with the option to truncate it using the More Tag.</li>\n<li>Featured Images and center-aligned images are displayed as full-bleed content on smaller screens and center automatically on wider screens.</li>\n<li>Posts can have an optional deck (summary) displayed directly under the post title, powered by the custom Excerpt feature in the post editor.</li>\n<li>In-content links are highlighted using a grey underline that expands on :hover and :focus.</li>\n<li>If a post author has a Gravatar associated with their email address, the Gravatar appears next to the post meta.</li>\n</ul>\n<p>Hendriksen&#8217;s blog is currently using Popper as the <a href=\"http://mor10.com/\" target=\"_blank\">live demo</a> for the theme.</p>\n<p>&#8220;Popper started out as a simple idea: Build a beautiful content-focused theme that met or exceeded the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibililty Guidelines</a>, and provide a user experience centered around how people visit the web today: with their thumbs on mobile devices,&#8221; Hendriksen said.</p>\n<p>In order to make the design thumb-friendly, he moved the mobile menu button from the top left corner to the bottom left corner. The menu appears on top of the content, instead of displacing it. &#8220;As a result, the menu is always accessible and within reach regardless of what type of device or input method you choose to use,&#8221; he said.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-mobile.png\" rel=\"attachment wp-att-49750\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/popper-mobile.png?resize=932%2C666\" alt=\"popper-mobile\" class=\"aligncenter size-full wp-image-49750\" /></a></p>\n<p>Hendriksen, a philosophy nerd at heart, named the theme after <a href=\"https://en.wikipedia.org/wiki/Karl_Popper\" target=\"_blank\">Karl Popper</a>, an Austrian-British philosopher of science.</p>\n<p>&#8220;Popper became the namesake for this theme due to it’s basic premise of building on what has been done before and moving the world forward by introducing evolutionary and empirically falsifiable theories about how to improve the user experience through accessibility and a focus on the hands of the mobile user,&#8221; he said.</p>\n<p>If you&#8217;re looking for a mobile-first theme with touch-friendly navigation that meets all of the <a href=\"https://make.wordpress.org/themes/handbook/review/accessibility/\" target=\"_blank\">WordPress Accessibility Guidelines</a>, Popper is an excellent choice. It also works well as a starting place for child themes. You can <a href=\"https://wordpress.org/themes/popper/\" target=\"_blank\">download</a> it for free on WordPress.org.</p>\n<p>Popper is also <a href=\"https://github.com/mor10/popper\" target=\"_blank\">available on GitHub</a> and Hendriksen welcomes any contributions in form of pull requests, issues, feature requests, and translations. A full feature list is available on the theme&#8217;s <a href=\"http://mor10.com/popper/\" target=\"_blank\">home 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:\"Thu, 17 Dec 2015 20:39:01 +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: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:58:\"WPTavern: WPWeekly Episode 217 – The Tale of Jeff Matson\";s: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:44:\"http://wptavern.com?p=49753&preview_id=49753\";s: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:\"http://wptavern.com/wpweekly-episode-217-the-tale-of-jeff-matson\";s: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:2126:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://jeffmatson.net/\">Jeff Matson</a> who writes and maintains documentation for <a href=\"http://www.rocketgenius.com/\">Rocketgenius</a>. Matson tells us how he became involved with WordPress and the community. We learn how he&#8217;s transitioned from working in an office everyday to an office being optional. Last but not least, we discuss how important mental health is and share tips to maintain a healthy balance.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/video-overlay-ads/\">WordPress Video Overlay Ads<b>,</b></a> by Ensar from Istanbul, creates an advertisement overlay area over YouTube video embeds. You can insert banner ads, text, polls, HTML or JavaScript code to the overlay.</p>\n<p><a href=\"https://wordpress.org/plugins/simple-insta-post/\">Simple Insta Post</a> automatically creates a post in WordPress from a post on Instagram by connecting through a secure API connection. The picture is added to the post and to the media gallery while the photo&#8217;s caption is used as the content of the post.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-facebook-pixel/\">WP Facebook Pixel</a>, by Jacob Hulse, adds an area where users can insert Facebook&#8217;s new conversion pixel. Once added, the pixel is added to all posts and pages.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 23rd 9:30 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=\"http://www.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 #217:</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, 17 Dec 2015 19:30: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: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: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:73:\"WPTavern: ustwo: An Open Source Example of a React-Powered WordPress Site\";s: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:\"http://wptavern.com/?p=49723\";s: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:82:\"http://wptavern.com/ustwo-an-open-source-example-of-a-react-powered-wordpress-site\";s: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:6279:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ustwo-website.png\" rel=\"attachment wp-att-49736\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ustwo-website.png?resize=1025%2C433\" alt=\"ustwo-website\" class=\"aligncenter size-full wp-image-49736\" /></a></p>\n<p>If you&#8217;re looking for a real-world example of the WordPress REST API with code that you can dig into, the new <a href=\"https://ustwo.com/\" target=\"_blank\">ustwo.com</a> website is <a href=\"https://github.com/ustwo/ustwo.com-frontend\" target=\"_blank\">open source on GitHub</a>. ustwo is a digital product agency most well known for their work on the award-winning Monument Valley app. They partnered with <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a>, a WordPress development agency, to build the backend of the site.</p>\n<p>The ustwo.com frontend is a React.js single-page application that serves WordPress content via the WP REST API using custom endpoints. In a post called &#8220;<a href=\"https://ustwo.com/blog/open-sourcing-our-website\" target=\"_blank\">Open Sourcing Our Website</a>,&#8221; ustwo developer Daniel Demmel explains why the company put the site&#8217;s frontend up on GitHub.</p>\n<p>&#8220;Ultimately, we’ve built something that feels novel and polished enough to share publicly,&#8221; he said. &#8220;We want it to be of real use to others – after all, it’s all very well reading on a blog about how nice it is using React or Docker, with some Hello World examples, but having a chance to look under the bonnet of a production website is an entirely different thing.&#8221;</p>\n<p>The team at ustwo decided to get innovative with a &#8220;headless WordPress&#8221; setup earlier this year, before the WP REST API was officially merged.</p>\n<p>&#8220;The way we used WordPress as a headless setup accessible only through the API for a high profile production website was a bit of a technological bet – with WP-API landing in WordPress core six months after we decided to go for it – so sharing our experience and codebase should give execution ideas and confidence to anyone else considering this setup,&#8221; Demmel said.</p>\n<h3>Advantages of Headless WordPress</h3>\n<p>If you&#8217;re wondering why an agency might go to all the trouble of creating their website as a single-page application, you need only check out <a href=\"https://ustwo.com/\" target=\"_blank\">ustwo.com</a> to see the difference. The beautiful transitions and speediness of the UI put the site head and shoulders above similar portfolio sites.</p>\n<p>&#8220;We chose to build the site as a single-page application in order to have full control over all of its aspects – including transitions between pages – and to make navigation super fast by not having to reload the browser,&#8221; Demmel said. &#8220;We chose React.js as a main JavaScript technology to do this, since it has built-in support to render pages on the server side too (called isomorphic rendering).</p>\n<p>&#8220;Our content management system behind this is a WordPress instance which doesn’t actually render the pages itself, but instead serves content up via the API through a mixture of standard and customised JSON REST endpoints, making the vast majority of the content editable,&#8221; he said.</p>\n<p>Coincidentally, <a href=\"http://wptavern.com/early-reviews-show-applications-like-calypso-are-the-future-of-wordpress\" target=\"_blank\">WordPress.com&#8217;s Calypso project</a> runs on a similar stack. &#8220;So if you like what they’ve done to make the editor experience awesome, you’ll like what we’ve done to make the visitor experience great,&#8221; Demmel said.</p>\n<p>ustwo opted to make their work open source just like Automattic did with Calypso, recognizing the importance of sharing in helping the whole ecosystem move forward.</p>\n<p>&#8220;For us, there’s so much more value to be gained from building on each other’s work and knowledge than trying to hold on to a short-term technological advantage,&#8221; Demmel said.</p>\n<h3>The REST API is Changing How Teams Work Together</h3>\n<p>In a <a href=\"https://hmn.md/wordpress-case-study/ustwo/\" target=\"_blank\">case study</a> published on Human Made&#8217;s website, the team reviewed how working on the ustwo.com project has changed the way they work.</p>\n<blockquote><p>Working with the WordPress REST API brought a separation of concerns that meant approaching project management in a new way. Our developers were focused solely on WordPress as a data entry and delivery application. We were just one part of a wider team that included a designer, a front end React developer, a front end CSS developer, a Node.js developer, a project manager, and the stakeholder. This allowed each part of the team to be completely focused on their component, working independently while feeding back to the rest of the team.</p></blockquote>\n<p>Human Made attributes this tidy separation of concerns to the new workflow that naturally comes out of using a REST API. Back and frontend developers are no longer stepping on each other&#8217;s toes:</p>\n<blockquote><p>The technology itself facilitated this change in project management: all that the front end developers need to make the site live is to change the URL where the data is. When developers are working locally in their development environments they can work with the content from the live site; it also streamlines the process of moving from staging to production. We found that the API hasn’t just changed WordPress but changed how people work together, creating a new workflow and pushing where WordPress is going.</p></blockquote>\n<p>For more details on the ustwo.com architecture, check out Human Made&#8217;s <a href=\"https://hmn.md/wordpress-case-study/ustwo/\" target=\"_blank\">case study</a> as well as <a href=\"https://ustwo.com/blog/open-sourcing-our-website\" target=\"_blank\">ustwo&#8217;s post</a> reviewing the process. Solid open source examples like this one are always helpful when learning to build with new technologies. All the code for the website is GPL-licensed and <a href=\"https://github.com/ustwo/ustwo.com-frontend\" target=\"_blank\">available on GitHub</a> for anyone to use or repurpose.</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, 17 Dec 2015 00:40: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: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:80:\"WPTavern: How to Install Your Favorite Themes From the WordPress Theme 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:28:\"http://wptavern.com/?p=49708\";s: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:\"http://wptavern.com/how-to-install-your-favorite-themes-from-the-wordpress-theme-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:2098:\"<p>Back in October, we explained <a href=\"http://wptavern.com/how-to-favorite-themes-on-the-wordpress-theme-directory\">how to mark themes as favorites</a> in the WordPress theme directory. Although users could install their favorite plugins in WordPress 4.3, they couldn&#8217;t install their favorite themes.</p>\n<p>I <a href=\"https://core.trac.wordpress.org/ticket/34206\">created a Trac ticket</a> asking the WordPress development team to consider adding the ability to install themes marked as favorites. Thanks to the volunteer efforts of contributors, users can install their favorite themes in WordPress 4.4.</p>\n<p>To see your favorite themes, browse to the <strong>Appearance &gt; Themes</strong> section of the WordPress backend and click the Add New link. Then click on the Favorites tab. You may be prompted to login to WordPress.org as favorites are tied to the WordPress.org username.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/MyFavoriteThemes.png\" rel=\"attachment wp-att-49709\"><img class=\"size-full wp-image-49709\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/MyFavoriteThemes.png?resize=774%2C552\" alt=\"My Favorite Themes\" /></a>My Favorite Themes\n<p>You can also browse a different user&#8217;s favorite themes by entering their WordPress.org username into the box.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/PollyPlummersFavoriteThemes.png\" rel=\"attachment wp-att-49711\"><img class=\"size-full wp-image-49711\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/PollyPlummersFavoriteThemes.png?resize=777%2C548\" alt=\"Sarah\'s Favorite Themes\" /></a>Sarah&#8217;s Favorite Themes\n<p>Once you find the theme you want, click the Install button. Keep in mind that you can only favorite a theme from its <a href=\"https://wordpress.org/themes/twentysixteen/\">detailed information page </a>on the WordPress theme directory and not from the backend of WordPress. Also note that like plugins, themes marked as favorites will show up on your WordPress.org user profile.</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, 16 Dec 2015 20:13: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:\"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:89:\"WPTavern: A Day of REST Conference Session Highlights Now Available, Tickets Selling Fast\";s: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:\"http://wptavern.com/?p=49692\";s: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:98:\"http://wptavern.com/a-day-of-rest-conference-session-highlights-now-available-tickets-selling-fast\";s: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:3061:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/a-day-of-rest.png\" rel=\"attachment wp-att-49693\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/a-day-of-rest.png?resize=1024%2C413\" alt=\"a-day-of-rest\" class=\"aligncenter size-full wp-image-49693\" /></a></p>\n<p>The first conference dedicated to the WordPress REST API is on its way to selling out. <a href=\"https://feelingrestful.com/\" target=\"_blank\">A Day of REST</a> will be held January 28, 2016, at Conway Hall in London. The venue has a capacity of 250 people and Petya Raykovska, one of the organizers from <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a>, reports that more than half the tickets have already been sold.</p>\n<p>The event is aimed at developers who want to learn how to use the new API and explore applications that are already using it. <a href=\"https://feelingrestful.com/speakers/\" target=\"_blank\">Speakers</a> include WP REST API project leads and contributors, plus developers who are actively using the API at major companies including WIRED, Bocoup, Automattic, and the New York Times.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-rest-api-team.png\" rel=\"attachment wp-att-49705\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wp-rest-api-team.png?resize=1025%2C243\" alt=\"wp-rest-api-team\" class=\"aligncenter size-full wp-image-49705\" /></a></p>\n<p>The full event <a href=\"https://feelingrestful.com/news/schedule/\" target=\"_blank\">schedule</a> has not yet been finalized but a few of the sessions have been posted with highlights of what to expect. Automattic engineer Nikolay Bachiyski will be speaking on <a href=\"https://feelingrestful.com/news/session-highlight-building-calypso-like-applications-with-the-wp-rest-api-nikolay-bachiyski\" target=\"_blank\">building applications like Calypso using the REST API</a>. WordPress 4.4 release lead Scott Taylor will be going in-depth on <a href=\"https://feelingrestful.com/news/session-highlight-scott-taylor-the-live-coverage-platform-at-the-new-york-times\" target=\"_blank\">how the REST API powers the New York Times&#8217; live coverage platform</a>. More <a href=\"https://feelingrestful.com/news/\" target=\"_blank\">session highlights</a> are available on the event website.</p>\n<p>The event will be followed by a WordPress REST API hack day hosted by Mozilla on January 29th. Anyone interested in joining the WP API project team to contribute is welcome to attend.</p>\n<p>This is an exciting time for the project with the scaffolding for the REST API recently landing in WordPress 4.4 and endpoints on their way to getting merged in 4.5. If you want to be ready to build websites and applications with the REST API in 2016, this is one of the most important WordPress conferences you can attend. <a href=\"https://feelingrestful.com/tickets\" target=\"_blank\">Tickets</a> are £125.00 (+ VAT &amp; booking fees), which includes the presentations, lunch, breaks, swag, and an informal after-party.</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, 16 Dec 2015 19:37: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: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: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:65:\"WPTavern: The WordPress Community Comes Through for Terri Caissie\";s: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:\"http://wptavern.com/?p=49678\";s: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:\"http://wptavern.com/the-wordpress-community-comes-through-for-terri-caissie\";s: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:2902:\"<p>A few days ago, I asked the WordPress community to <a href=\"http://wptavern.com/help-edward-caissies-wife-receive-medical-treatment-and-equipment\">help Terri Caissie</a> fund her medical equipment and treatment as she battles <a href=\"https://en.wikipedia.org/wiki/Hashimoto%27s_encephalopathy\">Hashimoto’s Encephalopathy</a> (Autoimmune) with Progressive Cerebella Ataxia or HE/SREAT. The community <a href=\"https://www.youcaring.com/terri-caissie-468821\">responded in a big way</a> by completely funding the $2,500 campaign.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/TerriCassieCompletelyFunded.png\" rel=\"attachment wp-att-49680\"><img class=\"size-full wp-image-49680\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/TerriCassieCompletelyFunded.png?resize=1025%2C486\" alt=\"Fully Funded Campaign \" /></a>Fully Funded Campaign\n<p>Fifty-six people contributed to the campaign, including large donations from Samuel Wood and Matt Mullenweg. In a <a href=\"http://wptavern.com/help-edward-caissies-wife-receive-medical-treatment-and-equipment#comment-115387\">detailed comment</a> on the Tavern, Caissie expressed her gratitude to the WordPress community, &#8220;Thanks to everyone who donated and or shared the post. I know this is a bad time of year to ask for money and I’ve never done anything like this before. My heart is touched very deeply and I just can’t express my gratitude enough,&#8221; she said.</p>\n<p>She also describes some of the health issues she lives through every day, &#8220;There’s a lot more to this disease than people realize. My antibodies are eating the neurons in my brain and cerebellum (balance) so I fall a lot. This is why I’m in physio all the time. The bad neurons are sent to my muscles, which makes them cramp,&#8221; she said.</p>\n<p>HE/SREAT is an exceptionally rare disease with roughly 200-300 people worldwide diagnosed. So little is known about the disease that people are commonly misdiagnosed, as is the case with Caissie. In an effort to raise awareness, the <a href=\"http://www.hesaonline.org/\">Hashimoto’s Encephalopathy SREAT Alliance</a>, a 501(c)(3) nonprofit organization formed in 2012, <a href=\"http://www.amazon.com/Understanding-Hashimotos-Encephalopathy-Patients-Caregivers/dp/1484883098/ref=sr_1_cc_2?s=aps&ie=UTF8&qid=1388504120&sr=1-2-catcorr&keywords=Understanding+Hashimoto%27s\">published a book</a> that features stories from patients living with the disease, including Caissie&#8217;s.</p>\n<p>The book contains research from doctors across the US and Canada. The goal of HESA is to have several of these books in every University and teaching hospital in North America. HE/SREAT is a difficult disease to cope with but thanks to the WordPress community&#8217;s generosity, some of the financial burden is lifted from Caissie&#8217;s shoulders.</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, 16 Dec 2015 09: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: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:72:\"WPTavern: Zac Gordon to Kickstart JavaScript Master Course 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:28:\"http://wptavern.com/?p=49614\";s: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:82:\"http://wptavern.com/zac-gordon-to-kickstart-javascript-master-course-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:3911:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/js.jpg\" rel=\"attachment wp-att-49672\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/js.jpg?resize=1024%2C481\" alt=\"photo credit: ParisJS, May 2012 - (license)\" class=\"size-full wp-image-49672\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/24196940@N06/7305045236\">ParisJS, May 2012</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>\n<p>Last week the WordPress community took to <a href=\"https://twitter.com/Chrisedmo/status/674347606844264451\" target=\"_blank\">Twitter</a> and the Treehouse forums to <a href=\"https://teamtreehouse.com/community/keeping-wordpress-courses\" target=\"_blank\">express</a> <a href=\"https://teamtreehouse.com/community/very-disappointed-in-treehouse-for-dropping-wordpress\" target=\"_blank\">disappointment</a> at <a href=\"http://wptavern.com/treehouse-drops-support-for-wordpress-education\" target=\"_blank\">the company&#8217;s decision to fire educator Zac Gordon</a>. According to Gordon, the company will be giving his salary to a .NET developer and will no longer create new WordPress courses, nor do they plan to update the existing courses.</p>\n<p>I contacted Ryan Carson, CEO of Treehouse, to ask about the reasoning behind the decision to reallocate resources towards other technologies and whether the company would be updating its WordPress courses. Carson declined to answer any specific questions but released the following statement:</p>\n<blockquote><p>Zac has made valuable contributions to Treehouse, and we continue to wish him nothing but the best. Treehouse will continue to offer our quality WordPress content to students for the foreseeable future.</p></blockquote>\n<p>The company may decide to revive its WordPress education in the future with new courses and updates but for the time being it looks like they will sell the existing courses until they are outdated.</p>\n<p>In the meantime, Zac Gordon is moving on to continue teaching WordPress via his site <a href=\"http://wpdevcasts.com/\" target=\"_blank\">WPDevCasts</a>. After attending the State of the Word address at WordCamp US, Gordon decided to seize the day by offering a <a href=\"http://www.javascriptforwp.com/\" target=\"_blank\">JavaScript for WordPress Master Course</a>.</p>\n<p>&#8220;As a teacher, when I heard Matt&#8217;s homework assignment, I thought, what can I do to help us all learn JavaScript?&#8221; Gordon said. &#8220;Here I was, a WordPress teacher, fresh out of work and wondering what to do next. His words really inspired me to try to do something extra special to try to give something valuable back to the community.&#8221;</p>\n<p>Gordon is working on producing the course which he said will include more than 20 individual courses and take roughy 40 hours to complete. It will cover topics such as JavaScript in Core, the REST API, major JS frameworks used with WordPress (Backbone, Angular, React), workflow tools, and walk throughs of real world examples.</p>\n<p>&#8220;My hope is that this will give everyone who goes through it a solid, high level understanding of everything they need to really get rolling as WordPress JavaScript developers,&#8221; Gordon said.</p>\n<p>Gordon has put together a group of community experts to oversee the curriculum development, including WP REST API project lead Rachel Baker, several JS-knowledgeable core contributors, and developers with real world experience using the new API. During the course of working with them, Gordon plans to open source the efforts of the advisors in a &#8220;JavaScript for WordPress Self Study Guide.&#8221;</p>\n<p>The <a href=\"http://www.javascriptforwp.com/\" target=\"_blank\">JavaScript for WordPress Master Course</a> will launch in early 2016. Gordon will also be launching a Kickstarter campaign on January 7th to help support 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:\"Tue, 15 Dec 2015 17:55: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: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:109:\"WPTavern: Poll Shows Majority Consider Public Redistribution of Commercial Themes and Plugins to be Unethical\";s: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:\"http://wptavern.com/?p=49633\";s: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:\"http://wptavern.com/poll-shows-majority-consider-public-redistribution-of-commercial-themes-and-plugins-to-be-unethical\";s: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:4290:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg\" rel=\"attachment wp-att-44957\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/06/survey.jpg?resize=1025%2C507\" alt=\"photo credit: Lukasz Kowalewski\" class=\"size-full wp-image-44957\" /></a>photo credit: <a href=\"https://stocksnap.io/photo/FI3UYVGNFD\">Lukasz Kowalewski</a>\n<p>Four months ago, <a href=\"http://wpandlegalstuff.com/\" target=\"_blank\">Richard Best</a>, a lawyer who maintains a blog focused on legal matters related to WordPress and open source, <a href=\"http://wpandlegalstuff.com/theme-and-plugin-shops-discouraging-public-redistribution-user-poll/\" target=\"_blank\">published a poll</a> asking for people’s views on the reselling of commercial themes and plugins. Best is working on a 10-chapter ebook called &#8220;A Practical Guide to WordPress and the GPL.&#8221; He created the poll to gain feedback on a contractual mechanism he is proposing to discourage the public redistribution of commercial themes and plugins.</p>\n<p>He describes the mechanism as follows:</p>\n<blockquote><p>The proposed term would say that, if a customer decides to make your commercial theme or plugin available on a website for download by others, you may exercise a right to deactivate their access keys (if that’s how you’ve set things up) and to terminate their access to support and updates.</p></blockquote>\n<p>Best believes that this contractual mechanism is not contrary to the GPL, because it doesn’t stop them from distributing the theme or plugin. It does, however, nullify the customer&#8217;s commercial support arrangements.</p>\n<p>That poll closed today and the <a href=\"http://wpandlegalstuff.com/theme-and-plugin-shops-discouraging-public-redistribution-user-poll/\" target=\"_blank\">results</a> are in: Of the 121 people surveyed, 76 believe the practice of redistributing a commercial plugin or theme, for free or for profit, is unethical. An additional 10 surveyed said that they don’t know whether it’s unethical but don’t like it.</p>\n<p>Based on the results, Best concluded that there is widespread support for the inclusion of the term he outlined which would terminate a customer&#8217;s support and access to updates if they were found to be publicly redistributing the product:</p>\n<blockquote><p>101 out of 121 – supported the inclusion of such a clause, as they selected this option:</p>\n<p>Yes, I would support that as I understand the business is trying to protect its investment and it poses no threat to my use of the themes or plugins.</p></blockquote>\n<p>Although the number of people surveyed wasn&#8217;t particularly large, more than half of them were theme and plugin business owners. In the questions specifically targeted toward them, 47 of the 67 said they like the idea of the proposed term but 26 of the 67 said they would be concerned that the WordPress community might openly criticize them for not complying with the &#8216;spirit&#8217; of the GPL.</p>\n<p>Best believes that WordPress business owners should be able to employ contractual mechanisms that don&#8217;t violate the GPL in order to protect their interests.</p>\n<p>&#8220;I think it’s undeniable that the development of robust commercial themes and plugins supports rather than detracts from the growth of the WordPress ecosystem,&#8221; he said. &#8220;Just look at Automattic’s acquisition of WooCommerce as an example or the power that Gravity Forms brings to WordPress as another.</p>\n<p>&#8220;Businesses that depend on and support the WordPress ecosystem should be able to protect their legitimate commercial interests without fear of verbal attack from those who cling to misconceptions of what the GPL does or doesn’t allow.&#8221;</p>\n<p>Best&#8217;s <a href=\"http://wpandlegalstuff.com/discouraging-public-redistribution-of-commercial-themes-and-plugins-poll-results/\" target=\"_blank\">summary of the poll results</a> includes a proposed clause that terminates a customer&#8217;s support and access for engaging in public redistribution. WordPress business owners are free to use/tweak the clause as necessary, but Best includes a disclaimer that he is not providing legal advice to anyone in suggesting this kind of clause.</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, 14 Dec 2015 23:54: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: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:66:\"WPTavern: How to Restore the Get Shortlink Button in WordPress 4.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49627\";s: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:76:\"http://wptavern.com/how-to-restore-the-get-shortlink-button-in-wordpress-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1873:\"<p>Among the many changes in <a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\">WordPress 4.4</a> in an effort to <a href=\"https://core.trac.wordpress.org/changeset/34556\">clean the interface,</a> the Get Shortlink button <a href=\"http://wptavern.com/wordpress-4-4-removes-the-view-post-and-get-shortlink-buttons-from-the-post-editor\">is hidden</a> from view. If you want to restore the button, check out the <a href=\"https://wordpress.org/plugins/shorter-links/\">Shorter Links plugin</a> developed by <a href=\"https://profiles.wordpress.org/akrabat/\">Rob Allen</a>.</p>\n<p>In addition to restoring the Get Shortlink button, it gives users the ability to use custom text that overrides the default URL.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ShorterLinksSettings.png\" rel=\"attachment wp-att-49631\"><img class=\"size-full wp-image-49631\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ShorterLinksSettings.png?resize=635%2C143\" alt=\"Shorter Links Settings\" /></a>Shorter Links Settings\n<p>If all you need is the button without additional functionality, the <a href=\"https://wordpress.org/plugins/bring-back-the-get-shortlink-button/\">Bring Back The Get Shortlink Button</a> plugin by <a href=\"https://profiles.wordpress.org/tfrommen/\">Thorsten Frommen</a>, is a great alternative with a descriptive name. To restore the button without using a plugin, add the following code to your theme&#8217;s functions.php file.</p>\n<p><code>add_filter( \'get_shortlink\', function( $shortlink ) {return $shortlink;} );</code></p>\n<p>Get Shortlink is a good example of WordPress hiding functionality without removing it. This allows developers to create plugins like those mentioned above to cater to users who rely on the button&#8217;s existence.</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, 14 Dec 2015 22:19: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: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:66:\"WPTavern: Politics: A Free WordPress Theme for Political Campaigns\";s: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:\"http://wptavern.com/?p=49584\";s: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:\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\";s: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:4276:\"<p><a href=\"https://wordpress.org/themes/politics/\" target=\"_blank\">Politics</a> is a new free theme on WordPress.org designed to support politicians, campaigns, causes, and government agencies. The theme was created by Jami Gibbs, author of the <a href=\"http://wptavern.com/gateway-a-free-wordpress-theme-built-on-the-foundation-framework\" target=\"_blank\">Gateway</a> theme and founder of <a href=\"https://rescuethemes.com/\" target=\"_blank\">Rescue Themes</a>. After just three days on WordPress.org, it is already active on more than 700 sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png\" rel=\"attachment wp-att-49589\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png?resize=705%2C460\" alt=\"politics-screenshot\" class=\"aligncenter size-full wp-image-49589\" /></a></p>\n<p>Politics features a homepage template with customizable sections, including a header with contact info, hero slider, featured posts, and a parallax content section. All of these sections are managed within the customizer along with options to upload a logo, set the blog layout (masonry or traditional), and customize basic theme colors. The theme also includes support for five footer widget areas.</p>\n<p>Additional theme features (such as the email signup form and donations) are added via the following recommended plugins: <a href=\"https://wordpress.org/plugins/give/\" target=\"_blank\">Give</a>, <a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a>, <a href=\"https://wordpress.org/plugins/rescue-shortcodes/\" target=\"_blank\">Rescue Shortcodes</a>, <a href=\"https://wordpress.org/plugins/jetpack/\" target=\"_blank\">Jetpack</a>, and <a href=\"https://wordpress.org/plugins/widget-importer-exporter/\" target=\"_blank\">Widget Importer &amp; Exporter</a>.</p>\n<p>Politics is based on Zurb&#8217;s <a href=\"http://foundation.zurb.com/\" target=\"_blank\">Foundation</a> and <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>. It responds nicely to mobile devices for visitors checking out a campaign on the go.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-mobile.png\" rel=\"attachment wp-att-49602\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-mobile.png?resize=350%2C465\" alt=\"politics-mobile\" class=\"aligncenter size-full wp-image-49602\" /></a></p>\n<p>You can view a <a href=\"http://demo.rescuethemes.com/politics/\" target=\"_blank\">live demo</a> of Politics on the Rescue Themes website with all the features enabled. A <a href=\"http://themeforest.net/item/politics-plus-government-campaign-wordpress-theme/12831881\" target=\"_blank\">commercial version</a> of the theme is available with additional sidebars, typography customization options, and WooCommerce support.</p>\n<p>The American political season is in full swing, but Gibbs didn&#8217;t create Politics with upcoming elections in mind. She designed it as a followup to her <a href=\"http://themeforest.net/item/legislator-political-wordpress-campaign/7437844\" target=\"_blank\">Legislator</a> theme, which has been successful on Themeforest.</p>\n<p>&#8220;I&#8217;m sure the upcoming election year crossed my mind but I think it might actually be a little late for the political theme peak for this election cycle,&#8221; Gibbs said.</p>\n<p>&#8220;I imagine most politicians would have already sorted out their websites by now. I was really just looking for a compliment to my other political theme, Legislator. I noticed that there weren&#8217;t any political themes on the WordPress theme directory so I was focusing on that underserved audience,&#8221; she said.</p>\n<p>So far Gibbs has had success pursuing niche themes for nonprofits, politics, breweries, and e-commerce. She is one of the few Themeforest authors trying to make a difference by adhering to WordPress best practices.</p>\n<p>You can download <a href=\"https://wordpress.org/themes/politics/\" target=\"_blank\">Politics</a> for free from WordPress.org. Demo content to populate it is available on Rescue Themes&#8217; website along with comprehensive <a href=\"https://rescuethemes.com/wordpress-themes/politics/\" target=\"_blank\">documentation</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:\"Mon, 14 Dec 2015 16:23: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: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:43:\"Matt: Moral Responsibility of Technologists\";s: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:21:\"http://ma.tt/?p=45701\";s: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:\"http://ma.tt/2015/12/moral-responsibility-of-technologists/\";s: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:750:\"<blockquote><p>By allowing the government to construct a massive surveillance apparatus, the field had abused the public trust. [&#8230;]</p>\n<p>My sense is that politics is there, whether one acknowledges it or not. When you have an ostensibly apolitical department, but you scratch beneath the covers and discover that three-quarters of the faculty are funded by the Department of Defense, well, in fact that’s not apolitical. That is very much working in support of a particular ethos, and one simply hasn’t called it forth.</p></blockquote>\n<p>From <a href=\"http://www.theatlantic.com/technology/archive/2015/12/the-moral-failure-of-computer-science/420012/?single_page=true\">The Moral Failure of Computer Scientists</a> in the Atlantic.</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, 13 Dec 2015 21:50:54 +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: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:63:\"WPTavern: Drupal Community Considering a Decoupled Architecture\";s: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:\"http://wptavern.com/?p=49536\";s: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:\"http://wptavern.com/drupal-community-considering-a-decoupled-architecture\";s: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:7663:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/saucer-separation.jpg\" rel=\"attachment wp-att-49574\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/saucer-separation.jpg?resize=1000%2C531\" alt=\"Saucer separation - photo credit: Memory Alpha\" class=\"size-full wp-image-49574\" /></a>Saucer separation &#8211; credit: <a href=\"http://memory-alpha.wikia.com/wiki/Saucer_separation\">Memory Alpha</a>\n<p>Earlier this week Dries Buytaert, creator and project lead for Drupal, opened up a discussion on his blog about the future of Drupal architecture in a post titled <em><a href=\"http://buytaert.net/should-we-decouple-drupal-with-a-client-side-framework\" target=\"_blank\">Should we decouple Drupal with a client-side framework?</a></em></p>\n<p>Buytaert contends that users have come to expect application-like experiences from websites, given their experiences interacting with the Facebook news feed, Gmail inbox, and Twitter&#8217;s live stream.</p>\n<p>&#8220;Many of Drupal&#8217;s administrative interfaces and Drupal sites could benefit from a similarly seamless, instantaneous user experience,&#8221; Buytaert said. &#8220;As Drupal&#8217;s project lead, I ask myself: how can our community feel enabled and encouraged to start building rich user experiences?&#8221;</p>\n<p>The discussion to decouple Drupal with a client-side framework comes at an interesting time, as Matt Mullenweg&#8217;s <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" target=\"_blank\">State of the Word address</a> heralded JavaScript as the future of WordPress and the web. His closing remarks encouraged developers to learn JavaScript and start building WordPress-powered apps for the future.</p>\n<p>A <a href=\"http://buytaert.net/comment/120331#comment-120331\" target=\"_blank\">commenter</a> on Buytaert&#8217;s post draws a connection to Automattic&#8217;s release of Calypso:</p>\n<blockquote><p>It feels like this post is at least in part a reaction to WordPress&#8217;s announcement of Calypso. Hopefully we can focus on making the decisions that are right for Drupal&#8217;s future rather than reacting hastily to what another CMS is doing, particularly when you have talked over and over how WordPress is not Drupal&#8217;s true competition.</p></blockquote>\n<p>Buytaert maintains that his considerations for Drupal were independently motivated, and this isn&#8217;t the first time he&#8217;s written about <a href=\"http://buytaert.net/the-future-of-decoupled-drupal\" target=\"_blank\">decoupling the back and front end(s)</a>.</p>\n<p>&#8220;As for WordPress&#8217; announcement of Calypso &#8212; I actually started writing this blog post before Calypso was announced,&#8221; he said. &#8220;I don&#8217;t believe my position was influenced by Calypso.&#8221;</p>\n<p>Buytaert prefaced this discussion with the fact that users have come to take application-like experiences for granted as the baseline for interaction on websites. The entire web is moving in this direction and CMS&#8217;s like Drupal and WordPress are now forced to climb this mountain if they want to remain relevant. Both projects are playing from behind, trying to catch up to users expectations.</p>\n<h3>The Challenge of Standardizing a Framework</h3>\n<p>In many ways the discussion on Buytaert&#8217;s post is pertinent to where WordPress is headed, especially the consideration to standardize on a particular framework.</p>\n<p>Buytaert advocates for a progressive decoupling for Drupal&#8217;s admin and end user experience while also enabling fully decoupled experiences to be built on top of the platform. He proposes that the best way to do this is &#8220;to formally standardize on a full-featured MV* framework (e.g. Angular, Ember, Backbone, and Knockout) or a component-based view library (e.g. React, Vue, and Riot).&#8221;</p>\n<p>As he is not a front-end developer, Buytaert is soliciting input from the Drupal community on what framework would work best for progressive decoupling. He also acknowledges reasons why standardizing a particular framework might be inadvisable in the long run:</p>\n<blockquote><p>Despite the potential benefits, there are also good reasons not to embrace a single client-side framework. New front-end frameworks are being created at what feels like an unsustainable pace; every nine months there is a new kid on the block. It&#8217;s hard for a project as large as Drupal to embrace a single technology when there is no guarantee of its longevity.</p></blockquote>\n<p>Nevertheless, Buytaert believes that a thoughtful selection and periodic reassessment of the framework can overcome these drawbacks.</p>\n<p>When encouraging WordPress developers to learn JavaScript, Matt Mullenweg did not identify a single framework but left it open. Since Automattic&#8217;s Calypso is built on React, it seems to be an early favorite.</p>\n<p>If WordPress core ends up adopting the technology behind Calypso (or a Calypso-like alternative) to deliver a better publishing experience, will core standardize a framework/library or will it continue to enable and encourage extension developers to use any framework?</p>\n<p>One <a href=\"http://buytaert.net/comment/120311#comment-120311\" target=\"_blank\">commenter</a> points out potential problems with Drupal selecting a framework, which some may perceive as an official endorsement:</p>\n<blockquote><p>There are already a lot of enterprise projects using a decoupled Drupal approach and naturally they use a lot of different frameworks, but the one I see used the most is React. In fact on the project I&#8217;m working on right now, the organization is going all in with React. If Drupal settled on Angular, for example, how would it affect the organizations that are making big investments in other frameworks? Maybe I don&#8217;t understand completely how it might work, but the choice of a single framework seems like it could be divisive and disruptive &#8211; disruptive in a bad way, not the SV way.</p>\n<p>I think making decoupled architectures easier is great and should be something Drupal does, but it should do so in a way that is agnostic about the FE framework used.</p></blockquote>\n<p>Buytaert identifies a few alternatives to shipping a client-side framework with Drupal core, including recommending a framework but not shipping with it, or including it in core but making it easy to replace with the developer&#8217;s choice of another framework.</p>\n<p>His post and the comments that follow are the beginning of a lively, thoughtful discussion that will help shape the future of Drupal development. Today Buytaert is calling for proposals that would outline a prototype for a working version of progressive decoupling.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Would be interested in reading a proposal on how to prototype a working version of progressive decoupling: <a href=\"https://t.co/tJxT66cKoy\">https://t.co/tJxT66cKoy</a> <a href=\"https://twitter.com/hashtag/drupal?src=hash\">#drupal</a></p>\n<p>&mdash; Dries Buytaert (@Dries) <a href=\"https://twitter.com/Dries/status/675408814162735104\">December 11, 2015</a></p></blockquote>\n<p></p>\n<p>Both WordPress and Drupal are currently engaged in the struggle to make the technological leap to provide more application-like experiences for users. The conversation surrounding <a href=\"http://buytaert.net/should-we-decouple-drupal-with-a-client-side-framework\" target=\"_blank\">decoupling Drupal&#8217;s architecture</a> is an important one for WordPress developers to follow and learn from.</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, 11 Dec 2015 22:26: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: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: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:72:\"WPTavern: How to Fix Images Not Loading in WordPress 4.4 While Using 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49558\";s: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:82:\"http://wptavern.com/how-to-fix-images-not-loading-in-wordpress-4-4-while-using-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4554:\"<p>If you notice images don&#8217;t load after upgrading to WordPress 4.4 and you use SSL on the frontend, you&#8217;re not alone. In <a href=\"https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?utm_content=buffer1eb12&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#post-7755499\">a thread</a> on the WordPress.org support forum, <a href=\"https://wordpress.org/support/profile/brokkr\">Brokkr</a> explains the crux of the problem:</p>\n<blockquote><p>I recently switched my WordPress site to https after getting certificates from Let&#8217;s Encrypt. Using 4.3.1 all content was https.</p>\n<p>After upgrading to 4.4 images no longer load and the browser complains about mixed content. Instead of an image,I get a filename printed out. Inspecting the filename-element in Chrome or Firefox gets me this</p>\n<p><code>&lt;img width=\"984\" height=\"615\" src=\"https://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1-984x615.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"22100041369_591b31367d_b_enigma1\" srcset=\"http://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1-300x188.jpg 300w, http://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1.jpg 1024w, http://brokkr.net/wp-content/uploads/2015/11/22100041369_591b31367d_b_enigma1-984x615.jpg 984w\" sizes=\"(max-width: 984px) 100vw, 984px\"&gt;</code></p>\n<p>As you can see, the image&#8217;s src is correctly set to https, whereas the srcset attribute is un-encrypted.</p></blockquote>\n<p><a href=\"https://wordpress.org/support/profile/chriscree\">Chris Cree</a> who <a href=\"https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?utm_content=buffer1eb12&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#post-7765982\">experienced the same problem</a> discovered that the WP_SITEURL and WP_HOME constants in the wp-config.php file were configured to structure URLs with http instead of https. Cree suggests users check their settings to see which URL type is configured. If both the WordPress address and Site URLs don&#8217;t show https, it&#8217;s likely causing issues with responsive images in WordPress 4.4.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/GenerealURLSettings.png\" rel=\"attachment wp-att-49559\"><img class=\"size-full wp-image-49559\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/GenerealURLSettings.png?resize=657%2C330\" alt=\"URL Settings in WordPress\" /></a>URL Settings in WordPress\n<p>Joe McGill, who helped lead the effort to get responsive images into WordPress, also <a href=\"https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?utm_content=buffer1eb12&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer#post-7767555\">responded in the forum thread</a> and confirms Cree&#8217;s suggestion is correct, &#8220;If you&#8217;re running HTTPS on the front end, you should change the URLS for your home and site URL in Settings &gt; General so they use the HTTPS scheme,&#8221; he said.</p>\n<p>McGill confirms that the issue is related <a href=\"https://core.trac.wordpress.org/ticket/25449\">to a bug</a> in the way WordPress builds URLs. Even though the solution in the trac ticket is one line of code, McGill says it will break a lot of site configurations. If changing the settings doesn&#8217;t work or you don&#8217;t have access to the settings page, you can add this snippet of code to the functions.php file or add it as a separate plugin.</p>\n<pre><code>/*\n * Force URLs in srcset attributes into HTTPS scheme.\n * This is particularly useful when you\'re running a Flexible SSL frontend like Cloudflare\n */\nfunction ssl_srcset( $sources ) {\n foreach ( $sources as &amp;$source ) {\n $source[\'url\'] = set_url_scheme( $source[\'url\'], \'https\' );\n }\n\n return $sources;\n}\nadd_filter( \'wp_calculate_image_srcset\', \'ssl_srcset\' );\n</code></pre>\n<p>The solutions described above should work for most people serving content over SSL unless <a href=\"https://wordpress.org/support/topic/44-https-rewritte-aint-working-with-images?replies=7#post-7768578\">you&#8217;re using  CloudFlare</a>. If you still encounter problems with images not loading after applying the fix, I encourage you to <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">create your own thread</a> in the WordPress support forum.</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, 11 Dec 2015 21:15: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: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:78:\"WPTavern: Help Edward Caissie’s Wife Receive Medical Treatment and Equipment\";s: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:\"http://wptavern.com/?p=49541\";s: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:85:\"http://wptavern.com/help-edward-caissies-wife-receive-medical-treatment-and-equipment\";s: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:2301:\"<p>It&#8217;s that time of year where generosity goes a long way, especially to those who need it most. Edward Caissie, also known as <a href=\"https://twitter.com/JellyBeen\" target=\"_blank\">@JellyBeen,</a> is in need of the WordPress community&#8217;s generosity. His wife, Terri Caissie, was diagnosed with <a href=\"https://en.wikipedia.org/wiki/Hashimoto\'s_encephalopathy\">Hashimoto&#8217;s Encephalopathy</a> (Autoimmune) with Progressive Cerebella Ataxia on January 22, 2015. Her immune system is attacking her own body.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/YouCaringTerriCaissie.png\" rel=\"attachment wp-att-49543\"><img class=\"size-full wp-image-49543\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/YouCaringTerriCaissie.png?resize=1025%2C554\" alt=\"YouCaring Page\" /></a>Terri Caissie&#8217;s YouCaring Page\n<p>This disease is exceptionally rare with roughly 200-300 people worldwide diagnosed. Edward has set up a <a href=\"https://www.youcaring.com/terri-caissie-468821\">YouCaring page </a>for his wife asking for $2,500 to pay for medical treatment and devices. Here are a few of the symptoms Terri is experiencing due to the disease:</p>\n<ul>\n<li>Stuttering when meeting new people.</li>\n<li>Typing words backwards without knowing it.</li>\n<li>Pronouncing words backwards in sentences.</li>\n<li>Short term memory loss.</li>\n<li>Loss of basic math skills.</li>\n<li>Medications impacting kidney function.</li>\n</ul>\n<p>If you can&#8217;t afford to make a monetary donation, spreading awareness of the disease is the next best thing. This can be accomplished in a number of ways through social media, blogs, and local media. Terri has never asked for financial help but she&#8217;s out of options, &#8220;It&#8217;s what I need to do to survive as I can no longer work,&#8221; she said.</p>\n<p>Edward is an <a href=\"https://profiles.wordpress.org/cais\">active member</a> of the Theme Review team, Lead Happiness Engineer for <a href=\"http://www.nextgen-gallery.com/\">NextGEN Gallery</a>, and a great, longstanding member of the WordPress community. Please consider helping him and his wife this holiday season by donating to their <a href=\"https://www.youcaring.com/terri-caissie-468821\">YouCaring 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, 11 Dec 2015 18:09: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: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:67:\"WPTavern: Anadama: An Example WordPress Recipe Theme Based on React\";s: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:\"http://wptavern.com/?p=49509\";s: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:76:\"http://wptavern.com/anadama-an-example-wordpress-recipe-theme-based-on-react\";s: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:2821:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png\" rel=\"attachment wp-att-49514\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/react.png?resize=1025%2C375\" alt=\"react\" class=\"aligncenter size-full wp-image-49514\" /></a></p>\n<p>Since Matt Mullenweg gave the WordPress community a homework assignment to &#8220;Learn JavaScript, deeply,&#8221; links to tutorials and training courses have been flying around. Once you have grasped some of the basics, one of the best ways to learn is to start building a small project.</p>\n<p>If you&#8217;re looking to explore adding JavaScript to WordPress theming, check out <a href=\"https://github.com/ryelle/Anadama-React\" target=\"_blank\">Anadama</a>, an experimental <a href=\"https://facebook.github.io/react/\" target=\"_blank\">React</a>-based theme that uses the <a href=\"http://v2.wp-api.org/\" target=\"_blank\">WP REST API</a> to deliver content.</p>\n<p>Anadama was designed to display recipe content in a vintage recipe book style. This niche theme is well-suited to presentation as a single-page app, since it has no comments or widgets. The homepage features a menu and post titles that pop up as recipe cards.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/single-recipe.png\" rel=\"attachment wp-att-49512\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/single-recipe.png?resize=1025%2C1279\" alt=\"single-recipe\" class=\"aligncenter size-full wp-image-49512\" /></a></p>\n<p>Anadama is a project still in progress, created through the collaborative efforts of developer <a href=\"http://t.co/vG6mrybZs8\" target=\"_blank\">Kelly Dwan</a> and designer <a href=\"https://twitter.com/melchoyce\" target=\"_blank\">Mel Choyce</a>, authors of popular themes <a href=\"http://wptavern.com/flounder-a-free-wordpress-theme-with-colorful-post-formats\" target=\"_blank\">Flounder</a> and <a href=\"http://wptavern.com/aventurine-a-free-wordpress-theme-featuring-bold-typography-and-bright-colors\" target=\"_blank\">Aventurine</a>.</p>\n<p>The theme is small project where you can see an example of how React might fit into a WordPress theme. It requires the <a href=\"https://wordpress.org/plugins/rest-api/\" target=\"_blank\">REST API plugin</a> and <a href=\"https://wordpress.org/plugins/wp-api-menus/\" target=\"_blank\">WP API Menus</a>. If you want to take it for a spin and experiment for yourself, clone the theme&#8217;s <a href=\"https://github.com/ryelle/Anadama-React\" target=\"_blank\">GitHub repo</a> to your test install and then run npm and gulp to install and build the JavaScript and CSS files. If you prefer a more traditional blog example, Dwan recommends checking out her <a href=\"https://github.com/ryelle/Foxhound\" target=\"_blank\">Foxhound</a> theme on GitHub.</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, 10 Dec 2015 20:34: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: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:68:\"WPTavern: WPWeekly Episode 216 – WordCamp US 2015 Recap Roundtable\";s: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:44:\"http://wptavern.com?p=49524&preview_id=49524\";s: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:\"http://wptavern.com/wpweekly-episode-216-wordcamp-us-2015-recap-roundtable\";s: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:2569:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by <a href=\"http://cantspeakgeek.com/\">Michele Butcher</a>, <a href=\"http://cantspeakgeek.com/\">Nikhil Vimil</a>, <a href=\"http://kikodoran.com/\">Kiko Doran</a>, and <a href=\"https://www.chriswiegman.com/\">Chris Wiegman</a> as we recap the first annual WordCamp US. We discuss the venue and share our favorite sessions of the event. We also discuss a number of items from Matt Mullenweg&#8217;s <a href=\"http://wordpress.tv/2015/12/07/matt-mullenweg-state-of-the-word-2015/\">State of The Word</a> presentation. Last but not least are Marcus&#8217; plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\">WordPress 4.4 “Clifford” Featuring Responsive Images, Twenty Sixteen, and More<b> </b></a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/popup-for-contact-form-7/\">Popup for Contact Form 7</a> by Aiyaz Khorajia, from India, shows a popup when a form is submitted through Contact Form 7. You can customize the popup title, message, and colors from the backend.</p>\n<p><a href=\"https://wordpress.org/plugins/reset-wp/\">Reset WP</a> by Nikunj Soni, from India, resets the WP Database to a default installation. It resets only the database and does not modify or delete any files.</p>\n<p><a href=\"https://wordpress.org/plugins/joan\">Jock On Air Now</a> (aka JOAN) by G&amp;D Enterprises, in Brooklyn, NY, lets site admins manage and display a rotating programming schedule for radio or TV. Jock on air now(Joan) displays the name of the current show and the DJ or host in a given time-slot. It also displays the show/jock for the next time-slot. If nothing is scheduled, it displays a custom message.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 16th 9:30 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=\"http://www.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 #216:</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, 10 Dec 2015 20:02:19 +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: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:65:\"WPTavern: WP Engine Security Breach: Customer Credentials Exposed\";s: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:\"http://wptavern.com/?p=49499\";s: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:\"http://wptavern.com/wp-engine-security-breach-customer-credentials-exposed\";s: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:2431:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg\" rel=\"attachment wp-att-34106\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427\" alt=\"wp-engine\" class=\"aligncenter size-full wp-image-34106\" /></a></p>\n<p>WP Engine customers received <a href=\"https://wpengine.com/support/infosec/\" target=\"_blank\">an urgent notification</a> in their inboxes Wednesday evening regarding a security breach.</p>\n<blockquote><p>At WP Engine we are committed to providing robust security. We are writing today to let you know that we learned of an exposure involving some of our customers’ credentials. Out of an abundance of caution, we are proactively taking security measures across our entire customer base.</p></blockquote>\n<p>WP Engine currently has no evidence that customer information was used inappropriately but has invalidated customer passwords as a precaution. The following five passwords associated with customer accounts will have to be reset:</p>\n<ul>\n<li>WP Engine User Portal</li>\n<li>WordPress Database</li>\n<li>SFTP</li>\n<li>Original WP-Admin Account</li>\n<li>Password Protected Installs and Transferable Installs</li>\n</ul>\n<p>The <a href=\"https://wpengine.com/support/infosec/\" target=\"_blank\">notice</a> states that WP Engine is taking immediate action on their end but does not include any details. The company apologized for the inconvenience of having to invalidate all customer passwords.</p>\n<p>Customers took to Twitter to express <a href=\"https://twitter.com/ALL_CAPS/status/674803904098394112\" target=\"_blank\">frustration</a> and bemoaned the host&#8217;s lack of two-factor authentication.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/wpengine\">@wpengine</a> What\'s with the lack of 2FA?</p>\n<p>&mdash; Jordan Felle (@jordanfelle) <a href=\"https://twitter.com/jordanfelle/status/674799185049309185\">December 10, 2015</a></p></blockquote>\n<p></p>\n<p>Representatives from WP Engine were not able to comment on the situation beyond the official notice that was posted. The company will update customers as soon as the security team learns more from their ongoing investigation. If you are a customer or have clients who host with WP Engine, you will need to reset all your passwords according to the instructions at the bottom of notice.</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, 10 Dec 2015 05:34: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: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: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:79:\"WPTavern: Tickets on Sale for WordCamp US 2016 December 2-4 in Philadelphia, PA\";s: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:\"http://wptavern.com/?p=49479\";s: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:\"http://wptavern.com/tickets-on-sale-for-wordcamp-us-2016-december-2-4-in-philadelphia-pa\";s: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:2778:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/TicketsFeaturedImage.png\" rel=\"attachment wp-att-48146\"><img class=\"size-full wp-image-48146\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/09/TicketsFeaturedImage.png?resize=650%2C200\" alt=\"Tickets Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/32029534@N00/14207873200\">lucky random fate : san francisco (2013)</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nd/2.0/\">(license)</a>\n<p>Despite <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\">WordCamp US 2015 ending</a> less than a week ago, general admission <a href=\"https://2016.us.wordcamp.org/tickets/\">tickets are on sale</a> for <a href=\"https://2016.us.wordcamp.org/\">WordCamp US 2016</a>. The event is scheduled for December 2nd-4th in Philadelphia, PA at the Pennsylvania Convention Center. Tickets are $40 each and grant attendees access to both days of the event, swag, and lunch.</p>\n<p><a href=\"http://alxblock.com/\">Alx Block</a>, one of the lead organizers of WordCamp US, says other ticket types will be available soon, &#8220;<span class=\"Apple-converted-space\"> W</span>e’ll absolutely offer a micro-sponsorship again, just like the Jawn this year,&#8221; he said. The 2015 event sold 2,671 tickets.</p>\n<ul>\n<li>1,788 General Admission</li>\n<li>18 Jawn Microsponsorships</li>\n<li>865 Live Stream</li>\n</ul>\n<p>The organizing team is hoping to double ticket sales in 2016.</p>\n<p>Typically, WordCamps sell tickets a month or two from the day of the event. Block explains how WCUS is able to start selling tickets immediately, &#8220;We already have the larger logistical pieces in place. We know the location, we’ve signed the contract with both the venue and the official hotel, and we’re really excited to keep the momentum going,&#8221; Block said.</p>\n<p>If you&#8217;re undecided as to whether WordCamp US is worth it, I encourage you to read the following recap posts by those who attended.</p>\n<ul>\n<li>Chris Wallace &#8211; <a href=\"http://liftux.com/posts/a-recap-of-wordcamp-us/\">The Official Lift WordCamp US 2015 Recap</a></li>\n<li>Bob Dunn &#8211; <a href=\"https://bobwp.com/wordcamp-us-2015-goodness-overload/\">WordCamp US 2015: Goodness Overload</a></li>\n<li>Aaron Brazell &#8211; <a href=\"http://technical.ly/baltimore/2015/12/09/rediscovered-purpose-wordcamp-us/\">How I rediscovered purpose at WordCamp US</a></li>\n</ul>\n<p>I was unable to attend this year&#8217;s event but I&#8217;ve already purchased my general admission ticket for 2016. If you have any inclination of going next year, grab your tickets now as they&#8217;re likely to sell out fast.</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, 10 Dec 2015 00:01: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: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: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:64:\"WPTavern: WordCamp US Sessions Are Now Available on WordPress.tv\";s: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:\"http://wptavern.com/?p=49433\";s: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:\"http://wptavern.com/wordcamp-us-sessions-are-now-available-on-wordpress-tv\";s: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:2084:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wordcamp-us-2015.png\" rel=\"attachment wp-att-49484\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/wordcamp-us-2015.png?resize=1025%2C461\" alt=\"wordcamp-us-2015\" class=\"aligncenter size-full wp-image-49484\" /></a></p>\n<p>All of the <a href=\"http://wordpress.tv/event/wordcamp-us-2015/\" target=\"_blank\">sessions from WordCamp US 2015</a> are slowly making their way to WordPress.tv. If you weren&#8217;t able to attend the event, the good news is that you don&#8217;t have to miss out on any of the WordPress education. The sessions are packed full of knowledge and inspiration from some of the brightest minds in WordPress.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">I guarantee you will learn things in this talk by <a href=\"https://twitter.com/tollmanz\">@tollmanz</a> and <a href=\"https://twitter.com/aaronjorbin\">@aaronjorbin</a>. Watch it asap: <a href=\"https://t.co/p1MjrjKaa1\">https://t.co/p1MjrjKaa1</a> <a href=\"https://twitter.com/hashtag/wpFutureStack?src=hash\">#wpFutureStack</a></p>\n<p>&mdash; Brian Krogsgard (@Krogsgard) <a href=\"https://twitter.com/Krogsgard/status/674711174450192384\">December 9, 2015</a></p></blockquote>\n<p></p>\n<p>Each session is <a href=\"http://wordpress.tv/event/wordcamp-us-2015/\" target=\"_blank\">listed on WordPress.tv</a> with a link to its corresponding presentation slides, making it easy to follow along.</p>\n<p>So far half a dozen sessions are available and the rest will be trickling onto the site during the next few days. The <a href=\"https://twitter.com/wordcampus\" target=\"_blank\">WordCamp US Twitter account</a> is tweeting out sessions as they arrive on WordPress.tv.</p>\n<p>Matt Mullenweg&#8217;s State of the Word address is also available. While our <a href=\"http://wptavern.com/state-of-the-word-2015-javascript-and-api-driven-interfaces-are-the-future-of-wordpress\" target=\"_blank\">post</a> covers the highlights, there are many more gems in his presentation.</p>\n<p></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, 09 Dec 2015 23:39: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: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:67:\"WPTavern: Automattic Releases WordPress.com Desktop App for Windows\";s: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:\"http://wptavern.com/?p=49414\";s: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:\"http://wptavern.com/automattic-releases-wordpress-com-desktop-app-for-windows\";s: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:1078:\"<p>Automattic, the parent company of WordPress.com, has <a href=\"https://en.blog.wordpress.com/2015/12/09/the-new-wordpress-com-app-for-windows-is-here/\">released a Windows version</a> of its <a href=\"https://desktop.wordpress.com/\">desktop application</a>. The app is free and works well on my Windows 7 64Bit machine.</p>\n<p>It looks and performs exactly the same as its Mac counterpart. This is to be expected as the interface is driven by JavaScript that communicates with the WordPress.com REST API.</p>\n<img class=\"alignnone size-full wp-image-49444\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WordPressWindowsDesktopApp.png?resize=1025%2C695\" alt=\"WordPressWindowsDesktopApp\" />WordPress.com Desktop App on Windows 7\n<p>It&#8217;s worth noting that the desktop apps don&#8217;t have as many features as the mobile apps. For example, you can&#8217;t moderate or manage comments. According to the development team, this is only the beginning and users can expect to see rapid iteration in the weeks to come.</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, 09 Dec 2015 22:45: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:\"\";}}}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: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:74:\"WPTavern: WordCamp Europe 2016: Family Friendly with a Focus on Networking\";s: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:\"http://wptavern.com/?p=49412\";s: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:83:\"http://wptavern.com/wordcamp-europe-2016-family-friendly-with-a-focus-on-networking\";s: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:4702:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p><a href=\"https://europe.wordcamp.org/2016/\" target=\"_blank\">WordCamp Europe 2016</a> organizers made <a href=\"https://europe.wordcamp.org/2016/more-wceu-tickets-are-now-available/\" target=\"_blank\">500 more tickets</a> available this week after the first 1,000 sold out within three weeks of opening ticket sales. According to organizer <a href=\"https://twitter.com/petyeah\" target=\"_blank\">Petya Raykovska</a>, they are expecting 1700 attendees this year in Vienna, Austria.</p>\n<p>&#8220;We opened ticket sales more than seven months before the event and it&#8217;s going a lot better than expected,&#8221; she said. &#8220;Initially we prepared for 1200 attendees but the first 1,000 tickets were sold out in less than three weeks and luckily our venue capacity is much bigger this year so we will probably be able to do 1700.&#8221;</p>\n<p>In addition to gathering volunteers and getting sponsors for WCEU 2016, organizers are also doing a mentoring program for five different cities interested in hosting the next event. The call for applicants for 2017 will be open in two weeks.</p>\n<h3>What to Expect at WCEU 2016: An Emphasis on Networking</h3>\n<p>I caught up with Raykovska at WordCamp US and asked her if attendees can expect to have a European WordPress community summit attached to the event.</p>\n<p>&#8220;We are ready to organize a community summit in Europe before or after the WordCamp, but this is not our decision,&#8221; Raykovska said. &#8220;It has to be pre-approved by the Foundation and there is a team that has handled the summit so far. We are more than ready to host one if we are allowed.</p>\n<p>&#8220;WordCamp Europe will be in June, which is less than six months from the most recent community summit, so it might not be a perfect fit in terms of time frame but we are definitely ready to jump in and help organize a community summit in Europe when we get permission,&#8221; she said.</p>\n<p>Raykovska said that each year&#8217;s event is designed to be a unique experience for attendees, because WordCamps are so much more than simply attending sessions.</p>\n<p>&#8220;We are switching locations on purpose, not just to provide a chance for a new local community to host it each year but to make it more interesting for attendees, to make it a cultural experience,&#8221; she said.</p>\n<p>&#8220;Last year we did networking and speed networking &#8211; we put some effort into making sure people actually got to know each other and not just attend the conference to listen to talks. This year we are going to expand on that and organize some small warm-up events before the conference.</p>\n<p>&#8220;The idea is to help people make a connection,&#8221; Raykovska said. &#8220;We&#8217;re going to try to extend last year&#8217;s networking efforts and make sure that attendees meet as many other people as possible and not just stay in their small groups,&#8221; she said, emphasizing the importance of this aspect, as European communities are all different.</p>\n<h3>A Family Friendly Event</h3>\n<p>As the event is held during summer in the northern hemisphere, WordCamp Europe organizers recognize that many attendees may be traveling with their families.</p>\n<p>&#8220;We&#8217;re going to try to make the event a lot more family friendly,&#8221; Raykovska said. &#8220;We know that as the community grows, the people grow with it. There have been so many wonderful WordPress babies in the past year and we&#8217;ve noticed all of them. We want to make sure that when people travel they can bring their families along and it can be a good family experience as well.&#8221;</p>\n<p>A children&#8217;s museum is located right next door to the WordCamp venue with activities for all ages.</p>\n<p>&#8220;We&#8217;re trying to establish a connection with them and working to make sure that our space provides for families and people who want to bring their kids over and spend some quality time and also go listen to sessions,&#8221; she said. Childcare is a possibility they are considering.</p>\n<p>Only 228 <a href=\"https://europe.wordcamp.org/2016/tickets/\" target=\"_blank\">tickets</a> remain at this time and Raykovska said they&#8217;re disappearing fast. The demand for tickets is a testament to the quality of this event and its organizers. If you&#8217;re planning to attend WordCamp Europe 2016, don&#8217;t put off buying your ticket.</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, 09 Dec 2015 21:38:47 +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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Jan 2016 21:18:53 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"195182\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 04 Jan 2016 21:15:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";i:20081219;}','no'),(125929,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1451985534','no'),(125930,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1451942334','no'),(184341,'_transient_timeout_redux_tracking_cache','1476840211','no'),(184342,'_transient_redux_tracking_cache','1','no'),(125917,'_site_transient_timeout_browser_f60b05b1e03594ba3f071e723f906b9c','1452547114','yes'),(125918,'_site_transient_browser_f60b05b1e03594ba3f071e723f906b9c','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(125927,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1451985534','no'),(125928,'_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:0:\"\";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:\"Mon, 04 Jan 2016 21:14: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: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:25:\"Google Analytics by Yoast\";s: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:34:\"2316@http://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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error 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: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: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: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:33:\"132@http://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: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:33:\"WooCommerce - excelling eCommerce\";s: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:35:\"29860@http://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: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: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:33:\"363@http://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: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:\"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:35:\"29832@http://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:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s: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: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: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:33:\"753@http://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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s: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: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:15:\"NextGEN Gallery\";s: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:34:\"1169@http://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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 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: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:35:\"25254@http://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: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:34:\"9542@http://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: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:\"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:35:\"18101@http://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: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: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:34:\"6743@http://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: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:34:\"8321@http://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:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using 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: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:35:\"12073@http://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:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network 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: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: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:34:\"2082@http://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:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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: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: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:35:\"23862@http://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:27:\"Your WordPress, Simplified.\";s: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:\"Tim Moore\";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:\"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:34:\"2572@http://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: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:\"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:34:\"5790@http://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: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: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:32:\"15@http://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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s: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: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: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:34:\"2141@http://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: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: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:34:\"2646@http://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: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: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:35:\"26907@http://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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s: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: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: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:35:\"28395@http://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: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: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:35:\"31973@http://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: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: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:35:\"51888@http://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: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: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:35:\"21738@http://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:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s: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:\"Chris Wiegman\";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: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:35:\"50539@http://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:127:\"Displays Google Analytics reports 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: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:34:\"UpdraftPlus Backup and Restoration\";s: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:35:\"38058@http://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: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:30:\"Clef Two-Factor Authentication\";s: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://wordpress.org/plugins/wpclef/#post-47509\";s: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, 27 Dec 2012 01:25: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:35:\"47509@http://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:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s: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:\"Dave Ross\";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:11:\"Meta Slider\";s: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/ml-slider/#post-49521\";s: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 Feb 2013 16:56: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:35:\"49521@http://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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s: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:\"Matcha Labs\";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: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:35:\"26607@http://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:\"\";}}}}}}}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\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Jan 2016 21:18:54 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Fri, 14 Sep 2007 12:15:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";i:20081219;}','no'),(185821,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1476881824;s:7:\"checked\";a:10:{s:12:\"mollywoppers\";s:1:\"1\";s:9:\"pagelines\";s:5:\"1.0.7\";s:12:\"simplemarket\";s:5:\"1.1.1\";s:10:\"storefront\";s:5:\"1.3.0\";s:12:\"twentyeleven\";s:3:\"2.0\";s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.3\";s:9:\"twentyten\";s:3:\"1.8\";s:14:\"twentythirteen\";s:3:\"1.4\";s:12:\"twentytwelve\";s:3:\"1.6\";}s:8:\"response\";a:8:{s:9:\"pagelines\";a:4:{s:5:\"theme\";s:9:\"pagelines\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:39:\"https://wordpress.org/themes/pagelines/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/pagelines.1.4.6.zip\";}s:10:\"storefront\";a:4:{s:5:\"theme\";s:10:\"storefront\";s:11:\"new_version\";s:5:\"2.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/themes/storefront/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/storefront.2.1.4.zip\";}s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.2.5.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.6.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.8.zip\";}s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.2.2.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.0.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.2.1.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(185822,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1476881824;s:8:\"response\";a:8:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"13183\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.4.3.zip\";}s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"34113\";s:4:\"slug\";s:27:\"dsgnwrks-instagram-importer\";s:6:\"plugin\";s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/dsgnwrks-instagram-importer/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/dsgnwrks-instagram-importer.zip\";s:14:\"upgrade_notice\";s:300:\"Fix condition markup, if condition is the first bit in the content.\nAllow deletion of users when the key is 0. hat-tip to Pablo de la Vega: http://dsgnwrks.pro/plugins/dsgnwrks-instagram-importer/#comment-12208\nFix issue w/ cached user data not being stored to transient.\nDelete user-data transient w\";}s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"39372\";s:4:\"slug\";s:33:\"dsgnwrks-instagram-importer-debug\";s:6:\"plugin\";s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";s:11:\"new_version\";s:5:\"0.1.6\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/dsgnwrks-instagram-importer-debug/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/dsgnwrks-instagram-importer-debug.zip\";s:14:\"upgrade_notice\";s:58:\"Bug fix: was not properly deleting options when requested.\";}s:15:\"worker/init.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"20704\";s:4:\"slug\";s:6:\"worker\";s:6:\"plugin\";s:15:\"worker/init.php\";s:11:\"new_version\";s:5:\"4.2.9\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/worker/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/worker.zip\";}s:93:\"really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"20627\";s:4:\"slug\";s:44:\"really-simple-facebook-twitter-share-buttons\";s:6:\"plugin\";s:93:\"really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:75:\"https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/\";s:7:\"package\";s:91:\"https://downloads.wordpress.org/plugin/really-simple-facebook-twitter-share-buttons.4.5.zip\";s:14:\"upgrade_notice\";s:42:\"Remove ReadyGraph from really simple share\";}s:35:\"twine-social/twinesocial-widget.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"45011\";s:4:\"slug\";s:12:\"twine-social\";s:6:\"plugin\";s:35:\"twine-social/twinesocial-widget.php\";s:11:\"new_version\";s:5:\"2.9.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/twine-social/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/twine-social.zip\";}s:27:\"wp-crontrol/wp-crontrol.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1426\";s:4:\"slug\";s:11:\"wp-crontrol\";s:6:\"plugin\";s:27:\"wp-crontrol/wp-crontrol.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-crontrol/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-crontrol.1.3.1.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:23:\"hashcore/wphashcore.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"43684\";s:4:\"slug\";s:8:\"hashcore\";s:6:\"plugin\";s:23:\"hashcore/wphashcore.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/hashcore/\";s:7:\"package\";s:51:\"https://downloads.wordpress.org/plugin/hashcore.zip\";s:14:\"upgrade_notice\";s:75:\"Move to a native ad format for higher traffic driving to you social content\";}s:33:\"admin-branding/admin-branding.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"53915\";s:4:\"slug\";s:14:\"admin-branding\";s:6:\"plugin\";s:33:\"admin-branding/admin-branding.php\";s:11:\"new_version\";s:5:\"1.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/admin-branding/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/admin-branding.1.1.2.zip\";}s:21:\"calendar/calendar.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"628\";s:4:\"slug\";s:8:\"calendar\";s:6:\"plugin\";s:21:\"calendar/calendar.php\";s:11:\"new_version\";s:5:\"1.3.9\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/calendar/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/calendar.1.3.9.zip\";}s:49:\"default-thumbnail-plus/default-thumbnail-plus.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"27593\";s:4:\"slug\";s:22:\"default-thumbnail-plus\";s:6:\"plugin\";s:49:\"default-thumbnail-plus/default-thumbnail-plus.php\";s:11:\"new_version\";s:7:\"1.0.2.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/default-thumbnail-plus/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/default-thumbnail-plus.zip\";s:14:\"upgrade_notice\";s:20:\"Small bugfix release\";}s:43:\"faster-image-insert/faster-image-insert.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"6714\";s:4:\"slug\";s:19:\"faster-image-insert\";s:6:\"plugin\";s:43:\"faster-image-insert/faster-image-insert.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/faster-image-insert/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/faster-image-insert.2.4.1.zip\";}s:50:\"instateam-instagram-importer/instagram_wpteams.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"50831\";s:4:\"slug\";s:28:\"instateam-instagram-importer\";s:6:\"plugin\";s:50:\"instateam-instagram-importer/instagram_wpteams.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/instateam-instagram-importer/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/instateam-instagram-importer.zip\";}s:45:\"limit-login-attempts/limit-login-attempts.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"6158\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:6:\"plugin\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip\";s:14:\"upgrade_notice\";s:249:\"Users of version 1.6.2 and 1.7.0 should upgrade immediately. There was a problem with &quot;auth cookie&quot; lockout enforcement. Lockout of normal password login attempts still worked as it should. Please see plugin Changelog for more information.\";}s:39:\"post-notification/post_notification.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"676\";s:4:\"slug\";s:17:\"post-notification\";s:6:\"plugin\";s:39:\"post-notification/post_notification.php\";s:11:\"new_version\";s:6:\"1.2.40\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/post-notification/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/post-notification.1.2.40.zip\";}s:24:\"tagregator/bootstrap.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"44101\";s:4:\"slug\";s:10:\"tagregator\";s:6:\"plugin\";s:24:\"tagregator/bootstrap.php\";s:11:\"new_version\";s:3:\"0.6\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/tagregator/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/tagregator.0.6.zip\";s:14:\"upgrade_notice\";s:40:\"Version 0.6 returns to a Masonry layout.\";}s:41:\"ultimate-google-analytics/ultimate_ga.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"700\";s:4:\"slug\";s:25:\"ultimate-google-analytics\";s:6:\"plugin\";s:41:\"ultimate-google-analytics/ultimate_ga.php\";s:11:\"new_version\";s:5:\"1.6.0\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/ultimate-google-analytics/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/ultimate-google-analytics.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"2.6.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.4.zip\";}s:40:\"download-monitor/wp-download_monitor.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"2657\";s:4:\"slug\";s:16:\"download-monitor\";s:6:\"plugin\";s:40:\"download-monitor/wp-download_monitor.php\";s:11:\"new_version\";s:5:\"1.9.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/download-monitor/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/download-monitor.1.9.5.zip\";}s:27:\"wp-hashcash/wp-hashcash.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:3:\"355\";s:4:\"slug\";s:11:\"wp-hashcash\";s:6:\"plugin\";s:27:\"wp-hashcash/wp-hashcash.php\";s:11:\"new_version\";s:3:\"4.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-hashcash/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-hashcash.4.6.zip\";s:14:\"upgrade_notice\";s:74:\"Removed front facing links to comply with WordPress.org plugin guidelines.\";}s:35:\"wp-page-numbers/wp-page-numbers.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"2835\";s:4:\"slug\";s:15:\"wp-page-numbers\";s:6:\"plugin\";s:35:\"wp-page-numbers/wp-page-numbers.php\";s:11:\"new_version\";s:3:\"0.5\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-page-numbers/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/wp-page-numbers.0.5.zip\";}}}','yes'),(125919,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451985533','no'),(125920,'_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:0:\"\";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:3:{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:\"Wed, 09 Dec 2015 14:54: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.5-alpha-36168\";s: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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s: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:44:\"https://wordpress.org/news/2015/12/clifford/\";s: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, 08 Dec 2015 03:25:47 +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:3:\"4.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";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:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take [&#8230;]\";s: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:39387:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&#38;s=180&#38;r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <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/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/aduth\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bj&#248;rn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</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/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</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/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel M&#233;nard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</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/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</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/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</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/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</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/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</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/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</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/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</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/joehills\">joehills</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/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</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/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</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/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</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/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</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/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dr&#243;żdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</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/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</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/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</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/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</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/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</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/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</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/miqrogroove\">Robert Chapin</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/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</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/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</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/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">St&#233;phane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</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/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</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/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kr&#228;ftner</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/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kr&#252;ss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 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. See you soon for version 4.5!</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 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/2015/11/wordpress-4-4-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:\"Wed, 25 Nov 2015 23:04: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: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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";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.4 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.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, [&#8230;]\";s: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:\"Scott Taylor\";s: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:1801:\"<p>The release candidate for WordPress 4.4 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.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you&#8217;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&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, 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.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 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/2015/11/wordpress-4-4-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:\"Thu, 12 Nov 2015 00:04: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: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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";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:337:\"WordPress 4.4 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.4, try the WordPress Beta Tester plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can [&#8230;]\";s: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:\"Scott Taylor\";s: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:1407:\"<p>WordPress 4.4 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.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&#38;group=component&#38;milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></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:\"\";}}}}}i:3;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 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/2015/11/wordpress-4-4-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:\"Wed, 04 Nov 2015 22:10: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: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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";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:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out [&#8230;]\";s: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:\"Scott Taylor\";s: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:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/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.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&#38;group=component&#38;milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</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:\"\";}}}}}i:4;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 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/2015/10/wordpress-4-4-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:\"Wed, 28 Oct 2015 20:50: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: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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";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:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out [&#8230;]\";s: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:\"Scott Taylor\";s: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:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/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.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&#38;group=component&#38;milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</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:\"\";}}}}}i:5;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-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, 22 Oct 2015 23:54:19 +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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";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.4 Beta 1 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.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s: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:\"Scott Taylor\";s: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:4295:\"<p>WordPress 4.4 Beta 1 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.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you&#8217;ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code>&#60;title&#62;</code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&#38;group=component&#38;milestone=4.4\">list of everything</a> that&#8217;s changed.</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\" target=\"_blank\">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/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<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:\"\";}}}}}i:6;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.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:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-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:\"Tue, 15 Sep 2015 15:22:37 +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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";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:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by [&#8230;]\";s: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:\"Samuel Sidler\";s: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:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 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>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&#38;stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.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.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><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/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <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:\"\";}}}}}i:7;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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s: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:42:\"https://wordpress.org/news/2015/08/billie/\";s: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, 18 Aug 2015 19:12: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: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:3:\"4.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";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:352:\"Version 4.3 of WordPress, named &#8220;Billie&#8221; in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in [&#8230;]\";s: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:22511:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - &#34;Billie&#34;\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named &#8220;Billie&#8221; in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n&nbsp;<br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n&nbsp;<br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> &#8211; Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> &#8211; All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> &#8211; Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&#38;s=180&#38;r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <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/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</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/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bj&#248;rn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</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/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</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/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</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/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</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/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</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/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</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/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</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/jkudish\">Joey Kudish</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/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</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/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</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/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</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/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</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/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</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/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 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. See you soon for version 4.4!</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 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/2015/08/wordpress-4-2-4-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:\"Tue, 04 Aug 2015 12:10:40 +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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";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:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí [&#8230;]\";s: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:\"Samuel Sidler\";s: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:2011:\"<p>WordPress 4.2.4 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>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&#38;stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</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.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</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:\"\";}}}}}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:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.3 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/2015/07/wordpress-4-3-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:\"Wed, 29 Jul 2015 23:50:43 +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.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";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:340:\"The release candidate for WordPress 4.3 is now available. We&#8217;ve made more than 100 changes since releasing Beta 4 a week ago. 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.3 on Tuesday, August 18, but we [&#8230;]\";s: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:19:\"Konstantin Obenland\";s: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:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We&#8217;ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&#38;mode=stop_on_copy&#38;rev=33512&#38;stop_rev=33372&#38;limit=120\">100 changes</a> since releasing Beta 4 a week ago. 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.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you&#8217;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&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, 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.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</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: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:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Jan 2016 21:18:53 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 09 Dec 2015 14:54: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\";i:20081219;}','no'),(5321,'widget_best_sellers','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5322,'widget_onsale','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5323,'widget_woocommerce_login','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(5515,'limit_login_cookies','1','yes'),(5382,'_transient_woocommerce_unfiltered_product_ids_post_typeproduct','a:0:{}','yes'),(9346,'mwp_backup_tasks','a:2:{s:12:\"Daily Backup\";a:2:{s:9:\"task_args\";a:14:{s:4:\"type\";s:5:\"daily\";s:4:\"what\";s:2:\"db\";s:15:\"optimize_tables\";b:1;s:8:\"schedule\";s:1:\"0\";s:13:\"del_host_file\";b:0;s:12:\"disable_comp\";i:0;s:5:\"limit\";s:1:\"3\";s:3:\"url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:8:\"site_key\";s:32:\"ed878ed7ed1816f27cd38cdc8baebcc3\";s:7:\"task_id\";i:33139;s:7:\"exclude\";a:2:{i:0;s:16:\"wp-content/cache\";i:1;s:21:\"wp-content/w3tc-cache\";}s:7:\"include\";N;s:12:\"account_info\";a:1:{s:16:\"mwp_google_drive\";a:1:{s:18:\"google_drive_token\";s:1:\"p\";}}s:4:\"next\";i:1382832000;}s:12:\"task_results\";a:11:{i:0;a:6:{s:4:\"size\";s:5:\"189kb\";s:8:\"duration\";s:5:\"6.03s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:142:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-26_857de3cd03d0c2744fb0ada951591c58.zip\";s:8:\"file_url\";s:131:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-26_857de3cd03d0c2744fb0ada951591c58.zip\";}s:12:\"google_drive\";s:76:\"mollywoppersnyb.com_daily_db_2013-03-26_857de3cd03d0c2744fb0ada951591c58.zip\";s:4:\"time\";i:1364266788;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:-8;}}i:1;a:6:{s:4:\"size\";s:5:\"189kb\";s:8:\"duration\";s:5:\"1.01s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:142:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-27_39b4c360baee451c91c2a0af079d66fc.zip\";s:8:\"file_url\";s:131:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-27_39b4c360baee451c91c2a0af079d66fc.zip\";}s:12:\"google_drive\";s:76:\"mollywoppersnyb.com_daily_db_2013-03-27_39b4c360baee451c91c2a0af079d66fc.zip\";s:4:\"time\";i:1364409107;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:-8;}}i:2;a:6:{s:4:\"size\";s:5:\"190kb\";s:8:\"duration\";s:4:\"7.4s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:142:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-29_5822001275a3342e0078ab5a2d6e87b0.zip\";s:8:\"file_url\";s:131:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-29_5822001275a3342e0078ab5a2d6e87b0.zip\";}s:12:\"google_drive\";s:76:\"mollywoppersnyb.com_daily_db_2013-03-29_5822001275a3342e0078ab5a2d6e87b0.zip\";s:4:\"time\";i:1364587772;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:-8;}}i:3;a:1:{s:4:\"time\";i:1367519988;}i:4;a:1:{s:4:\"time\";i:1368262045;}i:5;a:1:{s:4:\"time\";i:1368916799;}i:6;a:1:{s:4:\"time\";i:1369221557;}i:7;a:1:{s:4:\"time\";i:1369579473;}i:8;a:1:{s:4:\"time\";i:1371131830;}i:9;a:1:{s:4:\"time\";i:1371725182;}i:10;a:1:{s:4:\"time\";i:1382775856;}}}s:13:\"Weekly Backup\";a:2:{s:9:\"task_args\";a:14:{s:4:\"type\";s:6:\"weekly\";s:4:\"what\";s:4:\"full\";s:15:\"optimize_tables\";b:1;s:8:\"schedule\";s:3:\"0|1\";s:13:\"del_host_file\";b:0;s:12:\"disable_comp\";i:0;s:5:\"limit\";s:1:\"1\";s:3:\"url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:8:\"site_key\";s:32:\"ed878ed7ed1816f27cd38cdc8baebcc3\";s:7:\"task_id\";i:33141;s:7:\"exclude\";a:2:{i:0;s:16:\"wp-content/cache\";i:1;s:21:\"wp-content/w3tc-cache\";}s:7:\"include\";N;s:12:\"account_info\";a:1:{s:16:\"mwp_google_drive\";a:1:{s:18:\"google_drive_token\";s:1:\"p\";}}s:4:\"next\";i:1364169600;}s:12:\"task_results\";a:1:{i:0;a:5:{s:4:\"size\";s:4:\"61mb\";s:8:\"duration\";s:3:\"19s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:145:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_weekly_full_2013-02-25_6476b7084306d6c1e6e5e78ec6d5558e.zip\";s:8:\"file_url\";s:134:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_weekly_full_2013-02-25_6476b7084306d6c1e6e5e78ec6d5558e.zip\";}s:4:\"time\";i:1361751996;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}}}}','yes'),(5507,'limit_login_client_type','REMOTE_ADDR','yes'),(5508,'limit_login_allowed_retries','3','yes'),(5509,'limit_login_lockout_duration','3600','yes'),(5510,'limit_login_allowed_lockouts','2','yes'),(5511,'limit_login_long_duration','86400','yes'),(5512,'limit_login_valid_duration','86400','yes'),(5513,'limit_login_lockout_notify','log,email','yes'),(5514,'limit_login_notify_email_after','2','yes'),(6623,'dpt_options','a:1:{s:7:\"default\";a:2:{s:13:\"attachment_id\";s:0:\"\";s:5:\"value\";s:0:\"\";}}','yes'),(6334,'theme_mods_mollywoppers','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1335473478;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"text-2\";i:4;s:5:\"rss-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:10:\"nav_menu-2\";i:7;s:8:\"search-2\";i:8;s:14:\"recent-posts-2\";i:9;s:10:\"archives-2\";i:10;s:12:\"categories-2\";i:11;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:9:{i:0;s:8:\"search-3\";i:1;s:10:\"nav_menu-3\";i:2;s:15:\"upcoming-events\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:17:\"recent-comments-2\";i:6;s:7:\"links-3\";i:7;s:17:\"post-notification\";i:8;s:16:\"sms-text-message\";}}}}','yes'),(6024,'_transient_woocommerce_unfiltered_product_ids_feedfeedpost_typep','a:0:{}','yes'),(5570,'limit_login_retries','a:6:{s:12:\"75.119.205.4\";i:3;s:14:\"173.236.195.24\";i:3;s:14:\"69.163.226.111\";i:3;s:13:\"94.76.211.101\";i:3;s:15:\"208.113.221.154\";i:3;s:14:\"162.144.139.99\";i:3;}','no'),(5571,'limit_login_retries_valid','a:6:{s:12:\"75.119.205.4\";i:1476897109;s:14:\"173.236.195.24\";i:1476912503;s:14:\"69.163.226.111\";i:1476927711;s:13:\"94.76.211.101\";i:1476943096;s:15:\"208.113.221.154\";i:1476958591;s:14:\"162.144.139.99\";i:1476974055;}','no'),(185302,'_transient_timeout_wpbizplugins_uac_css_to_hide','1476742986','no'),(185303,'_transient_wpbizplugins_uac_css_to_hide','<style type=\"text/css\">#footer-upgrade, #footer-thankyou { display: none; } { display: none !important; }</style>','no'),(5572,'limit_login_lockouts','a:1:{s:14:\"162.144.139.99\";i:1476891255;}','yes'),(5573,'limit_login_logged','a:3698:{s:14:\"80.165.154.119\";a:1:{s:5:\"admin\";i:1;}s:14:\"184.22.109.155\";a:1:{s:5:\"admin\";i:1;}s:12:\"78.29.15.137\";a:1:{s:5:\"admin\";i:13;}s:14:\"118.175.64.132\";a:1:{s:5:\"admin\";i:1;}s:14:\"93.183.206.122\";a:1:{s:5:\"admin\";i:2;}s:11:\"69.10.51.10\";a:1:{s:5:\"admin\";i:2;}s:14:\"78.159.112.243\";a:1:{s:5:\"admin\";i:1;}s:15:\"109.163.230.207\";a:1:{s:5:\"admin\";i:1;}s:13:\"63.246.243.57\";a:1:{s:5:\"admin\";i:1;}s:11:\"91.207.4.86\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.224.160.132\";a:1:{s:5:\"admin\";i:2;}s:15:\"188.143.232.144\";a:1:{s:5:\"admin\";i:2;}s:15:\"188.120.224.242\";a:1:{s:5:\"admin\";i:1;}s:12:\"46.4.232.249\";a:1:{s:5:\"admin\";i:1;}s:10:\"37.9.61.64\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.207.4.186\";a:1:{s:5:\"admin\";i:8;}s:13:\"87.255.77.196\";a:1:{s:5:\"admin\";i:2;}s:12:\"74.50.121.68\";a:1:{s:5:\"admin\";i:1;}s:13:\"208.91.199.94\";a:1:{s:5:\"admin\";i:2;}s:14:\"195.190.13.158\";a:1:{s:5:\"admin\";i:1;}s:13:\"91.224.160.35\";a:1:{s:5:\"admin\";i:3;}s:12:\"151.8.12.213\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.7.249.243\";a:1:{s:5:\"admin\";i:1;}s:12:\"78.32.129.58\";a:1:{s:5:\"admin\";i:2;}s:14:\"217.128.175.91\";a:1:{s:5:\"admin\";i:4;}s:12:\"90.182.73.81\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.219.193.186\";a:1:{s:5:\"admin\";i:5;}s:13:\"24.199.189.66\";a:1:{s:5:\"admin\";i:1;}s:11:\"80.35.16.63\";a:1:{s:5:\"admin\";i:1;}s:13:\"79.39.183.124\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.153.192.49\";a:1:{s:5:\"admin\";i:1;}s:13:\"188.13.39.226\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.112.195.83\";a:1:{s:5:\"admin\";i:1;}s:14:\"94.113.137.129\";a:1:{s:5:\"admin\";i:1;}s:14:\"212.183.165.15\";a:1:{s:5:\"admin\";i:1;}s:13:\"92.114.94.166\";a:1:{s:9:\"haveboard\";i:1;}s:11:\"91.207.6.18\";a:1:{s:5:\"admin\";i:2;}s:15:\"188.143.232.184\";a:1:{s:5:\"admin\";i:3;}s:13:\"2.132.157.228\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.237.249.178\";a:1:{s:5:\"Admin\";i:2;}s:13:\"5.135.112.197\";a:1:{s:5:\"Admin\";i:1;}s:12:\"94.23.99.213\";a:1:{s:5:\"Admin\";i:1;}s:13:\"111.68.103.22\";a:1:{s:5:\"admin\";i:1;}s:12:\"31.202.231.7\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.143.234.121\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.143.233.136\";a:1:{s:5:\"admin\";i:1;}s:13:\"79.148.238.85\";a:1:{s:5:\"Admin\";i:3;}s:12:\"80.25.95.249\";a:1:{s:5:\"Admin\";i:4;}s:12:\"80.28.106.14\";a:1:{s:5:\"Admin\";i:3;}s:15:\"203.206.167.242\";a:1:{s:5:\"Admin\";i:2;}s:12:\"80.33.195.34\";a:1:{s:5:\"Admin\";i:1;}s:14:\"95.240.253.158\";a:1:{s:5:\"Admin\";i:1;}s:13:\"177.43.64.140\";a:1:{s:5:\"admin\";i:4;}s:13:\"151.54.54.194\";a:1:{s:5:\"Admin\";i:1;}s:15:\"190.220.229.118\";a:1:{s:5:\"Admin\";i:1;}s:12:\"80.35.80.139\";a:1:{s:5:\"Admin\";i:4;}s:14:\"91.224.160.135\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.151.216.53\";a:1:{s:5:\"admin\";i:1;}s:13:\"80.28.254.179\";a:1:{s:5:\"Admin\";i:2;}s:14:\"217.58.114.252\";a:1:{s:5:\"Admin\";i:1;}s:13:\"80.29.121.167\";a:1:{s:5:\"admin\";i:2;}s:13:\"95.227.198.80\";a:1:{s:5:\"Admin\";i:8;}s:15:\"188.143.233.138\";a:1:{s:5:\"admin\";i:5;}s:13:\"82.117.234.78\";a:1:{s:5:\"admin\";i:2;}s:12:\"184.82.92.86\";a:1:{s:5:\"admin\";i:1;}s:11:\"78.6.228.32\";a:1:{s:5:\"Admin\";i:2;}s:11:\"80.76.89.37\";a:1:{s:5:\"Admin\";i:1;}s:13:\"184.82.29.169\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.91.30.145\";a:1:{s:5:\"admin\";i:5;}s:13:\"77.226.248.32\";a:1:{s:5:\"admin\";i:2;}s:13:\"94.125.180.90\";a:1:{s:5:\"admin\";i:6;}s:11:\"80.35.98.44\";a:1:{s:5:\"admin\";i:1;}s:12:\"87.79.89.214\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.210.251.126\";a:1:{s:5:\"admin\";i:3;}s:12:\"80.35.209.37\";a:1:{s:5:\"admin\";i:1;}s:12:\"80.35.87.168\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.82.196.36\";a:1:{s:5:\"admin\";i:2;}s:12:\"80.25.45.115\";a:1:{s:5:\"admin\";i:1;}s:11:\"77.43.9.164\";a:1:{s:5:\"Admin\";i:1;}s:12:\"79.28.255.65\";a:1:{s:5:\"Admin\";i:6;}s:14:\"88.230.129.162\";a:1:{s:5:\"admin\";i:1;}s:14:\"177.43.160.197\";a:1:{s:5:\"admin\";i:2;}s:11:\"91.194.12.6\";a:1:{s:5:\"admin\";i:3;}s:11:\"91.207.7.90\";a:1:{s:5:\"admin\";i:1;}s:14:\"70.107.229.152\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:13:\"74.62.205.194\";a:1:{s:5:\"Admin\";i:7;}s:12:\"65.202.199.3\";a:1:{s:5:\"Admin\";i:2;}s:13:\"171.25.190.77\";a:1:{s:5:\"admin\";i:1;}s:11:\"94.199.51.7\";a:1:{s:5:\"admin\";i:1;}s:15:\"189.127.148.145\";a:2:{s:4:\"user\";i:1;s:6:\"qwerty\";i:1;}s:12:\"83.237.74.10\";a:3:{s:3:\"adm\";i:1;s:13:\"administrator\";i:1;s:7:\"manager\";i:1;}s:13:\"212.109.28.79\";a:1:{s:5:\"admin\";i:3;}s:14:\"190.28.243.246\";a:3:{s:7:\"manager\";i:1;s:3:\"aaa\";i:1;s:8:\"sysadmin\";i:1;}s:15:\"109.242.227.201\";a:3:{s:7:\"support\";i:1;s:4:\"user\";i:1;s:6:\"qwerty\";i:1;}s:14:\"78.186.149.221\";a:1:{s:13:\"administrator\";i:1;}s:11:\"204.93.60.9\";a:1:{s:5:\"admin\";i:1;}s:13:\"24.64.120.194\";a:1:{s:5:\"Admin\";i:1;}s:13:\"188.190.98.10\";a:1:{s:5:\"admin\";i:10;}s:15:\"212.124.115.206\";a:1:{s:5:\"Admin\";i:1;}s:11:\"87.28.73.64\";a:1:{s:5:\"admin\";i:1;}s:14:\"88.231.168.185\";a:1:{s:5:\"admin\";i:1;}s:12:\"146.0.74.234\";a:4:{s:5:\"admin\";i:174;s:15:\"mollywoppersnyb\";i:1;s:5:\"ppers\";i:1;s:4:\"olly\";i:1;}s:12:\"94.65.227.74\";a:1:{s:5:\"admin\";i:1;}s:12:\"78.161.151.3\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.150.240.164\";a:1:{s:5:\"admin\";i:1;}s:13:\"115.76.19.163\";a:1:{s:5:\"admin\";i:1;}s:11:\"117.7.0.108\";a:1:{s:5:\"admin\";i:1;}s:12:\"31.11.72.159\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.187.12.17\";a:1:{s:5:\"admin\";i:1;}s:12:\"80.78.71.121\";a:1:{s:5:\"admin\";i:1;}s:11:\"46.49.58.51\";a:1:{s:5:\"admin\";i:1;}s:12:\"62.68.69.103\";a:1:{s:5:\"admin\";i:1;}s:15:\"113.162.163.113\";a:1:{s:5:\"admin\";i:1;}s:10:\"5.34.3.226\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.165.243.45\";a:1:{s:5:\"admin\";i:14;}s:12:\"88.224.13.96\";a:1:{s:5:\"admin\";i:1;}s:13:\"195.38.36.205\";a:1:{s:5:\"Admin\";i:1;}s:10:\"37.9.53.64\";a:1:{s:5:\"admin\";i:3;}s:13:\"184.22.41.113\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"212.98.83.114\";a:1:{s:5:\"Admin\";i:1;}s:12:\"85.233.90.81\";a:1:{s:5:\"Admin\";i:2;}s:13:\"112.213.89.47\";a:1:{s:5:\"admin\";i:3;}s:12:\"2.139.159.15\";a:1:{s:5:\"admin\";i:3;}s:13:\"62.159.23.196\";a:1:{s:5:\"admin\";i:6;}s:13:\"87.139.91.242\";a:1:{s:5:\"admin\";i:4;}s:11:\"217.91.37.3\";a:1:{s:5:\"admin\";i:4;}s:13:\"92.64.254.225\";a:1:{s:5:\"admin\";i:4;}s:14:\"195.56.195.253\";a:1:{s:5:\"admin\";i:3;}s:13:\"209.160.54.26\";a:1:{s:5:\"admin\";i:5;}s:11:\"85.72.33.54\";a:1:{s:5:\"admin\";i:3;}s:12:\"83.70.178.60\";a:1:{s:5:\"admin\";i:2;}s:12:\"37.57.25.225\";a:1:{s:5:\"admin\";i:1;}s:12:\"217.23.5.188\";a:1:{s:5:\"admin\";i:1;}s:13:\"184.82.191.98\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:14:\"88.198.160.162\";a:1:{s:5:\"admin\";i:3;}s:15:\"188.143.233.150\";a:1:{s:5:\"admin\";i:4;}s:14:\"209.161.218.10\";a:1:{s:5:\"Admin\";i:1;}s:13:\"88.230.21.133\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.153.9.119\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.105.50.246\";a:1:{s:5:\"admin\";i:1;}s:13:\"62.173.190.98\";a:1:{s:5:\"Admin\";i:1;}s:14:\"86.124.100.108\";a:1:{s:5:\"admin\";i:1;}s:13:\"81.179.246.53\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"188.92.74.87\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.64.177.169\";a:1:{s:5:\"admin\";i:1;}s:11:\"202.28.64.1\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"123.201.160.250\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"202.133.60.2\";a:1:{s:5:\"admin\";i:1;}s:15:\"200.175.177.130\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"183.82.97.36\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"112.198.90.218\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"221.121.36.218\";a:1:{s:5:\"admin\";i:2;}s:14:\"91.235.178.161\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"125.60.240.211\";a:1:{s:8:\"{domain}\";i:1;}s:10:\"58.68.4.98\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"124.6.181.104\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"190.183.224.253\";a:1:{s:8:\"{domain}\";i:2;}s:10:\"1.23.86.16\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"189.43.182.204\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"113.53.168.9\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.249.115.225\";a:1:{s:5:\"admin\";i:1;}s:11:\"177.0.55.22\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"110.77.205.164\";a:1:{s:5:\"admin\";i:1;}s:13:\"202.29.239.84\";a:1:{s:5:\"admin\";i:1;}s:11:\"39.42.22.58\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.48.108.198\";a:1:{s:8:\"{domain}\";i:1;}s:10:\"5.52.42.16\";a:1:{s:5:\"admin\";i:1;}s:13:\"183.81.11.244\";a:2:{s:8:\"{domain}\";i:1;s:5:\"admin\";i:1;}s:14:\"180.249.63.225\";a:1:{s:5:\"admin\";i:1;}s:14:\"49.145.123.252\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"110.136.246.129\";a:1:{s:5:\"admin\";i:1;}s:13:\"122.59.72.151\";a:1:{s:5:\"admin\";i:1;}s:14:\"66.248.184.243\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"223.207.117.71\";a:2:{s:13:\"administrator\";i:1;s:6:\"admin1\";i:1;}s:14:\"148.246.142.43\";a:1:{s:7:\"support\";i:1;}s:13:\"189.131.91.61\";a:1:{s:7:\"support\";i:1;}s:12:\"49.248.14.34\";a:1:{s:7:\"support\";i:1;}s:13:\"110.77.235.97\";a:1:{s:7:\"support\";i:1;}s:14:\"93.105.206.102\";a:1:{s:7:\"support\";i:1;}s:14:\"181.112.157.99\";a:1:{s:7:\"support\";i:1;}s:8:\"1.54.8.1\";a:1:{s:7:\"support\";i:1;}s:15:\"188.120.128.202\";a:1:{s:7:\"support\";i:1;}s:14:\"123.236.252.92\";a:1:{s:7:\"support\";i:1;}s:12:\"88.233.56.43\";a:1:{s:13:\"administrator\";i:1;}s:13:\"36.72.150.166\";a:1:{s:7:\"support\";i:1;}s:12:\"93.41.205.98\";a:1:{s:7:\"support\";i:1;}s:15:\"112.208.182.220\";a:1:{s:6:\"admin1\";i:1;}s:15:\"201.141.248.210\";a:1:{s:7:\"support\";i:1;}s:13:\"175.100.17.83\";a:1:{s:7:\"support\";i:1;}s:11:\"27.72.2.140\";a:1:{s:7:\"support\";i:1;}s:14:\"201.234.213.83\";a:1:{s:7:\"support\";i:1;}s:14:\"175.139.177.50\";a:1:{s:7:\"support\";i:1;}s:12:\"58.187.126.2\";a:1:{s:7:\"support\";i:1;}s:15:\"109.127.137.239\";a:1:{s:7:\"support\";i:1;}s:12:\"59.97.18.237\";a:1:{s:5:\"admin\";i:1;}s:14:\"201.230.139.33\";a:1:{s:7:\"support\";i:1;}s:14:\"110.54.150.225\";a:1:{s:5:\"admin\";i:1;}s:12:\"88.233.71.52\";a:1:{s:7:\"support\";i:1;}s:14:\"46.121.218.117\";a:2:{s:7:\"support\";i:1;s:3:\"adm\";i:1;}s:13:\"118.68.91.252\";a:1:{s:7:\"support\";i:1;}s:15:\"190.222.136.170\";a:1:{s:7:\"support\";i:1;}s:13:\"117.6.200.200\";a:1:{s:7:\"support\";i:1;}s:14:\"89.230.170.241\";a:1:{s:7:\"support\";i:1;}s:14:\"110.168.198.89\";a:1:{s:7:\"support\";i:1;}s:13:\"124.6.183.211\";a:1:{s:7:\"support\";i:1;}s:14:\"115.77.199.148\";a:1:{s:7:\"support\";i:1;}s:13:\"202.125.94.10\";a:1:{s:7:\"support\";i:1;}s:14:\"198.144.116.99\";a:1:{s:7:\"support\";i:1;}s:14:\"190.118.160.44\";a:1:{s:7:\"support\";i:1;}s:14:\"147.30.174.209\";a:1:{s:7:\"support\";i:1;}s:12:\"88.236.17.57\";a:1:{s:7:\"support\";i:1;}s:14:\"195.175.83.218\";a:1:{s:7:\"support\";i:1;}s:13:\"125.60.229.50\";a:1:{s:7:\"support\";i:1;}s:14:\"175.138.180.59\";a:1:{s:7:\"support\";i:1;}s:13:\"114.79.12.147\";a:1:{s:7:\"support\";i:1;}s:13:\"91.185.16.190\";a:1:{s:7:\"support\";i:1;}s:14:\"109.72.200.228\";a:2:{s:7:\"support\";i:1;s:5:\"admin\";i:1;}s:15:\"113.165.169.190\";a:1:{s:3:\"adm\";i:1;}s:13:\"112.198.82.65\";a:1:{s:7:\"support\";i:1;}s:11:\"103.1.70.81\";a:1:{s:7:\"support\";i:1;}s:15:\"180.190.197.122\";a:1:{s:3:\"adm\";i:1;}s:11:\"1.53.80.231\";a:1:{s:7:\"support\";i:1;}s:15:\"183.171.164.219\";a:1:{s:6:\"admin1\";i:1;}s:12:\"78.1.146.216\";a:1:{s:6:\"admin1\";i:1;}s:12:\"77.47.132.25\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"190.42.157.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"101.51.227.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"202.79.157.70\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"212.252.194.54\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"111.93.180.66\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"180.183.175.227\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"125.26.216.209\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"101.51.61.26\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"114.187.68.220\";a:1:{s:8:\"{domain}\";i:3;}s:14:\"125.175.10.172\";a:2:{s:8:\"{domain}\";i:3;s:5:\"admin\";i:1;}s:15:\"111.233.138.238\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"186.22.17.223\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"81.89.213.125\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:1;}s:14:\"82.200.205.101\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.33.202.178\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:1;}s:12:\"190.12.8.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"126.108.177.21\";a:1:{s:5:\"admin\";i:1;}s:10:\"31.43.30.4\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.137.14.175\";a:1:{s:5:\"admin\";i:1;}s:14:\"186.92.219.172\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"105.238.38.148\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"188.237.246.156\";a:1:{s:5:\"admin\";i:2;}s:15:\"201.240.143.252\";a:1:{s:5:\"admin\";i:1;}s:14:\"220.105.11.175\";a:1:{s:5:\"admin\";i:1;}s:13:\"31.192.16.226\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:1;}s:13:\"200.58.93.110\";a:1:{s:5:\"admin\";i:1;}s:13:\"1.179.168.113\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.178.52.255\";a:1:{s:5:\"admin\";i:2;}s:14:\"203.172.203.38\";a:1:{s:5:\"admin\";i:1;}s:13:\"183.89.143.21\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:15:\"122.220.255.199\";a:1:{s:5:\"admin\";i:4;}s:13:\"27.142.44.232\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:1;}s:14:\"181.160.54.219\";a:1:{s:5:\"admin\";i:1;}s:14:\"222.124.43.151\";a:1:{s:5:\"admin\";i:1;}s:12:\"88.1.143.179\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.110.2.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"1.164.1.29\";a:1:{s:5:\"admin\";i:1;}s:14:\"183.80.158.203\";a:1:{s:8:\"{domain}\";i:1;}s:11:\"41.108.41.3\";a:1:{s:5:\"admin\";i:1;}s:13:\"113.151.14.33\";a:1:{s:5:\"admin\";i:1;}s:11:\"119.25.22.7\";a:1:{s:5:\"admin\";i:1;}s:13:\"222.14.61.234\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"203.111.232.6\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.45.209.71\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.38.135.156\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"197.251.139.191\";a:1:{s:5:\"admin\";i:1;}s:10:\"1.4.240.16\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.49.199.240\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"101.51.132.128\";a:1:{s:5:\"admin\";i:1;}s:15:\"105.227.179.250\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"123.30.165.153\";a:1:{s:5:\"admin\";i:1;}s:14:\"144.36.224.108\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:1;}s:15:\"114.144.160.223\";a:1:{s:5:\"admin\";i:1;}s:13:\"195.175.51.50\";a:1:{s:5:\"admin\";i:1;}s:12:\"82.114.71.90\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.89.226.166\";a:1:{s:5:\"admin\";i:1;}s:12:\"180.73.208.9\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"202.131.234.244\";a:2:{s:5:\"admin\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:13:\"62.61.190.180\";a:1:{s:5:\"admin\";i:1;}s:15:\"112.133.214.254\";a:1:{s:5:\"admin\";i:1;}s:12:\"200.17.115.6\";a:1:{s:5:\"admin\";i:1;}s:12:\"151.244.7.65\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"112.209.140.49\";a:1:{s:5:\"admin\";i:1;}s:13:\"183.89.42.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"190.214.209.225\";a:1:{s:5:\"admin\";i:1;}s:13:\"171.5.199.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"203.194.115.230\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"125.99.104.42\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.107.225.50\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.218.179.223\";a:1:{s:5:\"admin\";i:1;}s:13:\"121.97.59.105\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.27.27.136\";a:1:{s:5:\"admin\";i:1;}s:11:\"83.11.9.102\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.107.85.130\";a:1:{s:5:\"admin\";i:1;}s:12:\"85.29.173.34\";a:1:{s:5:\"admin\";i:1;}s:13:\"211.13.11.234\";a:1:{s:5:\"admin\";i:1;}s:13:\"91.99.175.118\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.29.137.138\";a:1:{s:5:\"admin\";i:1;}s:14:\"181.177.133.67\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.158.212.246\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.180.120.88\";a:1:{s:5:\"admin\";i:1;}s:13:\"121.54.58.131\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.138.129.42\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.214.93.240\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.191.255.48\";a:1:{s:5:\"admin\";i:1;}s:14:\"217.199.121.26\";a:1:{s:5:\"admin\";i:2;}s:12:\"41.182.35.61\";a:1:{s:5:\"admin\";i:1;}s:11:\"89.21.29.46\";a:1:{s:5:\"admin\";i:3;}s:13:\"87.238.175.21\";a:1:{s:5:\"admin\";i:2;}s:12:\"50.74.173.42\";a:1:{s:5:\"admin\";i:2;}s:12:\"77.231.0.236\";a:1:{s:5:\"admin\";i:2;}s:12:\"89.216.16.35\";a:1:{s:5:\"admin\";i:2;}s:14:\"78.186.211.193\";a:1:{s:5:\"admin\";i:1;}s:14:\"90.179.134.236\";a:1:{s:5:\"admin\";i:2;}s:14:\"217.91.109.227\";a:1:{s:5:\"admin\";i:1;}s:14:\"201.234.133.10\";a:1:{s:5:\"Admin\";i:1;}s:13:\"181.64.125.21\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"218.216.45.51\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"114.156.16.181\";a:2:{s:8:\"{domain}\";i:2;s:5:\"admin\";i:1;}s:11:\"5.76.143.33\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"41.206.11.9\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"175.158.181.144\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"202.190.114.105\";a:1:{s:15:\"mollywoppersnyb\";i:3;}s:14:\"59.136.157.111\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"41.97.147.23\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"120.60.142.60\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"110.172.152.2\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"190.253.190.215\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"190.131.176.27\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"190.237.242.138\";a:1:{s:5:\"admin\";i:1;}s:13:\"122.21.56.171\";a:1:{s:8:\"{domain}\";i:2;}s:13:\"189.146.80.23\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.133.66.132\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"190.204.194.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.96.215.169\";a:1:{s:5:\"admin\";i:1;}s:13:\"88.240.18.160\";a:1:{s:5:\"admin\";i:1;}s:13:\"91.103.29.238\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:2;}s:14:\"182.178.92.218\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"39.47.23.233\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"88.254.132.189\";a:1:{s:5:\"admin\";i:1;}s:12:\"1.179.160.13\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"2.185.131.183\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"180.183.200.188\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"186.46.216.143\";a:1:{s:5:\"admin\";i:1;}s:12:\"186.1.207.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"124.47.241.13\";a:1:{s:5:\"admin\";i:1;}s:13:\"94.123.133.43\";a:1:{s:5:\"admin\";i:1;}s:13:\"82.205.55.189\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"201.240.242.166\";a:1:{s:5:\"admin\";i:1;}s:13:\"112.208.39.17\";a:1:{s:5:\"admin\";i:1;}s:15:\"125.198.142.158\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:1;}s:13:\"186.43.234.36\";a:1:{s:5:\"admin\";i:1;}s:14:\"180.183.232.52\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:11:\"85.9.116.39\";a:2:{s:8:\"{domain}\";i:1;s:5:\"admin\";i:1;}s:14:\"41.218.250.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"180.183.26.47\";a:1:{s:5:\"admin\";i:1;}s:13:\"180.146.118.2\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:2;}s:14:\"176.33.103.148\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.43.80.35\";a:1:{s:5:\"admin\";i:1;}s:13:\"113.59.229.50\";a:1:{s:5:\"admin\";i:1;}s:14:\"190.232.58.254\";a:1:{s:5:\"admin\";i:1;}s:13:\"171.4.194.249\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"133.37.209.103\";a:2:{s:5:\"admin\";i:1;s:8:\"{domain}\";i:2;}s:14:\"78.184.142.124\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.66.226.123\";a:1:{s:5:\"admin\";i:1;}s:14:\"151.241.230.13\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.27.24.131\";a:1:{s:5:\"admin\";i:1;}s:14:\"147.30.184.225\";a:1:{s:5:\"admin\";i:1;}s:13:\"101.51.47.157\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.206.11.10\";a:1:{s:5:\"admin\";i:1;}s:13:\"171.5.113.145\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"200.25.217.122\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.10.230.131\";a:1:{s:5:\"admin\";i:1;}s:12:\"82.49.11.248\";a:1:{s:5:\"admin\";i:1;}s:14:\"186.46.122.162\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"59.95.27.183\";a:1:{s:5:\"admin\";i:1;}s:12:\"103.9.90.253\";a:1:{s:5:\"admin\";i:3;}s:14:\"203.215.118.69\";a:1:{s:5:\"admin\";i:2;}s:15:\"187.199.174.137\";a:1:{s:5:\"admin\";i:1;}s:11:\"41.254.1.18\";a:1:{s:5:\"admin\";i:1;}s:13:\"180.250.70.58\";a:1:{s:5:\"admin\";i:1;}s:14:\"190.236.68.217\";a:1:{s:5:\"admin\";i:1;}s:13:\"120.56.186.26\";a:1:{s:5:\"admin\";i:1;}s:14:\"190.56.253.191\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"223.134.87.236\";a:1:{s:5:\"admin\";i:1;}s:13:\"110.77.235.93\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.86.103.40\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.86.151.158\";a:1:{s:5:\"admin\";i:2;}s:12:\"49.147.6.122\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.200.128.147\";a:1:{s:5:\"admin\";i:1;}s:12:\"27.2.124.186\";a:1:{s:5:\"admin\";i:1;}s:15:\"183.176.111.247\";a:1:{s:5:\"admin\";i:1;}s:12:\"171.97.192.4\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.254.1.241\";a:1:{s:5:\"admin\";i:1;}s:12:\"188.3.116.12\";a:1:{s:5:\"admin\";i:1;}s:15:\"153.184.220.166\";a:1:{s:5:\"admin\";i:1;}s:15:\"126.119.162.190\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.189.80.114\";a:1:{s:5:\"admin\";i:1;}s:14:\"203.215.65.198\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.190.122.40\";a:1:{s:5:\"admin\";i:1;}s:14:\"125.25.246.148\";a:1:{s:5:\"admin\";i:1;}s:14:\"110.170.37.245\";a:1:{s:5:\"admin\";i:1;}s:12:\"59.181.132.9\";a:1:{s:5:\"admin\";i:1;}s:13:\"213.55.105.25\";a:1:{s:5:\"admin\";i:1;}s:14:\"186.88.193.136\";a:1:{s:5:\"admin\";i:1;}s:13:\"178.91.72.180\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.148.50.250\";a:1:{s:5:\"admin\";i:2;}s:12:\"2.145.105.92\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.107.194.179\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.45.134.65\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"124.158.77.13\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"42.119.224.187\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"1.179.155.133\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"37.150.26.34\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"78.100.43.218\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"202.14.87.157\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"116.70.155.177\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"126.87.248.34\";a:1:{s:5:\"admin\";i:1;}s:14:\"31.176.185.116\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.33.22.246\";a:1:{s:5:\"admin\";i:1;}s:12:\"193.26.13.28\";a:1:{s:5:\"admin\";i:1;}s:15:\"210.147.180.171\";a:1:{s:8:\"{domain}\";i:1;}s:11:\"2.51.100.11\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"114.157.96.122\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"126.131.124.23\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"212.181.133.203\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"118.5.37.75\";a:1:{s:5:\"admin\";i:1;}s:14:\"180.191.197.72\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"196.202.12.246\";a:1:{s:5:\"admin\";i:1;}s:14:\"126.107.244.84\";a:1:{s:8:\"{domain}\";i:1;}s:10:\"5.22.98.90\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"14.139.86.99\";a:1:{s:5:\"admin\";i:1;}s:13:\"64.111.90.169\";a:1:{s:5:\"admin\";i:1;}s:14:\"195.25.237.125\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"81.95.173.68\";a:1:{s:5:\"admin\";i:1;}s:14:\"218.103.91.245\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"88.240.1.220\";a:1:{s:5:\"admin\";i:1;}s:15:\"126.123.167.135\";a:1:{s:5:\"admin\";i:1;}s:12:\"180.4.80.213\";a:1:{s:5:\"admin\";i:1;}s:14:\"115.39.136.174\";a:1:{s:5:\"admin\";i:1;}s:14:\"126.12.145.146\";a:1:{s:5:\"admin\";i:1;}s:14:\"101.51.160.160\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.201.20.18\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"153.188.222.246\";a:1:{s:5:\"admin\";i:1;}s:14:\"110.164.36.235\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"58.92.115.170\";a:1:{s:5:\"admin\";i:1;}s:10:\"86.98.7.87\";a:2:{s:8:\"{domain}\";i:1;s:5:\"admin\";i:1;}s:14:\"202.29.192.143\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"117.211.106.6\";a:1:{s:8:\"{domain}\";i:1;}s:11:\"61.7.212.34\";a:1:{s:5:\"admin\";i:1;}s:13:\"112.208.0.177\";a:1:{s:5:\"admin\";i:3;}s:13:\"182.178.43.94\";a:1:{s:5:\"admin\";i:1;}s:13:\"120.63.61.182\";a:1:{s:5:\"admin\";i:1;}s:13:\"89.189.191.46\";a:1:{s:5:\"admin\";i:1;}s:15:\"124.120.230.173\";a:1:{s:5:\"admin\";i:1;}s:13:\"110.92.116.50\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:11:\"171.4.33.12\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"60.53.221.217\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.246.121.218\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.144.217.20\";a:1:{s:5:\"admin\";i:1;}s:13:\"120.60.170.10\";a:1:{s:5:\"admin\";i:1;}s:13:\"197.207.26.55\";a:1:{s:5:\"admin\";i:1;}s:12:\"59.181.145.2\";a:1:{s:5:\"admin\";i:1;}s:12:\"124.6.181.98\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"61.206.159.195\";a:1:{s:5:\"admin\";i:1;}s:13:\"182.93.189.91\";a:1:{s:5:\"admin\";i:1;}s:13:\"110.77.231.52\";a:1:{s:5:\"admin\";i:1;}s:14:\"113.53.253.115\";a:1:{s:5:\"admin\";i:2;}s:14:\"27.142.134.114\";a:1:{s:5:\"admin\";i:1;}s:13:\"110.164.87.98\";a:1:{s:5:\"admin\";i:1;}s:14:\"27.135.247.154\";a:1:{s:5:\"admin\";i:1;}s:12:\"46.45.78.161\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.224.36.157\";a:1:{s:5:\"admin\";i:1;}s:14:\"111.234.56.224\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.56.53.234\";a:1:{s:5:\"admin\";i:1;}s:11:\"1.179.148.9\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:15:\"139.190.167.237\";a:1:{s:5:\"admin\";i:1;}s:13:\"87.247.163.63\";a:1:{s:5:\"admin\";i:1;}s:12:\"59.183.9.142\";a:2:{s:8:\"{domain}\";i:1;s:5:\"admin\";i:1;}s:13:\"91.98.107.156\";a:1:{s:5:\"admin\";i:1;}s:13:\"118.101.78.87\";a:1:{s:5:\"admin\";i:1;}s:14:\"222.127.206.80\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.58.54.133\";a:1:{s:5:\"admin\";i:1;}s:13:\"117.223.3.167\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.63.200.150\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.203.118.133\";a:1:{s:5:\"admin\";i:1;}s:13:\"121.54.58.137\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.146.74.102\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.88.250.235\";a:1:{s:5:\"admin\";i:1;}s:13:\"123.27.191.12\";a:1:{s:5:\"admin\";i:1;}s:12:\"80.78.20.162\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"59.183.11.228\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.46.167.87\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"114.167.54.106\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"183.81.33.31\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"175.143.40.126\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"123.110.119.229\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"202.29.191.49\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"115.76.12.137\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"114.169.155.132\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"186.101.201.105\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"182.18.209.3\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"59.140.37.71\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"122.196.199.165\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"111.90.174.196\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"180.188.255.18\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"121.1.176.230\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"186.46.78.57\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"187.206.188.154\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"118.174.29.49\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.44.126.151\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"186.70.241.27\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.80.175.214\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"202.5.196.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"180.190.236.181\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"61.19.83.122\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"115.74.11.12\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"189.188.32.66\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"122.54.75.162\";a:1:{s:5:\"admin\";i:1;}s:13:\"202.185.15.66\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"183.81.41.250\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"176.33.48.80\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.196.7.155\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"36.76.158.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"103.4.92.82\";a:1:{s:5:\"admin\";i:1;}s:12:\"36.224.85.91\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.140.186.226\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"118.174.46.89\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"189.133.183.134\";a:1:{s:5:\"admin\";i:1;}s:14:\"202.29.239.117\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.144.146.75\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"121.58.220.31\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"110.77.214.207\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"112.210.112.164\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"190.130.249.184\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"42.119.225.231\";a:1:{s:5:\"admin\";i:1;}s:15:\"190.239.244.244\";a:1:{s:5:\"admin\";i:1;}s:12:\"181.65.30.94\";a:1:{s:5:\"admin\";i:1;}s:13:\"195.88.72.214\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.233.161.8\";a:1:{s:5:\"admin\";i:1;}s:14:\"180.183.171.61\";a:1:{s:5:\"admin\";i:1;}s:13:\"182.52.24.171\";a:1:{s:5:\"admin\";i:1;}s:10:\"1.1.192.63\";a:1:{s:5:\"admin\";i:1;}s:14:\"112.200.158.69\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"186.29.9.115\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"189.159.79.160\";a:1:{s:8:\"{domain}\";i:1;}s:11:\"92.47.139.1\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.155.6.225\";a:1:{s:5:\"admin\";i:1;}s:13:\"118.174.2.165\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"153.177.130.153\";a:1:{s:5:\"admin\";i:1;}s:15:\"187.233.117.228\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.98.138.48\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.52.253.219\";a:1:{s:5:\"admin\";i:1;}s:11:\"37.236.5.42\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"189.139.180.93\";a:1:{s:5:\"admin\";i:1;}s:15:\"189.137.201.137\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.204.194.87\";a:1:{s:5:\"admin\";i:1;}s:15:\"202.131.227.133\";a:1:{s:5:\"admin\";i:1;}s:13:\"89.22.160.101\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"36.72.129.215\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.41.232.51\";a:1:{s:5:\"admin\";i:1;}s:13:\"117.223.0.141\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"118.96.134.117\";a:1:{s:5:\"admin\";i:1;}s:12:\"58.8.127.160\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"202.28.78.139\";a:1:{s:5:\"admin\";i:1;}s:13:\"121.111.68.61\";a:1:{s:5:\"admin\";i:1;}s:12:\"118.175.7.62\";a:1:{s:5:\"admin\";i:1;}s:13:\"39.48.198.249\";a:1:{s:5:\"admin\";i:1;}s:12:\"178.88.217.6\";a:1:{s:5:\"admin\";i:1;}s:15:\"223.204.181.203\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.251.64.135\";a:1:{s:5:\"admin\";i:1;}s:14:\"121.121.25.209\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.52.133.190\";a:1:{s:5:\"admin\";i:1;}s:13:\"175.141.150.8\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.32.112.242\";a:1:{s:5:\"admin\";i:1;}s:13:\"121.54.32.138\";a:1:{s:5:\"admin\";i:1;}s:13:\"61.247.49.210\";a:1:{s:5:\"admin\";i:1;}s:14:\"59.105.221.151\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.90.220.28\";a:1:{s:5:\"admin\";i:1;}s:12:\"181.65.12.54\";a:1:{s:5:\"admin\";i:1;}s:15:\"220.146.164.217\";a:1:{s:5:\"admin\";i:1;}s:12:\"112.198.79.7\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.222.79.48\";a:1:{s:5:\"admin\";i:1;}s:14:\"110.77.239.233\";a:1:{s:5:\"admin\";i:1;}s:14:\"186.205.254.16\";a:1:{s:5:\"admin\";i:1;}s:11:\"59.97.88.45\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.182.50.183\";a:1:{s:5:\"admin\";i:1;}s:14:\"168.187.250.68\";a:1:{s:5:\"admin\";i:1;}s:12:\"118.69.52.66\";a:1:{s:5:\"admin\";i:1;}s:13:\"203.169.50.24\";a:1:{s:5:\"admin\";i:1;}s:13:\"2.133.100.231\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.239.158.194\";a:1:{s:5:\"admin\";i:1;}s:13:\"115.147.99.58\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.233.184.1\";a:1:{s:5:\"admin\";i:1;}s:14:\"67.134.161.113\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"78.189.104.161\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:13:\"12.232.58.137\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"173.10.36.38\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"212.57.245.78\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"87.118.176.11\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"67.141.49.116\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"67.135.46.114\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"95.241.106.161\";a:1:{s:5:\"Admin\";i:2;}s:11:\"2.185.70.22\";a:1:{s:5:\"admin\";i:1;}s:12:\"110.164.59.3\";a:1:{s:5:\"admin\";i:1;}s:10:\"5.63.1.246\";a:1:{s:5:\"admin\";i:1;}s:13:\"112.198.79.27\";a:1:{s:5:\"admin\";i:1;}s:14:\"111.223.97.130\";a:1:{s:5:\"admin\";i:1;}s:13:\"120.28.125.34\";a:1:{s:5:\"admin\";i:1;}s:14:\"180.189.170.52\";a:1:{s:5:\"admin\";i:1;}s:11:\"89.122.5.44\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"118.97.212.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"110.172.171.82\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"37.45.54.142\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"130.180.214.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"109.162.126.97\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.222.189.90\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"77.240.248.177\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"85.101.206.124\";a:1:{s:13:\"administrator\";i:1;}s:13:\"176.122.83.96\";a:1:{s:13:\"administrator\";i:1;}s:14:\"212.42.127.233\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"110.77.249.245\";a:1:{s:13:\"administrator\";i:1;}s:14:\"222.124.143.10\";a:1:{s:13:\"administrator\";i:1;}s:14:\"190.73.195.229\";a:1:{s:13:\"administrator\";i:1;}s:13:\"78.100.21.142\";a:1:{s:13:\"administrator\";i:1;}s:13:\"41.182.34.112\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"68.42.162.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"37.254.215.220\";a:1:{s:13:\"administrator\";i:1;}s:13:\"98.218.243.17\";a:1:{s:13:\"administrator\";i:1;}s:12:\"31.146.26.50\";a:1:{s:13:\"administrator\";i:1;}s:14:\"110.74.213.227\";a:1:{s:13:\"administrator\";i:1;}s:11:\"1.4.191.236\";a:1:{s:13:\"administrator\";i:1;}s:15:\"203.215.116.116\";a:1:{s:13:\"administrator\";i:1;}s:11:\"86.57.8.224\";a:1:{s:13:\"administrator\";i:1;}s:15:\"118.174.147.197\";a:1:{s:13:\"administrator\";i:1;}s:12:\"2.187.50.129\";a:1:{s:13:\"administrator\";i:1;}s:13:\"188.245.97.18\";a:1:{s:13:\"administrator\";i:1;}s:12:\"2.184.21.220\";a:1:{s:13:\"administrator\";i:1;}s:14:\"113.53.141.253\";a:1:{s:13:\"administrator\";i:1;}s:11:\"207.61.86.5\";a:1:{s:13:\"administrator\";i:1;}s:13:\"46.100.251.36\";a:1:{s:13:\"administrator\";i:1;}s:13:\"82.237.96.104\";a:1:{s:5:\"admin\";i:1;}s:12:\"80.36.40.117\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"93.17.76.185\";a:1:{s:5:\"admin\";i:1;}s:13:\"80.28.248.214\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"80.34.231.68\";a:1:{s:5:\"admin\";i:1;}s:11:\"88.2.249.14\";a:1:{s:5:\"admin\";i:1;}s:14:\"83.165.135.149\";a:1:{s:5:\"admin\";i:1;}s:13:\"195.57.190.65\";a:1:{s:5:\"admin\";i:1;}s:12:\"77.104.17.58\";a:1:{s:5:\"admin\";i:1;}s:13:\"87.22.160.170\";a:1:{s:5:\"admin\";i:1;}s:13:\"200.175.93.98\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"87.216.171.70\";a:1:{s:5:\"admin\";i:1;}s:13:\"80.34.164.215\";a:1:{s:5:\"admin\";i:1;}s:12:\"190.75.50.79\";a:1:{s:5:\"admin\";i:1;}s:13:\"187.58.65.199\";a:1:{s:5:\"admin\";i:1;}s:13:\"88.26.251.244\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.128.75.16\";a:1:{s:8:\"{domain}\";i:1;}s:15:\"193.253.226.217\";a:1:{s:8:\"{domain}\";i:1;}s:12:\"78.186.60.32\";a:1:{s:8:\"{domain}\";i:1;}s:11:\"5.39.219.27\";a:3:{s:5:\"admin\";i:169;s:8:\"standard\";i:1;s:11:\"2012comment\";i:1;}s:14:\"94.242.237.127\";a:1:{s:5:\"admin\";i:2;}s:14:\"94.242.237.122\";a:1:{s:5:\"admin\";i:1;}s:14:\"94.242.237.128\";a:1:{s:5:\"admin\";i:2;}s:14:\"114.159.241.90\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"82.228.186.42\";a:1:{s:8:\"{domain}\";i:1;}s:13:\"118.237.61.37\";a:1:{s:5:\"admin\";i:1;}s:11:\"81.57.77.14\";a:1:{s:5:\"admin\";i:1;}s:14:\"61.193.233.177\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.39.105.154\";a:1:{s:5:\"admin\";i:1;}s:12:\"78.39.61.130\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"5.52.33.31\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"90.153.230.174\";a:1:{s:8:\"{domain}\";i:1;}s:14:\"210.166.56.194\";a:1:{s:5:\"admin\";i:1;}s:15:\"210.195.252.205\";a:1:{s:5:\"admin\";i:1;}s:13:\"213.60.51.127\";a:1:{s:5:\"Admin\";i:2;}s:11:\"5.39.219.25\";a:2:{s:5:\"admin\";i:131;s:7:\"stopped\";i:1;}s:11:\"146.0.79.23\";a:2:{s:5:\"admin\";i:82;s:4:\"holy\";i:1;}s:11:\"70.27.20.64\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.42.207.55\";a:1:{s:5:\"admin\";i:1;}s:15:\"201.240.146.250\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"186.101.16.165\";a:1:{s:5:\"admin\";i:1;}s:14:\"211.129.85.116\";a:1:{s:5:\"admin\";i:1;}s:14:\"175.136.215.28\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"177.40.65.167\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"82.205.78.213\";a:1:{s:13:\"administrator\";i:1;}s:13:\"65.175.233.20\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"92.99.13.216\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"37.110.210.175\";a:1:{s:5:\"admin\";i:1;}s:11:\"190.90.36.8\";a:1:{s:5:\"admin\";i:1;}s:14:\"200.106.26.166\";a:1:{s:13:\"administrator\";i:1;}s:12:\"120.51.32.94\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"200.121.156.159\";a:1:{s:13:\"administrator\";i:1;}s:13:\"190.40.241.56\";a:1:{s:13:\"administrator\";i:1;}s:14:\"24.188.201.157\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"179.236.218.42\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"181.65.14.9\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"109.224.14.42\";a:1:{s:13:\"administrator\";i:1;}s:14:\"190.152.169.46\";a:1:{s:13:\"administrator\";i:1;}s:12:\"72.252.205.0\";a:1:{s:13:\"administrator\";i:1;}s:15:\"189.139.188.246\";a:1:{s:13:\"administrator\";i:1;}s:13:\"181.67.226.63\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"181.113.26.77\";a:1:{s:13:\"administrator\";i:1;}s:15:\"189.225.162.164\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"186.115.31.151\";a:1:{s:13:\"administrator\";i:1;}s:12:\"190.96.97.23\";a:1:{s:13:\"administrator\";i:1;}s:13:\"125.26.169.51\";a:1:{s:13:\"administrator\";i:1;}s:14:\"201.240.23.166\";a:1:{s:13:\"administrator\";i:1;}s:14:\"199.188.237.83\";a:1:{s:13:\"administrator\";i:1;}s:15:\"117.193.228.174\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"84.235.88.169\";a:1:{s:13:\"administrator\";i:1;}s:15:\"186.146.252.192\";a:1:{s:13:\"administrator\";i:1;}s:15:\"197.242.101.237\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"186.178.163.46\";a:1:{s:13:\"administrator\";i:1;}s:15:\"188.254.159.178\";a:1:{s:13:\"administrator\";i:1;}s:12:\"41.70.161.97\";a:1:{s:13:\"administrator\";i:1;}s:12:\"36.83.99.170\";a:1:{s:13:\"administrator\";i:1;}s:13:\"113.171.33.37\";a:1:{s:13:\"administrator\";i:1;}s:14:\"186.241.75.203\";a:1:{s:13:\"administrator\";i:1;}s:13:\"181.67.226.61\";a:1:{s:13:\"administrator\";i:1;}s:13:\"95.57.138.160\";a:1:{s:13:\"administrator\";i:1;}s:14:\"190.152.240.73\";a:1:{s:13:\"administrator\";i:1;}s:15:\"186.236.114.162\";a:1:{s:13:\"administrator\";i:1;}s:13:\"114.79.18.152\";a:1:{s:13:\"administrator\";i:1;}s:10:\"72.20.5.10\";a:2:{s:5:\"admin\";i:1;s:6:\"editor\";i:1;}s:13:\"180.11.98.181\";a:2:{s:8:\"{domain}\";i:1;s:5:\"admin\";i:1;}s:14:\"94.242.237.111\";a:1:{s:5:\"admin\";i:1;}s:13:\"94.242.237.63\";a:1:{s:5:\"admin\";i:1;}s:14:\"94.242.237.163\";a:1:{s:5:\"admin\";i:1;}s:11:\"146.0.74.28\";a:2:{s:5:\"admin\";i:64;s:7:\"archive\";i:1;}s:12:\"146.0.74.204\";a:3:{s:5:\"admin\";i:146;s:6:\"ywoppe\";i:1;s:7:\"2010may\";i:1;}s:12:\"146.0.73.155\";a:2:{s:5:\"admin\";i:111;s:4:\"hope\";i:1;}s:12:\"146.0.74.205\";a:1:{s:5:\"admin\";i:1;}s:14:\"83.170.113.151\";a:1:{s:5:\"admin\";i:1;}s:12:\"146.0.74.202\";a:4:{s:5:\"admin\";i:162;s:12:\"announcement\";i:1;s:7:\"parties\";i:1;s:4:\"pper\";i:1;}s:12:\"146.0.73.156\";a:3:{s:5:\"admin\";i:148;i:2009;i:1;s:12:\"2010november\";i:1;}s:14:\"213.238.175.15\";a:1:{s:5:\"admin\";i:14;}s:13:\"213.238.175.8\";a:2:{s:5:\"admin\";i:35;s:5:\"house\";i:1;}s:12:\"146.0.74.170\";a:3:{s:5:\"admin\";i:148;s:4:\"llyw\";i:1;s:12:\"mollywoppers\";i:1;}s:12:\"146.0.74.208\";a:3:{s:5:\"admin\";i:160;s:4:\"text\";i:1;s:4:\"sign\";i:1;}s:14:\"213.238.175.11\";a:1:{s:5:\"admin\";i:9;}s:14:\"213.238.175.19\";a:2:{s:5:\"admin\";i:25;s:14:\"mollywoppersny\";i:1;}s:12:\"146.0.74.206\";a:3:{s:5:\"admin\";i:154;s:9:\"hurricane\";i:1;s:9:\"mollywopp\";i:1;}s:12:\"91.200.13.33\";a:1:{s:5:\"admin\";i:1;}s:12:\"146.0.74.212\";a:1:{s:5:\"admin\";i:132;}s:14:\"213.238.175.18\";a:2:{s:5:\"admin\";i:31;s:14:\"savethemummers\";i:1;}s:14:\"213.238.175.10\";a:1:{s:5:\"admin\";i:5;}s:14:\"213.238.175.17\";a:3:{s:5:\"admin\";i:17;s:8:\"november\";i:1;s:4:\"will\";i:1;}s:12:\"80.58.250.76\";a:1:{s:5:\"Admin\";i:2;}s:14:\"213.238.175.20\";a:1:{s:5:\"admin\";i:2;}s:12:\"68.68.96.107\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.238.175.16\";a:1:{s:5:\"admin\";i:16;}s:12:\"80.32.90.213\";a:1:{s:5:\"Admin\";i:2;}s:13:\"79.148.198.50\";a:1:{s:5:\"Admin\";i:3;}s:12:\"80.224.4.137\";a:1:{s:5:\"Admin\";i:2;}s:14:\"213.238.175.14\";a:1:{s:5:\"admin\";i:2;}s:14:\"213.238.175.13\";a:1:{s:5:\"admin\";i:2;}s:14:\"188.85.202.134\";a:1:{s:5:\"Admin\";i:1;}s:11:\"86.17.4.223\";a:1:{s:5:\"admin\";i:2;}s:13:\"88.230.25.186\";a:1:{s:5:\"admin\";i:1;}s:13:\"213.238.175.9\";a:1:{s:5:\"admin\";i:4;}s:12:\"80.58.250.80\";a:1:{s:5:\"Admin\";i:1;}s:11:\"37.59.81.96\";a:1:{s:5:\"admin\";i:1;}s:11:\"88.87.20.49\";a:1:{s:5:\"admin\";i:4;}s:11:\"37.9.53.248\";a:1:{s:5:\"admin\";i:4;}s:11:\"5.39.218.37\";a:1:{s:5:\"admin\";i:144;}s:13:\"93.179.68.223\";a:1:{s:5:\"admin\";i:1;}s:13:\"77.224.148.76\";a:1:{s:5:\"Admin\";i:1;}s:13:\"111.255.251.7\";a:1:{s:5:\"admin\";i:1;}s:14:\"85.244.218.183\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"109.95.236.38\";a:1:{s:5:\"admin\";i:2;}s:14:\"88.100.102.144\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"113.166.69.205\";a:1:{s:5:\"admin\";i:1;}s:12:\"79.101.96.58\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"125.60.231.210\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"111.240.219.87\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.200.56.15\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"91.202.133.190\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"195.2.237.75\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"188.53.93.167\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.185.43.158\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"158.58.216.121\";a:1:{s:5:\"admin\";i:2;}s:13:\"77.232.158.36\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"84.252.22.180\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:15:\"125.224.156.247\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"88.231.45.54\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"183.82.237.249\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"83.228.122.214\";a:1:{s:5:\"admin\";i:2;}s:12:\"149.3.16.106\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"81.190.218.32\";a:1:{s:5:\"admin\";i:1;}s:12:\"77.76.151.77\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"37.190.63.67\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"109.161.114.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.117.248.45\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"2.133.133.194\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"212.233.207.24\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:2;}s:13:\"46.10.122.217\";a:1:{s:5:\"admin\";i:2;}s:14:\"190.57.133.194\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"47.67.132.137\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"62.29.30.121\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"88.233.29.52\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"202.152.202.154\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.92.177.86\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.179.242.82\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"41.100.128.138\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"85.26.184.80\";a:1:{s:5:\"admin\";i:1;}s:14:\"88.231.173.219\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"72.27.178.213\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"199.192.225.104\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"77.46.205.198\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:15:\"109.205.215.160\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"109.235.1.167\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"87.126.42.153\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.78.131.230\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.27.105.60\";a:1:{s:5:\"admin\";i:1;}s:12:\"81.61.62.220\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"217.30.192.235\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"190.26.216.138\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"188.72.160.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"125.24.211.20\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"36.229.175.205\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"195.222.40.178\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"197.149.170.10\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"120.29.98.105\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.42.114.26\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.234.120.26\";a:1:{s:5:\"admin\";i:1;}s:13:\"31.29.201.175\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.160.43.136\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.130.13.244\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.176.64.222\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"62.90.78.86\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"188.143.44.67\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"180.148.51.134\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"125.26.22.107\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"190.158.184.129\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"112.209.232.25\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"77.234.13.186\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.100.93.21\";a:1:{s:5:\"admin\";i:1;}s:13:\"81.214.17.165\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"1.168.23.213\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.8.225.168\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:5:\"admin\";i:1;}s:12:\"201.6.93.114\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"77.43.215.180\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"111.255.201.64\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"190.238.57.84\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.8.51.124\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"186.120.142.37\";a:1:{s:5:\"admin\";i:3;}s:14:\"189.159.87.122\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"42.118.110.28\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"121.54.32.158\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:12:\"95.58.97.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"195.38.114.113\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"123.193.217.110\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"202.28.78.240\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"91.222.115.72\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"95.78.211.8\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.24.15.114\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.137.113.35\";a:1:{s:5:\"admin\";i:1;}s:13:\"36.232.204.51\";a:1:{s:5:\"admin\";i:1;}s:15:\"112.204.220.108\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"113.181.221.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"1.162.228.220\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"24.177.179.99\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.228.30.92\";a:2:{s:5:\"admin\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.124.107.222\";a:1:{s:5:\"admin\";i:2;}s:12:\"58.187.82.79\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.59.177.140\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"202.55.191.42\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"2.147.38.215\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.175.42.168\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"195.168.126.234\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"125.212.121.141\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.107.118.19\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.196.10.102\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"128.73.31.127\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.204.183.94\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"72.80.95.171\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:12:\"197.2.143.14\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"63.245.12.214\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.102.70.121\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"222.254.21.178\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"111.252.49.37\";a:1:{s:5:\"admin\";i:1;}s:11:\"37.99.52.74\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.98.203.205\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"111.196.212.236\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"49.0.88.44\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"109.105.195.250\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:12:\"193.93.48.51\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"114.108.214.38\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"180.151.250.239\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"120.88.35.91\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"2.132.219.130\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.107.81.170\";a:1:{s:5:\"admin\";i:1;}s:10:\"1.4.209.72\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"151.239.22.155\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"223.204.86.73\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"188.159.215.246\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.233.13.182\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"190.177.110.236\";a:1:{s:5:\"admin\";i:1;}s:14:\"81.215.150.146\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"46.200.171.239\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"140.115.179.159\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"182.185.91.116\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"84.240.252.254\";a:1:{s:5:\"admin\";i:1;}s:15:\"190.237.237.106\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"114.33.202.142\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"77.85.183.23\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.229.239.206\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"59.184.54.2\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"82.211.153.245\";a:1:{s:5:\"admin\";i:2;}s:13:\"185.12.169.71\";a:1:{s:5:\"admin\";i:1;}s:13:\"91.244.142.72\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.107.50.151\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"197.224.152.212\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.193.58.64\";a:1:{s:5:\"admin\";i:1;}s:13:\"109.254.49.11\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:11:\"37.99.19.46\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"110.169.227.212\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"81.213.116.16\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"58.186.120.239\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"103.14.60.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"88.234.112.37\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.127.177.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"178.88.84.50\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"92.46.96.250\";a:1:{s:5:\"admin\";i:1;}s:12:\"201.230.0.87\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.63.187.19\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"5.201.225.255\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.79.65.107\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"197.205.11.166\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"101.108.228.116\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"182.186.4.249\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"88.233.81.26\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.57.14.194\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"87.120.54.55\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:12:\"115.87.85.98\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.80.208.201\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"37.112.208.180\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"109.163.195.54\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"113.53.179.179\";a:1:{s:5:\"admin\";i:1;}s:14:\"95.170.211.152\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"151.246.31.136\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.71.235.238\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"182.181.159.92\";a:1:{s:5:\"admin\";i:1;}s:13:\"46.162.66.207\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"37.112.209.233\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.56.42.136\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.27.169.81\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.241.235.180\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.59.238.225\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"89.42.253.49\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"91.214.214.226\";a:2:{s:5:\"admin\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:12:\"93.79.224.11\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"85.133.202.118\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"101.51.43.161\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"103.10.97.186\";a:1:{s:5:\"admin\";i:1;}s:13:\"126.11.106.43\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"31.42.74.195\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"85.106.200.102\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"210.89.32.23\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"117.201.3.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"213.231.134.171\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.0.143.189\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.230.118.76\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"95.78.53.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"83.208.151.79\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"49.147.55.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"60.49.108.165\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"2.186.94.92\";a:1:{s:5:\"admin\";i:1;}s:14:\"193.251.219.28\";a:1:{s:5:\"admin\";i:1;}s:13:\"183.81.77.117\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.245.27.72\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"183.89.48.188\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"218.103.203.115\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:15:\"194.225.166.105\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"219.85.1.195\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"180.183.226.83\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"58.8.96.100\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.178.237.24\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.35.204.14\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.104.9.192\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"2.183.246.197\";a:1:{s:5:\"admin\";i:1;}s:13:\"14.161.12.159\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"78.160.24.54\";a:1:{s:5:\"admin\";i:1;}s:14:\"177.133.92.105\";a:1:{s:5:\"admin\";i:1;}s:15:\"113.166.169.128\";a:1:{s:5:\"admin\";i:1;}s:13:\"203.87.153.50\";a:1:{s:5:\"admin\";i:1;}s:14:\"203.76.117.214\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:10:\"5.52.0.182\";a:1:{s:5:\"admin\";i:1;}s:13:\"82.76.164.234\";a:1:{s:5:\"admin\";i:2;}s:14:\"213.233.116.42\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.141.27.41\";a:1:{s:5:\"admin\";i:2;}s:13:\"213.98.170.17\";a:1:{s:5:\"Admin\";i:1;}s:10:\"141.0.42.4\";a:1:{s:5:\"Admin\";i:1;}s:13:\"62.141.44.217\";a:1:{s:5:\"Admin\";i:1;}s:12:\"77.7.125.207\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.166.50.222\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.140.17.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"187.64.20.158\";a:1:{s:5:\"admin\";i:1;}s:14:\"176.193.142.39\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"91.202.135.255\";a:1:{s:5:\"admin\";i:1;}s:13:\"77.234.19.111\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"189.138.205.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"109.196.81.218\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.241.71.188\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.106.17.127\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.51.112.33\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"109.205.252.112\";a:1:{s:5:\"admin\";i:2;}s:15:\"117.204.176.200\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"94.178.159.201\";a:1:{s:5:\"admin\";i:1;}s:13:\"180.180.40.30\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.67.90.104\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"5.56.128.56\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"91.244.137.220\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.19.244.175\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"46.167.116.144\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"61.64.148.51\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"88.247.17.188\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"120.28.125.91\";a:1:{s:5:\"admin\";i:1;}s:12:\"128.73.44.28\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"207.191.245.77\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"95.56.149.165\";a:1:{s:5:\"admin\";i:1;}s:13:\"94.181.208.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"123.19.195.13\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"124.155.177.158\";a:1:{s:5:\"admin\";i:1;}s:13:\"2.132.134.119\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.0.245.211\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"180.246.104.37\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.117.250.25\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"78.185.21.90\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"78.160.247.173\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"61.223.63.146\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"72.27.77.205\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"120.28.23.186\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"111.240.211.15\";a:1:{s:5:\"admin\";i:1;}s:15:\"164.215.100.239\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"121.54.95.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"95.14.6.211\";a:1:{s:5:\"admin\";i:1;}s:10:\"95.56.42.4\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"190.111.86.1\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"78.164.11.89\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"194.28.196.59\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"188.143.46.245\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.200.158.55\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.137.125.177\";a:1:{s:5:\"admin\";i:1;}s:14:\"111.255.200.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.237.29.16\";a:1:{s:5:\"admin\";i:1;}s:12:\"49.144.16.58\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"200.7.201.7\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"188.230.83.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"2.134.26.180\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"109.93.217.201\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"112.205.181.74\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.251.34.89\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"105.229.224.32\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"31.8.129.70\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"149.200.148.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"91.103.79.82\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"36.231.35.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"113.169.2.206\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"180.183.25.35\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"125.230.194.246\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.222.170.32\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"1.4.186.19\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"203.87.176.14\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"113.166.63.167\";a:1:{s:5:\"admin\";i:1;}s:13:\"14.207.183.45\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.47.185.114\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"5.165.13.58\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.253.61.167\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"182.52.114.102\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"41.129.117.125\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"112.205.187.53\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"84.240.252.250\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"62.81.216.241\";a:1:{s:5:\"admin\";i:1;}s:11:\"46.71.16.68\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"113.168.78.172\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.98.168.249\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:15:\"123.193.195.204\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.78.113.62\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"111.246.14.145\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"201.239.74.123\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"2.133.123.97\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.215.97.248\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.58.213.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"197.207.181.194\";a:1:{s:5:\"admin\";i:1;}s:14:\"186.99.105.211\";a:1:{s:5:\"admin\";i:1;}s:14:\"122.169.75.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"78.178.155.51\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"1.2.232.249\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.223.166.114\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"5.250.223.232\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"151.250.68.179\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.42.116.36\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"119.245.199.86\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"210.89.37.200\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"171.98.124.164\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"114.79.176.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"171.100.13.33\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"58.8.227.58\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.132.24.193\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"85.102.106.159\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"78.162.70.112\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"36.82.23.222\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"58.187.82.154\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"78.0.89.171\";a:1:{s:5:\"admin\";i:1;}s:12:\"39.52.212.97\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.108.69.43\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"175.138.45.172\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"2.134.164.95\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"151.239.21.141\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"78.155.81.146\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"39.42.207.230\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.134.65.194\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"188.159.213.100\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"92.45.43.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"110.169.239.18\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"61.7.174.138\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:12:\"1.54.188.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"151.240.113.78\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"223.205.60.200\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"89.144.150.175\";a:1:{s:5:\"admin\";i:1;}s:14:\"190.104.162.98\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"88.233.111.189\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"115.73.225.152\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"112.203.200.150\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"82.166.126.101\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"222.127.85.52\";a:1:{s:5:\"admin\";i:1;}s:13:\"85.30.110.142\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.134.40.52\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"49.144.160.133\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"223.205.248.27\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"83.149.8.150\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"5.250.19.235\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"197.251.174.194\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"118.233.237.53\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"59.184.8.108\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.235.154.121\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"36.82.169.82\";a:1:{s:5:\"admin\";i:1;}s:13:\"46.34.191.128\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"190.41.180.110\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"78.90.16.57\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"49.48.4.171\";a:1:{s:5:\"admin\";i:1;}s:14:\"117.195.196.33\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.147.93.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"125.167.2.141\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"79.99.249.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"117.198.91.151\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"187.122.245.178\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"197.205.26.65\";a:1:{s:5:\"admin\";i:1;}s:14:\"124.122.137.29\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.254.113.53\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"14.97.59.51\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.145.144.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"159.255.36.242\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.232.12.101\";a:1:{s:5:\"admin\";i:1;}s:13:\"213.55.107.68\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:15:\"117.207.223.178\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"197.224.148.154\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"219.77.86.152\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"125.27.206.148\";a:1:{s:5:\"admin\";i:1;}s:11:\"1.54.210.21\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.95.123.146\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"1.1.159.202\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"123.20.148.203\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"126.19.87.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"110.171.61.55\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"59.183.128.39\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"181.130.23.135\";a:1:{s:5:\"admin\";i:1;}s:14:\"88.254.226.112\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"118.71.9.247\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"213.55.114.172\";a:1:{s:5:\"admin\";i:1;}s:11:\"41.43.39.79\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"115.132.165.4\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"195.95.223.140\";a:1:{s:5:\"admin\";i:1;}s:14:\"122.179.46.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"195.228.109.49\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.92.227.120\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.96.165.212\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"89.210.82.0\";a:1:{s:5:\"admin\";i:1;}s:10:\"2.84.247.6\";a:1:{s:5:\"admin\";i:1;}s:14:\"223.206.231.70\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"118.175.160.240\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"124.122.143.48\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"83.170.101.202\";a:1:{s:5:\"admin\";i:1;}s:15:\"190.166.201.195\";a:1:{s:5:\"admin\";i:1;}s:12:\"36.81.116.64\";a:1:{s:5:\"admin\";i:1;}s:12:\"78.110.114.1\";a:1:{s:5:\"admin\";i:1;}s:11:\"2.185.158.2\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.153.7.125\";a:1:{s:5:\"admin\";i:1;}s:13:\"2.190.120.131\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.147.23.224\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.28.76.184\";a:1:{s:5:\"admin\";i:1;}s:14:\"122.201.26.218\";a:1:{s:5:\"admin\";i:1;}s:14:\"118.179.133.30\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.238.175.22\";a:1:{s:5:\"admin\";i:12;}s:13:\"142.4.211.151\";a:1:{s:5:\"admin\";i:1;}s:13:\"188.190.99.79\";a:1:{s:5:\"admin\";i:2;}s:11:\"37.16.61.63\";a:1:{s:5:\"Jimmy\";i:1;}s:14:\"213.238.175.23\";a:1:{s:5:\"admin\";i:7;}s:14:\"63.247.140.163\";a:1:{s:5:\"admin\";i:2;}s:14:\"193.169.195.61\";a:1:{s:5:\"admin\";i:1;}s:14:\"209.239.114.50\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.143.232.45\";a:1:{s:5:\"admin\";i:7;}s:14:\"46.209.197.205\";a:1:{s:5:\"Jimmy\";i:1;}s:12:\"83.206.51.34\";a:1:{s:5:\"Admin\";i:1;}s:13:\"78.171.164.55\";a:1:{s:5:\"admin\";i:1;}s:13:\"90.83.206.193\";a:1:{s:5:\"Admin\";i:1;}s:13:\"109.62.27.136\";a:1:{s:5:\"Admin\";i:1;}s:12:\"74.14.237.15\";a:1:{s:5:\"Admin\";i:1;}s:12:\"190.29.16.22\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"78.164.233.125\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.238.175.49\";a:1:{s:5:\"admin\";i:10;}s:14:\"24.213.143.110\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.238.175.29\";a:1:{s:5:\"admin\";i:12;}s:14:\"213.238.175.35\";a:1:{s:5:\"admin\";i:16;}s:14:\"213.238.175.38\";a:1:{s:5:\"admin\";i:14;}s:14:\"213.238.175.32\";a:1:{s:5:\"admin\";i:24;}s:14:\"213.238.175.34\";a:1:{s:5:\"admin\";i:16;}s:14:\"213.238.175.50\";a:1:{s:5:\"admin\";i:25;}s:14:\"213.238.175.37\";a:1:{s:5:\"admin\";i:10;}s:14:\"213.238.175.40\";a:1:{s:5:\"admin\";i:19;}s:14:\"213.238.175.28\";a:1:{s:5:\"admin\";i:9;}s:14:\"213.238.175.42\";a:1:{s:5:\"admin\";i:15;}s:13:\"46.183.147.81\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.238.175.41\";a:1:{s:5:\"admin\";i:16;}s:12:\"184.82.92.72\";a:1:{s:5:\"admin\";i:1;}s:13:\"46.183.162.28\";a:1:{s:5:\"admin\";i:2;}s:14:\"213.238.175.54\";a:1:{s:5:\"admin\";i:12;}s:14:\"213.238.175.55\";a:1:{s:5:\"admin\";i:10;}s:14:\"213.238.175.53\";a:1:{s:5:\"admin\";i:9;}s:13:\"46.183.162.87\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.238.175.56\";a:1:{s:5:\"admin\";i:8;}s:14:\"213.238.175.51\";a:1:{s:5:\"admin\";i:12;}s:14:\"213.238.175.52\";a:1:{s:5:\"admin\";i:10;}s:10:\"146.0.78.9\";a:1:{s:5:\"admin\";i:83;}s:11:\"37.9.53.129\";a:1:{s:5:\"admin\";i:19;}s:13:\"83.169.17.183\";a:1:{s:9:\"haveboard\";i:3;}s:10:\"37.59.2.42\";a:2:{s:9:\"haveboard\";i:1;s:5:\"admin\";i:1;}s:13:\"91.121.83.192\";a:1:{s:5:\"admin\";i:1;}s:13:\"27.255.84.219\";a:1:{s:5:\"jimmy\";i:2;}s:14:\"213.180.109.24\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.102.37.56\";a:1:{s:5:\"admin\";i:1;}s:10:\"146.0.78.8\";a:1:{s:5:\"admin\";i:43;}s:14:\"198.58.119.141\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.190.92.141\";a:1:{s:5:\"admin\";i:1;}s:14:\"89.108.109.144\";a:1:{s:5:\"admin\";i:1;}s:12:\"70.39.232.40\";a:1:{s:5:\"admin\";i:1;}s:14:\"141.105.66.179\";a:1:{s:5:\"admin\";i:98;}s:14:\"109.254.23.209\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.200.14.72\";a:1:{s:5:\"admin\";i:2;}s:13:\"62.193.196.86\";a:1:{s:5:\"admin\";i:4;}s:12:\"176.123.6.32\";a:1:{s:5:\"admin\";i:1;}s:13:\"83.166.232.19\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.123.1.20\";a:1:{s:5:\"admin\";i:1;}s:11:\"176.123.2.7\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.123.0.49\";a:1:{s:5:\"admin\";i:2;}s:12:\"176.123.9.12\";a:1:{s:5:\"admin\";i:2;}s:13:\"176.223.52.78\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.250.73.41\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"177.101.44.194\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.123.31.27\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.123.0.50\";a:1:{s:5:\"admin\";i:2;}s:11:\"176.123.2.8\";a:1:{s:5:\"admin\";i:2;}s:11:\"64.8.109.59\";a:1:{s:5:\"admin\";i:1;}s:13:\"83.166.232.20\";a:1:{s:5:\"admin\";i:1;}s:13:\"83.166.232.57\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.123.12.9\";a:1:{s:5:\"admin\";i:1;}s:13:\"83.166.233.15\";a:1:{s:5:\"admin\";i:1;}s:13:\"31.133.78.207\";a:1:{s:5:\"admin\";i:1;}s:12:\"130.0.238.25\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.204.231.252\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.168.71.198\";a:1:{s:5:\"admin\";i:2;}s:13:\"31.134.228.61\";a:1:{s:5:\"admin\";i:1;}s:14:\"94.180.230.190\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.160.26.219\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"1.174.200.164\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.215.164.117\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"77.87.100.80\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"110.77.154.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.126.254.44\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"46.39.34.6\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.149.93.119\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.243.40.205\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.65.135.183\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"220.132.23.106\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"93.79.102.5\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"111.240.54.176\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"189.157.62.117\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.0.218.123\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.50.236.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"188.186.4.56\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"117.193.198.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"109.101.127.177\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"89.216.207.23\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"92.86.44.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"88.206.28.212\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"2.178.246.166\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"185.56.217.38\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"77.105.57.83\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"2.190.114.86\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.75.135.151\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.152.14.178\";a:1:{s:5:\"admin\";i:1;}s:12:\"86.57.189.54\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.94.105.125\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.132.218.66\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"189.12.12.0\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"91.218.244.131\";a:1:{s:5:\"admin\";i:20;}s:12:\"146.0.73.134\";a:1:{s:5:\"admin\";i:59;}s:12:\"146.0.73.133\";a:1:{s:5:\"admin\";i:60;}s:12:\"146.0.73.132\";a:1:{s:5:\"admin\";i:40;}s:11:\"49.77.242.5\";a:1:{s:5:\"admin\";i:1;}s:12:\"146.0.73.135\";a:1:{s:5:\"admin\";i:41;}s:13:\"195.162.68.15\";a:1:{s:5:\"admin\";i:10;}s:13:\"195.162.69.58\";a:1:{s:5:\"admin\";i:72;}s:14:\"182.71.225.172\";a:1:{s:5:\"admin\";i:1;}s:15:\"115.248.202.187\";a:1:{s:5:\"admin\";i:1;}s:12:\"218.161.71.9\";a:1:{s:5:\"admin\";i:1;}s:12:\"190.128.23.7\";a:1:{s:5:\"admin\";i:1;}s:13:\"186.50.19.197\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.180.140.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"146.0.73.15\";a:1:{s:5:\"admin\";i:44;}s:10:\"5.39.216.2\";a:1:{s:5:\"admin\";i:40;}s:14:\"203.151.45.100\";a:1:{s:5:\"admin\";i:1;}s:11:\"37.239.46.2\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:15:\"149.255.255.242\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"37.239.46.10\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"37.239.46.18\";a:1:{s:5:\"admin\";i:1;}s:15:\"198.204.242.211\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"195.191.79.118\";a:1:{s:5:\"admin\";i:1;}s:14:\"87.241.137.244\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.121.149.198\";a:1:{s:5:\"admin\";i:1;}s:12:\"83.8.242.188\";a:1:{s:5:\"admin\";i:1;}s:14:\"195.211.212.23\";a:1:{s:5:\"admin\";i:1;}s:13:\"178.93.77.170\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.229.148.202\";a:1:{s:5:\"admin\";i:1;}s:14:\"201.208.26.164\";a:1:{s:5:\"admin\";i:1;}s:15:\"109.126.145.233\";a:1:{s:5:\"admin\";i:1;}s:14:\"78.177.132.212\";a:1:{s:5:\"admin\";i:1;}s:15:\"190.195.188.142\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.238.24.70\";a:1:{s:5:\"admin\";i:1;}s:14:\"88.224.173.122\";a:1:{s:13:\"administrator\";i:1;}s:11:\"95.70.92.67\";a:1:{s:13:\"administrator\";i:1;}s:13:\"46.159.85.203\";a:1:{s:13:\"administrator\";i:1;}s:14:\"190.43.253.103\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.66.152.55\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.121.65.182\";a:1:{s:5:\"admin\";i:1;}s:14:\"190.201.101.24\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.133.70.218\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.112.88.62\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.229.209.136\";a:1:{s:5:\"admin\";i:1;}s:15:\"213.110.136.171\";a:1:{s:5:\"admin\";i:1;}s:11:\"93.77.82.90\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.121.50.182\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.113.114.165\";a:1:{s:5:\"admin\";i:1;}s:12:\"188.19.97.66\";a:1:{s:5:\"admin\";i:1;}s:13:\"83.149.48.118\";a:1:{s:5:\"admin\";i:1;}s:13:\"178.45.165.17\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.250.141.99\";a:1:{s:5:\"admin\";i:1;}s:13:\"213.111.97.84\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.143.232.147\";a:1:{s:5:\"admin\";i:2;}s:13:\"95.153.175.18\";a:1:{s:5:\"admin\";i:1;}s:13:\"186.62.132.45\";a:1:{s:5:\"admin\";i:1;}s:13:\"69.73.158.224\";a:1:{s:5:\"admin\";i:2;}s:12:\"212.24.62.22\";a:2:{s:5:\"admin\";i:1;s:19:\"mollywoppersnyb.com\";i:1;}s:13:\"92.46.121.146\";a:1:{s:5:\"admin\";i:1;}s:13:\"134.249.51.22\";a:1:{s:19:\"mollywoppersnyb.com\";i:2;}s:12:\"5.153.178.19\";a:1:{s:5:\"admin\";i:1;}s:13:\"117.3.100.175\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.153.11.14\";a:1:{s:19:\"mollywoppersnyb.com\";i:4;}s:13:\"94.190.26.193\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.248.73.155\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.127.39.117\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.57.200.107\";a:1:{s:5:\"admin\";i:6;}s:12:\"37.210.125.5\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.95.105.233\";a:1:{s:5:\"admin\";i:1;}s:12:\"84.39.245.14\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.83.145.27\";a:1:{s:5:\"admin\";i:1;}s:14:\"176.40.150.111\";a:1:{s:5:\"admin\";i:1;}s:14:\"193.200.151.18\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.165.54.102\";a:1:{s:5:\"admin\";i:1;}s:10:\"31.41.93.8\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.225.74.186\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.25.89.156\";a:1:{s:5:\"admin\";i:1;}s:11:\"95.70.79.31\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.61.34.181\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.225.34.213\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.250.57.189\";a:1:{s:5:\"admin\";i:1;}s:15:\"201.170.140.126\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.204.242.148\";a:1:{s:5:\"admin\";i:1;}s:12:\"46.98.116.37\";a:1:{s:5:\"admin\";i:1;}s:13:\"62.210.139.80\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.214.6.138\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.215.32.146\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.225.74.148\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.225.76.183\";a:1:{s:4:\"phil\";i:1;}s:14:\"46.241.113.200\";a:1:{s:5:\"admin\";i:1;}s:14:\"202.191.112.28\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"217.147.85.82\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"216.70.90.99\";a:1:{s:5:\"admin\";i:3;}s:13:\"196.201.21.90\";a:1:{s:5:\"admin\";i:1;}s:13:\"198.89.122.74\";a:1:{s:5:\"admin\";i:2;}s:14:\"207.58.135.162\";a:1:{s:5:\"admin\";i:3;}s:14:\"166.78.169.147\";a:1:{s:5:\"admin\";i:3;}s:12:\"23.253.90.79\";a:1:{s:5:\"admin\";i:3;}s:15:\"213.229.121.124\";a:1:{s:5:\"admin\";i:1;}s:14:\"162.42.239.248\";a:1:{s:5:\"admin\";i:2;}s:15:\"129.121.182.100\";a:1:{s:5:\"admin\";i:1;}s:13:\"92.60.123.168\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.189.94.143\";a:1:{s:5:\"admin\";i:1;}s:14:\"195.154.117.65\";a:1:{s:5:\"admin\";i:2;}s:13:\"37.187.37.199\";a:1:{s:5:\"admin\";i:1;}s:14:\"133.242.22.177\";a:1:{s:5:\"admin\";i:3;}s:13:\"209.148.90.10\";a:1:{s:5:\"admin\";i:1;}s:14:\"82.165.143.210\";a:1:{s:5:\"admin\";i:3;}s:14:\"216.70.107.236\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.228.18.144\";a:1:{s:5:\"admin\";i:1;}s:14:\"193.255.83.100\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.160.155.72\";a:1:{s:5:\"admin\";i:2;}s:12:\"185.28.22.76\";a:1:{s:5:\"admin\";i:1;}s:13:\"199.201.88.64\";a:1:{s:5:\"admin\";i:1;}s:14:\"95.110.145.224\";a:1:{s:5:\"admin\";i:2;}s:14:\"125.212.220.77\";a:1:{s:5:\"admin\";i:3;}s:14:\"195.154.178.51\";a:1:{s:5:\"admin\";i:1;}s:14:\"223.164.53.126\";a:1:{s:4:\"phil\";i:1;}s:12:\"105.104.2.84\";a:1:{s:4:\"phil\";i:1;}s:13:\"113.160.25.58\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"223.30.192.6\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"1.53.158.154\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"111.119.212.198\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"178.95.202.225\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"46.10.17.121\";a:1:{s:5:\"admin\";i:1;}s:13:\"184.5.104.186\";a:1:{s:5:\"admin\";i:1;}s:14:\"93.170.147.174\";a:3:{s:5:\"admin\";i:2;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.48.160.130\";a:1:{s:5:\"admin\";i:1;}s:13:\"66.193.100.70\";a:1:{s:5:\"admin\";i:1;}s:14:\"202.77.109.253\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"5.196.40.96\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"80.33.202.230\";a:1:{s:5:\"admin\";i:1;}s:14:\"42.115.149.190\";a:1:{s:5:\"admin\";i:2;}s:13:\"46.105.44.133\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"95.14.0.228\";a:1:{s:5:\"admin\";i:1;}s:12:\"79.6.206.143\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.39.218.153\";a:1:{s:5:\"admin\";i:26;}s:11:\"146.0.77.95\";a:1:{s:5:\"admin\";i:22;}s:11:\"146.0.79.34\";a:1:{s:5:\"admin\";i:22;}s:12:\"5.39.216.147\";a:1:{s:5:\"admin\";i:12;}s:11:\"5.39.221.39\";a:1:{s:5:\"admin\";i:16;}s:12:\"5.39.218.220\";a:1:{s:5:\"admin\";i:18;}s:14:\"176.102.38.142\";a:2:{s:5:\"admin\";i:1;s:4:\"root\";i:1;}s:13:\"95.38.165.131\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.16.40.223\";a:1:{s:5:\"admin\";i:1;}s:11:\"87.109.84.9\";a:1:{s:5:\"admin\";i:2;}s:11:\"46.44.94.49\";a:1:{s:5:\"admin\";i:1;}s:11:\"181.43.83.0\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.183.105.108\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.10.178.227\";a:1:{s:5:\"admin\";i:1;}s:15:\"205.132.222.130\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.102.37.85\";a:1:{s:18:\"mollywoppersnyb123\";i:1;}s:13:\"72.80.115.252\";a:1:{s:5:\"admin\";i:1;}s:14:\"118.169.162.86\";a:1:{s:5:\"admin\";i:2;}s:14:\"95.245.129.189\";a:1:{s:5:\"admin\";i:1;}s:15:\"218.186.195.254\";a:1:{s:5:\"admin\";i:1;}s:14:\"14.136.111.215\";a:1:{s:5:\"admin\";i:1;}s:12:\"59.149.59.67\";a:1:{s:5:\"admin\";i:1;}s:14:\"87.179.238.183\";a:1:{s:5:\"admin\";i:1;}s:14:\"46.118.125.161\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"134.249.50.182\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:14:\"178.137.163.16\";a:2:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.118.123.96\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:13:\"46.119.125.10\";a:2:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.137.19.83\";a:2:{s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"46.118.158.171\";a:2:{s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"178.137.87.190\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"134.249.50.79\";a:2:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"46.119.112.241\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"46.118.155.59\";a:2:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"178.137.84.54\";a:2:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.119.125.32\";a:2:{s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"37.115.191.153\";a:2:{s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:11:\"176.8.90.45\";a:2:{s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"46.118.114.166\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"37.115.189.44\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:14:\"195.190.146.21\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"46.119.118.180\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"37.57.231.241\";a:4:{s:15:\"mollywoppersnyb\";i:10;s:13:\"administrator\";i:10;s:5:\"admin\";i:8;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:5;}s:13:\"46.118.117.72\";a:4:{s:5:\"admin\";i:2;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:4;s:15:\"mollywoppersnyb\";i:3;s:13:\"administrator\";i:1;}s:12:\"97.74.94.238\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"134.249.48.189\";a:2:{s:19:\"mollywoppersnyb.com\";i:6;s:15:\"mollywoppersnyb\";i:2;}s:13:\"178.137.81.31\";a:3:{s:5:\"admin\";i:2;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:12:\"217.74.43.38\";a:1:{s:5:\"Admin\";i:1;}s:13:\"46.119.127.57\";a:2:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"37.187.32.149\";a:3:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:3;s:4:\"phil\";i:3;}s:15:\"194.110.192.155\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"36.55.237.23\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;}s:12:\"176.8.88.231\";a:1:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"54.172.212.101\";a:1:{s:5:\"jimmy\";i:2;}s:13:\"174.129.34.45\";a:1:{s:5:\"jimmy\";i:4;}s:12:\"37.187.92.19\";a:1:{s:4:\"phil\";i:3;}s:12:\"141.100.10.5\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"54.194.207.202\";a:3:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:14:\"83.168.226.174\";a:1:{s:4:\"phil\";i:1;}s:12:\"217.28.64.40\";a:2:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:3;}s:12:\"91.192.193.2\";a:1:{s:4:\"phil\";i:1;}s:13:\"89.187.135.30\";a:1:{s:5:\"jimmy\";i:2;}s:14:\"82.165.148.113\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"178.137.86.65\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"194.110.212.12\";a:2:{s:5:\"jimmy\";i:3;s:4:\"phil\";i:2;}s:13:\"176.34.176.73\";a:3:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:12:\"70.32.102.35\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"173.203.205.115\";a:1:{s:4:\"phil\";i:2;}s:14:\"85.214.128.203\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"162.209.56.191\";a:1:{s:4:\"phil\";i:2;}s:12:\"212.14.11.12\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"62.149.229.28\";a:3:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;s:4:\"phil\";i:2;}s:13:\"54.250.168.44\";a:3:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:4;s:4:\"phil\";i:1;}s:11:\"89.234.8.96\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"108.165.20.130\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"74.204.174.22\";a:1:{s:4:\"phil\";i:1;}s:12:\"54.86.165.85\";a:3:{s:5:\"jimmy\";i:3;s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:15:\"109.237.216.114\";a:3:{s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;s:5:\"jimmy\";i:3;}s:14:\"82.223.239.193\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"54.217.228.156\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:14:\"91.240.163.112\";a:1:{s:35:\"mollywoppersnyb@mollywoppersnyb.com\";i:2;}s:13:\"92.39.244.206\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"212.83.191.79\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:2;}s:12:\"185.23.21.17\";a:3:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:12:\"23.253.43.82\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"96.30.22.228\";a:1:{s:4:\"phil\";i:1;}s:13:\"195.81.69.249\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"64.207.153.244\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"202.239.254.3\";a:3:{s:5:\"jimmy\";i:3;s:4:\"phil\";i:1;s:9:\"haveboard\";i:2;}s:13:\"134.249.54.93\";a:1:{s:13:\"administrator\";i:2;}s:14:\"46.252.147.134\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"195.154.240.177\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:12:\"5.135.178.63\";a:2:{s:4:\"phil\";i:4;s:9:\"haveboard\";i:1;}s:14:\"87.106.143.176\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:4;}s:14:\"184.73.254.168\";a:3:{s:4:\"phil\";i:2;s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:13:\"54.235.211.45\";a:2:{s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:12:\"5.196.13.184\";a:2:{s:5:\"jimmy\";i:3;s:4:\"phil\";i:2;}s:13:\"173.246.96.76\";a:1:{s:4:\"phil\";i:1;}s:15:\"188.241.114.252\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"64.38.225.100\";a:3:{s:4:\"phil\";i:6;s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:8;}s:14:\"150.162.249.23\";a:3:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"216.17.102.64\";a:3:{s:5:\"jimmy\";i:6;s:9:\"haveboard\";i:3;s:4:\"phil\";i:1;}s:14:\"86.120.121.135\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"62.210.87.92\";a:1:{s:9:\"haveboard\";i:1;}s:11:\"93.174.2.45\";a:1:{s:4:\"phil\";i:1;}s:12:\"54.186.10.19\";a:3:{s:9:\"haveboard\";i:4;s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:13:\"176.31.246.57\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:6;}s:14:\"217.115.202.70\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"176.9.15.75\";a:2:{s:5:\"jimmy\";i:4;s:9:\"haveboard\";i:2;}s:14:\"178.137.95.139\";a:3:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:9:\"46.28.2.6\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:14:\"194.181.107.48\";a:3:{s:5:\"jimmy\";i:4;s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;}s:11:\"202.59.15.2\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"82.98.132.136\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"205.186.161.110\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"217.146.69.14\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:2;}s:14:\"78.248.139.219\";a:2:{s:9:\"haveboard\";i:3;s:4:\"phil\";i:1;}s:14:\"217.70.186.133\";a:3:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;}s:14:\"184.73.205.250\";a:1:{s:4:\"phil\";i:2;}s:13:\"66.219.58.213\";a:3:{s:4:\"phil\";i:4;s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;}s:14:\"78.129.220.134\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"104.130.72.148\";a:2:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;}s:14:\"213.132.113.47\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:12:\"46.105.15.81\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"54.241.15.40\";a:3:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:12:\"93.94.224.73\";a:3:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;}s:14:\"195.205.243.80\";a:1:{s:4:\"phil\";i:1;}s:12:\"85.92.147.51\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"54.248.137.97\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:12:\"8.29.128.239\";a:2:{s:4:\"phil\";i:2;s:9:\"haveboard\";i:1;}s:14:\"54.146.136.185\";a:2:{s:9:\"haveboard\";i:4;s:4:\"phil\";i:1;}s:12:\"64.131.64.66\";a:1:{s:4:\"phil\";i:1;}s:14:\"109.234.160.36\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:14:\"195.138.90.150\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;}s:12:\"46.218.151.5\";a:1:{s:9:\"haveboard\";i:2;}s:12:\"110.4.55.101\";a:1:{s:4:\"phil\";i:2;}s:13:\"212.83.179.82\";a:3:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:3;s:4:\"phil\";i:1;}s:12:\"176.9.50.131\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"77.73.82.246\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:13:\"188.68.249.55\";a:3:{s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:13:\"46.51.247.159\";a:3:{s:5:\"jimmy\";i:3;s:9:\"haveboard\";i:3;s:4:\"phil\";i:1;}s:12:\"91.135.80.20\";a:3:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:14:\"204.232.209.90\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:14:\"173.242.152.22\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:15:\"149.210.183.155\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"178.18.127.49\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:12:\"216.22.24.67\";a:1:{s:4:\"phil\";i:1;}s:15:\"195.242.155.100\";a:3:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:2;s:9:\"haveboard\";i:1;}s:14:\"85.236.158.201\";a:1:{s:9:\"haveboard\";i:2;}s:13:\"63.247.91.138\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:14:\"195.154.167.30\";a:2:{s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;}s:13:\"94.23.204.162\";a:3:{s:9:\"haveboard\";i:3;s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:15:\"195.154.127.219\";a:1:{s:5:\"jimmy\";i:2;}s:15:\"205.186.133.251\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"37.187.56.127\";a:3:{s:4:\"phil\";i:2;s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:12:\"144.76.90.15\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"194.243.52.152\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"54.235.108.166\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:14:\"91.121.162.191\";a:3:{s:4:\"phil\";i:1;s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;}s:14:\"209.188.95.184\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"92.222.123.97\";a:3:{s:4:\"phil\";i:3;s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"37.115.185.95\";a:2:{s:5:\"admin\";i:3;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:13:\"178.137.85.79\";a:4:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"109.234.161.37\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"198.89.120.162\";a:1:{s:9:\"haveboard\";i:2;}s:15:\"192.237.165.237\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:12:\"37.187.41.26\";a:3:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:13:\"93.159.201.82\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:11:\"125.7.10.63\";a:2:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;}s:13:\"91.121.62.127\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:2;}s:11:\"92.61.38.36\";a:3:{s:4:\"phil\";i:2;s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:10:\"5.79.80.66\";a:2:{s:9:\"haveboard\";i:3;s:5:\"jimmy\";i:2;}s:14:\"72.251.207.106\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:3;}s:13:\"178.32.231.56\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"109.234.160.31\";a:2:{s:5:\"jimmy\";i:3;s:9:\"haveboard\";i:1;}s:13:\"37.187.29.226\";a:1:{s:4:\"phil\";i:2;}s:11:\"50.56.81.51\";a:2:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:14:\"185.53.172.200\";a:3:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:13:\"74.54.186.242\";a:3:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:2;s:5:\"jimmy\";i:1;}s:12:\"185.23.21.14\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;}s:13:\"216.70.96.101\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:11:\"37.59.12.47\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:14:\"91.121.183.200\";a:3:{s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:14:\"217.30.184.182\";a:2:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:15:\"188.123.102.184\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"107.22.170.239\";a:2:{s:9:\"haveboard\";i:5;s:5:\"jimmy\";i:2;}s:14:\"205.186.144.93\";a:1:{s:4:\"phil\";i:3;}s:13:\"62.210.122.76\";a:3:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:13:\"217.146.69.13\";a:2:{s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;}s:14:\"37.187.154.157\";a:3:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:12:\"185.23.21.10\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:1;}s:13:\"91.121.177.17\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:2;}s:14:\"212.113.144.11\";a:3:{s:4:\"phil\";i:2;s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"54.235.104.78\";a:1:{s:4:\"phil\";i:3;}s:12:\"210.5.50.133\";a:1:{s:4:\"phil\";i:1;}s:12:\"91.189.102.6\";a:1:{s:9:\"haveboard\";i:2;}s:11:\"96.30.31.88\";a:1:{s:4:\"phil\";i:1;}s:14:\"184.72.113.207\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:2;}s:13:\"77.236.96.250\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:2;}s:11:\"5.39.83.160\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:13:\"50.97.246.154\";a:1:{s:5:\"jimmy\";i:2;}s:13:\"178.32.140.21\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:14:\"62.210.131.133\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:12:\"119.9.42.238\";a:3:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:13:\"209.54.49.109\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"216.194.164.150\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"94.23.241.10\";a:2:{s:9:\"haveboard\";i:2;s:4:\"phil\";i:1;}s:13:\"54.164.19.106\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:2;}s:14:\"133.242.141.18\";a:3:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:12:\"94.23.220.24\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:13:\"5.102.190.197\";a:1:{s:4:\"phil\";i:2;}s:14:\"129.121.177.73\";a:3:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:13:\"185.4.124.204\";a:2:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:15:\"173.199.166.144\";a:3:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:12:\"37.187.54.83\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"192.99.217.17\";a:2:{s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:15:\"216.224.178.110\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:14:\"178.137.87.154\";a:3:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:13:\"64.251.68.236\";a:2:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;}s:14:\"195.154.75.101\";a:1:{s:5:\"jimmy\";i:2;}s:12:\"37.59.48.113\";a:1:{s:4:\"phil\";i:2;}s:12:\"37.187.159.2\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"212.83.181.236\";a:3:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:3;s:9:\"haveboard\";i:1;}s:13:\"46.105.109.41\";a:3:{s:5:\"jimmy\";i:2;s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:11:\"91.121.7.42\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:12:\"163.47.75.50\";a:1:{s:5:\"admin\";i:1;}s:14:\"46.165.209.156\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"176.31.122.65\";a:2:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:13:\"70.32.108.210\";a:3:{s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:14:\"109.234.161.10\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"62.210.125.68\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:14:\"78.129.152.184\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:2;}s:14:\"72.233.127.179\";a:2:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;}s:14:\"205.186.132.26\";a:2:{s:9:\"haveboard\";i:2;s:5:\"jimmy\";i:1;}s:13:\"178.32.59.181\";a:1:{s:9:\"haveboard\";i:2;}s:13:\"208.73.49.212\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"176.223.199.2\";a:3:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:14:\"178.137.16.127\";a:1:{s:5:\"admin\";i:2;}s:13:\"31.216.36.153\";a:1:{s:4:\"phil\";i:1;}s:15:\"174.142.208.218\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"216.70.92.87\";a:1:{s:4:\"phil\";i:1;}s:13:\"195.154.7.168\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"74.118.9.65\";a:1:{s:4:\"phil\";i:1;}s:14:\"184.169.143.64\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"213.174.164.45\";a:3:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:12:\"91.241.27.45\";a:1:{s:4:\"phil\";i:1;}s:13:\"178.137.17.49\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:14:\"176.31.255.179\";a:1:{s:4:\"phil\";i:1;}s:12:\"104.46.59.81\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"23.21.146.201\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"134.249.51.251\";a:3:{s:15:\"mollywoppersnyb\";i:2;s:13:\"administrator\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"178.251.76.242\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.93.86.142\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"46.118.126.95\";a:1:{s:5:\"admin\";i:2;}s:15:\"178.137.160.238\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:14:\"217.199.164.91\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"46.118.155.114\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:13:\"administrator\";i:2;}s:14:\"37.115.186.238\";a:2:{s:5:\"admin\";i:1;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:1;}s:14:\"134.249.55.248\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:12:\"85.113.38.80\";a:1:{s:5:\"Admin\";i:1;}s:15:\"193.189.117.243\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.154.0.128\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"46.118.29.69\";a:1:{s:7:\"{login}\";i:3;}s:12:\"31.193.133.9\";a:1:{s:5:\"admin\";i:1;}s:13:\"109.162.42.11\";a:1:{s:7:\"{login}\";i:1;}s:13:\"46.119.59.134\";a:1:{s:5:\"admin\";i:1;}s:13:\"94.153.35.139\";a:1:{s:5:\"admin\";i:1;}s:13:\"24.114.29.162\";a:1:{s:5:\"admin\";i:2;}s:14:\"204.232.192.84\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"89.222.250.4\";a:1:{s:5:\"Admin\";i:1;}s:13:\"31.168.69.220\";a:1:{s:5:\"Admin\";i:2;}s:14:\"194.90.160.133\";a:1:{s:5:\"Admin\";i:11;}s:14:\"213.98.105.196\";a:1:{s:5:\"Admin\";i:1;}s:14:\"190.199.231.80\";a:1:{s:5:\"Admin\";i:6;}s:14:\"62.219.191.232\";a:1:{s:5:\"Admin\";i:3;}s:14:\"213.222.231.95\";a:1:{s:5:\"Admin\";i:2;}s:12:\"188.87.67.20\";a:1:{s:5:\"Admin\";i:2;}s:14:\"187.36.139.177\";a:1:{s:5:\"Admin\";i:5;}s:14:\"178.234.51.120\";a:1:{s:5:\"Admin\";i:1;}s:14:\"46.146.227.146\";a:1:{s:5:\"Admin\";i:1;}s:13:\"187.22.61.244\";a:1:{s:5:\"Admin\";i:6;}s:14:\"188.165.248.41\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"85.52.193.116\";a:1:{s:5:\"Admin\";i:1;}s:12:\"37.1.222.114\";a:1:{s:5:\"admin\";i:2;}s:13:\"202.56.170.10\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"95.179.46.103\";a:1:{s:5:\"Admin\";i:1;}s:11:\"66.87.82.85\";a:1:{s:13:\"lil cable boy\";i:1;}s:14:\"195.154.225.13\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"46.118.159.220\";a:1:{s:5:\"admin\";i:4;}s:14:\"178.234.64.169\";a:1:{s:5:\"Admin\";i:1;}s:12:\"46.25.29.221\";a:1:{s:5:\"Admin\";i:3;}s:13:\"134.249.53.36\";a:2:{s:13:\"administrator\";i:4;s:5:\"admin\";i:2;}s:12:\"50.191.57.52\";a:1:{s:8:\"kingeric\";i:1;}s:14:\"46.118.156.227\";a:4:{s:5:\"admin\";i:8;s:13:\"administrator\";i:6;s:31:\"mollywoppersnyb@mollywoppersnyb\";i:4;s:15:\"mollywoppersnyb\";i:2;}s:15:\"190.205.253.210\";a:1:{s:5:\"Admin\";i:3;}s:14:\"81.213.206.174\";a:1:{s:5:\"Admin\";i:6;}s:12:\"79.142.66.15\";a:1:{s:5:\"admin\";i:1;}s:12:\"24.133.87.59\";a:1:{s:5:\"Admin\";i:3;}s:13:\"81.214.55.160\";a:1:{s:5:\"Admin\";i:3;}s:15:\"213.153.226.116\";a:1:{s:5:\"Admin\";i:2;}s:14:\"190.205.223.89\";a:1:{s:5:\"Admin\";i:2;}s:11:\"81.248.5.56\";a:1:{s:5:\"Admin\";i:3;}s:13:\"189.17.66.214\";a:1:{s:5:\"Admin\";i:1;}s:13:\"191.235.214.9\";a:1:{s:5:\"admin\";i:1;}s:14:\"104.171.113.55\";a:1:{s:5:\"admin\";i:1;}s:14:\"104.171.113.59\";a:1:{s:5:\"admin\";i:1;}s:12:\"178.18.25.75\";a:1:{s:5:\"admin\";i:1;}s:13:\"201.35.29.122\";a:1:{s:5:\"Admin\";i:1;}s:13:\"190.78.49.210\";a:1:{s:5:\"Admin\";i:1;}s:13:\"50.63.157.229\";a:1:{s:7:\"{login}\";i:1;}s:14:\"78.188.167.205\";a:1:{s:5:\"Admin\";i:1;}s:15:\"195.154.251.120\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"88.248.121.161\";a:1:{s:5:\"Admin\";i:1;}s:14:\"88.249.243.205\";a:1:{s:5:\"Admin\";i:1;}s:13:\"88.247.43.196\";a:1:{s:5:\"Admin\";i:1;}s:12:\"103.30.41.51\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.194.212.3\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"23.21.128.200\";a:2:{s:9:\"haveboard\";i:1;s:4:\"phil\";i:1;}s:13:\"54.209.164.25\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:15:\"184.169.148.148\";a:1:{s:4:\"phil\";i:2;}s:15:\"162.242.145.111\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"37.187.173.167\";a:2:{s:5:\"jimmy\";i:4;s:4:\"phil\";i:2;}s:13:\"185.11.74.142\";a:1:{s:4:\"phil\";i:1;}s:14:\"204.10.199.135\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"54.164.191.103\";a:2:{s:5:\"jimmy\";i:2;s:4:\"phil\";i:4;}s:14:\"62.210.248.142\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"188.94.17.150\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:12:\"54.207.20.82\";a:2:{s:4:\"phil\";i:2;s:5:\"jimmy\";i:1;}s:14:\"166.78.185.218\";a:2:{s:4:\"phil\";i:3;s:5:\"jimmy\";i:2;}s:12:\"212.83.128.4\";a:1:{s:9:\"haveboard\";i:2;}s:14:\"132.180.108.67\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"117.102.174.16\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"202.239.239.36\";a:1:{s:4:\"phil\";i:1;}s:13:\"154.58.201.41\";a:2:{s:4:\"phil\";i:1;s:5:\"jimmy\";i:1;}s:12:\"80.87.129.25\";a:1:{s:9:\"haveboard\";i:1;}s:11:\"5.248.41.22\";a:1:{s:5:\"admin\";i:2;}s:14:\"54.217.236.195\";a:2:{s:4:\"phil\";i:1;s:9:\"haveboard\";i:1;}s:12:\"93.184.150.2\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"188.165.205.61\";a:1:{s:4:\"phil\";i:2;}s:14:\"178.254.54.199\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"193.2.132.76\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"199.195.118.92\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:2;}s:12:\"5.104.16.232\";a:1:{s:4:\"phil\";i:1;}s:14:\"206.72.199.205\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"54.246.85.54\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"94.23.12.209\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"85.204.241.130\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"89.107.185.6\";a:1:{s:4:\"phil\";i:1;}s:13:\"37.229.45.164\";a:1:{s:5:\"admin\";i:2;}s:12:\"94.23.214.74\";a:1:{s:4:\"phil\";i:1;}s:14:\"216.70.100.198\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"149.62.168.9\";a:2:{s:5:\"jimmy\";i:1;s:4:\"phil\";i:1;}s:15:\"194.102.125.196\";a:3:{s:4:\"phil\";i:4;s:5:\"jimmy\";i:3;s:9:\"haveboard\";i:1;}s:13:\"82.165.41.105\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"211.23.68.134\";a:1:{s:9:\"haveboard\";i:2;}s:13:\"212.84.69.142\";a:1:{s:4:\"phil\";i:1;}s:15:\"213.179.208.194\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"46.211.254.135\";a:1:{s:5:\"admin\";i:1;}s:13:\"91.121.133.87\";a:1:{s:4:\"phil\";i:2;}s:13:\"211.23.68.133\";a:1:{s:9:\"haveboard\";i:1;}s:11:\"5.248.40.92\";a:1:{s:5:\"admin\";i:2;}s:14:\"91.206.237.104\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"74.126.13.238\";a:1:{s:4:\"phil\";i:1;}s:14:\"212.83.149.123\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:12:\"64.69.33.150\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:13:\"78.109.163.13\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"50.63.177.163\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"87.106.11.253\";a:1:{s:4:\"phil\";i:1;}s:12:\"50.93.249.65\";a:2:{s:9:\"haveboard\";i:1;s:5:\"jimmy\";i:1;}s:13:\"91.121.91.167\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"201.161.43.198\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"66.117.46.81\";a:1:{s:4:\"phil\";i:1;}s:14:\"46.211.253.100\";a:1:{s:5:\"admin\";i:4;}s:13:\"37.229.44.170\";a:1:{s:5:\"admin\";i:2;}s:12:\"87.106.59.78\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"136.243.19.23\";a:2:{s:9:\"haveboard\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"213.229.65.207\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"37.128.144.199\";a:1:{s:5:\"jimmy\";i:2;}s:14:\"87.106.190.228\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"5.79.24.165\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:12:\"69.87.129.65\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"91.200.12.39\";a:1:{s:5:\"admin\";i:2;}s:13:\"176.56.63.134\";a:2:{s:5:\"jimmy\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"212.48.81.91\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"94.136.36.29\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"176.9.18.34\";a:2:{s:5:\"jimmy\";i:1;s:9:\"haveboard\";i:1;}s:14:\"85.214.217.203\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"91.200.12.38\";a:1:{s:5:\"admin\";i:1;}s:15:\"195.137.191.105\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.18.240.190\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"146.185.186.210\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"46.32.230.125\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"178.63.66.14\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"213.252.188.28\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"5.9.109.154\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"104.155.51.193\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"134.213.148.217\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"82.165.198.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"80.76.16.51\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"176.109.228.212\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"180.240.232.196\";a:1:{s:4:\"phil\";i:3;}s:11:\"69.94.32.70\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"46.119.122.15\";a:1:{s:19:\"mollywoppersnyb.com\";i:2;}s:13:\"130.0.233.146\";a:1:{s:5:\"admin\";i:2;}s:12:\"62.141.44.69\";a:1:{s:5:\"admin\";i:1;}s:13:\"187.4.169.105\";a:1:{s:5:\"Admin\";i:4;}s:11:\"1.234.79.52\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"200.216.110.115\";a:1:{s:5:\"Admin\";i:2;}s:15:\"188.165.241.214\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"91.200.12.138\";a:2:{s:5:\"jimmy\";i:1;s:5:\"admin\";i:2;}s:12:\"204.62.14.41\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"201.41.61.77\";a:1:{s:5:\"Admin\";i:1;}s:13:\"189.28.144.52\";a:1:{s:5:\"Admin\";i:2;}s:12:\"187.53.212.4\";a:1:{s:5:\"Admin\";i:1;}s:12:\"177.7.31.186\";a:1:{s:5:\"Admin\";i:3;}s:14:\"184.168.91.153\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"188.3.13.121\";a:1:{s:5:\"Admin\";i:1;}s:13:\"27.255.94.166\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"jimmy\";i:2;}s:12:\"46.2.214.178\";a:1:{s:5:\"Admin\";i:1;}s:10:\"50.62.6.12\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"50.97.155.170\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"187.11.237.2\";a:1:{s:5:\"Admin\";i:1;}s:13:\"200.220.139.2\";a:1:{s:5:\"Admin\";i:1;}s:13:\"54.90.130.175\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"54.166.216.96\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"54.147.36.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"54.91.50.220\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"54.144.113.174\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"54.158.244.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.31.51.199\";a:1:{s:4:\"phil\";i:1;}s:15:\"162.221.186.168\";a:1:{s:4:\"phil\";i:1;}s:11:\"37.59.112.7\";a:1:{s:4:\"phil\";i:1;}s:12:\"5.196.72.100\";a:1:{s:4:\"phil\";i:1;}s:14:\"94.242.228.187\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"92.222.28.243\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"198.100.148.112\";a:1:{s:5:\"Jimmy\";i:1;}s:13:\"212.47.246.21\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"23.91.115.123\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"89.234.157.254\";a:1:{s:5:\"admin\";i:1;}s:14:\"199.68.196.124\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.234.129.92\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"69.89.31.120\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.80.26.148\";a:1:{s:5:\"jimmy\";i:1;}s:10:\"54.82.6.23\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"74.63.209.116\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"107.21.135.79\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"89.233.254.65\";a:1:{s:5:\"jimmy\";i:3;}s:13:\"118.193.12.24\";a:1:{s:5:\"admin\";i:1;}s:13:\"23.22.147.180\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"83.24.217.64\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.81.12.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"54.161.90.91\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"54.145.105.13\";a:1:{s:9:\"haveboard\";i:1;}s:10:\"54.227.8.9\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"184.73.71.44\";a:1:{s:5:\"jimmy\";i:2;}s:12:\"107.22.18.85\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"177.97.63.17\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:15:\"109.106.140.247\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:5:\"admin\";i:2;}s:12:\"54.82.74.102\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"54.160.203.220\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"79.172.66.184\";a:1:{s:5:\"admin\";i:1;}s:10:\"46.0.96.49\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.41.62.206\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"177.201.52.125\";a:2:{s:5:\"admin\";i:2;s:13:\"administrator\";i:2;}s:15:\"179.192.118.211\";a:3:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:12:\"93.80.145.21\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:14:\"92.248.235.103\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:14:\"187.107.239.32\";a:2:{s:15:\"mollywoppersnyb\";i:4;s:13:\"administrator\";i:3;}s:13:\"90.154.72.109\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.211.31.182\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"62.133.162.118\";a:1:{s:5:\"admin\";i:1;}s:14:\"194.48.218.128\";a:1:{s:13:\"administrator\";i:1;}s:11:\"91.246.86.8\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"94.178.3.125\";a:1:{s:5:\"admin\";i:1;}s:15:\"193.201.227.122\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.45.185.203\";a:1:{s:5:\"admin\";i:1;}s:11:\"46.0.164.34\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"185.44.239.37\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.37.136.103\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:14:\"109.195.172.68\";a:1:{s:13:\"administrator\";i:1;}s:13:\"83.220.239.72\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.116.139.5\";a:1:{s:5:\"admin\";i:1;}s:14:\"31.210.170.221\";a:1:{s:13:\"administrator\";i:1;}s:14:\"46.191.170.190\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.252.207.53\";a:1:{s:5:\"admin\";i:1;}s:14:\"31.173.240.203\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"177.96.244.18\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"128.71.117.68\";a:1:{s:13:\"administrator\";i:1;}s:13:\"87.255.246.50\";a:2:{s:5:\"admin\";i:2;s:13:\"administrator\";i:2;}s:15:\"178.252.212.130\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:14:\"82.208.100.125\";a:1:{s:13:\"administrator\";i:1;}s:13:\"95.32.157.149\";a:1:{s:5:\"admin\";i:1;}s:12:\"79.172.69.63\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:13:\"54.163.166.83\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"94.228.207.147\";a:1:{s:13:\"administrator\";i:1;}s:11:\"80.34.24.98\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:5:\"admin\";i:1;}s:14:\"91.105.176.115\";a:1:{s:5:\"admin\";i:1;}s:13:\"189.46.24.150\";a:1:{s:13:\"administrator\";i:2;}s:14:\"177.133.88.153\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:14:\"176.36.189.241\";a:1:{s:5:\"admin\";i:1;}s:13:\"130.255.13.57\";a:3:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:15:\"109.106.143.131\";a:1:{s:13:\"administrator\";i:1;}s:13:\"178.252.207.9\";a:2:{s:15:\"mollywoppersnyb\";i:3;s:5:\"admin\";i:2;}s:11:\"91.76.68.33\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:2;}s:13:\"85.21.241.226\";a:3:{s:5:\"admin\";i:3;s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:12:\"89.178.188.4\";a:2:{s:5:\"admin\";i:2;s:13:\"administrator\";i:2;}s:13:\"89.169.57.124\";a:3:{s:15:\"mollywoppersnyb\";i:2;s:13:\"administrator\";i:2;s:5:\"admin\";i:1;}s:12:\"5.76.164.134\";a:2:{s:13:\"administrator\";i:2;s:5:\"admin\";i:2;}s:13:\"5.164.142.133\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:13:\"administrator\";i:1;}s:13:\"54.242.93.232\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"78.106.234.5\";a:1:{s:13:\"administrator\";i:1;}s:14:\"95.129.239.189\";a:1:{s:13:\"administrator\";i:1;}s:13:\"178.46.35.104\";a:1:{s:5:\"admin\";i:1;}s:14:\"193.201.227.78\";a:1:{s:31:\"mollywoppersnyb@mollywoppersnyb\";i:2;}s:15:\"136.169.190.161\";a:1:{s:13:\"administrator\";i:1;}s:13:\"188.17.193.60\";a:1:{s:5:\"admin\";i:1;}s:13:\"94.180.41.168\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"31.43.101.178\";a:2:{s:13:\"administrator\";i:2;s:5:\"admin\";i:1;}s:14:\"178.57.114.152\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.55.165.181\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"91.79.142.156\";a:1:{s:13:\"administrator\";i:2;}s:14:\"54.162.165.133\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"91.227.29.89\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.212.253.7\";a:1:{s:5:\"admin\";i:1;}s:15:\"134.255.141.249\";a:1:{s:13:\"administrator\";i:1;}s:13:\"5.166.146.134\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.51.179.57\";a:2:{s:13:\"administrator\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:12:\"89.28.163.31\";a:1:{s:13:\"administrator\";i:1;}s:15:\"109.225.200.175\";a:2:{s:13:\"administrator\";i:2;s:5:\"admin\";i:1;}s:14:\"177.207.50.181\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.185.85.244\";a:1:{s:5:\"admin\";i:1;}s:14:\"54.145.121.152\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"82.193.155.224\";a:2:{s:13:\"administrator\";i:2;s:5:\"admin\";i:1;}s:15:\"176.116.143.155\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"88.200.215.158\";a:1:{s:13:\"administrator\";i:1;}s:13:\"5.165.156.119\";a:1:{s:13:\"administrator\";i:1;}s:13:\"5.141.192.218\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:15:\"176.196.156.109\";a:1:{s:15:\"mollywoppersnyb\";i:3;}s:14:\"188.168.82.229\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:12:\"95.71.235.57\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"82.208.121.43\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"217.12.198.105\";a:2:{s:5:\"admin\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:14:\"85.115.248.232\";a:1:{s:13:\"administrator\";i:1;}s:13:\"82.144.76.156\";a:3:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:12:\"94.75.36.160\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.249.31.93\";a:3:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:12:\"54.162.48.17\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"109.111.128.74\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"195.91.157.50\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:2;}s:14:\"213.191.22.250\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:13:\"95.30.165.156\";a:1:{s:13:\"administrator\";i:2;}s:13:\"88.85.179.240\";a:1:{s:5:\"admin\";i:1;}s:13:\"178.206.0.158\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.51.73.167\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"122.210.229.146\";a:2:{s:5:\"admin\";i:2;s:13:\"administrator\";i:1;}s:11:\"80.67.52.64\";a:1:{s:13:\"administrator\";i:1;}s:14:\"91.210.193.205\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.80.174.228\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"94.77.182.69\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.173.4.181\";a:1:{s:13:\"administrator\";i:1;}s:11:\"95.37.5.199\";a:3:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.52.191.41\";a:1:{s:13:\"administrator\";i:1;}s:11:\"195.8.51.14\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:13:\"194.48.218.75\";a:1:{s:13:\"administrator\";i:1;}s:12:\"5.167.127.91\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"81.161.63.195\";a:1:{s:13:\"administrator\";i:1;}s:12:\"95.105.87.10\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.90.199.140\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"81.4.200.85\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.167.205.32\";a:1:{s:5:\"admin\";i:1;}s:11:\"95.30.50.33\";a:1:{s:5:\"admin\";i:1;}s:14:\"88.147.229.195\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"128.70.120.8\";a:1:{s:5:\"admin\";i:1;}s:12:\"89.28.163.10\";a:1:{s:5:\"admin\";i:1;}s:13:\"178.65.215.65\";a:1:{s:13:\"administrator\";i:1;}s:11:\"2.95.183.18\";a:1:{s:5:\"admin\";i:1;}s:14:\"177.203.52.133\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:3;}s:13:\"46.147.176.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"54.158.225.217\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"37.113.125.128\";a:1:{s:13:\"administrator\";i:1;}s:15:\"194.186.202.222\";a:3:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:15:\"213.184.244.241\";a:2:{s:5:\"admin\";i:1;s:31:\"MOLLYWOPPERSNYB@MOLLYWOPPERSNYB\";i:1;}s:12:\"185.23.48.54\";a:1:{s:13:\"administrator\";i:1;}s:14:\"82.199.209.222\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"176.105.13.78\";a:2:{s:15:\"mollywoppersnyb\";i:3;s:5:\"admin\";i:1;}s:13:\"191.43.40.112\";a:1:{s:5:\"admin\";i:1;}s:15:\"193.160.224.134\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"92.53.68.178\";a:1:{s:5:\"admin\";i:2;}s:12:\"95.37.220.16\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.113.243.77\";a:1:{s:5:\"admin\";i:1;}s:14:\"136.169.255.55\";a:2:{s:5:\"admin\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:11:\"77.45.153.4\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"94.188.43.7\";a:1:{s:5:\"admin\";i:2;}s:13:\"81.88.222.183\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:2;}s:13:\"178.71.167.95\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"62.133.162.36\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"128.75.68.235\";a:1:{s:13:\"administrator\";i:1;}s:13:\"84.253.105.22\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:2;}s:14:\"89.145.141.195\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"178.129.70.127\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"5.18.95.55\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.81.252.228\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"5.164.221.190\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.252.61.111\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"62.183.86.92\";a:1:{s:13:\"administrator\";i:1;}s:12:\"80.70.106.13\";a:1:{s:13:\"administrator\";i:1;}s:14:\"128.75.217.129\";a:1:{s:13:\"administrator\";i:1;}s:13:\"46.72.181.199\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:13:\"54.167.239.99\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"185.91.178.14\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.63.168.210\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.49.100.199\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"179.180.104.133\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"95.134.113.238\";a:2:{s:5:\"admin\";i:2;s:13:\"administrator\";i:2;}s:15:\"188.242.144.119\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:2;}s:12:\"46.158.22.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"5.228.255.0\";a:1:{s:13:\"administrator\";i:2;}s:14:\"54.161.197.114\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"46.118.153.202\";a:1:{s:19:\"mollywoppersnyb.com\";i:2;}s:14:\"46.158.140.229\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"94.75.38.45\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.121.212.173\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"174.129.85.124\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"179.176.96.174\";a:1:{s:13:\"administrator\";i:1;}s:13:\"46.147.168.38\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"177.177.192.232\";a:3:{s:15:\"mollywoppersnyb\";i:4;s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:13:\"5.141.224.247\";a:1:{s:13:\"administrator\";i:1;}s:12:\"46.42.11.101\";a:1:{s:13:\"administrator\";i:1;}s:13:\"94.125.49.176\";a:1:{s:13:\"administrator\";i:1;}s:12:\"50.17.119.32\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.62.178.118\";a:2:{s:5:\"admin\";i:2;s:13:\"administrator\";i:1;}s:12:\"91.202.254.5\";a:1:{s:5:\"admin\";i:1;}s:13:\"79.172.101.31\";a:1:{s:13:\"administrator\";i:1;}s:12:\"91.201.11.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"188.230.81.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.43.192.209\";a:1:{s:5:\"admin\";i:1;}s:11:\"178.44.58.7\";a:1:{s:13:\"administrator\";i:1;}s:13:\"90.154.72.197\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"46.38.39.109\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:14:\"188.18.249.151\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.142.17.226\";a:1:{s:13:\"administrator\";i:1;}s:13:\"185.31.165.84\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:13:\"administrator\";i:1;}s:15:\"192.162.212.113\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:12:\"81.22.62.142\";a:1:{s:13:\"administrator\";i:1;}s:11:\"5.77.241.10\";a:1:{s:5:\"admin\";i:2;}s:13:\"54.80.179.232\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"146.185.239.200\";a:2:{s:5:\"admin\";i:3;s:15:\"mollywoppersnyb\";i:2;}s:14:\"213.234.14.220\";a:3:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;s:5:\"admin\";i:2;}s:13:\"93.92.200.202\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:14:\"134.90.122.220\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:14:\"81.177.126.165\";a:1:{s:5:\"admin\";i:1;}s:11:\"95.29.86.27\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.26.106.175\";a:1:{s:13:\"administrator\";i:3;}s:14:\"178.206.173.40\";a:1:{s:13:\"administrator\";i:1;}s:13:\"189.69.24.110\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:13:\"54.158.251.77\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"46.158.150.75\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.87.158.183\";a:1:{s:13:\"administrator\";i:1;}s:12:\"80.95.39.246\";a:1:{s:5:\"admin\";i:1;}s:12:\"81.163.98.48\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.120.216.87\";a:1:{s:5:\"admin\";i:1;}s:11:\"46.42.23.82\";a:1:{s:13:\"administrator\";i:1;}s:13:\"89.255.92.150\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.126.32.96\";a:1:{s:13:\"administrator\";i:1;}s:13:\"89.178.253.45\";a:2:{s:15:\"mollywoppersnyb\";i:2;s:5:\"admin\";i:1;}s:14:\"164.138.89.188\";a:1:{s:5:\"admin\";i:1;}s:11:\"50.62.176.4\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.11.191.170\";a:1:{s:5:\"admin\";i:2;}s:13:\"212.12.28.122\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.158.1.172\";a:1:{s:5:\"jimmy\";i:1;}s:10:\"2.95.27.41\";a:2:{s:13:\"administrator\";i:1;s:15:\"mollywoppersnyb\";i:2;}s:14:\"31.202.233.212\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"80.237.79.143\";a:1:{s:13:\"administrator\";i:1;}s:14:\"176.51.131.147\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:2;}s:12:\"2.93.207.174\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.157.253.16\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"89.28.163.64\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"50.16.9.250\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"80.234.30.230\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"177.98.164.161\";a:1:{s:13:\"administrator\";i:1;}s:13:\"5.141.193.193\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.27.126.77\";a:1:{s:13:\"administrator\";i:1;}s:14:\"46.180.125.155\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"84.22.142.15\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"81.30.210.134\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:11:\"80.70.106.5\";a:1:{s:13:\"administrator\";i:1;}s:13:\"46.174.120.68\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;}s:11:\"5.8.201.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"157.7.188.97\";a:1:{s:5:\"admin\";i:5;}s:12:\"185.3.32.208\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.76.163.248\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"82.208.125.226\";a:1:{s:13:\"administrator\";i:1;}s:15:\"174.129.169.165\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"80.234.27.59\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"62.192.246.119\";a:1:{s:5:\"admin\";i:1;}s:13:\"128.73.237.44\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"37.55.133.100\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"93.157.235.169\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"54.205.16.46\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"54.166.138.178\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"178.35.30.66\";a:1:{s:5:\"admin\";i:1;}s:14:\"89.105.140.247\";a:1:{s:13:\"administrator\";i:1;}s:14:\"46.158.122.207\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"5.140.208.12\";a:1:{s:5:\"admin\";i:1;}s:14:\"54.160.185.114\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"194.247.190.210\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:11:\"23.23.3.149\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"95.78.10.47\";a:1:{s:13:\"administrator\";i:1;}s:14:\"213.138.89.119\";a:1:{s:13:\"administrator\";i:1;}s:13:\"91.76.142.189\";a:1:{s:5:\"admin\";i:1;}s:15:\"193.201.227.142\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"54.158.20.200\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.18.109.55\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.198.91.66\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"95.78.11.76\";a:1:{s:13:\"administrator\";i:1;}s:14:\"77.243.115.178\";a:1:{s:5:\"admin\";i:1;}s:13:\"194.48.218.77\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.87.157.229\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"94.141.15.62\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.71.169.242\";a:1:{s:13:\"administrator\";i:2;}s:14:\"54.198.159.164\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"54.204.166.182\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"213.242.15.209\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.146.25.120\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"95.70.98.121\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"213.87.147.75\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.46.41.109\";a:1:{s:5:\"admin\";i:1;}s:11:\"54.81.81.30\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"54.147.27.230\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"151.80.44.159\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:15:\"188.162.228.189\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"54.204.215.66\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"213.167.43.54\";a:1:{s:5:\"admin\";i:1;}s:13:\"107.22.26.201\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"79.172.126.164\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.44.87.247\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"213.87.103.133\";a:1:{s:13:\"administrator\";i:1;}s:13:\"54.80.206.225\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.213.36.79\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"176.212.81.125\";a:1:{s:5:\"admin\";i:1;}s:15:\"176.101.225.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.139.3.241\";a:1:{s:13:\"administrator\";i:1;}s:12:\"50.62.161.76\";a:1:{s:5:\"admin\";i:13;}s:15:\"189.126.195.130\";a:2:{s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:12:\"37.76.191.18\";a:1:{s:13:\"administrator\";i:2;}s:14:\"77.247.239.201\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.60.236.215\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"54.198.45.161\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"178.167.109.117\";a:1:{s:5:\"admin\";i:1;}s:13:\"46.191.188.83\";a:1:{s:5:\"admin\";i:1;}s:13:\"94.75.172.225\";a:1:{s:5:\"admin\";i:1;}s:13:\"201.78.217.24\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"212.66.38.68\";a:1:{s:13:\"administrator\";i:1;}s:13:\"94.31.167.168\";a:1:{s:13:\"administrator\";i:1;}s:14:\"94.245.157.252\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"54.158.133.133\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"178.65.77.228\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.47.158.158\";a:1:{s:13:\"administrator\";i:1;}s:13:\"95.29.178.114\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"93.80.145.237\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"188.123.230.195\";a:1:{s:13:\"administrator\";i:1;}s:13:\"5.165.209.185\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"91.233.165.63\";a:1:{s:13:\"administrator\";i:1;}s:12:\"188.18.49.31\";a:1:{s:13:\"administrator\";i:1;}s:11:\"54.167.55.9\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"88.200.142.238\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.37.201.160\";a:1:{s:13:\"administrator\";i:1;}s:10:\"46.44.7.86\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.64.112.104\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"46.39.4.31\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"5.141.209.53\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.65.88.234\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"191.191.248.103\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.129.84.122\";a:1:{s:13:\"administrator\";i:1;}s:15:\"188.162.228.179\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.40.34.202\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"199.79.63.113\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.137.18.182\";a:2:{s:19:\"mollywoppersnyb.com\";i:2;s:15:\"mollywoppersnyb\";i:2;}s:14:\"212.129.47.102\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.115.90.214\";a:1:{s:13:\"Administrator\";i:1;}s:14:\"104.243.129.94\";a:2:{s:5:\"jimmy\";i:1;s:4:\"Page\";i:1;}s:13:\"5.248.130.243\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:12:\"5.248.131.83\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"159.253.33.190\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"91.217.232.65\";a:1:{s:5:\"admin\";i:2;}s:14:\"182.236.127.20\";a:1:{s:5:\"admin\";i:1;}s:11:\"92.63.87.97\";a:1:{s:5:\"admin\";i:1;}s:13:\"185.34.28.207\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"72.249.26.23\";a:1:{s:5:\"admin\";i:1;}s:14:\"166.63.124.235\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"118.255.180.132\";a:1:{s:5:\"admin\";i:1;}s:13:\"123.30.243.84\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"54.173.42.252\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"212.48.64.247\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"72.9.155.235\";a:1:{s:5:\"admin\";i:1;}s:14:\"212.113.143.17\";a:1:{s:5:\"admin\";i:1;}s:14:\"139.162.20.221\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"69.175.77.242\";a:1:{s:5:\"admin\";i:1;}s:12:\"50.62.82.164\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.196.76.176\";a:1:{s:5:\"admin\";i:1;}s:14:\"173.236.54.162\";a:1:{s:5:\"admin\";i:1;}s:12:\"185.2.131.75\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.150.227.242\";a:1:{s:5:\"jimmy\";i:2;}s:11:\"52.35.5.195\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:11:\"142.4.4.201\";a:1:{s:5:\"admin\";i:3;}s:12:\"46.148.22.18\";a:3:{s:15:\"mollywoppersnyb\";i:47;s:19:\"mollywoppersnyb.com\";i:42;s:5:\"admin\";i:28;}s:14:\"207.20.232.240\";a:1:{s:5:\"admin\";i:1;}s:9:\"5.61.38.9\";a:1:{s:19:\"mollywoppersnyb.com\";i:1;}s:13:\"82.146.45.114\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"188.165.118.117\";a:1:{s:5:\"admin\";i:3;}s:13:\"142.4.217.149\";a:1:{s:5:\"admin\";i:1;}s:11:\"198.1.76.21\";a:1:{s:5:\"admin\";i:1;}s:13:\"198.46.86.154\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"198.20.99.251\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"192.99.100.176\";a:1:{s:5:\"admin\";i:1;}s:14:\"184.154.21.178\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"46.118.118.215\";a:2:{s:19:\"mollywoppersnyb.com\";i:2;s:5:\"admin\";i:2;}s:13:\"89.238.146.27\";a:1:{s:5:\"admin\";i:2;}s:13:\"95.141.28.126\";a:1:{s:5:\"admin\";i:1;}s:13:\"79.141.162.15\";a:1:{s:5:\"admin\";i:2;}s:14:\"185.93.181.108\";a:1:{s:5:\"admin\";i:1;}s:13:\"79.141.167.14\";a:1:{s:5:\"admin\";i:2;}s:13:\"46.148.18.162\";a:3:{s:5:\"admin\";i:108;s:19:\"mollywoppersnyb.com\";i:12;s:15:\"mollywoppersnyb\";i:14;}s:13:\"178.137.85.67\";a:1:{s:5:\"admin\";i:1;}s:14:\"62.149.143.181\";a:1:{s:5:\"admin\";i:1;}s:15:\"193.201.227.158\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"188.163.75.7\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.239.66.84\";a:1:{s:5:\"admin\";i:11;}s:13:\"62.149.143.73\";a:1:{s:5:\"admin\";i:1;}s:13:\"50.62.161.162\";a:1:{s:5:\"admin\";i:16;}s:15:\"162.222.227.163\";a:1:{s:5:\"admin\";i:2;}s:12:\"50.62.161.55\";a:1:{s:5:\"admin\";i:15;}s:13:\"52.91.222.162\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:13:\"195.154.188.9\";a:1:{s:5:\"admin\";i:3;}s:13:\"5.248.130.190\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"52.90.80.46\";a:1:{s:5:\"admin\";i:2;}s:13:\"223.73.45.151\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.115.5.217\";a:1:{s:5:\"admin\";i:2;}s:13:\"85.159.64.226\";a:1:{s:5:\"admin\";i:5;}s:12:\"54.183.69.32\";a:1:{s:4:\"phil\";i:1;}s:13:\"223.73.45.134\";a:1:{s:5:\"admin\";i:1;}s:13:\"54.174.122.76\";a:1:{s:5:\"admin\";i:1;}s:13:\"46.118.29.203\";a:1:{s:5:\"admin\";i:1;}s:14:\"77.246.183.179\";a:1:{s:5:\"admin\";i:1;}s:15:\"184.168.193.200\";a:1:{s:5:\"admin\";i:7;}s:14:\"173.254.28.117\";a:1:{s:5:\"admin\";i:1;}s:12:\"65.60.44.234\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"185.25.184.141\";a:1:{s:5:\"admin\";i:1;}s:13:\"148.251.20.66\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"213.189.55.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"130.193.248.187\";a:1:{s:5:\"admin\";i:1;}s:12:\"175.44.9.122\";a:1:{s:5:\"admin\";i:1;}s:14:\"112.111.185.76\";a:1:{s:5:\"admin\";i:2;}s:12:\"223.73.44.33\";a:1:{s:5:\"admin\";i:1;}s:14:\"46.118.156.118\";a:1:{s:5:\"admin\";i:2;}s:14:\"37.115.188.184\";a:1:{s:5:\"admin\";i:2;}s:14:\"85.106.248.241\";a:1:{s:5:\"admin\";i:1;}s:15:\"118.193.163.161\";a:1:{s:5:\"admin\";i:1;}s:11:\"88.80.196.2\";a:4:{s:19:\"mollywoppersnyb.com\";i:2;s:15:\"mollywoppersnyb\";i:1;s:13:\"administrator\";i:1;s:5:\"admin\";i:1;}s:13:\"188.120.229.9\";a:1:{s:5:\"admin\";i:1;}s:12:\"50.62.176.82\";a:1:{s:5:\"admin\";i:15;}s:12:\"50.62.161.75\";a:1:{s:5:\"admin\";i:7;}s:14:\"184.168.152.18\";a:1:{s:5:\"admin\";i:5;}s:13:\"5.133.180.199\";a:1:{s:5:\"admin\";i:17;}s:15:\"184.168.152.142\";a:1:{s:5:\"admin\";i:3;}s:13:\"62.149.143.75\";a:1:{s:5:\"admin\";i:9;}s:15:\"184.170.240.130\";a:1:{s:5:\"admin\";i:1;}s:12:\"50.62.161.46\";a:1:{s:5:\"admin\";i:16;}s:15:\"173.201.196.101\";a:1:{s:5:\"admin\";i:4;}s:14:\"69.195.124.123\";a:1:{s:5:\"admin\";i:3;}s:13:\"91.146.107.31\";a:1:{s:5:\"admin\";i:10;}s:13:\"74.220.215.71\";a:1:{s:5:\"admin\";i:2;}s:14:\"208.113.228.27\";a:1:{s:5:\"admin\";i:2;}s:12:\"23.91.70.107\";a:1:{s:5:\"admin\";i:11;}s:13:\"50.62.176.131\";a:1:{s:5:\"admin\";i:10;}s:12:\"50.62.161.89\";a:1:{s:5:\"admin\";i:12;}s:13:\"62.149.143.96\";a:1:{s:5:\"admin\";i:4;}s:13:\"75.98.175.123\";a:1:{s:5:\"admin\";i:7;}s:13:\"50.62.161.235\";a:1:{s:5:\"admin\";i:10;}s:12:\"72.167.131.9\";a:1:{s:5:\"admin\";i:3;}s:15:\"162.219.251.125\";a:1:{s:5:\"admin\";i:4;}s:13:\"209.236.72.14\";a:1:{s:5:\"admin\";i:5;}s:11:\"37.59.26.74\";a:1:{s:5:\"admin\";i:12;}s:14:\"91.218.228.154\";a:1:{s:5:\"admin\";i:7;}s:14:\"62.149.143.182\";a:1:{s:5:\"admin\";i:6;}s:12:\"72.167.131.8\";a:1:{s:5:\"admin\";i:4;}s:11:\"74.50.21.13\";a:1:{s:5:\"admin\";i:3;}s:15:\"184.168.193.201\";a:1:{s:5:\"admin\";i:1;}s:13:\"209.17.114.78\";a:1:{s:5:\"admin\";i:3;}s:15:\"208.109.181.175\";a:1:{s:5:\"admin\";i:4;}s:12:\"188.116.9.68\";a:1:{s:5:\"admin\";i:8;}s:12:\"50.62.176.60\";a:1:{s:5:\"admin\";i:9;}s:15:\"184.168.193.202\";a:1:{s:5:\"admin\";i:2;}s:11:\"64.20.36.66\";a:1:{s:5:\"admin\";i:4;}s:13:\"72.167.183.50\";a:1:{s:5:\"admin\";i:8;}s:13:\"72.167.232.18\";a:1:{s:5:\"admin\";i:8;}s:14:\"188.93.144.173\";a:1:{s:5:\"admin\";i:1;}s:12:\"93.125.99.35\";a:1:{s:5:\"admin\";i:12;}s:14:\"184.168.193.65\";a:1:{s:5:\"admin\";i:1;}s:13:\"103.6.196.238\";a:1:{s:5:\"admin\";i:1;}s:12:\"50.62.176.35\";a:1:{s:5:\"admin\";i:7;}s:14:\"188.121.41.133\";a:1:{s:5:\"admin\";i:4;}s:13:\"188.121.41.43\";a:1:{s:5:\"admin\";i:2;}s:13:\"179.188.17.92\";a:1:{s:5:\"admin\";i:1;}s:14:\"158.69.118.157\";a:1:{s:5:\"admin\";i:2;}s:13:\"50.62.177.221\";a:1:{s:5:\"admin\";i:5;}s:14:\"188.93.144.176\";a:1:{s:5:\"admin\";i:1;}s:15:\"208.109.181.237\";a:1:{s:5:\"admin\";i:5;}s:14:\"184.168.193.64\";a:1:{s:5:\"admin\";i:3;}s:14:\"93.186.197.131\";a:1:{s:5:\"admin\";i:2;}s:14:\"182.50.130.133\";a:1:{s:5:\"admin\";i:3;}s:15:\"208.109.181.210\";a:1:{s:5:\"admin\";i:4;}s:14:\"184.168.152.20\";a:1:{s:5:\"admin\";i:3;}s:13:\"62.149.143.94\";a:1:{s:5:\"admin\";i:1;}s:15:\"184.168.152.143\";a:1:{s:5:\"admin\";i:2;}s:14:\"46.252.205.187\";a:1:{s:5:\"admin\";i:6;}s:14:\"68.178.254.107\";a:1:{s:5:\"admin\";i:4;}s:14:\"173.201.196.33\";a:1:{s:5:\"admin\";i:1;}s:14:\"68.178.254.121\";a:1:{s:5:\"admin\";i:5;}s:14:\"184.168.193.66\";a:1:{s:5:\"admin\";i:1;}s:13:\"72.167.183.14\";a:1:{s:5:\"admin\";i:4;}s:14:\"182.50.130.163\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.121.41.155\";a:1:{s:5:\"admin\";i:2;}s:13:\"62.149.143.91\";a:1:{s:5:\"admin\";i:6;}s:14:\"188.93.144.146\";a:1:{s:5:\"admin\";i:1;}s:12:\"89.19.30.160\";a:1:{s:5:\"admin\";i:3;}s:14:\"62.149.143.184\";a:1:{s:5:\"admin\";i:4;}s:15:\"173.201.196.100\";a:1:{s:5:\"admin\";i:2;}s:14:\"184.168.193.63\";a:1:{s:5:\"admin\";i:1;}s:13:\"185.130.5.214\";a:1:{s:5:\"admin\";i:2;}s:14:\"184.168.152.21\";a:1:{s:5:\"admin\";i:1;}s:15:\"184.168.193.199\";a:1:{s:5:\"admin\";i:3;}s:13:\"182.50.135.20\";a:1:{s:5:\"admin\";i:2;}s:15:\"185.129.148.203\";a:2:{s:19:\"mollywoppersnyb.com\";i:2;s:5:\"smith\";i:1;}s:14:\"209.236.71.104\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.50.130.160\";a:1:{s:5:\"admin\";i:1;}s:14:\"195.22.126.220\";a:1:{s:5:\"admin\";i:1;}s:13:\"185.106.92.36\";a:2:{s:15:\"mollywoppersnyb\";i:9;s:19:\"mollywoppersnyb.com\";i:1;}s:13:\"46.102.232.87\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.137.87.242\";a:2:{s:5:\"admin\";i:3;s:13:\"jessicahorton\";i:1;}s:14:\"182.50.130.134\";a:1:{s:5:\"admin\";i:1;}s:13:\"72.167.232.41\";a:1:{s:5:\"admin\";i:2;}s:15:\"184.168.152.144\";a:1:{s:5:\"admin\";i:2;}s:14:\"182.50.130.136\";a:1:{s:5:\"admin\";i:1;}s:13:\"191.252.66.48\";a:1:{s:5:\"admin\";i:2;}s:14:\"62.149.143.187\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.50.130.164\";a:1:{s:5:\"admin\";i:2;}s:12:\"92.63.87.118\";a:2:{s:19:\"mollywoppersnyb.com\";i:2;s:15:\"mollywoppersnyb\";i:1;}s:14:\"31.184.238.200\";a:3:{s:19:\"mollywoppersnyb.com\";i:4;s:5:\"admin\";i:4;s:15:\"mollywoppersnyb\";i:4;}s:14:\"155.133.82.112\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:5:\"admin\";i:1;}s:14:\"176.124.229.19\";a:3:{s:19:\"mollywoppersnyb.com\";i:2;s:15:\"mollywoppersnyb\";i:3;s:8:\"admin123\";i:1;}s:15:\"213.111.197.198\";a:1:{s:5:\"admin\";i:4;}s:13:\"46.165.210.17\";a:1:{s:5:\"admin\";i:4;}s:12:\"69.12.77.220\";a:1:{s:5:\"admin\";i:2;}s:14:\"213.111.197.81\";a:1:{s:5:\"admin\";i:2;}s:11:\"46.161.9.17\";a:5:{s:17:\"{domain_dot_zone}\";i:25;s:13:\"{domain_zone}\";i:11;s:15:\"mollywoppersnyb\";i:14;s:5:\"admin\";i:18;s:7:\"support\";i:8;}s:12:\"54.213.126.4\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"54.213.110.253\";a:1:{s:5:\"admin\";i:2;}s:13:\"178.137.93.24\";a:1:{s:4:\"_asd\";i:1;}s:14:\"94.121.167.234\";a:2:{s:5:\"admin\";i:1;s:13:\"administrator\";i:1;}s:13:\"62.212.73.141\";a:1:{s:19:\"mollywoppersnyb.com\";i:1;}s:12:\"185.29.8.132\";a:1:{s:19:\"mollywoppersnyb.com\";i:1;}s:13:\"52.87.155.193\";a:1:{s:5:\"admin\";i:2;}s:13:\"54.173.216.90\";a:1:{s:5:\"admin\";i:2;}s:13:\"195.242.80.54\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.162.211.222\";a:1:{s:12:\"mohamadtaleb\";i:1;}s:13:\"62.210.162.37\";a:1:{s:5:\"admin\";i:2;}s:13:\"52.53.244.130\";a:1:{s:5:\"admin\";i:2;}s:13:\"195.242.80.24\";a:1:{s:5:\"admin\";i:1;}s:14:\"146.185.239.11\";a:2:{s:13:\"{domain_zone}\";i:1;s:5:\"admin\";i:12;}s:11:\"37.115.4.36\";a:1:{s:5:\"admin\";i:1;}s:13:\"181.30.30.166\";a:1:{s:7:\"rjacome\";i:1;}s:14:\"178.162.205.25\";a:1:{s:5:\"admin\";i:1;}s:13:\"58.186.123.34\";a:1:{s:5:\"admin\";i:1;}s:15:\"138.201.117.202\";a:1:{s:5:\"admin\";i:1;}s:14:\"46.166.190.200\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.57.231.217\";a:1:{s:13:\"windywhitfeld\";i:1;}s:13:\"37.229.45.145\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.162.199.142\";a:1:{s:17:\"mollybrucecox-net\";i:1;}s:14:\"178.162.199.88\";a:1:{s:5:\"admin\";i:1;}s:11:\"5.248.41.24\";a:1:{s:5:\"admin\";i:1;}s:12:\"52.53.186.30\";a:1:{s:5:\"admin\";i:2;}s:14:\"77.120.155.207\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:2;}s:14:\"130.185.155.82\";a:1:{s:13:\"administrator\";i:1;}s:13:\"178.39.216.76\";a:1:{s:4:\"test\";i:1;}s:14:\"93.151.210.246\";a:1:{s:4:\"test\";i:1;}s:13:\"96.22.122.130\";a:1:{s:4:\"test\";i:1;}s:11:\"76.91.95.87\";a:1:{s:4:\"test\";i:1;}s:11:\"92.60.229.2\";a:1:{s:4:\"test\";i:1;}s:13:\"109.23.148.21\";a:1:{s:4:\"test\";i:1;}s:10:\"5.2.131.96\";a:1:{s:4:\"test\";i:1;}s:12:\"82.227.5.149\";a:1:{s:4:\"test\";i:1;}s:14:\"86.125.125.149\";a:1:{s:4:\"test\";i:1;}s:14:\"89.146.176.146\";a:1:{s:4:\"test\";i:1;}s:14:\"37.132.139.109\";a:1:{s:4:\"test\";i:1;}s:12:\"151.74.6.146\";a:1:{s:4:\"test\";i:1;}s:13:\"176.105.43.91\";a:1:{s:4:\"test\";i:1;}s:14:\"109.92.154.106\";a:1:{s:4:\"test\";i:1;}s:11:\"5.13.121.49\";a:1:{s:4:\"test\";i:1;}s:14:\"46.198.189.190\";a:1:{s:4:\"test\";i:1;}s:13:\"93.119.154.92\";a:1:{s:4:\"test\";i:1;}s:13:\"5.164.176.249\";a:1:{s:4:\"test\";i:1;}s:12:\"78.27.164.10\";a:1:{s:4:\"test\";i:1;}s:11:\"78.0.251.41\";a:1:{s:4:\"test\";i:1;}s:13:\"89.146.134.19\";a:1:{s:4:\"test\";i:1;}s:13:\"86.125.25.188\";a:1:{s:4:\"test\";i:1;}s:14:\"105.103.211.12\";a:1:{s:4:\"test\";i:1;}s:14:\"89.216.233.192\";a:1:{s:4:\"test\";i:1;}s:11:\"80.99.14.68\";a:1:{s:4:\"test\";i:1;}s:13:\"81.196.95.240\";a:2:{s:4:\"test\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:15:\"176.192.162.230\";a:1:{s:4:\"test\";i:1;}s:14:\"109.97.119.218\";a:1:{s:4:\"test\";i:1;}s:13:\"109.93.12.197\";a:1:{s:4:\"test\";i:1;}s:15:\"188.120.154.100\";a:1:{s:4:\"test\";i:1;}s:12:\"36.232.64.66\";a:1:{s:4:\"test\";i:1;}s:11:\"86.4.71.141\";a:1:{s:4:\"test\";i:1;}s:14:\"86.156.235.216\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"86.122.185.108\";a:1:{s:4:\"test\";i:1;}s:14:\"109.96.125.168\";a:1:{s:4:\"test\";i:1;}s:13:\"186.7.224.130\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"90.141.241.225\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.240.58.187\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"178.223.3.4\";a:1:{s:4:\"test\";i:1;}s:14:\"73.238.118.136\";a:1:{s:4:\"test\";i:1;}s:14:\"186.50.153.108\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"213.233.64.163\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"80.10.64.54\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"90.94.12.94\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"176.212.225.249\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"37.186.75.126\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.121.10.165\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"1.65.169.223\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"190.30.69.219\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.249.178.14\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.223.72.103\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"86.98.11.123\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"86.82.218.218\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"90.193.201.104\";a:1:{s:4:\"test\";i:1;}s:13:\"94.244.91.147\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"176.106.151.232\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.41.173.91\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"187.131.41.220\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"85.66.141.163\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"103.55.60.242\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"5.22.154.11\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"94.100.108.152\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"85.94.125.73\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"201.29.163.189\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"45.118.70.70\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"87.252.181.95\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.235.95.153\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"31.181.95.57\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"105.227.215.116\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.180.33.240\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"112.186.37.235\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"90.59.143.231\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"197.251.170.101\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.25.28.235\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"46.161.108.255\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"85.169.43.56\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.239.233.169\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.142.25.34\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"212.200.215.96\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"81.56.93.106\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"103.196.139.219\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"89.43.39.132\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"61.228.225.243\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.55.236.229\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"177.222.188.9\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"192.116.93.17\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"82.58.163.115\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"86.125.250.96\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"78.240.184.191\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"79.58.94.163\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"78.113.123.222\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"121.120.86.180\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"46.49.113.161\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:14:\"118.137.226.63\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"86.100.119.123\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"86.169.225.43\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"81.196.16.103\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"83.168.61.82\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"100.40.45.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"72.223.14.33\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"197.200.51.188\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"79.109.158.124\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"62.235.40.87\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"62.235.53.16\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"175.140.225.55\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"149.88.78.89\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"81.200.27.132\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.40.214.179\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"71.85.99.15\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"109.102.155.12\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"41.228.210.103\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"112.210.4.130\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"167.57.23.62\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"178.79.46.177\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"84.197.247.146\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"86.170.165.107\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"5.43.163.128\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"122.2.226.10\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"79.169.196.161\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"188.230.217.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.126.206.216\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"84.85.3.127\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"185.129.37.22\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"71.29.76.179\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.80.251.163\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"39.50.180.86\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"24.159.65.210\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.92.69.150\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"88.232.198.230\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"80.180.219.194\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"90.55.200.234\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"109.93.159.185\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"49.205.63.177\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"175.156.152.157\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"151.25.81.195\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"84.196.92.238\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"181.209.235.10\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"89.115.196.242\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.114.204.84\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"188.26.81.77\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"203.215.79.36\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"27.4.180.30\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"39.48.34.69\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"221.133.32.206\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.254.57.235\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"201.46.170.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"101.185.99.3\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"89.173.227.215\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"95.17.4.107\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.180.174.48\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"84.117.175.160\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:13:\"37.44.113.184\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"141.170.226.71\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"27.145.136.232\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"181.166.137.232\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"37.244.240.18\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"31.146.200.5\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"39.54.153.17\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"83.189.222.157\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"88.207.62.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"23.27.45.138\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"78.97.192.190\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"89.138.117.247\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.254.79.173\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"82.76.131.203\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"79.179.206.155\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"188.4.47.133\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"95.102.229.171\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"195.238.119.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"89.39.93.218\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"71.91.144.238\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"5.167.163.3\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"82.45.251.225\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"218.208.113.185\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"88.178.120.6\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"89.205.108.124\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"79.17.93.109\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"187.41.161.225\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"213.8.204.23\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"175.136.37.111\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.190.80.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"112.211.196.171\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.133.163.86\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"151.73.149.20\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"124.105.4.147\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"92.80.214.113\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"45.121.31.71\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"2.122.238.2\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.173.40.163\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"113.212.161.228\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"197.15.90.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"176.86.124.64\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"212.187.239.7\";a:1:{s:15:\"mollywoppersnyb\";i:2;}s:12:\"37.47.141.58\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"79.118.95.82\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"5.15.46.87\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"94.190.253.67\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"217.16.137.63\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"103.29.221.46\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"159.146.25.153\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.181.130.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"194.50.125.61\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"182.57.208.168\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"85.73.52.250\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"89.180.187.12\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"168.253.132.127\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"189.102.1.109\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"94.3.24.199\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"90.173.115.12\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.69.166.23\";a:1:{s:5:\"admin\";i:1;}s:14:\"112.133.232.30\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"116.106.121.171\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"41.96.77.13\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"188.143.111.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"2.51.153.77\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"188.44.75.149\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"111.68.102.25\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"2.102.50.152\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"174.61.59.229\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.142.90.160\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"110.232.87.51\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"79.61.164.35\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"46.214.110.168\";a:1:{s:5:\"admin\";i:1;}s:15:\"118.208.106.236\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.138.49.188\";a:1:{s:5:\"admin\";i:1;}s:11:\"45.218.3.48\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"182.183.176.75\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"197.87.252.46\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"79.167.67.188\";a:1:{s:5:\"admin\";i:1;}s:15:\"181.120.159.123\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"2.9.128.247\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"76.26.39.9\";a:1:{s:5:\"admin\";i:1;}s:14:\"117.247.90.101\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"88.238.102.162\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"177.100.189.179\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"88.207.124.36\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"51.171.12.139\";a:1:{s:5:\"admin\";i:1;}s:12:\"77.96.59.235\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.167.110.81\";a:1:{s:5:\"admin\";i:1;}s:14:\"179.35.179.204\";a:1:{s:5:\"admin\";i:1;}s:13:\"59.101.116.89\";a:1:{s:5:\"admin\";i:1;}s:13:\"109.24.220.37\";a:1:{s:5:\"admin\";i:1;}s:13:\"51.174.75.205\";a:1:{s:5:\"admin\";i:1;}s:12:\"37.11.163.69\";a:1:{s:5:\"admin\";i:1;}s:14:\"191.55.180.150\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.105.38.79\";a:1:{s:5:\"admin\";i:1;}s:15:\"109.177.229.106\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.107.182.245\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"79.168.203.224\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.203.117.41\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.250.185.94\";a:1:{s:5:\"admin\";i:1;}s:11:\"78.90.38.86\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.31.134.206\";a:1:{s:5:\"admin\";i:1;}s:14:\"86.125.151.227\";a:1:{s:5:\"admin\";i:1;}s:15:\"190.230.237.192\";a:1:{s:5:\"admin\";i:1;}s:11:\"92.85.64.86\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.201.193.126\";a:1:{s:5:\"admin\";i:1;}s:11:\"93.120.3.55\";a:1:{s:5:\"admin\";i:1;}s:13:\"171.6.245.134\";a:1:{s:5:\"admin\";i:1;}s:15:\"217.125.192.163\";a:1:{s:5:\"admin\";i:1;}s:13:\"176.43.42.193\";a:1:{s:5:\"admin\";i:1;}s:12:\"85.75.22.215\";a:1:{s:5:\"admin\";i:1;}s:12:\"86.67.237.35\";a:1:{s:5:\"admin\";i:1;}s:14:\"111.119.37.218\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.8.171.163\";a:1:{s:5:\"admin\";i:1;}s:14:\"79.116.106.132\";a:1:{s:5:\"admin\";i:1;}s:12:\"65.36.14.126\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.12.133.100\";a:1:{s:5:\"admin\";i:1;}s:12:\"67.230.65.87\";a:1:{s:5:\"admin\";i:1;}s:13:\"92.167.10.148\";a:1:{s:5:\"admin\";i:1;}s:11:\"36.72.9.207\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.18.253.194\";a:1:{s:5:\"admin\";i:1;}s:13:\"109.48.92.144\";a:1:{s:5:\"admin\";i:1;}s:12:\"193.86.27.95\";a:1:{s:5:\"admin\";i:1;}s:14:\"124.125.67.248\";a:1:{s:5:\"admin\";i:1;}s:13:\"103.54.150.48\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.211.38.226\";a:1:{s:5:\"admin\";i:1;}s:11:\"2.29.230.28\";a:1:{s:5:\"admin\";i:1;}s:13:\"95.42.240.156\";a:1:{s:5:\"admin\";i:1;}s:13:\"77.221.69.168\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.148.10.147\";a:1:{s:5:\"admin\";i:1;}s:12:\"86.97.67.242\";a:1:{s:5:\"admin\";i:1;}s:14:\"79.118.142.199\";a:1:{s:5:\"admin\";i:1;}s:13:\"188.143.41.57\";a:1:{s:5:\"admin\";i:1;}s:14:\"201.211.160.96\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.215.126.148\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.231.249.119\";a:1:{s:5:\"admin\";i:1;}s:13:\"111.94.112.45\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.186.76.139\";a:1:{s:5:\"admin\";i:1;}s:15:\"112.207.126.253\";a:1:{s:5:\"admin\";i:1;}s:13:\"89.22.249.117\";a:1:{s:5:\"admin\";i:1;}s:13:\"109.252.62.70\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.155.246.68\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.218.148.23\";a:1:{s:5:\"admin\";i:1;}s:14:\"85.173.179.146\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.150.61.125\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.98.203.132\";a:1:{s:5:\"admin\";i:1;}s:11:\"46.62.5.202\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.248.41.199\";a:1:{s:5:\"admin\";i:1;}s:12:\"70.74.219.66\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.81.159.142\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.136.154.47\";a:1:{s:5:\"admin\";i:1;}s:12:\"80.31.169.20\";a:1:{s:5:\"admin\";i:1;}s:12:\"177.200.0.22\";a:1:{s:5:\"admin\";i:1;}s:13:\"181.161.19.22\";a:1:{s:5:\"admin\";i:1;}s:13:\"182.73.76.110\";a:1:{s:5:\"admin\";i:1;}s:12:\"66.177.153.1\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.123.89.149\";a:1:{s:5:\"admin\";i:1;}s:13:\"89.152.156.10\";a:1:{s:5:\"admin\";i:1;}s:12:\"49.3.224.209\";a:1:{s:5:\"admin\";i:1;}s:13:\"85.144.218.82\";a:1:{s:5:\"admin\";i:1;}s:13:\"82.127.32.158\";a:1:{s:5:\"admin\";i:1;}s:13:\"185.137.125.2\";a:1:{s:5:\"admin\";i:1;}s:13:\"103.3.241.251\";a:1:{s:5:\"admin\";i:1;}s:13:\"77.112.96.236\";a:1:{s:5:\"admin\";i:1;}s:11:\"46.99.23.61\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.146.146.13\";a:1:{s:5:\"admin\";i:1;}s:12:\"210.6.79.212\";a:1:{s:5:\"admin\";i:1;}s:12:\"202.65.136.3\";a:1:{s:5:\"admin\";i:1;}s:12:\"88.5.242.215\";a:1:{s:5:\"admin\";i:1;}s:15:\"124.123.168.156\";a:1:{s:5:\"admin\";i:1;}s:13:\"178.159.236.3\";a:1:{s:5:\"admin\";i:1;}s:15:\"109.197.218.237\";a:1:{s:5:\"admin\";i:1;}s:14:\"134.249.36.172\";a:1:{s:5:\"admin\";i:1;}s:14:\"182.71.210.182\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.165.131.34\";a:1:{s:5:\"admin\";i:1;}s:14:\"201.141.151.38\";a:1:{s:5:\"admin\";i:1;}s:12:\"124.171.65.7\";a:1:{s:5:\"admin\";i:1;}s:14:\"24.133.201.139\";a:1:{s:5:\"admin\";i:1;}s:13:\"85.53.220.117\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.73.142.55\";a:1:{s:5:\"admin\";i:1;}s:12:\"5.67.141.176\";a:1:{s:5:\"admin\";i:1;}s:13:\"186.208.69.34\";a:1:{s:5:\"admin\";i:1;}s:14:\"180.252.99.102\";a:1:{s:5:\"admin\";i:1;}s:13:\"85.169.122.89\";a:1:{s:5:\"admin\";i:1;}s:14:\"14.192.211.127\";a:1:{s:5:\"admin\";i:1;}s:13:\"24.37.128.134\";a:1:{s:5:\"admin\";i:1;}s:14:\"72.252.248.141\";a:1:{s:5:\"admin\";i:1;}s:13:\"85.222.24.175\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.140.154.246\";a:1:{s:5:\"admin\";i:1;}s:13:\"39.37.137.129\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.105.184.143\";a:1:{s:5:\"admin\";i:1;}s:11:\"83.7.63.245\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.39.81.148\";a:1:{s:5:\"admin\";i:1;}s:14:\"61.223.185.111\";a:1:{s:5:\"admin\";i:1;}s:14:\"73.151.213.238\";a:1:{s:5:\"admin\";i:1;}s:14:\"203.215.117.90\";a:1:{s:5:\"admin\";i:1;}s:14:\"203.90.242.146\";a:1:{s:5:\"admin\";i:1;}s:11:\"110.55.0.42\";a:1:{s:5:\"admin\";i:1;}s:12:\"94.52.64.141\";a:1:{s:5:\"admin\";i:1;}s:15:\"182.186.214.211\";a:1:{s:5:\"admin\";i:1;}s:15:\"190.164.120.203\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.143.82.207\";a:1:{s:5:\"admin\";i:1;}s:13:\"82.78.169.207\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.109.83.93\";a:1:{s:5:\"admin\";i:1;}s:12:\"36.71.156.49\";a:1:{s:5:\"admin\";i:1;}s:14:\"213.208.184.11\";a:1:{s:5:\"admin\";i:1;}s:15:\"193.109.199.177\";a:1:{s:5:\"admin\";i:1;}s:14:\"197.221.244.93\";a:1:{s:5:\"admin\";i:1;}s:13:\"184.9.154.162\";a:1:{s:5:\"admin\";i:1;}s:13:\"177.101.14.82\";a:1:{s:5:\"admin\";i:1;}s:11:\"2.38.232.35\";a:1:{s:5:\"admin\";i:1;}s:13:\"41.130.154.25\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.229.86.115\";a:1:{s:5:\"admin\";i:1;}s:14:\"122.149.130.50\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.55.129.32\";a:1:{s:5:\"admin\";i:1;}s:15:\"186.107.223.173\";a:1:{s:5:\"admin\";i:1;}s:13:\"88.148.91.209\";a:1:{s:5:\"admin\";i:1;}s:12:\"39.48.124.60\";a:1:{s:5:\"admin\";i:1;}s:12:\"88.249.208.7\";a:1:{s:5:\"admin\";i:1;}s:14:\"188.112.167.70\";a:1:{s:5:\"admin\";i:1;}s:15:\"180.250.100.234\";a:1:{s:5:\"admin\";i:1;}s:14:\"81.177.254.137\";a:1:{s:5:\"admin\";i:1;}s:12:\"41.136.14.45\";a:1:{s:5:\"admin\";i:1;}s:15:\"177.103.232.101\";a:1:{s:5:\"admin\";i:1;}s:15:\"217.248.187.146\";a:1:{s:5:\"admin\";i:1;}s:14:\"160.177.42.116\";a:1:{s:5:\"admin\";i:1;}s:14:\"101.108.122.81\";a:1:{s:5:\"admin\";i:1;}s:12:\"92.110.13.60\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.118.157.78\";a:1:{s:5:\"admin\";i:1;}s:13:\"103.252.189.4\";a:1:{s:5:\"admin\";i:1;}s:12:\"2.134.34.131\";a:1:{s:5:\"admin\";i:1;}s:14:\"91.148.103.203\";a:1:{s:5:\"admin\";i:1;}s:13:\"103.252.25.47\";a:1:{s:5:\"admin\";i:1;}s:13:\"77.252.195.18\";a:1:{s:5:\"admin\";i:1;}s:13:\"88.212.40.176\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.249.139.68\";a:1:{s:5:\"admin\";i:1;}s:15:\"222.164.232.123\";a:1:{s:5:\"admin\";i:1;}s:11:\"14.117.75.0\";a:1:{s:5:\"admin\";i:1;}s:12:\"116.68.120.0\";a:1:{s:5:\"admin\";i:1;}s:14:\"124.104.232.93\";a:1:{s:5:\"admin\";i:1;}s:14:\"37.189.195.111\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.129.145.249\";a:1:{s:5:\"admin\";i:1;}s:12:\"154.70.3.143\";a:1:{s:5:\"admin\";i:1;}s:11:\"92.18.19.27\";a:1:{s:5:\"admin\";i:1;}s:15:\"112.196.145.197\";a:1:{s:5:\"admin\";i:1;}s:13:\"181.67.232.82\";a:1:{s:5:\"admin\";i:1;}s:11:\"188.26.8.29\";a:1:{s:5:\"admin\";i:1;}s:14:\"156.194.24.117\";a:1:{s:5:\"admin\";i:1;}s:11:\"27.4.57.214\";a:1:{s:5:\"admin\";i:1;}s:10:\"5.20.97.48\";a:1:{s:5:\"admin\";i:1;}s:14:\"115.187.38.116\";a:1:{s:5:\"admin\";i:1;}s:13:\"93.136.111.97\";a:1:{s:5:\"admin\";i:1;}s:12:\"88.21.107.14\";a:1:{s:5:\"admin\";i:1;}s:12:\"87.218.83.20\";a:1:{s:5:\"admin\";i:1;}s:14:\"82.237.198.205\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.15.201.49\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.188.40.41\";a:1:{s:5:\"admin\";i:1;}s:13:\"217.12.56.166\";a:1:{s:5:\"admin\";i:1;}s:14:\"84.117.178.210\";a:1:{s:5:\"admin\";i:1;}s:15:\"168.167.249.231\";a:1:{s:5:\"admin\";i:1;}s:13:\"112.133.232.4\";a:1:{s:5:\"admin\";i:1;}s:12:\"105.99.201.1\";a:1:{s:5:\"admin\";i:1;}s:12:\"125.176.6.55\";a:1:{s:5:\"admin\";i:1;}s:12:\"79.31.216.51\";a:1:{s:5:\"admin\";i:1;}s:14:\"49.156.148.152\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.228.223.20\";a:1:{s:5:\"admin\";i:1;}s:14:\"217.75.215.227\";a:1:{s:5:\"admin\";i:1;}s:15:\"203.192.247.122\";a:1:{s:5:\"admin\";i:1;}s:14:\"151.244.237.95\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.241.101.235\";a:1:{s:5:\"admin\";i:1;}s:12:\"95.144.36.27\";a:1:{s:4:\"test\";i:1;}s:13:\"83.82.174.227\";a:1:{s:5:\"admin\";i:1;}s:14:\"217.145.199.38\";a:1:{s:4:\"test\";i:1;}s:14:\"152.231.24.130\";a:1:{s:5:\"admin\";i:1;}s:12:\"82.49.77.142\";a:1:{s:5:\"admin\";i:1;}s:14:\"105.157.244.34\";a:1:{s:4:\"test\";i:1;}s:15:\"180.254.171.163\";a:1:{s:5:\"admin\";i:1;}s:14:\"109.125.252.23\";a:1:{s:5:\"admin\";i:1;}s:11:\"111.92.1.32\";a:1:{s:4:\"test\";i:1;}s:14:\"95.178.185.141\";a:1:{s:4:\"test\";i:1;}s:14:\"149.78.182.231\";a:1:{s:5:\"admin\";i:1;}s:13:\"190.5.167.108\";a:1:{s:4:\"test\";i:1;}s:14:\"188.32.227.124\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.210.40.125\";a:1:{s:5:\"admin\";i:1;}s:12:\"104.32.4.112\";a:1:{s:5:\"admin\";i:1;}s:13:\"78.101.20.228\";a:1:{s:5:\"admin\";i:1;}s:13:\"105.154.85.47\";a:1:{s:5:\"admin\";i:1;}s:13:\"174.114.9.120\";a:1:{s:4:\"test\";i:1;}s:12:\"84.91.233.31\";a:1:{s:5:\"admin\";i:1;}s:12:\"39.41.153.14\";a:1:{s:5:\"admin\";i:1;}s:14:\"41.200.135.205\";a:1:{s:4:\"test\";i:1;}s:12:\"93.86.187.99\";a:1:{s:4:\"test\";i:1;}s:15:\"195.149.125.254\";a:1:{s:4:\"test\";i:1;}s:13:\"5.175.208.116\";a:1:{s:4:\"test\";i:1;}s:15:\"210.195.143.125\";a:1:{s:4:\"test\";i:1;}s:12:\"46.99.56.223\";a:1:{s:4:\"test\";i:1;}s:12:\"2.82.110.150\";a:1:{s:4:\"test\";i:1;}s:14:\"24.135.205.234\";a:1:{s:5:\"admin\";i:1;}s:12:\"39.40.51.242\";a:1:{s:5:\"admin\";i:1;}s:15:\"182.178.144.245\";a:1:{s:5:\"admin\";i:1;}s:13:\"80.112.97.179\";a:1:{s:4:\"test\";i:1;}s:12:\"94.132.90.85\";a:1:{s:4:\"test\";i:1;}s:11:\"186.92.64.2\";a:1:{s:5:\"admin\";i:1;}s:13:\"105.228.122.9\";a:1:{s:4:\"test\";i:1;}s:14:\"68.107.112.120\";a:1:{s:5:\"admin\";i:1;}s:12:\"46.1.136.237\";a:1:{s:5:\"admin\";i:1;}s:14:\"90.191.101.109\";a:1:{s:4:\"test\";i:1;}s:12:\"5.250.201.15\";a:1:{s:4:\"test\";i:1;}s:12:\"78.181.136.6\";a:1:{s:4:\"test\";i:1;}s:13:\"92.251.65.121\";a:1:{s:4:\"test\";i:1;}s:12:\"109.175.99.8\";a:1:{s:4:\"test\";i:1;}s:14:\"31.174.189.114\";a:1:{s:4:\"test\";i:1;}s:14:\"124.106.243.80\";a:1:{s:4:\"test\";i:1;}s:13:\"125.25.49.251\";a:1:{s:5:\"admin\";i:1;}s:12:\"78.37.101.62\";a:1:{s:4:\"test\";i:1;}s:13:\"92.44.165.166\";a:1:{s:4:\"test\";i:1;}s:10:\"24.6.8.159\";a:1:{s:4:\"test\";i:1;}s:14:\"115.186.181.52\";a:1:{s:4:\"test\";i:1;}s:14:\"95.107.251.131\";a:1:{s:4:\"test\";i:1;}s:11:\"86.57.76.97\";a:1:{s:4:\"test\";i:1;}s:14:\"113.203.149.39\";a:1:{s:4:\"test\";i:1;}s:13:\"174.3.242.161\";a:1:{s:4:\"test\";i:1;}s:13:\"190.10.185.14\";a:1:{s:4:\"test\";i:1;}s:13:\"85.110.54.125\";a:1:{s:4:\"test\";i:1;}s:14:\"124.13.126.184\";a:1:{s:4:\"test\";i:1;}s:15:\"185.138.228.230\";a:1:{s:4:\"test\";i:1;}s:13:\"41.188.119.93\";a:1:{s:4:\"test\";i:1;}s:14:\"109.67.152.224\";a:1:{s:4:\"test\";i:1;}s:13:\"36.72.196.125\";a:1:{s:4:\"test\";i:1;}s:14:\"186.88.231.155\";a:1:{s:4:\"test\";i:1;}s:15:\"180.191.131.170\";a:1:{s:4:\"test\";i:1;}s:13:\"185.34.94.173\";a:1:{s:4:\"test\";i:1;}s:12:\"94.249.46.40\";a:1:{s:4:\"test\";i:1;}s:15:\"178.149.181.198\";a:1:{s:4:\"test\";i:1;}s:11:\"203.81.71.2\";a:1:{s:4:\"test\";i:1;}s:12:\"190.70.82.74\";a:1:{s:4:\"test\";i:1;}s:13:\"85.154.80.244\";a:1:{s:4:\"test\";i:1;}s:13:\"49.147.137.77\";a:1:{s:4:\"test\";i:1;}s:11:\"1.9.107.160\";a:1:{s:4:\"test\";i:1;}s:13:\"105.226.91.31\";a:1:{s:4:\"test\";i:1;}s:13:\"86.16.135.168\";a:1:{s:4:\"test\";i:1;}s:12:\"88.158.42.47\";a:1:{s:4:\"test\";i:1;}s:15:\"175.144.238.205\";a:1:{s:4:\"test\";i:1;}s:13:\"181.60.45.187\";a:1:{s:4:\"test\";i:1;}s:15:\"202.188.233.140\";a:1:{s:4:\"test\";i:1;}s:13:\"94.194.192.23\";a:1:{s:4:\"test\";i:1;}s:14:\"24.135.242.121\";a:1:{s:4:\"test\";i:1;}s:12:\"62.85.53.148\";a:1:{s:4:\"test\";i:1;}s:13:\"112.135.0.120\";a:1:{s:4:\"test\";i:1;}s:14:\"201.142.133.84\";a:1:{s:4:\"test\";i:1;}s:14:\"181.95.219.121\";a:1:{s:4:\"test\";i:1;}s:15:\"196.221.242.225\";a:1:{s:4:\"test\";i:1;}s:12:\"85.73.73.179\";a:1:{s:4:\"test\";i:1;}s:14:\"190.171.126.23\";a:1:{s:4:\"test\";i:1;}s:11:\"95.8.57.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"88.187.112.76\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"60.50.97.197\";a:1:{s:4:\"test\";i:1;}s:14:\"43.239.112.185\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"180.241.249.28\";a:1:{s:4:\"test\";i:1;}s:12:\"78.108.245.4\";a:1:{s:4:\"test\";i:1;}s:12:\"89.96.105.20\";a:1:{s:4:\"test\";i:1;}s:13:\"79.114.50.235\";a:1:{s:4:\"test\";i:1;}s:13:\"95.95.217.215\";a:1:{s:4:\"test\";i:1;}s:14:\"41.177.212.114\";a:1:{s:4:\"test\";i:1;}s:13:\"182.185.67.40\";a:1:{s:4:\"test\";i:1;}s:10:\"82.79.39.1\";a:1:{s:4:\"test\";i:1;}s:12:\"189.27.76.40\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"31.223.147.59\";a:1:{s:4:\"test\";i:1;}s:14:\"213.55.104.214\";a:1:{s:4:\"test\";i:1;}s:13:\"78.126.135.89\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"115.98.248.22\";a:1:{s:4:\"test\";i:1;}s:15:\"107.219.122.235\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"202.188.201.212\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"114.31.20.187\";a:1:{s:4:\"test\";i:1;}s:14:\"163.53.179.199\";a:1:{s:4:\"test\";i:1;}s:14:\"213.55.115.116\";a:1:{s:4:\"test\";i:1;}s:11:\"79.113.3.20\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"172.1.141.28\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"187.109.208.6\";a:1:{s:4:\"test\";i:1;}s:11:\"62.33.137.2\";a:1:{s:4:\"test\";i:1;}s:12:\"5.50.177.109\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"93.115.20.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"82.233.16.250\";a:1:{s:4:\"test\";i:1;}s:15:\"125.162.215.208\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"188.146.135.221\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"54.186.206.54\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.156.244.69\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"101.186.144.93\";a:1:{s:4:\"test\";i:1;}s:13:\"62.114.164.35\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"93.155.226.103\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"112.198.118.61\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"189.32.46.19\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"177.98.87.241\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"5.78.2.197\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"154.118.37.132\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"41.43.245.30\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"78.83.87.157\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"197.237.32.93\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"197.158.85.172\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"86.104.162.192\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"178.164.219.231\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"211.245.183.47\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.180.59.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"84.41.40.226\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"189.6.27.113\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"159.146.81.204\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"95.32.16.254\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"59.181.99.220\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"37.203.228.92\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"68.106.61.52\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"180.246.14.161\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.194.168.95\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"69.160.101.46\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"82.205.106.171\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"117.243.196.77\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"64.119.200.213\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"68.3.124.50\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.96.180.182\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"41.169.46.198\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"31.223.145.208\";a:1:{s:4:\"test\";i:1;}s:12:\"37.115.4.162\";a:1:{s:5:\"admin\";i:1;}s:14:\"85.248.227.165\";a:1:{s:19:\"mollywoppersnyb.com\";i:1;}s:14:\"193.201.225.21\";a:2:{s:5:\"admin\";i:2;s:4:\"adam\";i:1;}s:14:\"178.162.205.24\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.162.205.26\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.163.107.160\";a:1:{s:5:\"admin\";i:2;}s:15:\"188.163.107.156\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"91.200.12.114\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"52.40.190.160\";a:1:{s:5:\"admin\";i:2;}s:12:\"37.115.33.76\";a:1:{s:5:\"admin\";i:1;}s:15:\"188.163.107.140\";a:2:{s:5:\"admin\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:11:\"37.58.52.30\";a:1:{s:5:\"admin\";i:1;}s:13:\"146.196.37.68\";a:1:{s:5:\"admin\";i:1;}s:15:\"112.208.153.197\";a:1:{s:5:\"admin\";i:1;}s:12:\"87.248.77.37\";a:1:{s:4:\"test\";i:1;}s:15:\"112.203.250.108\";a:1:{s:4:\"test\";i:1;}s:14:\"31.216.189.213\";a:1:{s:4:\"test\";i:1;}s:13:\"37.210.64.214\";a:1:{s:4:\"test\";i:1;}s:13:\"58.69.149.167\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"178.162.205.28\";a:1:{s:6:\"dennis\";i:1;}s:12:\"24.30.119.27\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"172.245.91.178\";a:1:{s:5:\"admin\";i:1;}s:12:\"91.200.12.91\";a:1:{s:14:\"wpupdatestream\";i:1;}s:13:\"164.132.51.91\";a:1:{s:5:\"admin\";i:1;}s:14:\"178.162.199.39\";a:1:{s:5:\"arden\";i:1;}s:12:\"46.119.59.11\";a:1:{s:5:\"admin\";i:1;}s:15:\"178.162.211.214\";a:1:{s:13:\"gkmultimedios\";i:1;}s:12:\"37.115.33.15\";a:1:{s:5:\"admin\";i:1;}s:12:\"96.44.172.26\";a:1:{s:13:\"administrator\";i:1;}s:12:\"5.248.40.234\";a:1:{s:5:\"admin\";i:1;}s:12:\"183.91.33.42\";a:1:{s:10:\"lilaboler6\";i:1;}s:12:\"94.32.66.104\";a:1:{s:10:\"lilaboler6\";i:1;}s:14:\"109.162.43.159\";a:1:{s:5:\"admin\";i:1;}s:13:\"37.229.44.179\";a:1:{s:5:\"admin\";i:1;}s:13:\"195.242.80.25\";a:1:{s:5:\"admin\";i:1;}s:14:\"31.184.234.145\";a:1:{s:5:\"admin\";i:2;}s:13:\"93.76.230.118\";a:3:{s:8:\"olaniran\";i:1;s:5:\"admin\";i:1;s:4:\"cath\";i:1;}s:13:\"160.153.16.35\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"80.87.193.104\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.213.199.76\";a:1:{s:7:\"raybird\";i:1;}s:14:\"210.245.90.222\";a:1:{s:7:\"raybird\";i:1;}s:14:\"107.180.56.153\";a:1:{s:5:\"sully\";i:1;}s:13:\"144.76.27.240\";a:3:{s:12:\"jack-hatchet\";i:1;s:4:\"phil\";i:1;s:7:\"raybird\";i:1;}s:13:\"5.189.129.132\";a:1:{s:14:\"dailey28philly\";i:1;}s:15:\"173.237.137.120\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"104.238.102.195\";a:2:{s:9:\"haveboard\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:11:\"64.90.36.88\";a:1:{s:14:\"dailey28philly\";i:1;}s:12:\"103.204.7.14\";a:1:{s:5:\"sully\";i:1;}s:13:\"64.62.202.245\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"80.74.142.120\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"160.153.162.194\";a:1:{s:12:\"jack-hatchet\";i:1;}s:12:\"50.63.153.22\";a:2:{s:14:\"dailey28philly\";i:2;s:5:\"jimmy\";i:1;}s:13:\"162.253.43.25\";a:1:{s:5:\"sully\";i:1;}s:14:\"200.40.119.162\";a:1:{s:5:\"sully\";i:1;}s:13:\"23.235.200.76\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"216.97.239.125\";a:1:{s:14:\"dailey28philly\";i:1;}s:14:\"148.251.177.59\";a:2:{s:12:\"jack-hatchet\";i:1;s:11:\"toomuchtuna\";i:1;}s:14:\"91.218.244.142\";a:2:{s:14:\"dailey28philly\";i:1;s:12:\"jack-hatchet\";i:1;}s:12:\"69.73.181.16\";a:3:{s:12:\"jack-hatchet\";i:1;s:5:\"jimmy\";i:1;s:7:\"raybird\";i:1;}s:12:\"95.56.234.83\";a:1:{s:4:\"phil\";i:1;}s:15:\"208.113.169.226\";a:2:{s:8:\"degodave\";i:1;s:7:\"raybird\";i:1;}s:13:\"51.255.199.82\";a:2:{s:7:\"iammatt\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"208.113.168.17\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"89.248.60.110\";a:2:{s:8:\"degodave\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"23.229.192.105\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"143.95.38.245\";a:1:{s:5:\"sully\";i:1;}s:13:\"91.109.23.163\";a:1:{s:7:\"raybird\";i:1;}s:12:\"91.198.94.43\";a:2:{s:12:\"jack-hatchet\";i:1;s:7:\"raybird\";i:1;}s:13:\"103.234.38.55\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"89.146.221.106\";a:1:{s:5:\"sully\";i:1;}s:12:\"78.46.17.252\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"69.163.226.111\";a:2:{s:7:\"iammatt\";i:1;s:12:\"jack-hatchet\";i:1;}s:12:\"223.27.20.45\";a:1:{s:9:\"haveboard\";i:1;}s:11:\"95.85.7.175\";a:2:{s:5:\"sully\";i:1;s:5:\"jimmy\";i:1;}s:13:\"69.163.153.15\";a:3:{s:7:\"raybird\";i:1;s:5:\"sully\";i:1;s:4:\"phil\";i:1;}s:14:\"107.180.25.165\";a:1:{s:14:\"dailey28philly\";i:1;}s:13:\"144.76.203.92\";a:1:{s:4:\"phil\";i:1;}s:13:\"97.74.195.203\";a:2:{s:14:\"dailey28philly\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"46.101.33.100\";a:1:{s:4:\"phil\";i:1;}s:14:\"178.20.157.105\";a:1:{s:7:\"raybird\";i:1;}s:12:\"64.39.226.17\";a:2:{s:11:\"toomuchtuna\";i:1;s:4:\"phil\";i:1;}s:13:\"91.227.16.123\";a:1:{s:8:\"degodave\";i:1;}s:13:\"31.184.238.61\";a:1:{s:5:\"admin\";i:1;}s:13:\"198.46.81.211\";a:1:{s:8:\"degodave\";i:1;}s:12:\"202.74.40.13\";a:1:{s:4:\"phil\";i:1;}s:13:\"95.110.171.77\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"160.153.162.14\";a:2:{s:8:\"degodave\";i:1;s:4:\"phil\";i:1;}s:14:\"198.57.161.171\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"37.140.192.153\";a:2:{s:14:\"dailey28philly\";i:1;s:4:\"phil\";i:1;}s:14:\"192.241.200.77\";a:1:{s:12:\"jack-hatchet\";i:1;}s:12:\"64.90.40.148\";a:1:{s:5:\"sully\";i:1;}s:14:\"174.136.15.153\";a:1:{s:5:\"sully\";i:1;}s:14:\"212.244.142.30\";a:5:{s:15:\"mollywoppersnyb\";i:1;s:12:\"jack-hatchet\";i:1;s:8:\"degodave\";i:1;s:4:\"phil\";i:1;s:7:\"iammatt\";i:1;}s:12:\"208.43.30.85\";a:1:{s:5:\"sully\";i:1;}s:14:\"69.163.252.145\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"208.113.171.125\";a:2:{s:14:\"dailey28philly\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:14:\"173.245.144.15\";a:4:{s:15:\"mollywoppersnyb\";i:1;s:7:\"raybird\";i:1;s:12:\"jack-hatchet\";i:1;s:14:\"dailey28philly\";i:1;}s:12:\"186.3.92.196\";a:3:{s:11:\"toomuchtuna\";i:1;s:5:\"jimmy\";i:1;s:12:\"jack-hatchet\";i:1;}s:14:\"129.121.17.219\";a:1:{s:7:\"raybird\";i:1;}s:13:\"185.66.141.33\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"173.236.226.28\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"67.225.139.38\";a:1:{s:5:\"sully\";i:1;}s:14:\"78.138.120.125\";a:2:{s:5:\"jimmy\";i:1;s:11:\"toomuchtuna\";i:1;}s:13:\"23.238.20.113\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"23.229.135.194\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"64.90.49.73\";a:1:{s:5:\"sully\";i:1;}s:14:\"162.144.97.182\";a:1:{s:7:\"raybird\";i:1;}s:15:\"208.113.221.154\";a:2:{s:4:\"phil\";i:1;s:7:\"iammatt\";i:1;}s:14:\"51.254.207.160\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"162.144.65.80\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"93.171.216.132\";a:1:{s:12:\"jack-hatchet\";i:1;}s:13:\"144.76.185.98\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"94.75.249.22\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"173.224.115.80\";a:2:{s:11:\"toomuchtuna\";i:1;s:12:\"jack-hatchet\";i:1;}s:12:\"67.205.0.119\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"213.165.91.215\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"66.33.222.62\";a:1:{s:8:\"degodave\";i:1;}s:12:\"94.247.31.18\";a:1:{s:7:\"raybird\";i:1;}s:14:\"208.113.214.96\";a:1:{s:8:\"degodave\";i:1;}s:14:\"212.109.61.169\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"185.119.175.252\";a:3:{s:9:\"haveboard\";i:1;s:8:\"degodave\";i:1;s:7:\"iammatt\";i:1;}s:12:\"45.115.39.93\";a:2:{s:7:\"raybird\";i:1;s:12:\"jack-hatchet\";i:1;}s:14:\"216.55.137.170\";a:1:{s:8:\"degodave\";i:1;}s:12:\"103.18.6.185\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"89.106.128.7\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"208.113.213.63\";a:1:{s:12:\"jack-hatchet\";i:1;}s:13:\"45.40.135.170\";a:1:{s:8:\"degodave\";i:1;}s:15:\"198.199.109.105\";a:1:{s:14:\"dailey28philly\";i:1;}s:12:\"37.252.95.85\";a:1:{s:4:\"phil\";i:1;}s:12:\"14.64.13.111\";a:1:{s:4:\"phil\";i:1;}s:12:\"202.121.96.8\";a:1:{s:4:\"phil\";i:1;}s:14:\"221.161.141.13\";a:1:{s:4:\"phil\";i:1;}s:13:\"188.168.22.40\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"221.213.54.87\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"58.135.198.8\";a:2:{s:5:\"jimmy\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:13:\"59.51.160.233\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"14.64.8.203\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"178.213.12.142\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"117.244.109.147\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"83.233.40.103\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"65.119.198.250\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"203.97.155.69\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"59.51.167.112\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"111.200.199.235\";a:1:{s:8:\"degodave\";i:1;}s:10:\"1.85.57.94\";a:1:{s:8:\"degodave\";i:1;}s:13:\"222.252.25.28\";a:1:{s:8:\"degodave\";i:1;}s:15:\"131.255.224.127\";a:1:{s:8:\"degodave\";i:1;}s:15:\"117.243.177.130\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"103.246.163.70\";a:2:{s:7:\"iammatt\";i:1;s:5:\"jimmy\";i:1;}s:14:\"219.142.25.106\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"221.4.61.180\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"117.255.209.217\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"222.187.193.230\";a:1:{s:11:\"toomuchtuna\";i:1;}s:11:\"41.57.103.3\";a:1:{s:11:\"toomuchtuna\";i:1;}s:10:\"60.2.37.70\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"117.243.194.29\";a:1:{s:7:\"raybird\";i:1;}s:13:\"103.4.188.235\";a:1:{s:7:\"raybird\";i:1;}s:15:\"110.249.218.123\";a:1:{s:7:\"raybird\";i:1;}s:14:\"185.157.12.135\";a:1:{s:7:\"raybird\";i:1;}s:14:\"107.180.28.113\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"219.237.221.50\";a:1:{s:4:\"phil\";i:1;}s:12:\"115.12.7.123\";a:1:{s:4:\"phil\";i:1;}s:13:\"213.156.81.66\";a:1:{s:4:\"phil\";i:1;}s:15:\"110.249.175.174\";a:1:{s:4:\"phil\";i:1;}s:12:\"62.84.32.114\";a:1:{s:4:\"phil\";i:1;}s:12:\"50.74.124.67\";a:1:{s:4:\"phil\";i:1;}s:13:\"109.226.31.98\";a:1:{s:4:\"phil\";i:1;}s:14:\"117.253.209.61\";a:1:{s:4:\"phil\";i:1;}s:14:\"220.179.61.160\";a:1:{s:4:\"phil\";i:1;}s:14:\"193.236.84.104\";a:1:{s:4:\"phil\";i:1;}s:13:\"58.215.215.42\";a:1:{s:4:\"phil\";i:1;}s:13:\"46.52.250.106\";a:1:{s:4:\"phil\";i:1;}s:13:\"91.143.38.162\";a:1:{s:4:\"phil\";i:1;}s:14:\"218.108.68.122\";a:1:{s:4:\"phil\";i:1;}s:14:\"182.74.203.226\";a:1:{s:4:\"phil\";i:1;}s:13:\"51.254.245.48\";a:1:{s:4:\"phil\";i:1;}s:12:\"58.57.21.108\";a:1:{s:4:\"phil\";i:1;}s:13:\"149.18.153.36\";a:1:{s:4:\"phil\";i:1;}s:14:\"117.244.85.123\";a:1:{s:4:\"phil\";i:1;}s:12:\"91.200.5.212\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"117.255.208.183\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"180.166.246.174\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"60.250.152.193\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"180.151.244.67\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"58.16.127.174\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"182.73.212.186\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"87.197.120.33\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"80.11.10.210\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"182.76.65.102\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"202.97.134.142\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"218.22.98.2\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"183.114.182.191\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"117.255.208.192\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"117.244.24.227\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"175.224.25.154\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"78.129.184.25\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"24.69.159.166\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"117.243.196.13\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"79.136.81.107\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"61.54.110.110\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"221.193.197.227\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"117.255.236.64\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"61.178.178.205\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"182.75.8.130\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"69.57.235.41\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"119.214.29.66\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"117.253.218.203\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"219.139.57.158\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"110.185.241.175\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"81.45.85.241\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"43.254.13.172\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"118.50.24.151\";a:1:{s:9:\"haveboard\";i:2;}s:14:\"109.161.193.99\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"195.32.32.34\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"124.65.47.14\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"91.76.60.207\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"221.224.160.242\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"36.1.205.224\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"5.150.128.246\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"69.57.247.8\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"220.169.102.6\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"121.14.67.3\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"61.133.219.218\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"58.51.84.125\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"222.80.83.234\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"111.38.150.102\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"117.253.203.233\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"218.104.207.53\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"222.175.36.21\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"58.16.113.12\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"116.55.19.46\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"121.18.39.22\";a:1:{s:8:\"degodave\";i:1;}s:15:\"175.177.183.158\";a:1:{s:8:\"degodave\";i:1;}s:14:\"205.217.244.31\";a:1:{s:8:\"degodave\";i:1;}s:13:\"61.150.76.201\";a:1:{s:8:\"degodave\";i:1;}s:15:\"117.255.209.145\";a:1:{s:8:\"degodave\";i:1;}s:13:\"118.144.8.198\";a:1:{s:8:\"degodave\";i:1;}s:10:\"50.35.1.77\";a:1:{s:8:\"degodave\";i:1;}s:15:\"117.255.239.237\";a:1:{s:8:\"degodave\";i:1;}s:12:\"58.62.55.130\";a:1:{s:8:\"degodave\";i:1;}s:13:\"78.199.149.20\";a:1:{s:8:\"degodave\";i:1;}s:13:\"85.152.56.230\";a:1:{s:8:\"degodave\";i:1;}s:14:\"221.166.75.111\";a:1:{s:8:\"degodave\";i:1;}s:14:\"117.253.223.46\";a:1:{s:8:\"degodave\";i:1;}s:15:\"114.135.140.106\";a:1:{s:8:\"degodave\";i:1;}s:13:\"181.15.221.34\";a:1:{s:8:\"degodave\";i:1;}s:14:\"93.159.156.107\";a:1:{s:8:\"degodave\";i:1;}s:15:\"216.117.129.199\";a:2:{s:8:\"degodave\";i:1;s:4:\"phil\";i:1;}s:15:\"117.243.197.252\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"110.185.241.204\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"223.95.163.60\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"218.26.181.242\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"220.164.2.77\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"77.41.111.119\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"206.214.1.98\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"218.89.221.77\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"117.243.178.53\";a:1:{s:7:\"iammatt\";i:1;}s:11:\"5.98.17.202\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"117.253.217.155\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"219.129.145.73\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"222.172.14.124\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"117.218.171.100\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"221.4.61.183\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"217.22.43.27\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"212.179.177.242\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"186.151.245.129\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"31.43.63.135\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"124.68.10.22\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"87.255.40.98\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"95.19.12.167\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"210.3.85.158\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"182.75.107.158\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"206.214.13.97\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"69.57.252.139\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"138.118.6.221\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"117.244.25.52\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"187.94.223.230\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"117.253.163.75\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"121.26.253.122\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"69.57.228.155\";a:1:{s:7:\"raybird\";i:1;}s:15:\"117.253.232.159\";a:1:{s:7:\"raybird\";i:1;}s:15:\"120.194.171.202\";a:1:{s:7:\"raybird\";i:1;}s:14:\"211.150.88.154\";a:1:{s:7:\"raybird\";i:1;}s:15:\"211.232.116.143\";a:1:{s:7:\"raybird\";i:1;}s:13:\"117.245.72.34\";a:1:{s:7:\"raybird\";i:1;}s:13:\"110.36.12.177\";a:1:{s:7:\"raybird\";i:1;}s:13:\"218.25.31.150\";a:1:{s:7:\"raybird\";i:1;}s:13:\"92.242.98.250\";a:1:{s:7:\"raybird\";i:1;}s:14:\"117.243.181.93\";a:1:{s:7:\"raybird\";i:1;}s:14:\"61.190.192.229\";a:1:{s:7:\"raybird\";i:1;}s:14:\"112.179.10.178\";a:2:{s:7:\"raybird\";i:1;s:4:\"phil\";i:1;}s:12:\"61.153.54.38\";a:1:{s:7:\"raybird\";i:1;}s:14:\"78.131.212.171\";a:2:{s:7:\"raybird\";i:1;s:9:\"haveboard\";i:1;}s:15:\"131.255.224.168\";a:1:{s:7:\"raybird\";i:1;}s:12:\"109.72.34.20\";a:1:{s:7:\"raybird\";i:1;}s:14:\"207.55.249.115\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"208.123.195.62\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"173.236.184.49\";a:1:{s:12:\"jack-hatchet\";i:1;}s:14:\"160.153.162.22\";a:1:{s:14:\"dailey28philly\";i:1;}s:14:\"77.245.155.197\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"192.232.254.169\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"198.38.86.150\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.214.37.120\";a:3:{s:11:\"toomuchtuna\";i:1;s:5:\"sully\";i:1;s:4:\"phil\";i:1;}s:12:\"107.180.1.34\";a:1:{s:12:\"jack-hatchet\";i:1;}s:12:\"185.58.73.29\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"31.210.127.180\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"190.196.156.90\";a:2:{s:12:\"jack-hatchet\";i:1;s:5:\"jimmy\";i:1;}s:13:\"46.181.48.202\";a:1:{s:12:\"jack-hatchet\";i:1;}s:14:\"185.20.227.189\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"89.108.110.147\";a:2:{s:8:\"degodave\";i:1;s:14:\"dailey28philly\";i:1;}s:14:\"188.187.168.19\";a:1:{s:5:\"admin\";i:1;}s:12:\"176.114.0.30\";a:1:{s:5:\"sully\";i:1;}s:14:\"149.56.154.145\";a:1:{s:4:\"phil\";i:1;}s:12:\"88.98.24.221\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"216.119.129.194\";a:1:{s:8:\"degodave\";i:1;}s:13:\"198.57.249.73\";a:1:{s:5:\"sully\";i:1;}s:13:\"144.76.236.39\";a:2:{s:5:\"jimmy\";i:2;s:8:\"degodave\";i:1;}s:13:\"37.17.212.148\";a:1:{s:4:\"phil\";i:1;}s:12:\"31.43.63.169\";a:1:{s:4:\"phil\";i:1;}s:14:\"213.25.134.214\";a:1:{s:4:\"phil\";i:1;}s:13:\"195.25.64.227\";a:1:{s:4:\"phil\";i:1;}s:15:\"109.161.200.206\";a:1:{s:4:\"phil\";i:1;}s:14:\"117.253.233.54\";a:1:{s:4:\"phil\";i:1;}s:13:\"222.75.165.26\";a:1:{s:4:\"phil\";i:1;}s:13:\"46.138.61.129\";a:1:{s:4:\"phil\";i:1;}s:12:\"169.45.8.150\";a:1:{s:4:\"phil\";i:1;}s:13:\"218.22.98.178\";a:1:{s:4:\"phil\";i:1;}s:15:\"181.111.221.195\";a:1:{s:4:\"phil\";i:1;}s:12:\"195.32.61.23\";a:1:{s:4:\"phil\";i:1;}s:13:\"220.172.237.8\";a:1:{s:4:\"phil\";i:1;}s:15:\"185.108.215.216\";a:1:{s:4:\"phil\";i:1;}s:14:\"12.106.117.131\";a:1:{s:4:\"phil\";i:1;}s:10:\"96.9.86.66\";a:1:{s:4:\"phil\";i:1;}s:11:\"31.171.1.77\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"125.227.89.130\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"58.210.66.165\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"77.96.67.251\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"91.193.254.43\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"125.17.80.106\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"218.22.98.122\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"125.17.174.94\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"205.217.244.109\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"117.243.194.68\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"112.179.12.200\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"37.252.95.40\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"65.184.102.40\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"176.115.100.140\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"178.47.140.254\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"206.214.2.126\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"193.160.226.139\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"217.196.135.141\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"74.94.249.145\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"123.63.0.157\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"117.243.178.46\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"221.166.64.112\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"222.163.97.133\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"219.129.165.148\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"202.55.176.15\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"117.255.239.162\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"218.75.150.254\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"119.211.236.213\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"117.245.75.155\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"27.234.224.168\";a:1:{s:9:\"haveboard\";i:1;}s:11:\"80.87.37.64\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"60.6.231.148\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"60.170.72.24\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"109.228.51.213\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"217.109.73.213\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"125.69.65.91\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"60.121.19.239\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"42.62.11.62\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"60.173.69.118\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"117.244.80.92\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"125.25.204.28\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"220.164.2.65\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"95.165.159.38\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"183.126.232.156\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"181.10.210.99\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"58.115.120.34\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"81.108.139.247\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"190.221.183.50\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"110.185.241.113\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"117.253.216.93\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"115.236.87.42\";a:2:{s:15:\"mollywoppersnyb\";i:1;s:11:\"toomuchtuna\";i:1;}s:14:\"117.255.212.60\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"84.211.30.94\";a:1:{s:8:\"degodave\";i:1;}s:13:\"93.61.110.164\";a:1:{s:8:\"degodave\";i:1;}s:13:\"58.16.113.250\";a:1:{s:8:\"degodave\";i:1;}s:15:\"222.170.168.106\";a:1:{s:8:\"degodave\";i:1;}s:14:\"80.215.140.195\";a:1:{s:8:\"degodave\";i:1;}s:14:\"219.232.209.98\";a:1:{s:8:\"degodave\";i:1;}s:12:\"118.97.45.26\";a:1:{s:8:\"degodave\";i:1;}s:12:\"220.164.2.99\";a:1:{s:8:\"degodave\";i:1;}s:11:\"85.183.6.18\";a:1:{s:8:\"degodave\";i:1;}s:14:\"188.121.16.243\";a:1:{s:8:\"degodave\";i:1;}s:14:\"195.67.211.152\";a:1:{s:8:\"degodave\";i:1;}s:14:\"117.245.14.211\";a:1:{s:8:\"degodave\";i:1;}s:14:\"194.28.132.112\";a:2:{s:8:\"degodave\";i:1;s:4:\"phil\";i:1;}s:13:\"118.53.239.26\";a:1:{s:8:\"degodave\";i:1;}s:13:\"202.133.52.41\";a:1:{s:8:\"degodave\";i:1;}s:12:\"14.74.48.242\";a:1:{s:8:\"degodave\";i:1;}s:11:\"185.5.85.72\";a:1:{s:8:\"degodave\";i:1;}s:12:\"200.7.91.173\";a:1:{s:8:\"degodave\";i:1;}s:15:\"117.253.207.164\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"60.160.111.210\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"197.159.196.10\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"119.146.33.88\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"188.205.243.225\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"193.77.152.85\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"60.169.26.22\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"219.129.143.51\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"60.10.24.226\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"124.93.0.156\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"221.8.38.131\";a:1:{s:7:\"iammatt\";i:1;}s:11:\"58.17.124.8\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"67.216.131.129\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"61.159.181.46\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"120.209.31.231\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"110.38.217.115\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"219.92.71.134\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"119.197.28.156\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"78.137.76.23\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"60.172.198.62\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"36.66.130.103\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"117.253.207.79\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"205.217.244.105\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"37.252.94.84\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"62.99.80.183\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"175.44.132.171\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"61.145.197.104\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"66.228.58.200\";a:1:{s:11:\"toomuchtuna\";i:1;}s:11:\"58.17.124.3\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"116.251.38.134\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"117.245.15.146\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"120.193.72.97\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"59.49.50.218\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"117.255.208.150\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"117.253.233.117\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"195.208.164.211\";a:1:{s:11:\"toomuchtuna\";i:2;}s:12:\"43.248.24.42\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"59.51.160.239\";a:1:{s:7:\"raybird\";i:1;}s:13:\"86.57.163.112\";a:1:{s:7:\"raybird\";i:1;}s:14:\"117.245.13.133\";a:1:{s:7:\"raybird\";i:1;}s:13:\"46.250.171.30\";a:1:{s:7:\"raybird\";i:1;}s:11:\"58.59.94.32\";a:1:{s:7:\"raybird\";i:1;}s:15:\"202.131.114.201\";a:1:{s:7:\"raybird\";i:1;}s:14:\"95.165.158.103\";a:1:{s:7:\"raybird\";i:1;}s:14:\"117.243.192.24\";a:1:{s:7:\"raybird\";i:1;}s:15:\"175.198.214.201\";a:1:{s:7:\"raybird\";i:1;}s:12:\"91.210.46.29\";a:1:{s:7:\"raybird\";i:1;}s:14:\"181.189.168.56\";a:1:{s:7:\"raybird\";i:1;}s:15:\"117.255.234.133\";a:1:{s:7:\"raybird\";i:1;}s:14:\"113.140.67.118\";a:1:{s:7:\"raybird\";i:1;}s:14:\"195.218.147.74\";a:1:{s:7:\"raybird\";i:1;}s:15:\"205.217.235.170\";a:1:{s:7:\"raybird\";i:1;}s:13:\"117.244.22.50\";a:1:{s:7:\"raybird\";i:1;}s:12:\"62.99.80.128\";a:1:{s:7:\"raybird\";i:1;}s:12:\"71.14.28.163\";a:1:{s:7:\"raybird\";i:1;}s:13:\"138.68.129.56\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"104.236.193.81\";a:1:{s:8:\"degodave\";i:1;}s:12:\"64.31.10.221\";a:1:{s:12:\"jack-hatchet\";i:1;}s:12:\"189.85.80.91\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"104.238.74.65\";a:1:{s:5:\"sully\";i:1;}s:12:\"166.62.34.11\";a:1:{s:14:\"dailey28philly\";i:1;}s:14:\"89.163.150.150\";a:1:{s:7:\"raybird\";i:1;}s:12:\"23.227.132.2\";a:1:{s:12:\"jack-hatchet\";i:1;}s:14:\"23.235.192.186\";a:1:{s:7:\"raybird\";i:1;}s:14:\"89.253.253.141\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"173.236.154.25\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"46.249.204.164\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"93.180.153.199\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"46.254.38.26\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"107.180.25.79\";a:1:{s:8:\"degodave\";i:1;}s:14:\"149.202.217.36\";a:1:{s:8:\"degodave\";i:1;}s:12:\"65.60.26.242\";a:1:{s:8:\"degodave\";i:1;}s:14:\"208.113.222.85\";a:1:{s:14:\"dailey28philly\";i:1;}s:14:\"173.236.139.54\";a:1:{s:14:\"dailey28philly\";i:1;}s:13:\"187.45.240.36\";a:1:{s:8:\"degodave\";i:1;}s:13:\"87.239.16.215\";a:2:{s:7:\"raybird\";i:1;s:12:\"jack-hatchet\";i:2;}s:13:\"149.202.38.60\";a:1:{s:14:\"dailey28philly\";i:1;}s:13:\"64.111.125.86\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"104.152.168.36\";a:1:{s:14:\"dailey28philly\";i:1;}s:13:\"107.180.57.10\";a:1:{s:14:\"dailey28philly\";i:1;}s:13:\"212.71.255.16\";a:1:{s:12:\"jack-hatchet\";i:1;}s:13:\"62.56.231.237\";a:1:{s:4:\"phil\";i:1;}s:14:\"111.206.163.56\";a:1:{s:4:\"phil\";i:1;}s:13:\"183.175.143.2\";a:1:{s:4:\"phil\";i:1;}s:15:\"220.135.167.211\";a:1:{s:4:\"phil\";i:1;}s:14:\"112.216.86.250\";a:1:{s:4:\"phil\";i:1;}s:13:\"37.228.132.76\";a:1:{s:4:\"phil\";i:1;}s:12:\"69.57.247.41\";a:1:{s:4:\"phil\";i:1;}s:13:\"58.222.18.229\";a:1:{s:4:\"phil\";i:1;}s:14:\"117.244.108.27\";a:1:{s:4:\"phil\";i:1;}s:13:\"119.254.6.226\";a:1:{s:4:\"phil\";i:1;}s:14:\"222.86.132.245\";a:1:{s:4:\"phil\";i:1;}s:13:\"58.16.113.193\";a:1:{s:4:\"phil\";i:1;}s:14:\"124.237.78.194\";a:1:{s:4:\"phil\";i:1;}s:12:\"60.10.45.204\";a:1:{s:4:\"phil\";i:1;}s:14:\"218.22.198.212\";a:1:{s:4:\"phil\";i:1;}s:12:\"14.70.76.162\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"120.209.190.212\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"46.8.113.147\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"89.16.120.236\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"158.58.133.33\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"60.166.12.126\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"85.90.161.137\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"117.122.197.120\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"117.253.50.192\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"217.22.46.9\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"116.212.193.43\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"187.237.56.222\";a:1:{s:5:\"jimmy\";i:1;}s:11:\"182.75.8.42\";a:1:{s:5:\"jimmy\";i:1;}s:12:\"81.23.118.78\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"117.245.78.57\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"221.166.82.89\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"203.41.236.130\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"122.3.127.134\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"211.182.123.102\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"181.111.172.99\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"206.214.2.209\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"187.0.116.242\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"121.26.231.242\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"121.18.202.10\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"180.241.223.224\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"131.255.224.130\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"109.172.119.1\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"122.194.108.48\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"91.77.242.53\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"213.215.118.194\";a:1:{s:9:\"haveboard\";i:1;}s:13:\"119.60.26.174\";a:1:{s:9:\"haveboard\";i:1;}s:15:\"110.185.241.136\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"222.187.104.54\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"124.65.182.114\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"186.38.99.138\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"181.111.172.53\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"116.193.218.139\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"194.190.170.209\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"205.217.247.154\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:10:\"80.48.2.96\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"220.168.31.122\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"123.15.58.162\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"61.134.36.113\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:12:\"31.6.116.190\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"75.144.104.49\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"117.27.136.66\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:15:\"103.224.167.125\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"123.138.78.210\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:11:\"37.252.93.3\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"5.149.210.121\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"222.86.211.188\";a:1:{s:8:\"degodave\";i:1;}s:15:\"205.217.247.107\";a:1:{s:8:\"degodave\";i:1;}s:14:\"109.68.190.242\";a:1:{s:8:\"degodave\";i:1;}s:13:\"109.195.83.79\";a:1:{s:8:\"degodave\";i:1;}s:14:\"117.253.105.19\";a:1:{s:8:\"degodave\";i:1;}s:12:\"85.159.4.114\";a:1:{s:8:\"degodave\";i:1;}s:11:\"85.32.26.94\";a:1:{s:8:\"degodave\";i:1;}s:12:\"122.224.3.12\";a:1:{s:8:\"degodave\";i:1;}s:13:\"95.22.149.103\";a:1:{s:8:\"degodave\";i:1;}s:15:\"106.158.109.238\";a:1:{s:8:\"degodave\";i:1;}s:15:\"205.217.247.245\";a:1:{s:8:\"degodave\";i:1;}s:12:\"200.94.22.27\";a:1:{s:8:\"degodave\";i:1;}s:12:\"220.225.7.36\";a:1:{s:8:\"degodave\";i:1;}s:15:\"222.173.252.114\";a:1:{s:8:\"degodave\";i:1;}s:15:\"112.176.254.100\";a:1:{s:8:\"degodave\";i:1;}s:10:\"27.49.1.68\";a:1:{s:8:\"degodave\";i:1;}s:14:\"220.178.80.118\";a:1:{s:8:\"degodave\";i:1;}s:14:\"113.140.40.117\";a:1:{s:8:\"degodave\";i:1;}s:14:\"182.72.103.114\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"117.255.237.158\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"123.7.38.145\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"118.212.152.28\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"64.132.45.236\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"117.244.24.159\";a:1:{s:7:\"iammatt\";i:1;}s:11:\"101.1.3.116\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"212.49.84.40\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"182.72.240.122\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"91.232.159.14\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"58.17.124.11\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"103.210.113.83\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"91.224.204.250\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"218.23.161.2\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"125.159.170.53\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"206.214.11.215\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"117.244.30.171\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"41.202.168.44\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"37.28.183.113\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"143.208.146.86\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"206.214.3.214\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"200.43.234.153\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"196.214.175.163\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"31.171.1.168\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"117.253.211.216\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"46.211.233.108\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"200.113.196.190\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"125.151.168.159\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"60.248.77.184\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"143.255.204.121\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"84.211.31.10\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"110.77.138.252\";a:1:{s:11:\"toomuchtuna\";i:1;}s:14:\"222.223.114.88\";a:1:{s:11:\"toomuchtuna\";i:1;}s:11:\"60.2.88.218\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"24.37.165.242\";a:1:{s:7:\"raybird\";i:1;}s:13:\"61.190.16.210\";a:1:{s:7:\"raybird\";i:1;}s:13:\"61.134.52.164\";a:1:{s:7:\"raybird\";i:1;}s:12:\"14.72.55.134\";a:1:{s:7:\"raybird\";i:1;}s:14:\"94.254.110.118\";a:1:{s:7:\"raybird\";i:1;}s:14:\"222.162.179.40\";a:1:{s:7:\"raybird\";i:1;}s:13:\"222.175.36.18\";a:1:{s:7:\"raybird\";i:1;}s:15:\"117.253.205.151\";a:1:{s:7:\"raybird\";i:1;}s:14:\"173.239.105.52\";a:1:{s:7:\"raybird\";i:1;}s:13:\"113.28.90.246\";a:1:{s:7:\"raybird\";i:1;}s:14:\"60.190.231.131\";a:1:{s:7:\"raybird\";i:1;}s:15:\"220.248.173.156\";a:1:{s:7:\"raybird\";i:1;}s:15:\"190.167.212.148\";a:1:{s:7:\"raybird\";i:1;}s:12:\"69.57.228.88\";a:1:{s:7:\"raybird\";i:1;}s:14:\"212.142.227.39\";a:1:{s:7:\"raybird\";i:1;}s:14:\"200.29.187.138\";a:1:{s:7:\"raybird\";i:1;}s:15:\"109.236.211.242\";a:1:{s:7:\"raybird\";i:1;}s:15:\"188.234.219.143\";a:1:{s:7:\"raybird\";i:1;}s:13:\"107.180.14.26\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"208.97.177.155\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"107.170.148.125\";a:1:{s:12:\"jack-hatchet\";i:1;}s:14:\"69.163.216.245\";a:1:{s:8:\"degodave\";i:1;}s:11:\"46.4.121.25\";a:1:{s:4:\"phil\";i:1;}s:14:\"173.236.183.15\";a:2:{s:14:\"dailey28philly\";i:1;s:5:\"jimmy\";i:1;}s:14:\"75.119.200.216\";a:1:{s:8:\"degodave\";i:1;}s:14:\"37.140.192.194\";a:1:{s:4:\"phil\";i:1;}s:13:\"5.189.143.243\";a:1:{s:7:\"raybird\";i:1;}s:13:\"195.60.128.63\";a:1:{s:12:\"jack-hatchet\";i:1;}s:14:\"192.186.200.71\";a:1:{s:8:\"degodave\";i:1;}s:13:\"198.12.153.43\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:14:\"64.111.101.159\";a:2:{s:7:\"raybird\";i:1;s:15:\"mollywoppersnyb\";i:1;}s:12:\"64.90.43.134\";a:1:{s:8:\"degodave\";i:1;}s:13:\"160.153.95.69\";a:1:{s:5:\"sully\";i:1;}s:13:\"178.63.87.205\";a:1:{s:12:\"jack-hatchet\";i:1;}s:14:\"192.169.188.24\";a:1:{s:9:\"haveboard\";i:1;}s:12:\"188.166.0.16\";a:1:{s:7:\"raybird\";i:2;}s:14:\"208.97.149.219\";a:2:{s:14:\"dailey28philly\";i:2;s:5:\"sully\";i:1;}s:15:\"173.236.152.242\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"192.95.33.180\";a:1:{s:11:\"toomuchtuna\";i:1;}s:12:\"5.196.91.178\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"75.98.175.108\";a:1:{s:11:\"toomuchtuna\";i:1;}s:10:\"185.2.4.41\";a:1:{s:7:\"iammatt\";i:1;}s:11:\"217.78.6.37\";a:1:{s:5:\"sully\";i:1;}s:13:\"68.71.138.133\";a:1:{s:7:\"raybird\";i:1;}s:14:\"144.76.163.116\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"50.31.146.136\";a:1:{s:14:\"dailey28philly\";i:1;}s:12:\"107.6.185.18\";a:2:{s:7:\"raybird\";i:1;s:9:\"haveboard\";i:1;}s:14:\"173.236.22.162\";a:1:{s:5:\"sully\";i:1;}s:15:\"184.172.152.211\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"63.247.75.194\";a:1:{s:4:\"phil\";i:1;}s:11:\"52.90.58.32\";a:1:{s:4:\"phil\";i:1;}s:15:\"220.225.140.153\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"173.236.195.24\";a:2:{s:5:\"jimmy\";i:1;s:11:\"toomuchtuna\";i:1;}s:14:\"213.203.214.88\";a:2:{s:5:\"jimmy\";i:1;s:8:\"degodave\";i:1;}s:15:\"208.113.170.129\";a:1:{s:11:\"toomuchtuna\";i:1;}s:15:\"125.253.116.210\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"74.208.46.56\";a:2:{s:11:\"toomuchtuna\";i:1;s:7:\"iammatt\";i:1;}s:14:\"69.163.160.200\";a:1:{s:7:\"raybird\";i:1;}s:11:\"5.9.143.162\";a:2:{s:14:\"dailey28philly\";i:1;s:5:\"sully\";i:1;}s:11:\"54.86.81.26\";a:1:{s:5:\"admin\";i:1;}s:12:\"166.62.28.95\";a:1:{s:5:\"jimmy\";i:1;}s:14:\"208.113.186.93\";a:2:{s:5:\"sully\";i:1;s:8:\"degodave\";i:1;}s:14:\"136.243.110.25\";a:1:{s:7:\"iammatt\";i:1;}s:12:\"95.128.73.22\";a:1:{s:14:\"dailey28philly\";i:1;}s:14:\"94.177.248.118\";a:1:{s:14:\"dailey28philly\";i:1;}s:14:\"67.225.148.220\";a:1:{s:11:\"toomuchtuna\";i:1;}s:13:\"89.248.61.210\";a:1:{s:5:\"jimmy\";i:1;}s:13:\"69.163.218.93\";a:1:{s:7:\"raybird\";i:1;}s:14:\"69.163.217.244\";a:2:{s:12:\"jack-hatchet\";i:1;s:9:\"haveboard\";i:1;}s:13:\"67.225.139.37\";a:1:{s:5:\"sully\";i:1;}s:15:\"188.166.227.154\";a:1:{s:4:\"phil\";i:1;}s:14:\"75.119.216.115\";a:1:{s:8:\"degodave\";i:1;}s:13:\"166.62.10.139\";a:2:{s:7:\"raybird\";i:1;s:7:\"iammatt\";i:1;}s:14:\"199.116.248.43\";a:2:{s:14:\"dailey28philly\";i:1;s:11:\"toomuchtuna\";i:1;}s:13:\"45.40.134.240\";a:1:{s:5:\"sully\";i:1;}s:14:\"208.97.148.110\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"69.163.186.68\";a:1:{s:14:\"dailey28philly\";i:1;}s:13:\"66.33.213.128\";a:1:{s:12:\"jack-hatchet\";i:1;}s:15:\"173.236.185.218\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"208.113.198.129\";a:1:{s:4:\"phil\";i:1;}s:14:\"104.131.231.46\";a:1:{s:7:\"iammatt\";i:1;}s:15:\"159.253.141.201\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"85.214.130.98\";a:1:{s:7:\"raybird\";i:1;}s:12:\"80.72.38.202\";a:1:{s:8:\"degodave\";i:1;}s:12:\"64.90.52.218\";a:1:{s:15:\"mollywoppersnyb\";i:1;}s:13:\"69.163.216.69\";a:1:{s:5:\"jimmy\";i:1;}s:15:\"195.154.209.162\";a:1:{s:4:\"phil\";i:1;}s:14:\"69.163.216.246\";a:1:{s:9:\"haveboard\";i:1;}s:14:\"213.169.128.87\";a:1:{s:7:\"raybird\";i:1;}s:15:\"173.236.229.255\";a:1:{s:14:\"dailey28philly\";i:1;}s:15:\"173.236.228.197\";a:1:{s:14:\"dailey28philly\";i:1;}s:12:\"75.119.205.4\";a:1:{s:7:\"iammatt\";i:1;}s:13:\"94.76.211.101\";a:1:{s:7:\"iammatt\";i:1;}s:14:\"162.144.139.99\";a:1:{s:11:\"toomuchtuna\";i:1;}}','no'),(5574,'limit_login_lockouts_total','8101','no'),(5493,'shop_order_status_children','a:0:{}','yes'),(6336,'theme_mods_pagelines','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:10:\"footer_nav\";i:0;s:10:\"simple_nav\";i:0;s:7:\"primary\";i:21;s:8:\"brandnav\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1336840360;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"text-2\";i:4;s:5:\"rss-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:10:\"nav_menu-2\";i:7;s:8:\"search-2\";i:8;s:14:\"recent-posts-2\";i:9;s:10:\"archives-2\";i:10;s:12:\"categories-2\";i:11;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:7:{i:0;s:17:\"post-notification\";i:1;s:16:\"sms-text-message\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"archives-3\";i:4;s:12:\"categories-3\";i:5;s:17:\"recent-comments-2\";i:6;s:7:\"links-3\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(6337,'theme_switched','','yes'),(6338,'pagelines-settings-two','a:47:{s:21:\"pagelines_custom_logo\";s:74:\"http://mollywoppersnyb.com/wp-content/uploads/2012/04/mollywopper_logo.png\";s:11:\"twittername\";s:0:\"\";s:12:\"site-hashtag\";s:0:\"\";s:10:\"pagetitles\";s:2:\"on\";s:15:\"layout_handling\";s:6:\"pixels\";s:14:\"layout_default\";s:17:\"one-sidebar-right\";s:6:\"layout\";a:9:{s:9:\"last_edit\";s:17:\"one-sidebar-right\";s:13:\"content_width\";s:3:\"960\";s:9:\"fullwidth\";a:2:{s:16:\"maincolumn_width\";s:3:\"960\";s:20:\"primarysidebar_width\";s:1:\"0\";}s:16:\"responsive_width\";s:17:\"68.57142857142857\";s:17:\"one-sidebar-right\";a:2:{s:16:\"maincolumn_width\";s:3:\"640\";s:20:\"primarysidebar_width\";s:3:\"320\";}s:16:\"one-sidebar-left\";a:2:{s:16:\"maincolumn_width\";s:3:\"640\";s:20:\"primarysidebar_width\";s:3:\"320\";}s:17:\"two-sidebar-right\";a:2:{s:16:\"maincolumn_width\";s:3:\"480\";s:20:\"primarysidebar_width\";s:3:\"240\";}s:16:\"two-sidebar-left\";a:2:{s:16:\"maincolumn_width\";s:3:\"480\";s:20:\"primarysidebar_width\";s:3:\"240\";}s:18:\"two-sidebar-center\";a:2:{s:16:\"maincolumn_width\";s:3:\"480\";s:20:\"primarysidebar_width\";s:3:\"240\";}}s:16:\"site_design_mode\";s:10:\"full_width\";s:6:\"bodybg\";s:7:\"#FFFFFF\";s:6:\"pagebg\";s:0:\"\";s:9:\"contentbg\";s:0:\"\";s:12:\"text_primary\";s:7:\"#000000\";s:11:\"headercolor\";s:7:\"#000000\";s:9:\"linkcolor\";s:7:\"#225E9B\";s:11:\"footer_text\";s:7:\"#AAAAAA\";s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:12:\"supersize_bg\";s:2:\"on\";s:12:\"type_headers\";a:7:{s:4:\"font\";s:9:\"helvetica\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:4:\"bold\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:12:\"type_primary\";a:7:{s:4:\"font\";s:9:\"helvetica\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:14:\"type_secondary\";a:7:{s:4:\"font\";s:13:\"lucida_grande\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:14:\"typekit_script\";s:0:\"\";s:16:\"drop_down_shadow\";s:2:\"on\";s:16:\"drop_down_arrows\";s:2:\"on\";s:7:\"rsslink\";s:2:\"on\";s:18:\"footer_num_columns\";s:0:\"\";s:11:\"footer_more\";s:0:\"\";s:12:\"footer_terms\";s:41:\"&copy; 2012 Mollywoppers N.Y.B. est. 2008\";s:16:\"blog_layout_mode\";s:4:\"blog\";s:17:\"excerpt_mode_full\";s:4:\"left\";s:16:\"metabar_standard\";s:79:\"By [post_author_posts_link] On [post_date] &middot; [post_comments] [post_edit]\";s:10:\"thumb_blog\";s:2:\"on\";s:14:\"thumb_category\";s:2:\"on\";s:13:\"thumb_archive\";s:2:\"on\";s:10:\"thumb_clip\";s:2:\"on\";s:14:\"excerpt_search\";s:2:\"on\";s:14:\"share_facebook\";s:2:\"on\";s:13:\"share_twitter\";s:2:\"on\";s:12:\"share_google\";s:2:\"on\";s:9:\"google_ie\";s:2:\"on\";s:12:\"partner_link\";s:0:\"\";s:9:\"customcss\";s:6:\"body{}\";s:13:\"footerscripts\";s:0:\"\";s:17:\"pagelines_version\";s:5:\"1.0.7\";}','yes'),(6358,'pagelines-special','a:2:{s:7:\"default\";a:15:{s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";}s:5:\"posts\";a:20:{s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:28:\"page_background_image_attach\";s:0:\"\";s:12:\"quick_slides\";s:0:\"\";s:16:\"quick_transition\";s:0:\"\";s:9:\"quick_nav\";s:0:\"\";s:13:\"quick_image_1\";s:0:\"\";s:12:\"quick_text_1\";s:0:\"\";s:12:\"quick_link_1\";s:0:\"\";s:13:\"quick_image_2\";s:0:\"\";s:12:\"quick_text_2\";s:0:\"\";s:12:\"quick_link_2\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:22:\"pagelines_callout_link\";s:0:\"\";s:29:\"pagelines_callout_action_text\";s:0:\"\";s:23:\"pagelines_callout_image\";s:0:\"\";s:23:\"pagelines_callout_align\";s:0:\"\";}}','yes'),(6359,'pagelines-templates','a:0:{}','yes'),(56939,'_wc_session_expires_5','1424417752','no'),(56940,'_transient_shipping-transient-version','1424244954','yes'),(125939,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(125936,'rewrite_rules','a:71:{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: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: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: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: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: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: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: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: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: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: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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(42192,'_transient_mwp_cache_notifications','a:32:{s:17:\"upgradable_themes\";a:8:{i:0;a:7:{s:5:\"theme\";s:9:\"pagelines\";s:11:\"new_version\";s:5:\"1.4.6\";s:3:\"url\";s:39:\"https://wordpress.org/themes/pagelines/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/pagelines.1.4.6.zip\";s:4:\"name\";s:9:\"PageLines\";s:11:\"old_version\";s:5:\"1.0.7\";s:9:\"theme_tmp\";s:9:\"pagelines\";}i:1;a:7:{s:5:\"theme\";s:10:\"storefront\";s:11:\"new_version\";s:5:\"2.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/themes/storefront/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/storefront.2.1.4.zip\";s:4:\"name\";s:10:\"Storefront\";s:11:\"old_version\";s:5:\"1.3.0\";s:9:\"theme_tmp\";s:10:\"storefront\";}i:2;a:7:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.2.5.zip\";s:4:\"name\";s:13:\"Twenty Eleven\";s:11:\"old_version\";s:3:\"2.0\";s:9:\"theme_tmp\";s:12:\"twentyeleven\";}i:3;a:7:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.6.zip\";s:4:\"name\";s:14:\"Twenty Fifteen\";s:11:\"old_version\";s:3:\"1.0\";s:9:\"theme_tmp\";s:13:\"twentyfifteen\";}i:4;a:7:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.8.zip\";s:4:\"name\";s:15:\"Twenty Fourteen\";s:11:\"old_version\";s:3:\"1.3\";s:9:\"theme_tmp\";s:14:\"twentyfourteen\";}i:5;a:7:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.2.2.zip\";s:4:\"name\";s:10:\"Twenty Ten\";s:11:\"old_version\";s:3:\"1.8\";s:9:\"theme_tmp\";s:9:\"twentyten\";}i:6;a:7:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.0.zip\";s:4:\"name\";s:15:\"Twenty Thirteen\";s:11:\"old_version\";s:3:\"1.4\";s:9:\"theme_tmp\";s:14:\"twentythirteen\";}i:7;a:7:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.2.1.zip\";s:4:\"name\";s:13:\"Twenty Twelve\";s:11:\"old_version\";s:3:\"1.6\";s:9:\"theme_tmp\";s:12:\"twentytwelve\";}}s:18:\"upgradable_plugins\";a:8:{i:0;O:8:\"stdClass\":9:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.2.zip\";s:4:\"name\";s:7:\"Akismet\";s:11:\"old_version\";s:5:\"3.1.5\";s:4:\"file\";s:19:\"akismet/akismet.php\";}i:1;O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"13183\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.4.3.zip\";s:4:\"name\";s:19:\"Custom Post Type UI\";s:11:\"old_version\";s:5:\"1.0.8\";s:4:\"file\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";}i:2;O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"34113\";s:4:\"slug\";s:27:\"dsgnwrks-instagram-importer\";s:6:\"plugin\";s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/dsgnwrks-instagram-importer/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/dsgnwrks-instagram-importer.zip\";s:4:\"name\";s:27:\"DsgnWrks Instagram Importer\";s:11:\"old_version\";s:5:\"1.3.3\";s:4:\"file\";s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";}i:3;O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"39372\";s:4:\"slug\";s:33:\"dsgnwrks-instagram-importer-debug\";s:6:\"plugin\";s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";s:11:\"new_version\";s:5:\"0.1.6\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/dsgnwrks-instagram-importer-debug/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/dsgnwrks-instagram-importer-debug.zip\";s:4:\"name\";s:33:\"DsgnWrks Instagram Importer Debug\";s:11:\"old_version\";s:5:\"0.1.3\";s:4:\"file\";s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";}i:4;O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"20704\";s:4:\"slug\";s:6:\"worker\";s:6:\"plugin\";s:15:\"worker/init.php\";s:11:\"new_version\";s:5:\"4.2.9\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/worker/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/worker.zip\";s:4:\"name\";s:17:\"ManageWP - Worker\";s:11:\"old_version\";s:5:\"4.1.6\";s:4:\"file\";s:15:\"worker/init.php\";}i:5;O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"20627\";s:4:\"slug\";s:44:\"really-simple-facebook-twitter-share-buttons\";s:6:\"plugin\";s:93:\"really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php\";s:11:\"new_version\";s:3:\"4.5\";s:3:\"url\";s:75:\"https://wordpress.org/plugins/really-simple-facebook-twitter-share-buttons/\";s:7:\"package\";s:91:\"https://downloads.wordpress.org/plugin/really-simple-facebook-twitter-share-buttons.4.5.zip\";s:4:\"name\";s:19:\"Really Simple Share\";s:11:\"old_version\";s:5:\"4.2.0\";s:4:\"file\";s:93:\"really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php\";}i:6;O:8:\"stdClass\":9:{s:2:\"id\";s:5:\"45011\";s:4:\"slug\";s:12:\"twine-social\";s:6:\"plugin\";s:35:\"twine-social/twinesocial-widget.php\";s:11:\"new_version\";s:5:\"2.9.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/twine-social/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/twine-social.zip\";s:4:\"name\";s:18:\"TwineSocial Widget\";s:11:\"old_version\";s:5:\"2.9.1\";s:4:\"file\";s:35:\"twine-social/twinesocial-widget.php\";}i:7;O:8:\"stdClass\":9:{s:2:\"id\";s:4:\"1426\";s:4:\"slug\";s:11:\"wp-crontrol\";s:6:\"plugin\";s:27:\"wp-crontrol/wp-crontrol.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-crontrol/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-crontrol.1.3.1.zip\";s:4:\"name\";s:11:\"WP Crontrol\";s:11:\"old_version\";s:5:\"1.2.3\";s:4:\"file\";s:27:\"wp-crontrol/wp-crontrol.php\";}}s:13:\"num_revisions\";i:0;s:8:\"overhead\";d:788.80899999999997;s:17:\"num_spam_comments\";s:2:\"10\";s:12:\"core_updates\";O:8:\"stdClass\":11:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.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-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:15:\"current_version\";s:6:\"4.2.10\";}s:5:\"posts\";a:5:{i:0;O:8:\"stdClass\":7:{s:14:\"post_permalink\";s:156:\"http://mollywoppersnyb.com/2016/10/17/repost-bingwithoutthebeard%e3%83%bb%e3%83%bb%e3%83%bbcongrats-to-these-two-partystretcher-partystretchergettinhitched/\";s:2:\"ID\";i:731;s:9:\"post_date\";s:19:\"2016-10-17 19:04:12\";s:10:\"post_title\";s:105:\"#Repost @bingwithoutthebeard\n・・・\nCongrats to these two #partystretcher #partystretchergettinhitched\";s:9:\"post_type\";s:4:\"post\";s:13:\"comment_count\";i:0;s:16:\"post_author_name\";a:2:{s:9:\"author_id\";s:1:\"6\";s:11:\"author_name\";s:15:\"MollywoppersNYB\";}}i:1;O:8:\"stdClass\":7:{s:14:\"post_permalink\";s:228:\"http://mollywoppersnyb.com/2016/10/12/today-we-start-regular-weekly-wednesday-meetings-as-we-count-down-to-january-1st-2017-come-to-omalleys-at-730-drink-some-beers-and-put-money-down-on-your-suit-%f0%9f%93%b8-missingpersonsbur/\";s:2:\"ID\";i:728;s:9:\"post_date\";s:19:\"2016-10-12 15:13:17\";s:10:\"post_title\";s:259:\"Today we start regular weekly Wednesday meetings as we count down to January 1st, 2017! Come to O\'Malley\'s at 7:30, drink some beers, and put money down on your suit.\n&#x1f4f8; @missingpersonsbureau\n#mollywoppersnyb #mummers #Philly #kodb #kingsofdrinkingbeer\";s:9:\"post_type\";s:4:\"post\";s:13:\"comment_count\";i:0;s:16:\"post_author_name\";a:2:{s:9:\"author_id\";s:1:\"6\";s:11:\"author_name\";s:15:\"MollywoppersNYB\";}}i:2;O:8:\"stdClass\":7:{s:14:\"post_permalink\";s:228:\"http://mollywoppersnyb.com/2016/10/11/see-yous-tomorrowrepost-bingwithoutthebeard%e3%83%bb%e3%83%bb%e3%83%bbmollywoppersnyb-meeting-wednesday-730pm-at-omalley-club-come-on-out-and-put-some-money-down-on-your-suit-%f0%9f%93%b8-v/\";s:2:\"ID\";i:725;s:9:\"post_date\";s:19:\"2016-10-11 21:30:50\";s:10:\"post_title\";s:227:\"See yous tomorrow!\n#Repost @bingwithoutthebeard\n・・・\n#mollywoppersnyb meeting Wednesday 730pm at O\'Malley club. Come on out and put some money down on your suit &#x1f4f8; @vandeverhoman #mollywoppers #mummers #kodb #whodat\";s:9:\"post_type\";s:4:\"post\";s:13:\"comment_count\";i:0;s:16:\"post_author_name\";a:2:{s:9:\"author_id\";s:1:\"6\";s:11:\"author_name\";s:15:\"MollywoppersNYB\";}}i:3;O:8:\"stdClass\":7:{s:14:\"post_permalink\";s:223:\"http://mollywoppersnyb.com/2016/10/03/weekly-wednesday-meetings-start-up-next-week-october-12th-not-this-week-at-omalleys-there-may-have-been-some-miscommunication-at-the-fundraiser-this-is-your-clarification-tell-a-friend/\";s:2:\"ID\";i:722;s:9:\"post_date\";s:19:\"2016-10-03 15:58:57\";s:10:\"post_title\";s:191:\"Weekly Wednesday meetings start up NEXT WEEK October 12th (not this week) at O\'Malleys. There may have been some miscommunication at the fundraiser. This is your clarification. Tell a friend.\";s:9:\"post_type\";s:4:\"post\";s:13:\"comment_count\";i:0;s:16:\"post_author_name\";a:2:{s:9:\"author_id\";s:1:\"6\";s:11:\"author_name\";s:15:\"MollywoppersNYB\";}}i:4;O:8:\"stdClass\":7:{s:14:\"post_permalink\";s:232:\"http://mollywoppersnyb.com/2016/10/03/thank-you-all-so-much-for-coming-out-and-supporting-the-mollywoppersnyb-garagephilly-yesterday-repost-bingwithoutthebeard%e3%83%bb%e3%83%bb%e3%83%bbbig-thanks-to-everyone-who-came-out-yesterday/\";s:2:\"ID\";i:719;s:9:\"post_date\";s:19:\"2016-10-03 15:51:08\";s:10:\"post_title\";s:262:\"Thank you all so much for coming out and supporting the MollyWoppersNYB @garagephilly yesterday. \n#Repost @bingwithoutthebeard\n・・・\nBig thanks to everyone who came out yesterday to support #mollywoppersnyb #skrrt #polarisslingshot #3wheelcheckmeout #mummers\";s:9:\"post_type\";s:4:\"post\";s:13:\"comment_count\";i:0;s:16:\"post_author_name\";a:2:{s:9:\"author_id\";s:1:\"6\";s:11:\"author_name\";s:15:\"MollywoppersNYB\";}}}s:6:\"drafts\";a:1:{i:0;O:8:\"stdClass\":5:{s:14:\"post_permalink\";s:33:\"http://mollywoppersnyb.com/?p=404\";s:9:\"post_type\";s:4:\"post\";s:2:\"ID\";i:404;s:9:\"post_date\";s:19:\"2015-02-17 23:04:13\";s:10:\"post_title\";s:216:\"We have a meeting tomorrow (Wednesday the 18th) to discuss theme ideas and other club related logistics. 7pm @ O\'Malley Club. If you know anyone interested in marching with us next year, bring them out to the meeting\";}}s:11:\"hit_counter\";a:60:{s:10:\"2016-08-21\";i:163;s:10:\"2016-08-22\";i:74;s:10:\"2016-08-23\";i:88;s:10:\"2016-08-24\";i:108;s:10:\"2016-08-25\";i:273;s:10:\"2016-08-26\";i:97;s:10:\"2016-08-27\";i:96;s:10:\"2016-08-28\";i:104;s:10:\"2016-08-29\";i:77;s:10:\"2016-08-30\";i:97;s:10:\"2016-08-31\";i:91;s:10:\"2016-09-01\";i:91;s:10:\"2016-09-02\";i:96;s:10:\"2016-09-03\";i:87;s:10:\"2016-09-04\";i:70;s:10:\"2016-09-05\";i:148;s:10:\"2016-09-06\";i:131;s:10:\"2016-09-07\";i:140;s:10:\"2016-09-08\";i:306;s:10:\"2016-09-09\";i:93;s:10:\"2016-09-10\";i:230;s:10:\"2016-09-11\";i:103;s:10:\"2016-09-12\";i:68;s:10:\"2016-09-13\";i:64;s:10:\"2016-09-14\";i:108;s:10:\"2016-09-15\";i:83;s:10:\"2016-09-16\";i:73;s:10:\"2016-09-17\";i:64;s:10:\"2016-09-18\";i:78;s:10:\"2016-09-19\";i:111;s:10:\"2016-09-20\";i:95;s:10:\"2016-09-21\";i:110;s:10:\"2016-09-22\";i:268;s:10:\"2016-09-23\";i:84;s:10:\"2016-09-24\";i:142;s:10:\"2016-09-25\";i:75;s:10:\"2016-09-26\";i:75;s:10:\"2016-09-27\";i:64;s:10:\"2016-09-28\";i:108;s:10:\"2016-09-29\";i:113;s:10:\"2016-09-30\";i:183;s:10:\"2016-10-01\";i:132;s:10:\"2016-10-02\";i:194;s:10:\"2016-10-03\";i:112;s:10:\"2016-10-04\";i:192;s:10:\"2016-10-05\";i:119;s:10:\"2016-10-06\";i:318;s:10:\"2016-10-07\";i:120;s:10:\"2016-10-08\";i:78;s:10:\"2016-10-09\";i:69;s:10:\"2016-10-10\";i:184;s:10:\"2016-10-11\";i:99;s:10:\"2016-10-12\";i:72;s:10:\"2016-10-13\";i:68;s:10:\"2016-10-14\";i:65;s:10:\"2016-10-15\";i:98;s:10:\"2016-10-16\";i:91;s:10:\"2016-10-17\";i:76;s:10:\"2016-10-18\";i:77;s:10:\"2016-10-19\";i:26;}s:8:\"comments\";a:1:{s:8:\"approved\";a:5:{i:0;O:8:\"stdClass\":11:{s:10:\"comment_ID\";s:3:\"716\";s:15:\"comment_post_ID\";s:3:\"127\";s:14:\"comment_author\";s:16:\"Ethan Boatwright\";s:20:\"comment_author_email\";s:27:\"emboatwright8@earthlink.net\";s:18:\"comment_author_url\";s:25:\"http://MollyWoppersN.Y.B.\";s:12:\"comment_date\";s:19:\"2012-09-15 10:11:09\";s:16:\"comment_date_gmt\";s:19:\"2012-09-15 14:11:09\";s:15:\"comment_content\";s:28:\"OMG that girl is what i need\";s:16:\"comment_approved\";s:1:\"1\";s:7:\"user_id\";s:1:\"0\";s:10:\"post_title\";s:46:\"Holy Crapola! It\'s a Saint Patty\'s Fundraiser!\";}i:1;O:8:\"stdClass\":11:{s:10:\"comment_ID\";s:3:\"599\";s:15:\"comment_post_ID\";s:3:\"245\";s:14:\"comment_author\";s:12:\"Albo Jeavons\";s:20:\"comment_author_email\";s:20:\"albo@albojeavons.com\";s:18:\"comment_author_url\";s:22:\"http://albojeavons.com\";s:12:\"comment_date\";s:19:\"2012-02-07 15:33:08\";s:16:\"comment_date_gmt\";s:19:\"2012-02-07 20:33:08\";s:15:\"comment_content\";s:203:\"Hey guys - I posted some photos of the 2012 Mollywoppers in your Flickr group pool. Take a look if you haven\'t seen\'em. You were one of my favorite brigades this year and I think they came out great....\";s:16:\"comment_approved\";s:1:\"1\";s:7:\"user_id\";s:1:\"0\";s:10:\"post_title\";s:46:\"Werewolves of Mummdon – Our 2012 Performance\";}i:2;O:8:\"stdClass\":11:{s:10:\"comment_ID\";s:3:\"318\";s:15:\"comment_post_ID\";s:2:\"86\";s:14:\"comment_author\";s:94:\"Mollywoppers N.Y.B.&raquo; Blog Archive &raquo; Meximum Wrestling &#8211; Our 2009 Performance\";s:20:\"comment_author_email\";s:0:\"\";s:18:\"comment_author_url\";s:79:\"http://mollywoppersnyb.com/2011/07/08/meximum-wrestling-our-2009-performance-2/\";s:12:\"comment_date\";s:19:\"2011-07-08 20:52:24\";s:16:\"comment_date_gmt\";s:19:\"2011-07-09 00:52:24\";s:15:\"comment_content\";s:107:\"[...] Finally got around to getting this digitized. Enjoy! It&#8217;s a much better copy than before. [...]\";s:16:\"comment_approved\";s:1:\"1\";s:7:\"user_id\";s:1:\"0\";s:10:\"post_title\";s:40:\"Meximum Wrestling - Our 2009 performance\";}i:3;O:8:\"stdClass\":11:{s:10:\"comment_ID\";s:3:\"101\";s:15:\"comment_post_ID\";s:3:\"117\";s:14:\"comment_author\";s:9:\"haveboard\";s:20:\"comment_author_email\";s:19:\"haveboard@gmail.com\";s:18:\"comment_author_url\";s:27:\"http://jonathanfinnegan.com\";s:12:\"comment_date\";s:19:\"2011-01-20 23:12:01\";s:16:\"comment_date_gmt\";s:19:\"2011-01-21 04:12:01\";s:15:\"comment_content\";s:29:\"Total Lack of Humor. AWESOME!\";s:16:\"comment_approved\";s:1:\"1\";s:7:\"user_id\";s:1:\"0\";s:10:\"post_title\";s:20:\"1st meeting of 2011!\";}i:4;O:8:\"stdClass\":11:{s:10:\"comment_ID\";s:2:\"82\";s:15:\"comment_post_ID\";s:3:\"107\";s:14:\"comment_author\";s:6:\"xpetex\";s:20:\"comment_author_email\";s:26:\"xfallofeverymanx@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:12:\"comment_date\";s:19:\"2011-01-03 20:19:59\";s:16:\"comment_date_gmt\";s:19:\"2011-01-04 01:19:59\";s:15:\"comment_content\";s:69:\"that\'s bullshit. \r\nbut i get to see what i missed out on. \r\ndamn it\";s:16:\"comment_approved\";s:1:\"1\";s:7:\"user_id\";s:1:\"0\";s:10:\"post_title\";s:28:\"2011 All About the Benjamums\";}}}s:11:\"mwp_backups\";a:2:{s:12:\"Daily Backup\";a:11:{i:0;a:7:{s:4:\"size\";s:5:\"189kb\";s:8:\"duration\";s:5:\"6.03s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:142:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-26_857de3cd03d0c2744fb0ada951591c58.zip\";s:8:\"file_url\";s:131:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-26_857de3cd03d0c2744fb0ada951591c58.zip\";}s:12:\"google_drive\";s:76:\"mollywoppersnyb.com_daily_db_2013-03-26_857de3cd03d0c2744fb0ada951591c58.zip\";s:4:\"time\";i:1364266788;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:-8;}s:5:\"error\";s:48:\"Backup created but manually removed from server.\";}i:1;a:6:{s:4:\"size\";s:5:\"189kb\";s:8:\"duration\";s:5:\"1.01s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:142:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-27_39b4c360baee451c91c2a0af079d66fc.zip\";s:8:\"file_url\";s:131:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-27_39b4c360baee451c91c2a0af079d66fc.zip\";}s:12:\"google_drive\";s:76:\"mollywoppersnyb.com_daily_db_2013-03-27_39b4c360baee451c91c2a0af079d66fc.zip\";s:4:\"time\";i:1364409107;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:-8;}}i:2;a:6:{s:4:\"size\";s:5:\"190kb\";s:8:\"duration\";s:4:\"7.4s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:142:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-29_5822001275a3342e0078ab5a2d6e87b0.zip\";s:8:\"file_url\";s:131:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_daily_db_2013-03-29_5822001275a3342e0078ab5a2d6e87b0.zip\";}s:12:\"google_drive\";s:76:\"mollywoppersnyb.com_daily_db_2013-03-29_5822001275a3342e0078ab5a2d6e87b0.zip\";s:4:\"time\";i:1364587772;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:-8;}}i:3;a:1:{s:4:\"time\";i:1367519988;}i:4;a:1:{s:4:\"time\";i:1368262045;}i:5;a:1:{s:4:\"time\";i:1368916799;}i:6;a:1:{s:4:\"time\";i:1369221557;}i:7;a:1:{s:4:\"time\";i:1369579473;}i:8;a:1:{s:4:\"time\";i:1371131830;}i:9;a:1:{s:4:\"time\";i:1371725182;}i:10;a:1:{s:4:\"time\";i:1382775856;}}s:13:\"Weekly Backup\";a:1:{i:0;a:5:{s:4:\"size\";s:4:\"61mb\";s:8:\"duration\";s:3:\"19s\";s:6:\"server\";a:2:{s:9:\"file_path\";s:145:\"/home/mollywopper/mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_weekly_full_2013-02-25_6476b7084306d6c1e6e5e78ec6d5558e.zip\";s:8:\"file_url\";s:134:\"http://mollywoppersnyb.com/wp-content/managewp/backups/mollywoppersnyb.com_weekly_full_2013-02-25_6476b7084306d6c1e6e5e78ec6d5558e.zip\";}s:4:\"time\";i:1361751996;s:6:\"status\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}}}s:14:\"worker_version\";s:5:\"4.1.6\";s:15:\"worker_revision\";s:19:\"2015-05-15 00:00:00\";s:17:\"wordpress_version\";s:6:\"4.2.10\";s:21:\"wordpress_locale_pckg\";s:5:\"en_US\";s:11:\"php_version\";s:6:\"5.6.24\";s:13:\"mysql_version\";s:6:\"5.6.28\";s:20:\"server_functionality\";a:7:{s:3:\"zip\";b:1;s:5:\"unzip\";b:1;s:4:\"proc\";b:1;s:5:\"mysql\";b:1;s:9:\"mysqldump\";b:1;s:4:\"curl\";b:1;s:5:\"shell\";b:1;}s:12:\"wp_multisite\";b:0;s:15:\"network_install\";N;s:7:\"cookies\";a:2:{s:42:\"wordpress_ed878ed7ed1816f27cd38cdc8baebcc3\";s:172:\"S584HHqkJdboM262F5j3soQqmdfdumCLUuKBAR/CCLcrmjKxFhIU6umoBiGVRerjxZj/yZDHFisixVjezzj3NLK9x9onQA6z4NHRiCIk1yRLKmIQmZQuG9cyaw/s2Z3pu4MXi3mMzGxiz/xi+GSKDo01k3gqxB17Z8H+0J1Vl2w=\";s:52:\"wordpress_logged_in_ed878ed7ed1816f27cd38cdc8baebcc3\";s:172:\"LzhWpQSTU6byD5SLmEqpu1UhuLpCv+S+Jo1QFD5eWG/QqHHhplpgFPMtzTeKmU7z/kr/JlwlL9rbW5b0fYKbrNshnPQYDQVFgpOntN7snT9b/s8OAyri1gfa5SaQ0pBhSUguYhjf9mCUlo3NH4k6MWaQWgGzTfRV5/sZF2tp+4A=\";}s:15:\"admin_usernames\";a:4:{i:0;s:9:\"haveboard\";i:1;s:5:\"Jimmy\";i:2;s:15:\"MollywoppersNYB\";i:3;s:4:\"phil\";}s:10:\"site_title\";s:19:\"Mollywoppers N.Y.B.\";s:12:\"site_tagline\";s:22:\"Kings of Drinking Beer\";s:11:\"blog_public\";s:1:\"1\";s:8:\"timezone\";s:16:\"America/New_York\";s:15:\"timezone_offset\";d:-4;s:9:\"server_ip\";s:10:\"64.90.34.8\";s:8:\"hostname\";s:6:\"auburn\";s:9:\"fs_method\";s:6:\"direct\";s:8:\"writable\";b:1;s:5:\"uhost\";s:6:\"auburn\";}','yes'),(42974,'mwp_worker_configuration','a:12:{s:6:\"notice\";s:5199:\"<style scoped=\"scoped\">\n #mwp_notice_div.mwp_notice {\n background: #00689f; /* Old browsers */\n background: -moz-linear-gradient(top, #00689f 0%, #00639a 25%, #005388 72%, #004e83 100%); /* FF3.6+ */\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00689f), color-stop(25%,#00639a), color-stop\n\n(72%,#005388), color-stop(100%,#004e83)); /* Chrome,Safari4+ */\n background: -webkit-linear-gradient(top, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* Chrome10+,Safari5.1+ */\n background: -o-linear-gradient(top, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* Opera 11.10+ */\n background: -ms-linear-gradient(top, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* IE10+ */\n background: linear-gradient(to bottom, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* W3C */\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\'#00689f\\\', endColorstr=\\\'#004e83\\\',GradientType=0 ); \n\n/* IE6-9 */\n border-left: 4px solid #dd3d36;\n border-bottom: 2px solid #004E83\n border-right: 2px solid #004E83\n border-top: 2px solid #00689f\n -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);\n box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);\n color: white;\n font-size: 16px;\n text-align: left;\n position: relative;\n overflow: hidden;\n }\n\n #mwp_notice_div p.mwp_text_notice {\n display: inline-block;\n color: white;\n font-size: 16px;\n text-align: left;\n margin-left: 10px;\n padding-top: 13px;\n margin-bottom: 14px;\n width: 100%;\n }\n\n a.mwp_text_notice {\n color: white;\n font-size: 16px;\n text-align: left;\n padding-top: 13px;\n margin-bottom: 14px;\n }\n\n a:hover.mwp_text_notice {\n color: #FFF500;\n }\n\n a.mwp_button {\n border: 1px solid #cb7c00 !important;\n color: #9A3A15;\n text-shadow: 0 1px 0 #ffec00;\n background-color: #ffcc42;\n background-image: -moz-linear-gradient(top,#ffdd47,#ffb33a);\n background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffdd47),to(#ffb33a));\n background-image: -webkit-linear-gradient(top,#ffdd47,#ffb33a);\n background-image: -o-linear-gradient(top,#ffdd47,#ffb33a);\n background-image: linear-gradient(to bottom,#ffdd47,#ffb33a);\n background-repeat: repeat-x;\n font-family: Arial,helvetica,sans-serif;\n display: inline-block;\n float: right;\n margin-bottom: 0;\n line-height: 14px;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);\n -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);\n box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);\n border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n -webkit-border-radius: 5px;\n -moz-border-radius: 5px;\n border-radius: 5px;\n font-size: 16px;\n padding: 9px 28px;\n margin-top: -4px;\n margin-right: 62px;\n text-decoration: none !important;\n position: relative;\n z-index: 40;\n }\n\n a:hover.mwp_button {\n background-color: #ffb33a;\n background-image: none;\n }\n\n div.mwp_logo {\n display: inline-block;\n background-image: url(\'http://managewp.com/wp-content/plugins/master/img/mwp.png\');\n background-repeat: no-repeat;\n background-position: 0px 0px;\n width: 128px;\n height: 128px;\n clear: none;\n position: absolute;\n bottom: -59px;\n right: -26px;\n opacity: 0.95;\n z-index: 0;\n }\n@media screen and (max-width: 1024px){\n a.mwp_button {\n margin-top: 12px;\ndisplay: block;\nfloat: none;\n }\n }\n </style>\n <div id=\"mwp_notice_div\" class=\"error mwp_notice\">\n <p class=\"mwp_text_notice\">\n Please add this site to your <a class=\"mwp_text_notice\" href=\"https://managewp.com\" target=\"_blank\">ManageWP</a> account or {deactivate_text} \n <a class=\"mwp_button\" target=\"_blank\" href=\"https://managewp.com/features\">Learn more</a>\n </p>\n <div class=\"mwp_logo\"></div>\n </div>\";s:14:\"network_notice\";s:5349:\"<style scoped=\"scoped\">\n #mwp_notice_div.mwp_notice {\n background: #00689f; /* Old browsers */\n background: -moz-linear-gradient(top, #00689f 0%, #00639a 25%, #005388 72%, #004e83 100%); /* FF3.6+ */\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00689f), color-stop(25%,#00639a), color-stop\n\n(72%,#005388), color-stop(100%,#004e83)); /* Chrome,Safari4+ */\n background: -webkit-linear-gradient(top, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* Chrome10+,Safari5.1+ */\n background: -o-linear-gradient(top, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* Opera 11.10+ */\n background: -ms-linear-gradient(top, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* IE10+ */\n background: linear-gradient(to bottom, #00689f 0%,#00639a 25%,#005388 72%,#004e83 100%); /* W3C */\n filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\\\'#00689f\\\', endColorstr=\\\'#004e83\\\',GradientType=0 ); \n\n/* IE6-9 */\n border-left: 4px solid #dd3d36;\n border-bottom: 2px solid #004E83\n border-right: 2px solid #004E83\n border-top: 2px solid #00689f\n -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);\n box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);\n color: white;\n font-size: 16px;\n text-align: left;\n position: relative;\n overflow: hidden;\n }\n\n #mwp_notice_div p.mwp_text_notice {\n display: inline-block;\n color: white;\n font-size: 16px;\n text-align: left;\n margin-left: 10px;\n padding-top: 13px;\n margin-bottom: 14px;\n width: 100%;\n }\n\n a.mwp_text_notice {\n color: white;\n font-size: 16px;\n text-align: left;\n padding-top: 13px;\n margin-bottom: 14px;\n }\n\n a:hover.mwp_text_notice {\n color: #FFF500;\n }\n\n a.mwp_button {\n border: 1px solid #cb7c00 !important;\n color: #9A3A15;\n text-shadow: 0 1px 0 #ffec00;\n background-color: #ffcc42;\n background-image: -moz-linear-gradient(top,#ffdd47,#ffb33a);\n background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffdd47),to(#ffb33a));\n background-image: -webkit-linear-gradient(top,#ffdd47,#ffb33a);\n background-image: -o-linear-gradient(top,#ffdd47,#ffb33a);\n background-image: linear-gradient(to bottom,#ffdd47,#ffb33a);\n background-repeat: repeat-x;\n font-family: Arial,helvetica,sans-serif;\n display: inline-block;\n float: right;\n margin-bottom: 0;\n line-height: 14px;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);\n -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);\n box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);\n border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);\n -webkit-border-radius: 5px;\n -moz-border-radius: 5px;\n border-radius: 5px;\n font-size: 16px;\n padding: 9px 28px;\n margin-top: -4px;\n margin-right: 62px;\n text-decoration: none !important;\n position: relative;\n z-index: 40;\n }\n\n a:hover.mwp_button {\n background-color: #ffb33a;\n background-image: none;\n }\n\n div.mwp_logo {\n display: inline-block;\n background-image: url(\'http://managewp.com/wp-content/plugins/master/img/mwp.png\');\n background-repeat: no-repeat;\n background-position: 0px 0px;\n width: 128px;\n height: 128px;\n clear: none;\n position: absolute;\n bottom: -59px;\n right: -26px;\n opacity: 0.95;\n z-index: 0;\n }\n </style>\n <style>\n @media all and (max-width: 1362px){\n a.mwp_button {\n margin-top: 12px;\n }\n }\n </style>\n \n <div id=\"mwp_notice_div\" class=\"error mwp_notice\">\n <p class=\"mwp_text_notice\">\n Please add this site and your network blogs, with your network administrator username, to your <a class=\"mwp_text_notice\" href=\"https://managewp.com\" target=\"_blank\">ManageWP</a> account. <br ><br > \n\n Otherwise, click to <a href=\"{deactivate_url}\" class=\"mwp_text_notice\">deactivate ManageWP plugin</a>.\n <a class=\"mwp_button\" target=\"_blank\" href=\"https://managewp.com/features\">Learn more</a>\n </p>\n <div class=\"mwp_logo\"></div>\n </div>\";s:15:\"deactivate_text\";s:28:\"deactivate the Worker plugin\";s:10:\"master_url\";s:21:\"https://managewp.com/\";s:15:\"master_cron_url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:20:\"noti_cache_life_time\";s:5:\"86400\";s:27:\"noti_treshold_spam_comments\";s:2:\"10\";s:30:\"noti_treshold_pending_comments\";s:1:\"0\";s:31:\"noti_treshold_approved_comments\";s:1:\"0\";s:19:\"noti_treshold_posts\";s:1:\"0\";s:20:\"noti_treshold_drafts\";s:1:\"0\";s:8:\"key_name\";s:8:\"managewp\";}','yes'),(54248,'WPLANG','','yes'),(57419,'_wc_session_935c123a352968ef2ddfff0f05646c3e','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"0d0fd7c6e093f7b804fa0150b875b868\";a:9:{s:10:\"product_id\";i:408;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:176:\"a:1:{s:7:\"success\";a:1:{i:0;s:137:\"<a href=\"http://mollywoppersnyb.com\" class=\"button wc-forward\">Continue Shopping</a> &quot;Mug&quot; was successfully added to your cart.\";}}\";}','no'),(57412,'_transient_timeout_wc_review_count_4081424245720','1455894368','no'),(57413,'_transient_wc_review_count_4081424245720','0','no'),(57414,'_transient_timeout_wc_review_count_4101424245720','1455894375','no'),(57415,'_transient_wc_review_count_4101424245720','0','no'),(57416,'_transient_timeout_wc_uf_pid_c525a826d41cf9468cbb841e2c2d3483','1455894378','no'),(57417,'_transient_wc_uf_pid_c525a826d41cf9468cbb841e2c2d3483','a:4:{i:0;i:410;i:1;i:409;i:2;i:408;i:3;i:407;}','no'),(61149,'_wc_session_378a0c566c9cbef44da3d39fe06d6497','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"a96b65a721e561e1e3de768ac819ffbb\";a:9:{s:10:\"product_id\";i:409;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:189:\"a:1:{s:7:\"success\";a:1:{i:0;s:150:\"<a href=\"http://mollywoppersnyb.com/shop/\" class=\"button wc-forward\">Continue Shopping</a> &quot;Pint Glass&quot; was successfully added to your cart.\";}}\";}','no'),(56935,'_transient_wc_review_count_4101424244916','0','no'),(56936,'_transient_timeout_wc_review_count_4101424244946','1455780947','no'),(56937,'_transient_wc_review_count_4101424244946','0','no'),(56938,'_wc_session_5','a:22:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:5128:\"a:3:{s:32:\"1068c6e4c8051cfd4e9ea8072e3189e2\";a:10:{s:10:\"product_id\";i:410;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:4:\"data\";O:17:\"WC_Product_Simple\":7:{s:2:\"id\";i:410;s:4:\"post\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:410;s:11:\"post_author\";s:1:\"5\";s:9:\"post_date\";s:19:\"2015-02-18 02:32:20\";s:13:\"post_date_gmt\";s:19:\"2015-02-18 07:32:20\";s:12:\"post_content\";s:11:\"Description\";s:10:\"post_title\";s:6:\"Poster\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:6:\"poster\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2015-02-18 02:35:46\";s:17:\"post_modified_gmt\";s:19:\"2015-02-18 07:35:46\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"http://mollywoppersnyb.com/?post_type=product&#038;p=410\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:12:\"product_type\";s:6:\"simple\";s:13:\"\0*\0dimensions\";s:0:\"\";s:17:\"\0*\0shipping_class\";s:0:\"\";s:20:\"\0*\0shipping_class_id\";i:0;s:5:\"price\";s:2:\"50\";}}s:32:\"44394661bf96873417b2b7a5e48e2450\";a:10:{s:10:\"product_id\";i:407;s:12:\"variation_id\";i:417;s:9:\"variation\";a:1:{s:14:\"attribute_size\";s:6:\"medium\";}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:4:\"data\";O:20:\"WC_Product_Variation\":19:{s:12:\"variation_id\";i:417;s:6:\"parent\";O:19:\"WC_Product_Variable\":8:{s:8:\"children\";N;s:11:\"total_stock\";N;s:2:\"id\";i:407;s:4:\"post\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:407;s:11:\"post_author\";s:1:\"5\";s:9:\"post_date\";s:19:\"2015-02-18 02:32:01\";s:13:\"post_date_gmt\";s:19:\"2015-02-18 07:32:01\";s:12:\"post_content\";s:11:\"Description\";s:10:\"post_title\";s:5:\"Shirt\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:5:\"shirt\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2015-02-18 02:48:39\";s:17:\"post_modified_gmt\";s:19:\"2015-02-18 07:48:39\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"http://mollywoppersnyb.com/?post_type=product&#038;p=407\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:12:\"product_type\";s:8:\"variable\";s:13:\"\0*\0dimensions\";s:0:\"\";s:17:\"\0*\0shipping_class\";s:0:\"\";s:20:\"\0*\0shipping_class_id\";i:0;}s:24:\"variation_shipping_class\";b:0;s:27:\"variation_shipping_class_id\";b:0;s:17:\"variation_has_sku\";b:1;s:20:\"variation_has_length\";b:1;s:19:\"variation_has_width\";b:1;s:20:\"variation_has_height\";b:1;s:20:\"variation_has_weight\";b:1;s:23:\"variation_has_tax_class\";b:1;s:32:\"variation_has_downloadable_files\";b:1;s:28:\"\0*\0variation_level_meta_data\";a:11:{s:12:\"downloadable\";s:2:\"no\";s:7:\"virtual\";s:2:\"no\";s:12:\"manage_stock\";s:2:\"no\";s:21:\"sale_price_dates_from\";s:0:\"\";s:19:\"sale_price_dates_to\";s:0:\"\";s:5:\"price\";s:0:\"\";s:13:\"regular_price\";s:0:\"\";s:10:\"sale_price\";s:0:\"\";s:5:\"stock\";i:0;s:12:\"stock_status\";s:7:\"instock\";s:18:\"downloadable_files\";a:0:{}}s:32:\"\0*\0variation_inherited_meta_data\";a:7:{s:9:\"tax_class\";s:0:\"\";s:10:\"backorders\";s:2:\"no\";s:3:\"sku\";s:0:\"\";s:6:\"weight\";s:0:\"\";s:6:\"length\";s:0:\"\";s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:2:\"id\";i:407;s:4:\"post\";r:65;s:12:\"product_type\";s:9:\"variation\";s:13:\"\0*\0dimensions\";s:0:\"\";s:17:\"\0*\0shipping_class\";s:0:\"\";s:20:\"\0*\0shipping_class_id\";i:0;}}s:32:\"a96b65a721e561e1e3de768ac819ffbb\";a:10:{s:10:\"product_id\";i:409;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:4:\"data\";O:17:\"WC_Product_Simple\":7:{s:2:\"id\";i:409;s:4:\"post\";O:7:\"WP_Post\":24:{s:2:\"ID\";i:409;s:11:\"post_author\";s:1:\"5\";s:9:\"post_date\";s:19:\"2015-02-18 02:32:14\";s:13:\"post_date_gmt\";s:19:\"2015-02-18 07:32:14\";s:12:\"post_content\";s:11:\"Description\";s:10:\"post_title\";s:10:\"Pint Glass\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:10:\"pint-glass\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2015-02-18 02:40:40\";s:17:\"post_modified_gmt\";s:19:\"2015-02-18 07:40:40\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"http://mollywoppersnyb.com/?post_type=product&#038;p=409\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}s:12:\"product_type\";s:6:\"simple\";s:13:\"\0*\0dimensions\";s:0:\"\";s:17:\"\0*\0shipping_class\";s:0:\"\";s:20:\"\0*\0shipping_class_id\";i:0;s:5:\"price\";s:2:\"50\";}}}\";s:19:\"cart_contents_total\";i:0;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";N;s:23:\"chosen_shipping_methods\";s:31:\"a:1:{i:0;s:13:\"free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";}','no'),(6624,'dpt_meta_key','','yes'),(6625,'dpt_use_first_attachment','true','yes'),(6626,'dpt_excluded_posts','a:1:{i:0;s:0:\"\";}','yes'),(4741,'widget_recent_products','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4742,'widget_featured-products','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4743,'widget_product_categories','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4744,'widget_product_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4745,'widget_shopping_cart','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4746,'widget_layered_nav','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4747,'widget_price_filter','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4748,'widget_product_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4749,'widget_top-rated-products','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4750,'widget_recent_reviews','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4751,'widget_recently_viewed_products','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4006,'cart_free_shipping_threshold','','yes'),(4007,'wp_shopping_cart_collect_address','','yes'),(4019,'eshop_plugin_settings','a:70:{s:15:\"addtocart_image\";s:0:\"\";s:10:\"base_brand\";s:0:\"\";s:14:\"base_condition\";s:0:\"\";s:11:\"base_expiry\";s:0:\"\";s:12:\"base_payment\";s:0:\"\";s:10:\"base_ptype\";s:0:\"\";s:8:\"business\";s:0:\"\";s:4:\"cart\";i:166;s:11:\"cart_cancel\";i:169;s:12:\"cart_nostock\";s:12:\"Out of Stock\";s:13:\"cart_shipping\";i:170;s:12:\"cart_success\";i:168;s:8:\"checkout\";i:167;s:7:\"credits\";s:2:\"no\";s:10:\"cron_email\";s:0:\"\";s:15:\"currency_symbol\";s:7:\"&pound;\";s:8:\"currency\";s:3:\"GBP\";s:17:\"discount_shipping\";s:0:\"\";s:15:\"discount_spend1\";s:0:\"\";s:15:\"discount_value1\";s:0:\"\";s:15:\"discount_spend2\";s:0:\"\";s:15:\"discount_value2\";s:0:\"\";s:15:\"discount_spend3\";s:0:\"\";s:15:\"discount_value3\";s:0:\"\";s:17:\"downloads_hideall\";s:2:\"no\";s:13:\"downloads_num\";s:1:\"3\";s:14:\"downloads_only\";s:2:\"no\";s:4:\"etax\";a:1:{i:0;s:0:\"\";}s:10:\"first_time\";s:2:\"no\";s:9:\"fold_menu\";s:2:\"no\";s:10:\"from_email\";s:0:\"\";s:12:\"hide_addinfo\";s:3:\"yes\";s:11:\"hide_cartco\";s:0:\"\";s:13:\"hide_shipping\";s:0:\"\";s:13:\"image_in_cart\";s:0:\"\";s:8:\"location\";s:14:\"United Kingdom\";s:6:\"method\";a:1:{i:0;s:6:\"paypal\";}s:11:\"options_num\";s:1:\"3\";s:14:\"paypal_noemail\";s:0:\"\";s:7:\"records\";s:2:\"10\";s:10:\"search_img\";s:2:\"no\";s:16:\"set_cacheability\";s:2:\"no\";s:14:\"shipping_state\";s:2:\"GB\";s:13:\"shipping_zone\";s:7:\"country\";s:8:\"shipping\";s:1:\"1\";s:14:\"numb_shipzones\";s:1:\"1\";s:9:\"shop_page\";s:0:\"\";s:14:\"show_allstates\";s:0:\"\";s:14:\"show_downloads\";i:171;s:10:\"show_forms\";s:0:\"\";s:10:\"show_zones\";s:2:\"no\";s:6:\"status\";s:7:\"testing\";s:13:\"stock_control\";s:2:\"no\";s:5:\"style\";s:3:\"yes\";s:9:\"sysemails\";s:0:\"\";s:5:\"tandc\";s:0:\"\";s:8:\"tandc_id\";s:0:\"\";s:9:\"tandc_use\";s:0:\"\";s:13:\"unknown_state\";s:1:\"5\";s:7:\"version\";s:5:\"6.2.8\";s:14:\"state_location\";s:0:\"\";s:10:\"tax_symbol\";s:3:\"VAT\";s:4:\"tax1\";s:1:\"0\";s:4:\"tax2\";s:1:\"0\";s:4:\"tax3\";s:1:\"0\";s:10:\"tax_method\";s:1:\"1\";s:9:\"xtra_help\";s:0:\"\";s:12:\"xtra_privacy\";s:0:\"\";s:10:\"ship_types\";s:0:\"\";s:11:\"weight_unit\";s:0:\"\";}','yes'),(56858,'category_children','a:0:{}','yes'),(5500,'initial_db_version','18226','yes'),(146,'plugin_wp-hashcash','a:14:{s:13:\"comments-spam\";i:3514;s:12:\"comments-ham\";i:351;s:12:\"signups-spam\";b:0;s:11:\"signups-ham\";b:0;s:3:\"key\";a:5:{i:0;i:174938931;i:1;i:1952746436;i:2;i:2048761033;i:3;i:2072754486;i:4;i:86064205;}s:8:\"key-date\";i:1476544598;s:7:\"refresh\";s:6:\"604800\";s:13:\"signup_active\";i:0;s:15:\"comments_active\";i:0;s:11:\"attribution\";i:1;s:10:\"moderation\";s:7:\"akismet\";s:11:\"validate-ip\";s:2:\"on\";s:12:\"validate-url\";s:2:\"on\";s:7:\"logging\";s:2:\"on\";}','yes'),(147,'recently_activated','a:0:{}','yes'),(149,'akismet_connectivity_time','1299817872','yes'),(150,'wordpress_api_key','08bb4ed16fb1','yes'),(151,'akismet_discard_month','true','yes'),(3488,'db_upgraded','','yes'),(3999,'cart_return_from_paypal_url','http://mollywoppersnyb.com','yes'),(4003,'cart_payment_currency','USD','yes'),(4004,'cart_currency_symbol','$','yes'),(4005,'cart_base_shipping_cost','0','yes'),(3997,'wp_cart_title','Your Shopping Cart','yes'),(3998,'wp_cart_empty_text','Your cart is empty','yes'),(154,'mrt_sms_ll_wdgt','1','yes'),(155,'mrt_sms_header','Sign Up for Text Messages Updates','yes'),(156,'mrt_sms_footer','*standard rates apply','yes'),(157,'mrt_sms_from','jimtronawesome@yahoo.com','yes'),(158,'mrt_sms_db_version','2.4','yes'),(159,'mrt_sms_max','140','yes'),(161,'post_notification_subscribers','15','yes'),(162,'post_notification_nextsend','-1','yes'),(163,'post_notification_show_content','yes','no'),(164,'post_notification_read_more','...','no'),(165,'post_notification_send_default','yes','no'),(166,'post_notification_send_private','no','no'),(167,'post_notification_send_page','no','no'),(168,'post_notification_hdr_nl','n','no'),(169,'post_notification_from_email','jimtronawesome@yahoo.com ','no'),(170,'post_notification_from_name','@@blogname','no'),(171,'post_notification_subject','@@blogname: @@title','no'),(172,'post_notification_url','61','no'),(173,'post_notification_template','email_template.txt','no'),(174,'post_notification_maxsend','20','no'),(175,'post_notification_pause','10','no'),(176,'post_notification_nervous','360','yes'),(177,'post_notification_lastsend','1424241389','no'),(178,'post_notification_lastpost','1287010922','no'),(179,'post_notification_page_meta','no','yes'),(180,'post_notification_page_name','Subscribe to Posts','yes'),(181,'post_notification_uninstall','no','no'),(182,'post_notification_captcha','0','no'),(183,'post_notification_lock','file','yes'),(184,'post_notification_filter_include','yes','yes'),(185,'post_notification_selected_cats','0','no'),(186,'post_notification_debug','no','no'),(187,'post_notification_the_content_exclude','s:6:\"a:0:{}\";','no'),(188,'post_notification_empty_cats','no','no'),(189,'post_notification_show_cats','yes','no'),(190,'post_notification_auto_subscribe','yes','no'),(191,'post_notification_profile','en_US','yes'),(192,'post_notification_widget','a:4:{s:5:\"title\";s:17:\"Get Email Updates\";s:7:\"subtext\";s:6:\"Email:\";s:4:\"size\";s:2:\"15\";s:6:\"submit\";s:7:\"Sign Up\";}','yes'),(193,'post_notification_sendcheck','shutdown','yes'),(194,'post_notification_saved_tmpl','no','yes'),(195,'ec3_version','3.1.4','yes'),(196,'ec3_show_only_events','1','yes'),(197,'ec3_day_length','3','yes'),(198,'ec3_hide_logo','1','yes'),(199,'ec3_hide_event_box','1','yes'),(200,'ec3_tz','wordpress','yes'),(202,'ec3_event_category','3','yes'),(6578,'theme_mods_simplemarket','a:7:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"top_menu\";i:21;}s:16:\"background_color\";s:6:\"191818\";s:12:\"header_image\";s:72:\"http://mollywoppersnyb.com/wp-content/uploads/2016/01/mw_header_2016.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:619;s:3:\"url\";s:72:\"http://mollywoppersnyb.com/wp-content/uploads/2016/01/mw_header_2016.jpg\";s:13:\"thumbnail_url\";s:72:\"http://mollywoppersnyb.com/wp-content/uploads/2016/01/mw_header_2016.jpg\";s:6:\"height\";i:350;s:5:\"width\";i:1102;}s:16:\"background_image\";s:68:\"http://mollywoppersnyb.com/wp-content/uploads/2015/02/mw_bg_tile.png\";s:21:\"background_attachment\";s:5:\"fixed\";}','yes'),(210,'calendar_upcoming_widget_title','Upcoming Events','yes'),(211,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(245,'akismet_spam_count','14087','yes'),(508,'_transient_random_seed','faff9732301a43440d307c47c7dc78fe','yes'),(7596,'uninstall_plugins','a:4:{s:15:\"worker/init.php\";s:13:\"mwp_uninstall\";s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";a:2:{i:0;s:17:\"DsgnWrksInstagram\";i:1;s:9:\"uninstall\";}s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";s:45:\"dsgnwrks_instagram_debug_deactivate_uninstall\";s:20:\"worker/functions.php\";s:13:\"mwp_uninstall\";}','no'),(76940,'readygraph_rsftsb_connect_notice','true','yes'),(106950,'can_compress_scripts','0','yes'),(125931,'_transient_timeout_plugin_slugs','1452028734','no'),(125932,'_transient_plugin_slugs','a:24:{i:0;s:23:\"hashcore/wphashcore.php\";i:1;s:33:\"admin-branding/admin-branding.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:21:\"calendar/calendar.php\";i:4;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:5;s:49:\"default-thumbnail-plus/default-thumbnail-plus.php\";i:6;s:59:\"dsgnwrks-instagram-importer/dsgnwrks-instagram-importer.php\";i:7;s:71:\"dsgnwrks-instagram-importer-debug/dsgnwrks-instagram-importer-debug.php\";i:8;s:43:\"faster-image-insert/faster-image-insert.php\";i:9;s:25:\"have_background/index.php\";i:10;s:50:\"instateam-instagram-importer/instagram_wpteams.php\";i:11;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:12;s:15:\"worker/init.php\";i:13;s:39:\"post-notification/post_notification.php\";i:14;s:93:\"really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php\";i:15;s:37:\"sms-text-message/sms-text-message.php\";i:16;s:24:\"tagregator/bootstrap.php\";i:17;s:35:\"twine-social/twinesocial-widget.php\";i:18;s:41:\"ultimate-google-analytics/ultimate_ga.php\";i:19;s:27:\"woocommerce/woocommerce.php\";i:20;s:40:\"download-monitor/wp-download_monitor.php\";i:21;s:27:\"wp-hashcash/wp-hashcash.php\";i:22;s:27:\"wp-crontrol/wp-crontrol.php\";i:23;s:35:\"wp-page-numbers/wp-page-numbers.php\";}','no'),(185341,'_transient_timeout_dw_instauser_628025343','1477278583','no'),(185342,'_transient_dw_instauser_628025343','1','no'),(113707,'_site_transient_timeout_browser_44f459b7c49145af9f3b889d384a3512','1447694479','yes'),(113708,'_site_transient_browser_44f459b7c49145af9f3b889d384a3512','a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(125921,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451985533','no'),(125922,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451942333','no'),(636,'bnc_iphone_pages','s:1509:\"a:45:{s:20:\"enable-post-excerpts\";i:1;s:16:\"enable-page-coms\";i:0;s:18:\"enable-cats-button\";i:1;s:18:\"enable-tags-button\";i:1;s:20:\"enable-search-button\";i:1;s:19:\"enable-login-button\";i:0;s:22:\"enable-gigpress-button\";i:0;s:16:\"enable-flat-icon\";i:0;s:16:\"enable-gravatars\";i:1;s:16:\"enable-main-home\";i:1;s:15:\"enable-main-rss\";i:1;s:17:\"enable-main-email\";i:1;s:23:\"enable-truncated-titles\";i:0;s:16:\"enable-main-name\";i:1;s:16:\"enable-main-tags\";i:1;s:22:\"enable-main-categories\";i:1;s:9:\"prowl-api\";s:0:\"\";s:28:\"enable-prowl-comments-button\";i:0;s:25:\"enable-prowl-users-button\";i:0;s:27:\"enable-prowl-message-button\";i:0;s:9:\"home-page\";s:7:\"Default\";s:10:\"statistics\";s:0:\"\";s:10:\"sort-order\";s:4:\"name\";s:22:\"enable-regular-default\";i:0;s:18:\"enable-show-tweets\";i:0;s:18:\"custom-user-agents\";a:0:{}s:16:\"excluded-cat-ids\";s:0:\"\";s:10:\"adsense-id\";s:0:\"\";s:15:\"adsense-channel\";s:0:\"\";s:14:\"post-cal-thumb\";s:14:\"calendar-icons\";s:7:\"h2-font\";s:14:\"Helvetica Neue\";s:18:\"style-text-justify\";s:14:\"full-justified\";s:16:\"style-background\";s:21:\"horizontal-wptouch-bg\";s:16:\"enable-exclusive\";i:0;s:16:\"wptouch-language\";s:4:\"auto\";s:10:\"main_title\";s:8:\"Home.png\";i:61;s:9:\"Admin.png\";i:2;s:8:\"Home.png\";i:5;s:12:\"Calendar.png\";s:12:\"header-title\";s:19:\"Mollywoppers N.Y.B.\";s:17:\"custom-footer-msg\";s:41:\"All content Copyright Mollywoppers N.Y.B.\";s:23:\"header-background-color\";s:6:\"000000\";s:19:\"header-border-color\";s:6:\"333333\";s:17:\"header-text-color\";s:6:\"eeeeee\";s:10:\"link-color\";s:6:\"006bb3\";}\";','yes'),(6343,'pagelines-template-map-two','a:8:{s:6:\"header\";a:4:{s:4:\"hook\";s:16:\"pagelines_header\";s:4:\"name\";s:11:\"Site Header\";s:6:\"markup\";s:7:\"content\";s:8:\"sections\";a:3:{i:0;s:17:\"PageLinesBranding\";i:1;s:12:\"PageLinesNav\";i:2;s:18:\"PageLinesSecondNav\";}}s:6:\"footer\";a:4:{s:4:\"hook\";s:16:\"pagelines_footer\";s:4:\"name\";s:11:\"Site Footer\";s:6:\"markup\";s:7:\"content\";s:8:\"sections\";a:1:{i:0;s:9:\"SimpleNav\";}}s:9:\"templates\";a:4:{s:4:\"hook\";s:18:\"pagelines_template\";s:4:\"name\";s:14:\"Page Templates\";s:6:\"markup\";s:7:\"content\";s:9:\"templates\";a:14:{s:7:\"default\";a:3:{s:4:\"name\";s:7:\"Default\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";}s:5:\"alpha\";a:3:{s:4:\"name\";s:1:\"1\";s:8:\"sections\";a:3:{i:0;s:17:\"PageLinesFeatures\";i:1;s:14:\"PageLinesBoxes\";i:2;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";}s:4:\"beta\";a:3:{s:4:\"name\";s:1:\"2\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesCarousel\";i:1;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";}s:5:\"gamma\";a:3:{s:4:\"name\";s:1:\"3\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesSoapbox\";i:2;s:14:\"PageLinesBoxes\";}s:9:\"page_type\";s:4:\"page\";}s:5:\"delta\";a:3:{s:4:\"name\";s:1:\"4\";s:8:\"sections\";a:2:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";}s:7:\"epsilon\";a:3:{s:4:\"name\";s:1:\"5\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesBanners\";i:2;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"page\";}s:6:\"single\";a:3:{s:4:\"name\";s:9:\"Blog Post\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:4:\"post\";}s:5:\"posts\";a:3:{s:4:\"name\";s:4:\"Blog\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:9:\"page_type\";s:7:\"special\";}s:3:\"tag\";a:4:{s:4:\"name\";s:3:\"Tag\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:7:\"archive\";a:4:{s:4:\"name\";s:7:\"Archive\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"category\";a:4:{s:4:\"name\";s:8:\"Category\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"search\";a:4:{s:4:\"name\";s:6:\"Search\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"author\";a:4:{s:4:\"name\";s:6:\"Author\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"404_page\";a:4:{s:4:\"name\";s:9:\"404 Error\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesNoPosts\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}}}s:4:\"main\";a:4:{s:4:\"hook\";s:14:\"pagelines_main\";s:4:\"name\";s:17:\"Text Content Area\";s:6:\"markup\";s:4:\"copy\";s:9:\"templates\";a:14:{s:7:\"default\";a:3:{s:4:\"name\";s:7:\"Default\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesPostLoop\";i:1;s:17:\"PageLinesComments\";}s:9:\"page_type\";s:4:\"page\";}s:5:\"alpha\";a:3:{s:4:\"name\";s:1:\"1\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";}s:4:\"beta\";a:3:{s:4:\"name\";s:1:\"2\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";}s:5:\"gamma\";a:3:{s:4:\"name\";s:1:\"3\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";}s:5:\"delta\";a:3:{s:4:\"name\";s:1:\"4\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";}s:7:\"epsilon\";a:3:{s:4:\"name\";s:1:\"5\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesPostLoop\";}s:9:\"page_type\";s:4:\"page\";}s:6:\"single\";a:3:{s:4:\"name\";s:9:\"Blog Post\";s:8:\"sections\";a:5:{i:0;s:16:\"PageLinesPostNav\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:17:\"PageLinesShareBar\";i:3;s:17:\"PageLinesComments\";i:4;s:19:\"PageLinesPagination\";}s:9:\"page_type\";s:4:\"post\";}s:5:\"posts\";a:3:{s:4:\"name\";s:4:\"Blog\";s:8:\"sections\";a:4:{i:0;s:20:\"PageLinesQuickSlider\";i:1;s:18:\"PageLinesPostsInfo\";i:2;s:17:\"PageLinesPostLoop\";i:3;s:19:\"PageLinesPagination\";}s:9:\"page_type\";s:7:\"special\";}s:3:\"tag\";a:4:{s:4:\"name\";s:3:\"Tag\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:7:\"archive\";a:4:{s:4:\"name\";s:7:\"Archive\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"category\";a:4:{s:4:\"name\";s:8:\"Category\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"search\";a:4:{s:4:\"name\";s:6:\"Search\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:6:\"author\";a:4:{s:4:\"name\";s:6:\"Author\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}s:8:\"404_page\";a:4:{s:4:\"name\";s:9:\"404 Error\";s:8:\"sections\";a:0:{}s:7:\"version\";s:3:\"pro\";s:9:\"page_type\";s:7:\"special\";}}}s:8:\"morefoot\";a:5:{s:4:\"name\";s:13:\"Morefoot Area\";s:4:\"hook\";s:18:\"pagelines_morefoot\";s:6:\"markup\";s:7:\"content\";s:7:\"version\";s:3:\"pro\";s:8:\"sections\";a:0:{}}s:8:\"sidebar1\";a:4:{s:4:\"name\";s:9:\"Sidebar 1\";s:4:\"hook\";s:18:\"pagelines_sidebar1\";s:6:\"markup\";s:4:\"copy\";s:8:\"sections\";a:1:{i:0;s:14:\"PrimarySidebar\";}}s:8:\"sidebar2\";a:4:{s:4:\"name\";s:9:\"Sidebar 2\";s:4:\"hook\";s:18:\"pagelines_sidebar2\";s:6:\"markup\";s:4:\"copy\";s:8:\"sections\";a:1:{i:0;s:16:\"SecondarySidebar\";}}s:12:\"sidebar_wrap\";a:5:{s:4:\"name\";s:12:\"Sidebar Wrap\";s:4:\"hook\";s:22:\"pagelines_sidebar_wrap\";s:6:\"markup\";s:4:\"copy\";s:7:\"version\";s:3:\"pro\";s:8:\"sections\";a:0:{}}}','yes'),(4008,'wp_shopping_cart_use_profile_shipping','','yes'),(4009,'cart_paypal_email','jonathan.finnegan@gmail.com','yes'),(4010,'addToCartButtonName','Add to Cart','yes'),(4011,'cart_products_page_url','http://mollywoppersnyb.com/merch/','yes'),(4012,'wp_shopping_cart_auto_redirect_to_checkout_page','','yes'),(4013,'cart_checkout_page_url','','yes'),(4014,'wp_shopping_cart_reset_after_redirection_to_return_page','','yes'),(4015,'wp_shopping_cart_image_hide','','yes'),(4016,'wp_use_aff_platform','','yes'),(4027,'widget_eshopw_cart','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4028,'widget_eshopwi_cart','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4029,'widget_eshopw_pay','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4030,'widget_eshopw_prod','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4031,'widget_eshop_search_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(4192,'really_simple_share','a:47:{s:14:\"active_buttons\";a:26:{s:13:\"facebook_like\";b:1;s:7:\"twitter\";b:1;s:8:\"linkedin\";b:0;s:7:\"google1\";b:1;s:18:\"facebook_share_new\";b:1;s:12:\"google_share\";b:1;s:4:\"digg\";b:0;s:11:\"stumbleupon\";b:0;s:5:\"hyves\";b:0;s:6:\"reddit\";b:0;s:6:\"flattr\";b:0;s:5:\"email\";b:1;s:9:\"pinterest\";b:0;s:4:\"tipy\";b:0;s:6:\"buffer\";b:0;s:6:\"tumblr\";b:0;s:14:\"facebook_share\";b:0;s:7:\"pinzout\";b:0;s:3:\"rss\";b:0;s:5:\"print\";b:0;s:7:\"youtube\";b:0;s:7:\"bitcoin\";b:0;s:8:\"litecoin\";b:0;s:13:\"specificfeeds\";b:0;s:20:\"specificfeeds_follow\";b:0;s:5:\"frype\";b:0;}s:13:\"width_buttons\";a:26:{s:13:\"facebook_like\";s:3:\"100\";s:7:\"twitter\";s:3:\"100\";s:8:\"linkedin\";s:3:\"100\";s:7:\"google1\";s:2:\"80\";s:18:\"facebook_share_new\";s:3:\"110\";s:12:\"google_share\";s:3:\"110\";s:4:\"digg\";s:3:\"100\";s:11:\"stumbleupon\";s:3:\"100\";s:5:\"hyves\";s:3:\"100\";s:6:\"reddit\";s:3:\"100\";s:6:\"flattr\";s:3:\"120\";s:5:\"email\";s:2:\"40\";s:9:\"pinterest\";s:2:\"90\";s:4:\"tipy\";s:3:\"120\";s:6:\"buffer\";s:3:\"100\";s:6:\"tumblr\";s:3:\"100\";s:14:\"facebook_share\";s:3:\"100\";s:7:\"pinzout\";s:2:\"75\";s:3:\"rss\";s:3:\"150\";s:5:\"print\";s:2:\"40\";s:7:\"youtube\";s:3:\"140\";s:7:\"bitcoin\";s:3:\"120\";s:8:\"litecoin\";s:3:\"120\";s:13:\"specificfeeds\";s:3:\"110\";s:20:\"specificfeeds_follow\";s:3:\"110\";s:5:\"frype\";s:3:\"110\";}s:7:\"show_in\";a:8:{s:5:\"posts\";b:1;s:5:\"pages\";b:1;s:9:\"home_page\";b:1;s:4:\"tags\";b:1;s:10:\"categories\";b:1;s:5:\"dates\";b:1;s:7:\"authors\";b:1;s:6:\"search\";b:1;}s:14:\"show_in_custom\";a:6:{s:7:\"product\";b:1;s:17:\"product_variation\";b:0;s:10:\"shop_order\";b:0;s:17:\"shop_order_refund\";b:0;s:11:\"shop_coupon\";b:0;s:12:\"shop_webhook\";b:0;}s:4:\"sort\";s:241:\"facebook_like,twitter,google1,specificfeeds_follow,facebook_share_new,google_share,linkedin,pinterest,digg,stumbleupon,hyves,email,reddit,flattr,tipy,buffer,tumblr,facebook_share,pinzout,rss,print,youtube,bitcoin,litecoin,specificfeeds,frype\";s:8:\"position\";s:5:\"below\";s:6:\"layout\";s:6:\"button\";s:6:\"locale\";s:5:\"en_US\";s:19:\"above_prepend_above\";s:0:\"\";s:20:\"above_prepend_inline\";s:0:\"\";s:19:\"below_prepend_above\";s:0:\"\";s:20:\"below_prepend_inline\";s:0:\"\";s:19:\"facebook_like_appid\";s:0:\"\";s:18:\"facebook_like_text\";s:4:\"like\";s:23:\"facebook_like_fixed_url\";s:0:\"\";s:19:\"facebook_share_text\";s:5:\"Share\";s:8:\"rss_text\";s:13:\"comments feed\";s:15:\"pinterest_hover\";s:0:\"\";s:11:\"email_label\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:11:\"print_label\";s:0:\"\";s:14:\"bitcoin_wallet\";s:0:\"\";s:15:\"litecoin_wallet\";s:0:\"\";s:10:\"flattr_uid\";s:0:\"\";s:18:\"specificfeeds_link\";s:0:\"\";s:25:\"specificfeeds_follow_text\";s:6:\"Follow\";s:8:\"tipy_uid\";s:0:\"\";s:12:\"twitter_text\";s:0:\"\";s:14:\"twitter_follow\";s:0:\"\";s:11:\"twitter_via\";s:0:\"\";s:15:\"youtube_channel\";s:0:\"\";s:22:\"disable_default_styles\";b:0;s:16:\"disable_excerpts\";b:0;s:13:\"use_shortlink\";b:0;s:17:\"scripts_at_bottom\";b:1;s:16:\"performance_mode\";b:0;s:19:\"facebook_like_html5\";b:1;s:18:\"facebook_like_send\";b:0;s:21:\"pinterest_multi_image\";b:0;s:13:\"google1_count\";b:0;s:18:\"google_share_count\";b:0;s:24:\"facebook_share_new_count\";b:0;s:14:\"linkedin_count\";b:1;s:15:\"pinterest_count\";b:1;s:12:\"buffer_count\";b:0;s:13:\"twitter_count\";b:0;s:14:\"twitter_author\";b:0;}','yes'),(2058,'ossdl_off_cdn_url','http://mollywoppersnyb.com','yes'),(2059,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(2060,'ossdl_off_exclude','.php','yes'),(57025,'woocommerce_bacs_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:20:\"Direct Bank Transfer\";s:11:\"description\";s:173:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won\'t be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:173:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won\'t be shipped until the funds have cleared in our account.\";s:15:\"account_details\";s:0:\"\";}','yes'),(8641,'wp_dlm_url','','yes'),(8642,'wp_dlm_type','ID','yes'),(8643,'wp_dlm_default_format','0','yes'),(8644,'wp_dlm_does_not_exist','','yes'),(8645,'wp_dlm_image_url','http://mollywoppersnyb.com/wp-content/plugins/download-monitor/img/download.gif','yes'),(8646,'wp_dlm_log_downloads','yes','yes'),(8647,'wp_dlm_file_browser_root','/home/mollywopper/mollywoppersnyb.com/','yes'),(8648,'wp_dlm_enable_file_browser','yes','yes'),(8649,'wp_dlm_auto_mirror','yes','yes'),(8650,'wp_dlm_global_member_only','no','yes'),(8651,'wp_dlm_log_timeout','0','yes'),(8652,'wp_dlm_build','20130120','yes'),(8676,'_transient_dlm_categories','a:0:{}','no'),(8677,'_transient_timeout_dlm_tags','1477492799','no'),(8678,'_transient_dlm_tags','a:0:{}','no'),(8679,'_transient_timeout_dlm_used_tags','1477492799','no'),(8675,'_transient_timeout_dlm_categories','1477492799','no'),(8680,'_transient_dlm_used_tags','a:0:{}','no'),(9147,'link_manager_enabled','1','yes'),(9140,'user_hit_count','a:60:{s:10:\"2016-08-21\";i:163;s:10:\"2016-08-22\";i:74;s:10:\"2016-08-23\";i:88;s:10:\"2016-08-24\";i:108;s:10:\"2016-08-25\";i:273;s:10:\"2016-08-26\";i:97;s:10:\"2016-08-27\";i:96;s:10:\"2016-08-28\";i:104;s:10:\"2016-08-29\";i:77;s:10:\"2016-08-30\";i:97;s:10:\"2016-08-31\";i:91;s:10:\"2016-09-01\";i:91;s:10:\"2016-09-02\";i:96;s:10:\"2016-09-03\";i:87;s:10:\"2016-09-04\";i:70;s:10:\"2016-09-05\";i:148;s:10:\"2016-09-06\";i:131;s:10:\"2016-09-07\";i:140;s:10:\"2016-09-08\";i:306;s:10:\"2016-09-09\";i:93;s:10:\"2016-09-10\";i:230;s:10:\"2016-09-11\";i:103;s:10:\"2016-09-12\";i:68;s:10:\"2016-09-13\";i:64;s:10:\"2016-09-14\";i:108;s:10:\"2016-09-15\";i:83;s:10:\"2016-09-16\";i:73;s:10:\"2016-09-17\";i:64;s:10:\"2016-09-18\";i:78;s:10:\"2016-09-19\";i:111;s:10:\"2016-09-20\";i:95;s:10:\"2016-09-21\";i:110;s:10:\"2016-09-22\";i:268;s:10:\"2016-09-23\";i:84;s:10:\"2016-09-24\";i:142;s:10:\"2016-09-25\";i:75;s:10:\"2016-09-26\";i:75;s:10:\"2016-09-27\";i:64;s:10:\"2016-09-28\";i:108;s:10:\"2016-09-29\";i:113;s:10:\"2016-09-30\";i:183;s:10:\"2016-10-01\";i:132;s:10:\"2016-10-02\";i:194;s:10:\"2016-10-03\";i:112;s:10:\"2016-10-04\";i:192;s:10:\"2016-10-05\";i:119;s:10:\"2016-10-06\";i:318;s:10:\"2016-10-07\";i:120;s:10:\"2016-10-08\";i:78;s:10:\"2016-10-09\";i:69;s:10:\"2016-10-10\";i:184;s:10:\"2016-10-11\";i:99;s:10:\"2016-10-12\";i:72;s:10:\"2016-10-13\";i:68;s:10:\"2016-10-14\";i:65;s:10:\"2016-10-15\";i:98;s:10:\"2016-10-16\";i:91;s:10:\"2016-10-17\";i:76;s:10:\"2016-10-18\";i:77;s:10:\"2016-10-19\";i:50;}','yes'),(9141,'_worker_public_key','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlHZk1BMEdDU3FHU0liM0RRRUJBUVVBQTRHTkFEQ0JpUUtCZ1FDd2Zxei9qbmM4djE4a1JoRVp3WndaVGJkbAppQTRvMDAvbUN1aEVmU2hTZ2V1MFBnRkpFSUNvUndtd2RYY3YxM3M1MlpOVEw3cDhlaU9GNTdsWUp4SGI3Mko2ClM5Z3BFdFV4WTAyT0tpY3VkR01Wa2lwN3AvT0tlMWRWVkhyc0tCZ3pLQ2Y2YXFZeFRENkxvaXkvU21HWVI2a0IKL2ZRWUVJRUVMTHg5THdsSEtRSURBUUFCCi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLQo=','yes'),(9142,'_action_message_id','29','yes'),(9143,'mwp_notifications','a:6:{s:7:\"plugins\";s:1:\"1\";s:6:\"themes\";s:1:\"1\";s:2:\"wp\";s:1:\"1\";s:7:\"backups\";s:1:\"2\";s:3:\"url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:16:\"notification_key\";s:45:\"ed878ed7ed1816f27cd38cdc8baebcc35118befb57dd6\";}','yes'),(9144,'wrksettings','a:3:{s:6:\"master\";s:20:\"https://managewp.com\";s:8:\"datacron\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:7:\"dataown\";i:49164;}','yes'),(9145,'mmb_stats_filter','a:9:{i:0;a:2:{i:0;s:7:\"updates\";i:1;a:3:{s:7:\"plugins\";b:1;s:6:\"themes\";b:1;s:7:\"premium\";b:1;}}i:1;a:2:{i:0;s:11:\"core_update\";i:1;a:1:{s:4:\"core\";b:1;}}i:2;a:2:{i:0;s:5:\"posts\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:3;a:2:{i:0;s:6:\"drafts\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:4;a:2:{i:0;s:9:\"scheduled\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:5;a:1:{i:0;s:11:\"hit_counter\";}i:6;a:2:{i:0;s:8:\"comments\";i:1;a:1:{s:11:\"numberposts\";i:5;}}i:7;a:1:{i:0;s:7:\"backups\";}s:7:\"plugins\";a:1:{s:7:\"cleanup\";a:3:{s:8:\"overhead\";a:0:{}s:9:\"revisions\";a:1:{s:11:\"num_to_keep\";s:3:\"r_5\";}s:4:\"spam\";a:0:{}}}}','yes'),(12117,'mwp_worker_brand','','yes'),(125925,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1451985534','no'),(125926,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1451942334','no'),(35587,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"jonathan.finnegan@gmail.com\";s:7:\"version\";s:6:\"4.2.10\";s:9:\"timestamp\";i:1473263647;}','yes'),(185304,'_site_transient_timeout_browser_6c8db9a1749871a827382099a24e6601','1477261391','yes'),(185305,'_site_transient_browser_6c8db9a1749871a827382099a24e6601','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(59968,'redux-framework-tracking','a:3:{s:8:\"dev_mode\";b:0;s:4:\"hash\";s:32:\"1f42734c4cde40a0cfec9beb3c4682b3\";s:14:\"allow_tracking\";s:2:\"no\";}','yes'),(59969,'wpbizplugins_uac_options','a:46:{s:8:\"last_tab\";s:0:\"\";s:14:\"show_for_admin\";s:0:\"\";s:20:\"capability_threshold\";s:14:\"delete_plugins\";s:9:\"login_url\";s:0:\"\";s:23:\"custom_background_admin\";a:7:{s:16:\"background-color\";s:7:\"#f1f1f1\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:25:\"show_extra_button_styling\";s:0:\"\";s:23:\"button_color_background\";s:7:\"#2EA2CC\";s:19:\"button_color_border\";s:7:\"#0074A2\";s:23:\"show_extra_menu_styling\";s:0:\"\";s:16:\"menu_color_panel\";s:7:\"#222222\";s:22:\"menu_color_panel_shade\";s:7:\"#444444\";s:27:\"menu_color_hover_background\";s:7:\"#222222\";s:16:\"menu_color_icons\";s:7:\"#ffffff\";s:15:\"menu_color_text\";s:7:\"#ffffff\";s:21:\"menu_color_text_hover\";s:7:\"#222222\";s:11:\"custom_logo\";a:5:{s:3:\"url\";s:63:\"http://mollywoppersnyb.com/wp-content/uploads/2015/03/mw_bw.png\";s:2:\"id\";s:3:\"448\";s:6:\"height\";s:2:\"88\";s:5:\"width\";s:3:\"320\";s:9:\"thumbnail\";s:70:\"http://mollywoppersnyb.com/wp-content/uploads/2015/03/mw_bw-150x88.png\";}s:10:\"login_link\";s:26:\"http://mollywoppersnyb.com\";s:11:\"login_title\";s:19:\"Mollywoppers N.Y.B.\";s:17:\"custom_background\";a:7:{s:16:\"background-color\";s:7:\"#f1f1f1\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:16:\"login_box_shadow\";s:1:\"1\";s:20:\"login_box_background\";a:7:{s:16:\"background-color\";s:11:\"transparent\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:20:\"login_box_text_color\";s:0:\"\";s:15:\"show_rememberme\";s:1:\"1\";s:21:\"show_lostyourpassword\";s:1:\"1\";s:15:\"show_backtoblog\";s:1:\"0\";s:16:\"login_custom_css\";s:142:\".wp-core-ui .button-primary { background:#000;border-color: #999; }\r\n.wp-core-ui .button-primary:hover { background:#999;border-color: #000; }\";s:15:\"login_custom_js\";s:44:\" \";s:13:\"adminbar_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"dashboard_name\";s:0:\"\";s:13:\"show_rightnow\";s:1:\"1\";s:13:\"show_activity\";s:1:\"1\";s:15:\"show_quickpress\";s:1:\"1\";s:12:\"show_primary\";s:1:\"1\";s:9:\"menu_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:11:\"menu_layout\";s:16:\"floating_rounded\";s:18:\"menu_logo_link_url\";s:0:\"\";s:24:\"menu_logo_link_newwindow\";s:0:\"\";s:20:\"show_footer_messages\";s:0:\"\";s:11:\"footer_text\";s:0:\"\";s:20:\"remove_wp_from_title\";s:0:\"\";s:11:\"hide_screen\";s:0:\"\";s:9:\"hide_help\";s:0:\"\";s:15:\"hide_update_nag\";s:1:\"1\";s:11:\"css_to_hide\";s:44:\" \";s:16:\"admin_custom_css\";s:44:\" \";s:15:\"admin_custom_js\";s:44:\" \";}','yes'),(59970,'wpbizplugins_uac_options-transients','a:3:{s:14:\"changed_values\";a:1:{s:16:\"login_custom_css\";s:67:\".wp-core-ui .button-primary { background:#000;border-color: #999; }\";}s:9:\"last_save\";i:1425344699;s:13:\"last_compiler\";i:1425344698;}','yes'),(60069,'wpbizplugins_uac_css_for_login','<style type=\"text/css\">.login #login h1 a {\n background-image: url( \"http://mollywoppersnyb.com/wp-content/uploads/2015/03/mw_bw.png\" );\n background-size: 100% 100% !important;\n background-position: center top !important;\n background-repeat: no-repeat !important;\n width: 320px;\n height: 88px;\n margin-bottom: 10px;\n padding-bottom: 0px;\n display: block;\n \n }\n body {background-color: #f1f1f1 !important;}.login #backtoblog { display: none !important; }.login form {background-color: transparent !important;}.login label { color: ; }.wp-core-ui .button-primary { background:#000;border-color: #999; }\r\n.wp-core-ui .button-primary:hover { background:#999;border-color: #000; }</style>','yes'),(60070,'wpbizplugins_uac_js_for_login','<script type=\"text/javascript\"> </script>','yes'),(60071,'wpbizplugins_uac_login_url','','yes'),(60072,'wpbizplugins_uac_admin_general_css',' <style type=\"text/css\">\n\n \n #adminmenuwrap {\n -webkit-border-radius: 10px;\n -moz-border-radius: 10px;\n border-radius: 10px;\n padding-top: 20px;\n padding-bottom: 20px;\n margin-top: 50px;\n left: 10px;\n -webkit-box-shadow: 5px 4px 10px 0px rgba(50, 50, 50, 0.52);\n -moz-box-shadow: 5px 4px 10px 0px rgba(50, 50, 50, 0.52);\n box-shadow: 5px 4px 10px 0px rgba(50, 50, 50, 0.52);\n margin-bottom: 50px;\n }\n\n .wrap {\n padding: 20px 20px 20px 20px;\n }\n\n .update-nag { display: none; }#wpwrap {background-color: #f1f1f1 !important;}\n </style>\n\n ','yes'),(60073,'wpbizplugins_uac_admin_panel_css',' <style type=\"text/css\">\n\n /* Admin Menu */\n #adminmenuback, #adminmenuwrap, #adminmenu { background: #222222 !important; }\n\n #adminmenu a { color: #ffffff; }\n\n #adminmenu div.wp-menu-image:before { color: #ffffff; }\n\n #adminmenu a:hover, #adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus { color: #ffffff; background-color: #222222; }\n\n #adminmenu li.menu-top:hover div.wp-menu-image:before, #adminmenu li.opensub > a.menu-top div.wp-menu-image:before { color: white; }\n\n /* Active tabs use a bottom border color that matches the page background color. */\n .about-wrap h2 .nav-tab-active, .nav-tab-active, .nav-tab-active:hover { border-bottom-color: #222222; }\n\n /* Admin Menu: submenu */\n #adminmenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, .folded #adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu { background: #444444; }\n\n #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after { border-right-color: #444444; }\n\n #adminmenu .wp-submenu .wp-submenu-head { color: #ffffff; }\n\n #adminmenu .wp-submenu a, #adminmenu .wp-has-current-submenu .wp-submenu a, .folded #adminmenu .wp-has-current-submenu .wp-submenu a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a { color: #ffffff; }\n #adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu .wp-has-current-submenu .wp-submenu a:focus, #adminmenu .wp-has-current-submenu .wp-submenu a:hover, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:focus, .folded #adminmenu .wp-has-current-submenu .wp-submenu a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu a:hover { color: #222222; }\n\n /* Admin Menu: current */\n #adminmenu .wp-submenu li.current a, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a { color: white; }\n #adminmenu .wp-submenu li.current a:hover, #adminmenu .wp-submenu li.current a:focus, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a:focus, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:hover, #adminmenu .wp-has-current-submenu.opensub .wp-submenu li.current a:focus { color: #222222; }\n\n ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.current:after { border-right-color: #222222; }\n\n #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, #adminmenu li.wp-has-current-submenu .wp-submenu .wp-submenu-head, .folded #adminmenu li.current.menu-top { color: white; background: #222222; }\n\n #adminmenu li.wp-has-current-submenu div.wp-menu-image:before { color: white; }\n\n /* Admin Menu: bubble */\n #adminmenu .awaiting-mod, #adminmenu .update-plugins { color: white; background: #222222; }\n\n #adminmenu li.current a .awaiting-mod, #adminmenu li a.wp-has-current-submenu .update-plugins, #adminmenu li:hover a .awaiting-mod, #adminmenu li.menu-top:hover > a .update-plugins { color: white; background: #444444; }\n\n /* Admin Menu: collapse button */\n #collapse-menu { color: #ffffff; }\n\n #collapse-menu:hover { color: white; }\n\n #collapse-button div:after { color: #ffffff; }\n\n #collapse-menu:hover #collapse-button div:after { color: white; }\n\n /* Admin Bar */\n #wpadminbar { color: white; background: #222222; }\n\n #wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon { color: white; }\n\n #wpadminbar .ab-icon, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before, #wpadminbar .ab-item:after { color: #ffffff; }\n\n #wpadminbar .ab-top-menu > li:hover > .ab-item, #wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar .ab-top-menu > li > .ab-item:focus, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar-nojs .ab-top-menu > li.menupop:hover > .ab-item, #wpadminbar .ab-top-menu > li.menupop.hover > .ab-item { color: white; background: #444444; }\n\n #wpadminbar > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label, #wpadminbar > #wp-toolbar a:focus span.ab-label { color: white; }\n\n #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li:hover .ab-item:after, #wpadminbar li:hover #adminbarsearch:before { color: white; }\n\n /* Admin Bar: submenu */\n #wpadminbar .menupop .ab-sub-wrapper { background: #444444; }\n\n #wpadminbar .quicklinks .menupop ul.ab-sub-secondary, #wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu { background: #444444; }\n\n #wpadminbar .ab-submenu .ab-item, #wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar-nojs .quicklinks .menupop:hover ul li a { color: #ffffff; }\n\n #wpadminbar .quicklinks li .blavatar, #wpadminbar .menupop .menupop > .ab-item:before { color: #ffffff; }\n\n #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover .ab-item:after, #wpadminbar li.hover .ab-item:after, #wpadminbar li:hover #adminbarsearch:before { color: #222222; }\n\n #wpadminbar .quicklinks li a:hover .blavatar, #wpadminbar .menupop .menupop > .ab-item:hover:before { color: white; }\n\n /* Admin Bar: search */\n #wpadminbar #adminbarsearch:before { color: #ffffff; }\n\n #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus { color: white; background: #444444; }\n\n #wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder { color: white; opacity: .7; }\n\n #wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder { color: white; opacity: .7; }\n\n #wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder { color: white; opacity: .7; }\n\n #wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder { color: white; opacity: .7; }\n\n /* Admin Bar: my account */\n #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img { border-color: #ffffff; background-color: #ffffff; }\n\n #wpadminbar #wp-admin-bar-user-info .display-name { color: white; }\n\n #wpadminbar #wp-admin-bar-user-info a:hover .display-name { color: #222222; }\n\n #wpadminbar #wp-admin-bar-user-info .username { color: #ffffff; }\n\n\n </style>\n\n ','yes'),(57283,'_wc_session_expires_7','1424488846','no'),(56709,'woocommerce_default_country','US:PA','yes'),(56710,'woocommerce_allowed_countries','specific','yes'),(56711,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(56712,'woocommerce_demo_store','no','yes'),(56713,'woocommerce_demo_store_notice','These Products are Demo Products. Online Store Coming Soon','no'),(56714,'woocommerce_api_enabled','yes','yes'),(56715,'woocommerce_currency','USD','yes'),(56716,'woocommerce_currency_pos','left_space','yes'),(56717,'woocommerce_price_thousand_sep',',','yes'),(56718,'woocommerce_price_decimal_sep','.','yes'),(56719,'woocommerce_price_num_decimals','2','yes'),(56720,'woocommerce_weight_unit','lbs','yes'),(56721,'woocommerce_dimension_unit','in','yes'),(56722,'woocommerce_enable_review_rating','no','no'),(56723,'woocommerce_review_rating_required','no','no'),(56724,'woocommerce_review_rating_verification_label','no','no'),(56725,'woocommerce_review_rating_verification_required','no','no'),(56726,'woocommerce_shop_page_id','387','yes'),(56727,'woocommerce_shop_page_display','subcategories','yes'),(56728,'woocommerce_category_archive_display','both','yes'),(56729,'woocommerce_default_catalog_orderby','menu_order','yes'),(56730,'woocommerce_cart_redirect_after_add','yes','yes'),(56731,'woocommerce_enable_ajax_add_to_cart','no','yes'),(56732,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";s:1:\"1\";}','yes'),(56733,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";s:1:\"1\";}','yes'),(56734,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";s:1:\"1\";}','yes'),(56735,'woocommerce_enable_lightbox','yes','yes'),(56736,'woocommerce_manage_stock','yes','yes'),(56737,'woocommerce_hold_stock_minutes','60','no'),(56738,'woocommerce_notify_low_stock','yes','no'),(56739,'woocommerce_notify_no_stock','yes','no'),(56740,'woocommerce_stock_email_recipient','jonathan.finnegan@gmail.com','no'),(56741,'woocommerce_notify_low_stock_amount','2','no'),(56742,'woocommerce_notify_no_stock_amount','0','no'),(56743,'woocommerce_hide_out_of_stock_items','no','yes'),(56744,'woocommerce_stock_format','','yes'),(56745,'woocommerce_file_download_method','force','no'),(56746,'woocommerce_downloads_require_login','no','no'),(56747,'woocommerce_downloads_grant_access_after_payment','yes','no'),(56748,'woocommerce_calc_taxes','no','yes'),(56749,'woocommerce_prices_include_tax','no','yes'),(56750,'woocommerce_tax_based_on','shipping','yes'),(56751,'woocommerce_default_customer_address','geolocation','yes'),(56752,'woocommerce_shipping_tax_class','title','yes'),(56753,'woocommerce_tax_round_at_subtotal','no','yes'),(56754,'woocommerce_tax_classes','Reduced Rate\nZero Rate','yes'),(56755,'woocommerce_tax_display_shop','excl','yes'),(56756,'woocommerce_price_display_suffix','','yes'),(56757,'woocommerce_tax_display_cart','excl','no'),(56758,'woocommerce_tax_total_display','itemized','no'),(56759,'woocommerce_enable_coupons','yes','no'),(56760,'woocommerce_enable_guest_checkout','yes','no'),(56761,'woocommerce_force_ssl_checkout','no','yes'),(56762,'woocommerce_unforce_ssl_checkout','no','yes'),(56763,'woocommerce_cart_page_id','388','yes'),(56764,'woocommerce_checkout_page_id','389','yes'),(56765,'woocommerce_terms_page_id','','no'),(56766,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(56767,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(56768,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(56769,'woocommerce_calc_shipping','yes','yes'),(56770,'woocommerce_enable_shipping_calc','yes','no'),(56771,'woocommerce_shipping_cost_requires_address','no','no'),(56772,'woocommerce_shipping_method_format','','no'),(56773,'woocommerce_ship_to_destination','billing','no'),(56774,'woocommerce_ship_to_countries','','yes'),(56775,'woocommerce_specific_ship_to_countries','','yes'),(56776,'woocommerce_myaccount_page_id','390','yes'),(56777,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(56778,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(56779,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(56780,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(56781,'woocommerce_logout_endpoint','customer-logout','yes'),(56782,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(56783,'woocommerce_enable_myaccount_registration','no','no'),(56784,'woocommerce_enable_checkout_login_reminder','yes','no'),(56785,'woocommerce_registration_generate_username','yes','no'),(56786,'woocommerce_registration_generate_password','no','no'),(56787,'woocommerce_email_from_name','Mollywoppers N.Y.B.','no'),(56788,'woocommerce_email_from_address','jonathan.finnegan@gmail.com','no'),(56789,'woocommerce_email_header_image','','no'),(56790,'woocommerce_email_footer_text','Mollywoppers N.Y.B. - Powered by WooCommerce','no'),(56791,'woocommerce_email_base_color','#557da1','no'),(56792,'woocommerce_email_background_color','#f5f5f5','no'),(56793,'woocommerce_email_body_background_color','#fdfdfd','no'),(56794,'woocommerce_email_text_color','#505050','no'),(56806,'woocommerce_meta_box_errors','a:0:{}','yes'),(56796,'woocommerce_db_version','2.3.5','yes'),(56797,'woocommerce_version','2.3.5','yes'),(56798,'woocommerce_admin_notices','a:1:{i:0;s:13:\"theme_support\";}','yes'),(169563,'_transient_timeout_mailserver_last_checked','1470213148','no'),(169564,'_transient_mailserver_last_checked','1','no'),(56803,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(56808,'woocommerce_allow_tracking','no','yes'),(57188,'dsgnwrks-import-debug-sent','sent','yes'),(56924,'_transient_product_query-transient-version','1424245719','yes'),(56929,'_transient_timeout_wc_review_count_4101424244740','1455780761','no'),(56930,'_transient_wc_review_count_4101424244740','0','no'),(56934,'_transient_timeout_wc_review_count_4101424244916','1455780919','no'),(56825,'icp_settings','a:15:{s:8:\"icp_auth\";s:2:\"no\";s:16:\"icp_access_token\";s:0:\"\";s:16:\"icp_auth_user_id\";s:0:\"\";s:13:\"icp_auth_user\";s:0:\"\";s:13:\"icp_post_type\";s:10:\"insta_team\";s:19:\"icp_import_interval\";s:10:\"twicedaily\";s:16:\"icp_import_limit\";s:2:\"20\";s:8:\"icp_user\";a:0:{}s:11:\"icp_user_id\";a:0:{}s:11:\"icp_hashtag\";a:0:{}s:23:\"icp_user_public_hashtag\";s:0:\"\";s:24:\"icp_rename_post_singular\";s:5:\"Photo\";s:22:\"icp_rename_post_plural\";s:6:\"Photos\";s:15:\"icp_post_status\";s:7:\"pending\";s:18:\"icp_featured_image\";s:0:\"\";}','yes'),(56826,'dsgnwrks_insta_users','a:1:{i:0;s:15:\"mollywoppersnyb\";}','yes'),(56827,'dsgnwrks_insta_options','a:4:{s:15:\"mollywoppersnyb\";a:25:{s:10:\"tag-filter\";s:0:\"\";s:11:\"date-filter\";i:1367366400;s:2:\"mm\";i:5;s:2:\"dd\";i:1;s:2:\"yy\";i:2013;s:10:\"feat_image\";s:3:\"yes\";s:11:\"auto_import\";s:3:\"yes\";s:10:\"post-title\";s:14:\"**insta-text**\";s:12:\"post_content\";s:343:\"<a href=\"**insta-link**\" target=\"_blank\">**insta-image**</a>\r\n[if-insta-text]<p>**insta-embed-video**</p>[/if-insta-text]\r\n[if-insta-embed-video]<p>**insta-text**</p>[/if-insta-embed-video]\r\n<p><a href=\"**insta-link**\" target=\"_blank\">View in Instagram &rArr;</a></p>\r\n[if-insta-location]<p>location: **insta-location**</p>[/if-insta-location]\";s:9:\"post-type\";s:4:\"post\";s:5:\"draft\";s:7:\"publish\";s:6:\"author\";s:1:\"6\";s:11:\"post_format\";s:0:\"\";s:8:\"category\";s:17:\"Instagram Updates\";s:8:\"post_tag\";s:9:\"Instagram\";s:11:\"product_cat\";s:0:\"\";s:11:\"product_tag\";s:0:\"\";s:22:\"product_shipping_class\";s:0:\"\";s:12:\"access_token\";s:50:\"628025343.9a9ab54.405cf93db4c249ef881c9ace71d600ef\";s:3:\"bio\";s:0:\"\";s:7:\"website\";s:26:\"http://mollywoppersnyb.com\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";s:2:\"id\";s:9:\"628025343\";s:13:\"full_username\";s:15:\"mollywoppersnyb\";}s:8:\"username\";s:14:\"Plugin Options\";s:9:\"frequency\";s:8:\"minutely\";s:9:\"debugmode\";s:2:\"on\";}','yes'),(61589,'_wc_session_237cac255af262f1831306c3743cdc0d','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"0d0fd7c6e093f7b804fa0150b875b868\";a:9:{s:10:\"product_id\";i:408;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:176:\"a:1:{s:7:\"success\";a:1:{i:0;s:137:\"<a href=\"http://mollywoppersnyb.com\" class=\"button wc-forward\">Continue Shopping</a> &quot;Mug&quot; was successfully added to your cart.\";}}\";}','no'),(56833,'dsgnwrks_next_url','https://api.instagram.com/v1/users/628025343/media/recent?access_token=628025343.9a9ab54.405cf93db4c249ef881c9ace71d600ef&count=2&max_id=1359622023794673855_628025343','yes'),(56834,'dsgnwrks_imported_photo_notices','a:1:{s:15:\"mollywoppersnyb\";a:2:{s:6:\"notice\";s:440:\"<li><img width=\"50\" height=\"50\" src=\"http://mollywoppersnyb.com/wp-content/uploads/2016/10/1476745452-150x150.jpg\" class=\"attachment-50x50\" alt=\"#Repost @bingwithoutthebeard\n・・・\nCongrats to these two #partystretcher #partystretchergettinhitched\" /><strong>&ldquo;#Repost @bingwithoutthebeard\n・・・\nCongrats to these two #partystretcher #partystretchergettinhitched&rdquo;</strong> <em> imported and created successfully.</em></li>\";s:4:\"time\";s:39:\"Monday October 17th, 2016 @ 07:30:03 PM\";}}','yes'),(56870,'crontrol_schedules','a:1:{s:10:\"twicedaily\";a:2:{s:8:\"interval\";i:43200;s:7:\"display\";s:11:\"Twice Daily\";}}','yes'),(61146,'_wc_session_expires_d442360930521cc9f029e9fc65aac16f','1425973076','no'),(61148,'_wc_session_expires_f3e2119bfec445fc4afa43f5ffca1865','1425973079','no'),(56860,'wp_cron_15_lastrun','1424241255','yes'),(56861,'wp_cron_hourly_lastrun','1424239200','yes'),(56862,'wp_cron_daily_lastrun','1424217601','yes'),(56925,'_transient_product-transient-version','1424245720','yes'),(56927,'product_cat_children','a:0:{}','yes'),(56928,'product_shipping_class_children','a:0:{}','yes'),(128102,'_site_transient_timeout_browser_28b825f204e7ebd320756bd6294a29c1','1453327153','yes'),(128103,'_site_transient_browser_28b825f204e7ebd320756bd6294a29c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.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;}','yes'),(177044,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.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-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";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-4.6.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-4.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.1\";s:7:\"version\";s:5:\"4.6.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";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-4.5.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-4.5.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.4\";s:7:\"version\";s:5:\"4.5.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.5.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.4.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.5\";s:7:\"version\";s:5:\"4.4.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";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-4.3.6.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.3.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.6\";s:7:\"version\";s:5:\"4.3.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1476881822;s:15:\"version_checked\";s:6:\"4.2.10\";s:12:\"translations\";a:0:{}}','yes'),(138661,'_site_transient_timeout_browser_628a55ccbefc351818b1c21b086ee23f','1457580985','yes'),(144149,'_site_transient_timeout_browser_15a1c2ad77a4f7193d30e00ad616dd76','1459945260','yes'),(144150,'_site_transient_browser_15a1c2ad77a4f7193d30e00ad616dd76','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(145937,'_site_transient_timeout_browser_b241fa4a919c1a7c7b01b9c57dfa9bb9','1460540390','yes'),(145938,'_site_transient_browser_b241fa4a919c1a7c7b01b9c57dfa9bb9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"48.0.2564.97\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(138662,'_site_transient_browser_628a55ccbefc351818b1c21b086ee23f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"48.0.2564.109\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(56950,'_transient_timeout_wc_review_count_4081424245324','1455781330','no'),(56951,'_transient_wc_review_count_4081424245324','0','no'),(56962,'_transient_timeout_wc_product_children_ids_4071424245563','1455781566','no'),(56958,'_transient_timeout_wc_product_children_ids_4071424245559','1455781563','no'),(56959,'_transient_wc_product_children_ids_4071424245559','a:1:{i:0;i:417;}','no'),(56971,'_transient_wc_product_children_ids_4071424245720','a:6:{i:0;i:417;i:1;i:420;i:2;i:421;i:3;i:422;i:4;i:423;i:5;i:424;}','no'),(56970,'_transient_timeout_wc_product_children_ids_4071424245720','1455781725','no'),(56963,'_transient_wc_product_children_ids_4071424245563','a:1:{i:0;i:417;}','no'),(56964,'_transient_timeout_wc_product_total_stock_4071424245563','1455781566','no'),(56965,'_transient_wc_product_total_stock_4071424245563','50','no'),(56966,'_transient_timeout_wc_review_count_4071424245563','1455781570','no'),(56967,'_transient_wc_review_count_4071424245563','0','no'),(56972,'_transient_timeout_wc_product_total_stock_4071424245720','1455781725','no'),(56973,'_transient_wc_product_total_stock_4071424245720','50','no'),(56974,'_transient_timeout_wc_review_count_4071424245720','1455781725','no'),(56975,'_transient_wc_review_count_4071424245720','0','no'),(57019,'_transient_timeout_wc_uf_pid_ada17eea7b9943e6bef1dd83e9bc1ec4','1455784087','no'),(57020,'_transient_wc_uf_pid_ada17eea7b9943e6bef1dd83e9bc1ec4','a:4:{i:0;i:410;i:1;i:409;i:2;i:408;i:3;i:407;}','no'),(57026,'woocommerce_bacs_accounts','a:1:{i:0;a:6:{s:12:\"account_name\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:9:\"bank_name\";s:0:\"\";s:9:\"sort_code\";s:0:\"\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}}','yes'),(57030,'woocommerce_cheque_settings','a:4:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:14:\"Cheque Payment\";s:11:\"description\";s:102:\"Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";s:12:\"instructions\";s:102:\"Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode.\";}','yes'),(57033,'woocommerce_paypal_settings','a:18:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:8:\"advanced\";s:0:\"\";s:14:\"receiver_email\";s:0:\"\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:2:\"no\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";}','yes'),(57064,'_transient_timeout_wc_review_count_4091424245720','1455785412','no'),(57065,'_transient_wc_review_count_4091424245720','0','no'),(57282,'_wc_session_7','a:19:{s:4:\"cart\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";i:0;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:0;s:5:\"total\";i:0;s:8:\"subtotal\";i:0;s:15:\"subtotal_ex_tax\";i:0;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";}','no'),(57189,'_transient_timeout_mollywoppersnyb-instaimportdone','1476902400','no'),(57190,'_transient_mollywoppersnyb-instaimportdone','Wednesday October 19th, 2016 @ 10:40:00 AM','no'),(57420,'_wc_session_expires_935c123a352968ef2ddfff0f05646c3e','1424531386','no'),(57424,'_wc_session_d3db549faf08c7624705d31b73143ed5','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"1068c6e4c8051cfd4e9ea8072e3189e2\";a:9:{s:10:\"product_id\";i:410;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:179:\"a:1:{s:7:\"success\";a:1:{i:0;s:140:\"<a href=\"http://mollywoppersnyb.com\" class=\"button wc-forward\">Continue Shopping</a> &quot;Poster&quot; was successfully added to your cart.\";}}\";}','no'),(57422,'_wc_session_289937965d83f8ee502d9a16597ba6e9','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"a96b65a721e561e1e3de768ac819ffbb\";a:9:{s:10:\"product_id\";i:409;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:183:\"a:1:{s:7:\"success\";a:1:{i:0;s:144:\"<a href=\"http://mollywoppersnyb.com\" class=\"button wc-forward\">Continue Shopping</a> &quot;Pint Glass&quot; was successfully added to your cart.\";}}\";}','no'),(57423,'_wc_session_expires_289937965d83f8ee502d9a16597ba6e9','1424531404','no'),(57425,'_wc_session_expires_d3db549faf08c7624705d31b73143ed5','1424531419','no'),(57974,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:5:\"p=388\";i:1;s:5:\"/cart\";i:2;s:5:\"p=389\";i:3;s:9:\"/checkout\";i:4;s:5:\"p=390\";i:5;s:11:\"/my-account\";}','yes'),(61147,'_wc_session_f3e2119bfec445fc4afa43f5ffca1865','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"0d0fd7c6e093f7b804fa0150b875b868\";a:9:{s:10:\"product_id\";i:408;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:182:\"a:1:{s:7:\"success\";a:1:{i:0;s:143:\"<a href=\"http://mollywoppersnyb.com/shop/\" class=\"button wc-forward\">Continue Shopping</a> &quot;Mug&quot; was successfully added to your cart.\";}}\";}','no'),(61150,'_wc_session_expires_378a0c566c9cbef44da3d39fe06d6497','1425973080','no'),(61590,'_wc_session_expires_237cac255af262f1831306c3743cdc0d','1426147013','no'),(61591,'_wc_session_90fe4c4b5bc7754035dd42e7e5d136ec','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"a96b65a721e561e1e3de768ac819ffbb\";a:9:{s:10:\"product_id\";i:409;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:183:\"a:1:{s:7:\"success\";a:1:{i:0;s:144:\"<a href=\"http://mollywoppersnyb.com\" class=\"button wc-forward\">Continue Shopping</a> &quot;Pint Glass&quot; was successfully added to your cart.\";}}\";}','no'),(61592,'_wc_session_expires_90fe4c4b5bc7754035dd42e7e5d136ec','1426147016','no'),(61593,'_wc_session_84a7e98621022cc967645f8244d9d793','a:20:{s:4:\"cart\";s:307:\"a:1:{s:32:\"1068c6e4c8051cfd4e9ea8072e3189e2\";a:9:{s:10:\"product_id\";i:410;s:12:\"variation_id\";s:0:\"\";s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";i:50;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:23:\"coupon_discount_amounts\";s:6:\"a:0:{}\";s:27:\"coupon_discount_tax_amounts\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:19:\"cart_contents_total\";d:50;s:20:\"cart_contents_weight\";i:0;s:19:\"cart_contents_count\";i:1;s:5:\"total\";i:0;s:8:\"subtotal\";i:50;s:15:\"subtotal_ex_tax\";i:50;s:9:\"tax_total\";i:0;s:5:\"taxes\";s:6:\"a:0:{}\";s:14:\"shipping_taxes\";s:6:\"a:0:{}\";s:13:\"discount_cart\";i:0;s:14:\"shipping_total\";i:0;s:18:\"shipping_tax_total\";i:0;s:9:\"fee_total\";i:0;s:4:\"fees\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:179:\"a:1:{s:7:\"success\";a:1:{i:0;s:140:\"<a href=\"http://mollywoppersnyb.com\" class=\"button wc-forward\">Continue Shopping</a> &quot;Poster&quot; was successfully added to your cart.\";}}\";}','no'),(61594,'_wc_session_expires_84a7e98621022cc967645f8244d9d793','1426147020','no'),(61923,'_transient_wc_attribute_taxonomies','a:0:{}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_post_notification_cats` -- DROP TABLE IF EXISTS `wp_post_notification_cats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_post_notification_cats` ( `id` int(11) NOT NULL, `cat_id` bigint(20) NOT NULL, KEY `id` (`id`), KEY `cat_id` (`cat_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_post_notification_cats` -- LOCK TABLES `wp_post_notification_cats` WRITE; /*!40000 ALTER TABLE `wp_post_notification_cats` DISABLE KEYS */; INSERT INTO `wp_post_notification_cats` VALUES (1,0),(3,0),(9,0),(8,0),(4,0),(12,0),(13,0),(15,0),(16,0),(14,0),(18,0),(19,0),(20,0),(22,0),(24,0); /*!40000 ALTER TABLE `wp_post_notification_cats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_post_notification_emails` -- DROP TABLE IF EXISTS `wp_post_notification_emails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_post_notification_emails` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email_addr` varchar(255) DEFAULT NULL, `gets_mail` int(11) DEFAULT NULL, `last_modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `date_subscribed` datetime DEFAULT NULL, `act_code` varchar(32) DEFAULT NULL, `subscribe_ip` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `id` (`id`,`gets_mail`), KEY `email_addr` (`email_addr`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_post_notification_emails` -- LOCK TABLES `wp_post_notification_emails` WRITE; /*!40000 ALTER TABLE `wp_post_notification_emails` DISABLE KEYS */; INSERT INTO `wp_post_notification_emails` VALUES (1,'jonathan.finnegan@gmail.com',1,'2010-10-13 23:09:09','2010-10-13 23:09:09','9475d8e1c574b21ea06fb1efb6e4c63a',1658952522),(2,'beastielee@aol.com',NULL,'2010-10-13 23:40:02','2010-10-13 23:40:02','460fcd50522aab2434b811aa8bb5ff48',1658952522),(3,'dailey28philly@gmail.com',1,'2010-10-13 23:42:12','2010-10-13 23:42:12','d0f5ecbd1e8be06fa6b0f23876c7b22a',1658952522),(4,'frankkelly3@yahoo.com',1,'2010-10-24 19:46:45','2010-10-24 19:46:45','72de7e1c29907c6eb6210307ac4c1e28',1658952522),(5,'skaky@crucialbrutal.com',NULL,'2010-10-13 23:42:04','2010-10-13 23:42:04','41857c822193a29dba6447a81df2189a',1658952522),(6,'contactphild@gmail.com',NULL,'2010-10-13 23:42:38','2010-10-13 23:42:37','f4e7e0b43b5130aa2cd86e8c2638b28f',1658952522),(7,'yan625@yahoo.com',NULL,'2010-10-13 23:43:04','2010-10-13 23:43:03','1b050545f3f1213ddab561901a7b8f94',1658952522),(8,'chrisraimonte@gmail.com',1,'2010-10-18 14:42:05','2010-10-18 14:42:05','b2ac3748bafe55ad8a7152a85da09517',1658952522),(9,'jimtronawesome@yahoo.com',1,'2010-10-13 23:47:55','2010-10-13 23:47:54','426140080302c571305f56ae1b45f404',1658952522),(10,'Juliusreeves@Mac.com',NULL,'2010-10-16 02:03:39','2010-10-16 02:03:38','d3b8841c8c2aa5d186d1a48ebb817f56',2793998900),(11,'dodraibeid@gmail.com',NULL,'2010-11-01 01:46:23','2010-11-01 01:46:23','af261c93a36d014a643396ee2d16cbb2',1192753954),(12,'lunamohit@gmail.com',1,'2010-12-13 00:34:05','2010-12-13 00:34:03','a526039953f115bc5e9115595981319e',3001987358),(13,'mhagensales@gmail.com',1,'2011-08-18 22:26:24','2011-08-18 22:26:24','4442071d0098c4e838106437f2a3a550',3092090911),(14,'jessemjohnston@gmail.com',1,'2011-08-24 21:30:23','2011-08-24 21:30:23','33250efacd267cded976364b813df28c',1173506108),(15,'tom.fogerty@yahoo.com',1,'2011-08-19 13:19:21','2011-08-19 13:19:21','233ed9c507de9bd05b61aff56d1c27bc',1283242833),(16,'xfallofeverymanx@gmail.com',1,'2011-08-19 15:37:55','2011-08-19 15:37:55','40f5d3e26449db8e1757513cc1eafa7b',1213131378),(17,'joshdn26@gmail.com',NULL,'2011-10-28 09:50:16','2011-10-28 09:50:16','266059c56f5d4512dd7c20126858c335',1283222819),(18,'kyledavidpetersen@gmail.com',1,'2011-11-10 02:15:00','2011-11-10 02:15:00','32b76dfc4ebd9ce34169d125fd99a808',1281547978),(19,'haveboard@gmail.com',1,'2012-01-30 03:51:57','2012-01-30 03:44:14','babada2c1b837d7a1e244a66dc108afe',0),(20,'visiontgreat@gmail.com',1,'2012-06-13 22:40:43','2012-06-13 22:40:43','1e13687af1c34430c634d169177dd726',2796880798),(21,'jjoinz@gmail.com',NULL,'2012-06-25 01:48:37','2012-06-25 01:48:37','03525259b038eb0da3f0cb413b7f7ab9',1145013347),(22,'Pete.sosalski@gmail.com',1,'2012-07-24 00:26:22','2012-07-24 00:26:21','eb04920742d98fd79865830991dccf39',1146327720),(23,'teakayache@rocketmail.com',NULL,'2013-01-02 20:22:51','2013-01-02 20:21:58','5433b24ad4dbbfc9e45f6e87009d2b46',2500122131),(24,'haveboard+MollywoppersNYB@gmail.com',1,'2015-02-18 06:36:28','2015-02-18 06:25:38','f926cc9b39b4355353bb075e2d868118',0); /*!40000 ALTER TABLE `wp_post_notification_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_post_notification_posts` -- DROP TABLE IF EXISTS `wp_post_notification_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_post_notification_posts` ( `post_id` bigint(20) NOT NULL DEFAULT '0', `notification_sent` int(11) NOT NULL DEFAULT '-1', `date_saved` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`post_id`), KEY `notification_sent` (`notification_sent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_post_notification_posts` -- LOCK TABLES `wp_post_notification_posts` WRITE; /*!40000 ALTER TABLE `wp_post_notification_posts` DISABLE KEYS */; INSERT INTO `wp_post_notification_posts` VALUES (51,-2,'2010-10-13 23:07:57'),(52,-2,'2010-10-13 23:15:13'),(42,-2,'2010-10-13 23:15:13'),(53,-2,'2010-10-13 23:15:50'),(5,-2,'2010-10-13 23:28:44'),(54,-2,'2010-10-13 23:25:01'),(55,-2,'2010-10-13 23:27:51'),(56,-2,'2010-10-13 23:28:44'),(61,-2,'2010-10-13 23:39:26'),(44,-1,'2010-10-28 02:09:27'),(63,0,'2010-10-28 01:46:56'),(69,-2,'2010-10-28 02:05:12'),(70,-2,'2010-10-28 02:09:27'),(71,-1,'2010-11-17 01:05:49'),(72,-1,'2010-11-02 00:37:35'),(75,-1,'2010-11-22 09:41:26'),(76,0,'2010-11-10 23:14:08'),(77,-2,'2010-11-17 01:05:49'),(79,0,'2010-11-22 09:41:26'),(80,-1,'2010-11-30 21:22:05'),(82,0,'2010-12-06 05:10:39'),(83,-1,'2010-12-06 05:17:07'),(85,0,'2010-12-13 21:23:40'),(86,-1,'2012-01-30 03:45:10'),(92,0,'2010-12-14 02:33:05'),(93,-1,'2010-12-14 17:56:41'),(95,0,'2010-12-20 03:55:29'),(96,-1,'2010-12-27 01:53:45'),(98,0,'2010-12-30 18:01:31'),(99,-1,'2010-12-30 18:14:49'),(101,-1,'2010-12-31 21:19:22'),(103,-2,'2011-01-03 19:53:57'),(104,-2,'2011-01-03 19:54:43'),(2,-2,'2011-01-03 21:39:44'),(105,-2,'2011-01-03 21:39:44'),(106,0,'2011-01-03 22:03:22'),(107,-1,'2012-01-30 03:44:47'),(112,-2,'2011-01-03 22:21:12'),(113,-2,'2011-01-03 22:24:06'),(117,-1,'2011-01-21 04:20:56'),(121,0,'2011-01-21 04:12:39'),(122,-2,'2011-01-21 04:14:03'),(123,-2,'2011-01-21 04:14:55'),(125,-2,'2011-01-21 04:20:56'),(126,0,'2011-03-11 04:31:17'),(127,-1,'2011-03-11 04:38:40'),(133,0,'2011-03-21 21:54:04'),(134,-1,'2011-03-21 21:56:00'),(139,0,'2011-04-04 21:57:46'),(140,-1,'2011-04-04 22:00:56'),(142,-1,'2011-05-12 16:24:38'),(147,-1,'2011-05-20 16:13:06'),(150,0,'2011-05-19 18:33:32'),(153,-2,'2011-05-19 19:00:12'),(155,-2,'2011-05-19 19:02:25'),(156,-2,'2011-05-19 19:21:49'),(157,-2,'2011-05-19 19:23:15'),(159,-2,'2011-05-20 08:55:20'),(161,-2,'2011-05-20 16:13:06'),(162,0,'2011-06-08 19:43:49'),(163,-2,'2011-06-08 19:49:42'),(164,-2,'2011-06-08 19:47:57'),(166,-2,'2011-06-08 20:01:33'),(167,-2,'2011-06-08 20:01:34'),(168,-2,'2011-06-08 20:01:34'),(169,-2,'2011-06-08 20:01:34'),(170,-2,'2011-06-08 20:01:34'),(171,-2,'2011-06-08 20:01:34'),(172,-2,'2011-10-13 18:17:30'),(174,-2,'2011-06-08 20:33:47'),(175,0,'2011-07-06 16:11:36'),(176,-1,'2011-07-06 16:19:49'),(180,-1,'2012-01-30 03:44:38'),(182,0,'2011-07-09 00:49:38'),(186,0,'2011-08-04 23:32:02'),(188,0,'2011-08-05 00:03:47'),(189,0,'2011-08-05 00:08:49'),(194,-1,'2011-08-05 00:10:21'),(198,-1,'2011-08-31 22:59:06'),(203,0,'2011-08-31 22:46:45'),(205,-1,'2011-10-13 18:17:18'),(206,-2,'2011-08-31 22:57:22'),(207,-2,'2011-08-31 22:59:06'),(210,0,'2011-10-02 15:17:47'),(211,0,'2011-10-04 22:05:28'),(212,-2,'2011-10-04 22:07:01'),(213,-2,'2011-10-04 22:07:01'),(214,-2,'2011-10-04 22:07:01'),(215,-2,'2011-10-04 22:07:01'),(216,-2,'2011-10-04 22:07:01'),(217,-2,'2011-10-04 22:07:01'),(218,-2,'2011-10-04 22:07:01'),(219,-2,'2011-10-04 22:07:01'),(220,-2,'2011-10-04 22:07:01'),(221,-2,'2011-10-13 18:13:45'),(223,-2,'2011-10-13 18:13:52'),(224,-2,'2011-10-13 18:14:05'),(227,-1,'2011-10-13 18:21:40'),(230,-1,'2011-10-27 20:43:23'),(233,-1,'2011-11-03 20:06:12'),(234,-1,'2011-11-02 17:16:27'),(238,0,'2011-11-03 20:05:22'),(240,0,'2011-12-01 02:47:04'),(241,-1,'2011-12-22 18:21:28'),(244,0,'2011-12-22 18:21:28'),(245,-1,'2012-01-30 03:44:29'),(247,0,'2012-01-30 03:19:55'),(36,-1,'2012-01-30 03:45:16'),(1,-1,'2012-01-30 03:45:41'),(261,0,'2012-01-30 03:46:16'),(262,-1,'2012-03-02 02:12:52'),(264,-1,'2012-03-12 19:07:24'),(266,-1,'2012-04-18 16:52:49'),(269,0,'2012-04-18 16:52:49'),(270,0,'2012-04-26 19:52:34'),(279,-1,'2012-04-26 20:07:18'),(294,-1,'2012-08-19 19:26:52'),(298,0,'2012-09-16 17:12:00'),(299,-1,'2012-09-24 22:27:41'),(303,0,'2012-10-03 03:49:15'),(304,-1,'2012-11-07 18:27:12'),(305,-1,'2012-10-31 00:04:02'),(310,0,'2012-11-07 18:27:12'),(311,-1,'2012-11-19 17:46:18'),(314,0,'2012-11-19 17:45:46'),(317,-1,'2012-11-28 23:23:13'),(319,0,'2012-11-28 23:21:58'),(322,-1,'2012-12-05 18:35:27'),(325,0,'2012-12-05 18:35:27'),(326,-1,'2012-12-12 18:16:37'),(328,0,'2012-12-12 18:14:39'),(331,0,'2012-12-20 20:47:37'),(332,-2,'2012-12-20 20:57:58'),(333,-2,'2012-12-20 20:57:57'),(336,-1,'2012-12-26 19:05:30'),(338,0,'2013-02-11 09:44:51'),(339,0,'2013-05-09 07:27:28'),(340,-2,'2013-05-09 19:10:01'),(341,-2,'2013-05-09 19:10:00'),(342,-2,'2013-05-09 19:10:00'),(343,-2,'2013-05-09 19:10:00'),(344,-2,'2013-05-09 19:10:00'),(345,-2,'2013-05-09 19:09:59'),(346,-2,'2013-05-09 19:09:59'),(347,-2,'2013-05-09 19:09:58'),(356,0,'2013-06-28 13:37:55'),(357,0,'2013-08-29 03:20:53'),(358,-1,'2013-08-30 02:19:06'),(361,0,'2014-01-01 03:41:58'),(362,-2,'2014-01-01 04:14:02'),(363,-2,'2014-01-01 04:41:48'),(364,-2,'2014-01-01 04:14:02'),(365,-1,'2014-01-01 05:23:12'),(376,0,'2015-01-05 18:52:33'),(377,-1,'2015-01-05 21:04:30'),(384,0,'2015-02-18 04:07:13'),(387,-2,'2015-02-18 05:09:27'),(388,-2,'2015-02-18 05:09:27'),(389,-2,'2015-02-18 05:09:27'),(390,-2,'2015-02-18 05:09:27'),(391,-1,'2015-02-18 05:57:34'),(395,0,'2015-02-18 06:33:04'),(398,-1,'2015-02-18 06:30:14'),(404,0,'2015-02-18 06:34:09'); /*!40000 ALTER TABLE `wp_post_notification_posts` 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, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3505 DEFAULT CHARSET=utf8; /*!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,1,'_edit_lock','1327895141:1'),(2,1,'_edit_last','1'),(5,2,'_edit_lock','1294090787'),(4,1,'_wp_old_slug','hello-world'),(6,2,'_edit_last','4'),(7,2,'_wp_page_template','default'),(8,5,'_edit_lock','1287012524'),(9,5,'_edit_last','1'),(10,5,'_wp_page_template','events.php'),(11,6,'_wp_attached_file','2010/02/posts.xml_.txt'),(37,28,'_wp_trash_meta_comments_status','a:1:{i:3;s:5:\"trash\";}'),(14,15,'_edit_lock','1221178811'),(15,15,'_edit_last','1'),(16,17,'_edit_lock','1221178829'),(17,17,'_edit_last','1'),(18,20,'_edit_lock','1221178880'),(19,20,'_edit_last','1'),(20,22,'_edit_lock','1221178852'),(21,22,'_edit_last','1'),(22,24,'_edit_lock','1221178923'),(23,24,'_edit_last','1'),(34,28,'_edit_lock','1221689350'),(33,28,'_edit_last','1'),(29,26,'_wp_attached_file','2010/02/posts.xml_1.txt'),(32,27,'_wp_attached_file','2010/02/posts.xml_2.txt'),(41,32,'_edit_lock','1266381598'),(39,31,'_edit_lock','1266381485'),(40,31,'_edit_last','1'),(42,32,'_edit_last','1'),(54,35,'_wp_attached_file','2010/05/wpid-2010-05-05-20.38.04.jpg'),(55,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"667\";s:14:\"hwstring_small\";s:22:\"height=\'95\' width=\'71\'\";s:4:\"file\";s:36:\"2010/05/wpid-2010-05-05-20.38.04.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:36:\"wpid-2010-05-05-20.38.04-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:36:\"wpid-2010-05-05-20.38.04-374x499.jpg\";s:5:\"width\";s:3:\"374\";s:6:\"height\";s:3:\"499\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(56,36,'_edit_lock','1327895116:1'),(57,36,'_edit_last','1'),(60,41,'_wp_attached_file','2010/09/beer08.gif'),(59,36,'_wp_old_slug',''),(61,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"224\";s:6:\"height\";s:3:\"155\";s:14:\"hwstring_small\";s:23:\"height=\'88\' width=\'128\'\";s:4:\"file\";s:18:\"2010/09/beer08.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"beer08-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(62,40,'_edit_last','1'),(64,40,'_wp_old_slug',''),(67,42,'_edit_last','1'),(66,40,'_edit_lock','1287008270'),(69,42,'_wp_old_slug',''),(70,42,'_edit_lock','1288658300'),(114,65,'_wp_attached_file','2010/10/leatherface.gif'),(113,64,'_wp_attachment_metadata','a:0:{}'),(112,64,'_wp_attached_file','2010/10/untitled.bmp'),(111,44,'_edit_lock','1288231769'),(110,44,'_edit_last','1'),(92,59,'_menu_item_type','custom'),(93,59,'_menu_item_menu_item_parent','0'),(94,59,'_menu_item_object_id','59'),(95,59,'_menu_item_object','custom'),(96,59,'_menu_item_target',''),(97,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,59,'_menu_item_xfn',''),(99,59,'_menu_item_url','http://mollywoppersnyb.com/'),(222,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"720\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:58:\"2011/01/164518_496739117833_651477833_5927228_559928_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:58:\"164518_496739117833_651477833_5927228_559928_n-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:58:\"164518_496739117833_651477833_5927228_559928_n-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(221,118,'_wp_attached_file','2011/01/164518_496739117833_651477833_5927228_559928_n.jpg'),(115,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"324\";s:6:\"height\";s:3:\"450\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'69\'\";s:4:\"file\";s:23:\"2010/10/leatherface.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"leatherface-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"leatherface-216x300.gif\";s:5:\"width\";s:3:\"216\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(125,72,'_edit_last','4'),(118,44,'_wp_old_slug',''),(126,72,'_edit_lock','1288658258'),(130,71,'_edit_last','4'),(129,72,'_wp_old_slug',''),(143,80,'_edit_lock','1291152127'),(133,71,'_wp_old_slug',''),(134,71,'_edit_lock','1289955952'),(137,75,'_edit_last','4'),(142,80,'_edit_last','4'),(140,75,'_wp_old_slug',''),(141,75,'_edit_lock','1290418886'),(148,83,'_edit_lock','1291612629'),(147,83,'_edit_last','4'),(146,80,'_wp_old_slug',''),(153,86,'_edit_lock','1327895110:1'),(152,86,'_edit_last','1'),(151,83,'_wp_old_slug',''),(154,87,'_wp_attached_file','2010/12/Screen-shot-2010-12-13-at-4.22.56-PM.jpg'),(155,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"474\";s:6:\"height\";s:3:\"317\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:48:\"2010/12/Screen-shot-2010-12-13-at-4.22.56-PM.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:48:\"Screen-shot-2010-12-13-at-4.22.56-PM-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:48:\"Screen-shot-2010-12-13-at-4.22.56-PM-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(163,93,'_edit_lock','1292349405'),(158,86,'_wp_old_slug',''),(162,93,'_edit_last','4'),(161,86,'_wp_old_slug','meximum-wrestling-our-2008-performance'),(168,96,'_edit_lock','1293414827'),(167,96,'_edit_last','4'),(166,93,'_wp_old_slug',''),(173,99,'_edit_lock','1293732893'),(172,99,'_edit_last','4'),(171,96,'_wp_old_slug',''),(178,101,'_edit_lock','1293830363'),(177,101,'_edit_last','4'),(176,99,'_wp_old_slug',''),(183,107,'_edit_lock','1327895087:1'),(182,107,'_edit_last','1'),(181,101,'_wp_old_slug',''),(212,116,'_menu_item_type','post_type'),(213,116,'_menu_item_menu_item_parent','0'),(214,116,'_menu_item_object_id','2'),(215,116,'_menu_item_object','page'),(216,116,'_menu_item_target',''),(217,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(218,116,'_menu_item_xfn',''),(219,116,'_menu_item_url',''),(223,117,'_edit_last','1'),(224,117,'_edit_lock','1295583657'),(235,127,'_edit_last','4'),(227,117,'_wp_old_slug',''),(236,127,'_edit_lock','1299818321'),(232,117,'_wp_old_slug','117'),(237,128,'_wp_attached_file','2011/03/redhead-boob-jiggle.gif'),(238,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"289\";s:6:\"height\";s:3:\"202\";s:14:\"hwstring_small\";s:23:\"height=\'89\' width=\'128\'\";s:4:\"file\";s:31:\"2011/03/redhead-boob-jiggle.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"redhead-boob-jiggle-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(239,130,'_wp_attached_file','2011/03/redhead-boob-jiggle1.gif'),(240,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"289\";s:6:\"height\";s:3:\"202\";s:14:\"hwstring_small\";s:23:\"height=\'89\' width=\'128\'\";s:4:\"file\";s:32:\"2011/03/redhead-boob-jiggle1.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"redhead-boob-jiggle1-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(244,134,'_edit_lock','1300744561:4'),(243,134,'_edit_last','4'),(245,135,'_wp_attached_file','2011/03/brie-dance.gif'),(246,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"263\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'78\'\";s:4:\"file\";s:22:\"2011/03/brie-dance.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"brie-dance-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"brie-dance-246x300.gif\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(250,140,'_edit_lock','1301954457:4'),(249,140,'_edit_last','4'),(254,142,'_edit_lock','1305217478:4'),(253,142,'_edit_last','4'),(255,143,'_wp_attached_file','2011/05/wheel-barrow.jpg'),(256,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"576\";s:6:\"height\";s:3:\"384\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:24:\"2011/05/wheel-barrow.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"wheel-barrow-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"wheel-barrow-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(261,148,'_wp_attached_file','2011/05/flageagle.jpg'),(262,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:21:\"2011/05/flageagle.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"flageagle-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"flageagle-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(263,147,'_edit_last','4'),(267,151,'_wp_attached_file','2011/05/flageagle1.jpg'),(266,147,'_edit_lock','1305907988:4'),(268,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:22:\"2011/05/flageagle1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"flageagle1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"flageagle1-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(279,158,'_wp_attached_file','2011/05/mollywhoppers_flyer-copy.jpg'),(280,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1500\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'64\'\";s:4:\"file\";s:36:\"2011/05/mollywhoppers_flyer-copy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:36:\"mollywhoppers_flyer-copy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:36:\"mollywhoppers_flyer-copy-200x300.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:37:\"mollywhoppers_flyer-copy-682x1024.jpg\";s:5:\"width\";s:3:\"682\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(283,160,'_wp_attached_file','2011/05/mollywoppers_flyer.jpg'),(284,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1500\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'64\'\";s:4:\"file\";s:30:\"2011/05/mollywoppers_flyer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"mollywoppers_flyer-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"mollywoppers_flyer-200x300.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:31:\"mollywoppers_flyer-682x1024.jpg\";s:5:\"width\";s:3:\"682\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(311,183,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"392\";s:14:\"hwstring_small\";s:23:\"height=\'92\' width=\'128\'\";s:4:\"file\";s:28:\"2011/07/mollywopper_tape.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"mollywopper_tape-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"mollywopper_tape-300x217.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"217\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(308,180,'_edit_last','1'),(309,180,'_edit_lock','1327895078:1'),(310,183,'_wp_attached_file','2011/07/mollywopper_tape.jpg'),(294,173,'_wp_attached_file','2011/06/mollywopper_block_party_shirt.jpg'),(295,173,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1600\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:41:\"2011/06/mollywopper_block_party_shirt.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:41:\"mollywopper_block_party_shirt-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:41:\"mollywopper_block_party_shirt-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:42:\"mollywopper_block_party_shirt-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 3G\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1307368849\";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:\"\";}}'),(481,242,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:28:\"2011/12/werewolves_metal.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"werewolves_metal-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:26:\"werewolves_metal-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:28:\"werewolves_metal-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(480,242,'_wp_attached_file','2011/12/werewolves_metal.jpg'),(298,176,'_edit_last','4'),(299,176,'_edit_lock','1309969190:4'),(300,177,'_wp_attached_file','2011/07/amber-heard-swimming-pool-7.gif'),(301,177,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"240\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:39:\"2011/07/amber-heard-swimming-pool-7.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:39:\"amber-heard-swimming-pool-7-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:39:\"amber-heard-swimming-pool-7-300x225.gif\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(302,178,'_wp_attached_file','2011/07/amber-heard-swimming-pool-71.gif'),(303,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"240\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:40:\"2011/07/amber-heard-swimming-pool-71.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:40:\"amber-heard-swimming-pool-71-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:40:\"amber-heard-swimming-pool-71-300x225.gif\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(342,208,'_wp_attached_file','2011/08/werewolves_metal.jpg'),(322,190,'_wp_attached_file','2011/08/photo.jpg'),(323,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1600\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:17:\"2011/08/photo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"photo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"photo-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:18:\"photo-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 3G\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1307368849\";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:\"\";}}'),(343,208,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:28:\"2011/08/werewolves_metal.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"werewolves_metal-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(326,194,'_edit_last','4'),(327,194,'_edit_lock','1312503022:4'),(328,195,'_wp_attached_file','2011/08/photo1.jpg'),(329,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1600\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:18:\"2011/08/photo1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"photo1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"photo1-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:19:\"photo1-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 3G\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1307368849\";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:\"\";}}'),(333,198,'_edit_lock','1314831547:4'),(332,198,'_edit_last','4'),(334,199,'_wp_attached_file','2011/08/oktoberfest6.jpg'),(335,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"502\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'100\'\";s:4:\"file\";s:24:\"2011/08/oktoberfest6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"oktoberfest6-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"oktoberfest6-300x286.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"286\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(487,245,'_edit_last','1'),(348,208,'_woocommerce_exclude_image','0'),(482,241,'_edit_last','4'),(349,199,'_woocommerce_exclude_image','0'),(350,195,'_woocommerce_exclude_image','0'),(351,190,'_woocommerce_exclude_image','0'),(352,183,'_woocommerce_exclude_image','0'),(353,178,'_woocommerce_exclude_image','0'),(354,177,'_woocommerce_exclude_image','0'),(355,173,'_woocommerce_exclude_image','0'),(356,160,'_woocommerce_exclude_image','0'),(357,158,'_woocommerce_exclude_image','0'),(358,151,'_woocommerce_exclude_image','0'),(359,148,'_woocommerce_exclude_image','0'),(360,143,'_woocommerce_exclude_image','0'),(361,135,'_woocommerce_exclude_image','0'),(362,130,'_woocommerce_exclude_image','0'),(363,128,'_woocommerce_exclude_image','0'),(364,118,'_woocommerce_exclude_image','0'),(365,87,'_woocommerce_exclude_image','0'),(366,65,'_woocommerce_exclude_image','0'),(367,64,'_woocommerce_exclude_image','0'),(368,41,'_woocommerce_exclude_image','0'),(369,35,'_woocommerce_exclude_image','0'),(370,222,'_wp_attached_file','2011/10/budweiser-goldfish.jpg'),(371,222,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"789\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:30:\"2011/10/budweiser-goldfish.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"budweiser-goldfish-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"budweiser-goldfish-300x197.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"197\";}s:5:\"large\";a:3:{s:4:\"file\";s:31:\"budweiser-goldfish-1024x673.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"673\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:28:\"budweiser-goldfish-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:30:\"budweiser-goldfish-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:30:\"budweiser-goldfish-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P 45\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1159026351\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(485,241,'_edit_lock','1324578088:4'),(488,245,'_edit_lock','1426085962:2'),(486,242,'_woocommerce_exclude_image','0'),(381,227,'_edit_last','4'),(382,227,'_edit_lock','1318530101:4'),(383,228,'_wp_attached_file','2011/10/budweiser-goldfish1.jpg'),(384,228,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"789\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:31:\"2011/10/budweiser-goldfish1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"budweiser-goldfish1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"budweiser-goldfish1-300x197.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"197\";}s:5:\"large\";a:3:{s:4:\"file\";s:32:\"budweiser-goldfish1-1024x673.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"673\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:29:\"budweiser-goldfish1-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:31:\"budweiser-goldfish1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:31:\"budweiser-goldfish1-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"P 45\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1159026351\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(385,228,'_woocommerce_exclude_image','0'),(388,228,'_woocommerce_exclude_image','0'),(389,222,'_woocommerce_exclude_image','0'),(390,208,'_woocommerce_exclude_image','0'),(391,199,'_woocommerce_exclude_image','0'),(392,195,'_woocommerce_exclude_image','0'),(393,190,'_woocommerce_exclude_image','0'),(394,183,'_woocommerce_exclude_image','0'),(395,178,'_woocommerce_exclude_image','0'),(396,177,'_woocommerce_exclude_image','0'),(397,173,'_woocommerce_exclude_image','0'),(398,160,'_woocommerce_exclude_image','0'),(399,158,'_woocommerce_exclude_image','0'),(400,151,'_woocommerce_exclude_image','0'),(401,148,'_woocommerce_exclude_image','0'),(402,143,'_woocommerce_exclude_image','0'),(403,135,'_woocommerce_exclude_image','0'),(404,130,'_woocommerce_exclude_image','0'),(405,128,'_woocommerce_exclude_image','0'),(406,118,'_woocommerce_exclude_image','0'),(407,87,'_woocommerce_exclude_image','0'),(408,65,'_woocommerce_exclude_image','0'),(409,64,'_woocommerce_exclude_image','0'),(410,41,'_woocommerce_exclude_image','0'),(411,35,'_woocommerce_exclude_image','0'),(412,231,'_wp_attached_file','2011/10/raiders-afns.jpg'),(413,231,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"580\";s:6:\"height\";s:3:\"400\";s:14:\"hwstring_small\";s:23:\"height=\'88\' width=\'128\'\";s:4:\"file\";s:24:\"2011/10/raiders-afns.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"raiders-afns-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"raiders-afns-300x206.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"206\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:22:\"raiders-afns-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:24:\"raiders-afns-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:24:\"raiders-afns-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(414,231,'_woocommerce_exclude_image','0'),(415,230,'_edit_last','4'),(419,231,'_woocommerce_exclude_image','0'),(418,230,'_edit_lock','1319748203:4'),(420,228,'_woocommerce_exclude_image','0'),(421,222,'_woocommerce_exclude_image','0'),(422,208,'_woocommerce_exclude_image','0'),(423,199,'_woocommerce_exclude_image','0'),(424,195,'_woocommerce_exclude_image','0'),(425,190,'_woocommerce_exclude_image','0'),(426,183,'_woocommerce_exclude_image','0'),(427,178,'_woocommerce_exclude_image','0'),(428,177,'_woocommerce_exclude_image','0'),(429,173,'_woocommerce_exclude_image','0'),(430,160,'_woocommerce_exclude_image','0'),(431,158,'_woocommerce_exclude_image','0'),(432,151,'_woocommerce_exclude_image','0'),(433,148,'_woocommerce_exclude_image','0'),(434,143,'_woocommerce_exclude_image','0'),(435,135,'_woocommerce_exclude_image','0'),(436,130,'_woocommerce_exclude_image','0'),(437,128,'_woocommerce_exclude_image','0'),(438,118,'_woocommerce_exclude_image','0'),(439,87,'_woocommerce_exclude_image','0'),(440,65,'_woocommerce_exclude_image','0'),(441,64,'_woocommerce_exclude_image','0'),(442,41,'_woocommerce_exclude_image','0'),(443,35,'_woocommerce_exclude_image','0'),(444,234,'_edit_last','4'),(445,234,'_edit_lock','1320350743:4'),(448,231,'_woocommerce_exclude_image','0'),(449,228,'_woocommerce_exclude_image','0'),(450,222,'_woocommerce_exclude_image','0'),(451,208,'_woocommerce_exclude_image','0'),(452,199,'_woocommerce_exclude_image','0'),(453,195,'_woocommerce_exclude_image','0'),(454,190,'_woocommerce_exclude_image','0'),(455,183,'_woocommerce_exclude_image','0'),(456,178,'_woocommerce_exclude_image','0'),(457,177,'_woocommerce_exclude_image','0'),(458,173,'_woocommerce_exclude_image','0'),(459,160,'_woocommerce_exclude_image','0'),(460,158,'_woocommerce_exclude_image','0'),(461,151,'_woocommerce_exclude_image','0'),(462,148,'_woocommerce_exclude_image','0'),(463,143,'_woocommerce_exclude_image','0'),(464,135,'_woocommerce_exclude_image','0'),(465,130,'_woocommerce_exclude_image','0'),(466,128,'_woocommerce_exclude_image','0'),(467,118,'_woocommerce_exclude_image','0'),(468,87,'_woocommerce_exclude_image','0'),(469,65,'_woocommerce_exclude_image','0'),(470,64,'_woocommerce_exclude_image','0'),(471,41,'_woocommerce_exclude_image','0'),(472,35,'_woocommerce_exclude_image','0'),(473,236,'_wp_attached_file','2011/10/pooba.jpg'),(474,236,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"296\";s:6:\"height\";s:3:\"376\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:17:\"2011/10/pooba.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"pooba-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"pooba-236x300.jpg\";s:5:\"width\";s:3:\"236\";s:6:\"height\";s:3:\"300\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:15:\"pooba-70x90.jpg\";s:5:\"width\";s:2:\"70\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:17:\"pooba-118x150.jpg\";s:5:\"width\";s:3:\"118\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:17:\"pooba-236x300.jpg\";s:5:\"width\";s:3:\"236\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(475,236,'_woocommerce_exclude_image','0'),(476,233,'_edit_last','4'),(477,233,'_edit_lock','1320350774:4'),(513,264,'_edit_last','4'),(509,262,'_edit_last','4'),(512,262,'_edit_lock','1330654372:4'),(517,267,'_wp_attached_file','2012/03/bike-crash.jpg'),(516,264,'_edit_lock','1331579244:4'),(518,267,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"391\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'122\'\";s:4:\"file\";s:22:\"2012/03/bike-crash.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"bike-crash-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"bike-crash-300x234.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"234\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:20:\"bike-crash-90x70.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"70\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:22:\"bike-crash-150x117.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"117\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:22:\"bike-crash-300x234.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"234\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(519,267,'_woocommerce_exclude_image','0'),(520,266,'_edit_last','4'),(524,271,'_wp_attached_file','2012/04/20120426-155400.jpg'),(523,266,'_edit_lock','1334767969:4'),(525,271,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1936\";s:6:\"height\";s:4:\"1933\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2012/04/20120426-155400.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155400-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155400-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"20120426-155400-1024x1022.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1022\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155400-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155400-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155400-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(526,272,'_wp_attached_file','2012/04/20120426-155413.jpg'),(527,272,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"482\";s:6:\"height\";s:3:\"640\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:27:\"2012/04/20120426-155413.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155413-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155413-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155413-67x90.jpg\";s:5:\"width\";s:2:\"67\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155413-112x150.jpg\";s:5:\"width\";s:3:\"112\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155413-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(528,273,'_wp_attached_file','2012/04/20120426-155427.jpg'),(529,273,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2475\";s:6:\"height\";s:4:\"1779\";s:14:\"hwstring_small\";s:23:\"height=\'92\' width=\'128\'\";s:4:\"file\";s:27:\"2012/04/20120426-155427.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155427-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155427-300x215.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"215\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"20120426-155427-1024x736.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"736\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155427-90x64.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"64\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155427-150x107.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"107\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155427-300x215.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"215\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(530,274,'_wp_attached_file','2012/04/20120426-155446.jpg'),(531,274,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1825\";s:6:\"height\";s:4:\"2427\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:27:\"2012/04/20120426-155446.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155446-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155446-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"20120426-155446-770x1024.jpg\";s:5:\"width\";s:3:\"770\";s:6:\"height\";s:4:\"1024\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155446-67x90.jpg\";s:5:\"width\";s:2:\"67\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155446-112x150.jpg\";s:5:\"width\";s:3:\"112\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155446-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(532,275,'_wp_attached_file','2012/04/20120426-155529.jpg'),(533,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"641\";s:6:\"height\";s:3:\"640\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2012/04/20120426-155529.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155529-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155529-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155529-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155529-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155529-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(534,276,'_wp_attached_file','2012/04/20120426-155557.jpg'),(535,276,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"668\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:27:\"2012/04/20120426-155557.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155557-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155557-300x215.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"215\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155557-90x64.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"64\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155557-150x107.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"107\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155557-300x215.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"215\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(536,277,'_wp_attached_file','2012/04/20120426-155606.jpg'),(537,277,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"482\";s:6:\"height\";s:3:\"640\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:27:\"2012/04/20120426-155606.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155606-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155606-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155606-67x90.jpg\";s:5:\"width\";s:2:\"67\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155606-112x150.jpg\";s:5:\"width\";s:3:\"112\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155606-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(538,278,'_wp_attached_file','2012/04/20120426-155616.jpg'),(539,278,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"641\";s:6:\"height\";s:3:\"640\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2012/04/20120426-155616.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120426-155616-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120426-155616-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:14:\"shop_thumbnail\";a:3:{s:4:\"file\";s:25:\"20120426-155616-90x90.jpg\";s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:12:\"shop_catalog\";a:3:{s:4:\"file\";s:27:\"20120426-155616-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:11:\"shop_single\";a:3:{s:4:\"file\";s:27:\"20120426-155616-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(542,279,'_edit_lock','1335473253:5'),(543,279,'_edit_last','5'),(548,284,'_wp_attached_file','2012/04/mollywopper_logo.png'),(549,284,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:2:\"75\";s:14:\"hwstring_small\";s:23:\"height=\'19\' width=\'128\'\";s:4:\"file\";s:28:\"2012/04/mollywopper_logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"mollywopper_logo-150x75.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"75\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"mollywopper_logo-300x45.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"45\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(550,287,'_wp_attached_file','2012/04/cans.png'),(551,287,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1041\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'92\'\";s:4:\"file\";s:16:\"2012/04/cans.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"cans-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"cans-288x300.png\";s:5:\"width\";s:3:\"288\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:17:\"cans-983x1024.png\";s:5:\"width\";s:3:\"983\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(552,286,'_edit_last','5'),(553,286,'_edit_lock','1335476413:5'),(554,285,'_edit_last','5'),(555,285,'background_position_horizontal','center'),(556,285,'background_position_vertical','center'),(557,285,'background_repeat','repeat'),(558,285,'background_attachment','fixed'),(559,285,'background_color','ffffff'),(560,285,'bg_id',''),(561,285,'_edit_lock','1335479649:5'),(562,288,'_wp_attached_file','2012/04/trophy_bg.png'),(563,288,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1650\";s:6:\"height\";s:3:\"800\";s:14:\"hwstring_small\";s:23:\"height=\'62\' width=\'128\'\";s:4:\"file\";s:21:\"2012/04/trophy_bg.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"trophy_bg-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"trophy_bg-300x145.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"145\";}s:5:\"large\";a:3:{s:4:\"file\";s:22:\"trophy_bg-1024x496.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"496\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(564,286,'background_position_horizontal','0'),(565,286,'background_position_vertical','0'),(566,286,'background_repeat','repeat'),(567,286,'background_attachment','full'),(568,286,'background_color','ffffff'),(569,286,'bg_id',''),(1279,440,'_menu_item_type','custom'),(1290,441,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:10;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"leethallush\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_705882398_75sq_1385227404.jpg\";s:2:\"id\";s:9:\"705882398\";s:9:\"full_name\";s:13:\"Alethea Tlush\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"myeyesbebrown\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_10427603_75sq_1372369235.jpg\";s:2:\"id\";s:8:\"10427603\";s:9:\"full_name\";s:13:\"myeyesbebrown\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"yournoise\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_28804830_75sq_1391998630.jpg\";s:2:\"id\";s:8:\"28804830\";s:9:\"full_name\";s:9:\"yournoise\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"dirtbird666\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10932301_1683281678565234_1498300125_a.jpg\";s:2:\"id\";s:8:\"22513670\";s:9:\"full_name\";s:11:\"dirtbird666\";}}}'),(1277,439,'_menu_item_url','http://mollywoppersnyb.com/wp-login.php?action=register'),(1276,439,'_menu_item_xfn',''),(1275,439,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1274,439,'_menu_item_target',''),(579,292,'_menu_item_type','post_type'),(580,292,'_menu_item_menu_item_parent','0'),(581,292,'_menu_item_object_id','2'),(582,292,'_menu_item_object','page'),(583,292,'_menu_item_target',''),(584,292,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(585,292,'_menu_item_xfn',''),(586,292,'_menu_item_url',''),(1273,439,'_menu_item_object','custom'),(1272,439,'_menu_item_object_id','439'),(1271,439,'_menu_item_menu_item_parent','0'),(1270,439,'_menu_item_type','custom'),(597,295,'_wp_attached_file','2012/08/decisionmaking.jpg'),(598,295,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:26:\"2012/08/decisionmaking.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"decisionmaking-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"decisionmaking-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:26:\"decisionmaking-320x300.jpg\";s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(599,294,'_edit_last','5'),(600,294,'_edit_lock','1345404381:5'),(601,294,'background_position_horizontal','0'),(602,294,'background_position_vertical','0'),(603,294,'background_repeat',''),(604,294,'background_attachment',''),(605,294,'background_color',''),(606,294,'bg_id',''),(610,299,'_edit_lock','1348528105:5'),(609,299,'_edit_last','5'),(611,300,'_wp_attached_file','2012/09/mollywoppers_budweiser.png'),(612,300,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"528\";s:6:\"height\";s:3:\"700\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:34:\"2012/09/mollywoppers_budweiser.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"mollywoppers_budweiser-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:34:\"mollywoppers_budweiser-226x300.png\";s:5:\"width\";s:3:\"226\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:34:\"mollywoppers_budweiser-400x300.png\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(613,299,'background_position_horizontal','0'),(614,299,'background_position_vertical','0'),(615,299,'background_repeat',''),(616,299,'background_attachment',''),(617,299,'background_color',''),(618,299,'bg_id',''),(622,305,'_edit_lock','1351645312:5'),(621,305,'_edit_last','5'),(623,306,'_wp_attached_file','2012/10/godzilla_ac.jpg'),(624,306,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1265\";s:6:\"height\";s:3:\"719\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:23:\"2012/10/godzilla_ac.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"godzilla_ac-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"godzilla_ac-300x170.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"170\";}s:5:\"large\";a:3:{s:4:\"file\";s:24:\"godzilla_ac-1024x582.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"582\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"godzilla_ac-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}s:21:\"single-post-thumbnail\";a:3:{s:4:\"file\";s:23:\"godzilla_ac-999x567.jpg\";s:5:\"width\";s:3:\"999\";s:6:\"height\";s:3:\"567\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(625,305,'background_position_horizontal','0'),(626,305,'background_position_vertical','0'),(627,305,'background_repeat',''),(628,305,'background_attachment',''),(629,305,'background_color',''),(630,305,'bg_id',''),(634,304,'background_position_horizontal','0'),(633,304,'_edit_last','5'),(635,304,'background_position_vertical','0'),(636,304,'background_repeat',''),(637,304,'background_attachment',''),(638,304,'background_color',''),(639,304,'bg_id',''),(643,312,'_wp_attached_file','2012/11/turkey.jpg'),(642,304,'_edit_lock','1352312832:5'),(644,312,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"376\";s:6:\"height\";s:3:\"366\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'98\'\";s:4:\"file\";s:18:\"2012/11/turkey.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"turkey-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"turkey-300x292.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"292\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:18:\"turkey-376x300.jpg\";s:5:\"width\";s:3:\"376\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(645,311,'_edit_last','5'),(646,311,'background_position_horizontal','0'),(647,311,'background_position_vertical','0'),(648,311,'background_repeat',''),(649,311,'background_attachment',''),(650,311,'background_color',''),(651,311,'bg_id',''),(658,317,'background_position_horizontal','0'),(654,311,'_edit_lock','1353347887:5'),(657,317,'_edit_last','5'),(659,317,'background_position_vertical','0'),(660,317,'background_repeat',''),(661,317,'background_attachment',''),(662,317,'background_color',''),(663,317,'bg_id',''),(664,317,'_edit_lock','1354144915:5'),(665,320,'_wp_attached_file','2012/11/bat.jpg'),(666,320,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"288\";s:6:\"height\";s:3:\"288\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:15:\"2012/11/bat.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"bat-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(669,323,'_wp_attached_file','2012/12/20111108-715px-Godzilla_Walk_of_fame.jpg'),(670,323,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"356\";s:6:\"height\";s:3:\"299\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'114\'\";s:4:\"file\";s:48:\"2012/12/20111108-715px-Godzilla_Walk_of_fame.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:48:\"20111108-715px-Godzilla_Walk_of_fame-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:48:\"20111108-715px-Godzilla_Walk_of_fame-300x251.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"251\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(671,322,'_edit_last','4'),(672,322,'background_position_horizontal','0'),(673,322,'background_position_vertical','0'),(674,322,'background_repeat',''),(675,322,'background_attachment',''),(676,322,'background_color',''),(677,322,'bg_id',''),(682,326,'background_position_horizontal','0'),(681,326,'_edit_last','5'),(680,322,'_edit_lock','1354732527:4'),(683,326,'background_position_vertical','0'),(684,326,'background_repeat',''),(685,326,'background_attachment',''),(686,326,'background_color',''),(687,326,'bg_id',''),(688,326,'_edit_lock','1355336121:5'),(689,329,'_wp_attached_file','2012/12/pay_dues.png'),(690,329,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"700\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'82\'\";s:4:\"file\";s:20:\"2012/12/pay_dues.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"pay_dues-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"pay_dues-257x300.png\";s:5:\"width\";s:3:\"257\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:20:\"pay_dues-400x300.png\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(694,332,'_edit_lock','1356037239:5'),(693,332,'_edit_last','5'),(695,332,'background_position_horizontal','0'),(696,332,'background_position_vertical','0'),(697,332,'background_repeat',''),(698,332,'background_attachment',''),(699,332,'background_color',''),(700,332,'bg_id',''),(701,332,'_wp_page_template','default'),(702,335,'_wp_attached_file','2012/12/20121226-140620.jpg'),(703,335,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"467\";s:14:\"hwstring_small\";s:23:\"height=\'93\' width=\'128\'\";s:4:\"file\";s:27:\"2012/12/20121226-140620.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20121226-140620-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20121226-140620-300x218.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"218\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"20121226-140620-400x300.jpg\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{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:\"\";}}'),(797,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:612;s:4:\"file\";s:41:\"2013/08/mollywopper_sept_2013_meeting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"mollywopper_sept_2013_meeting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"mollywopper_sept_2013_meeting-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"mollywopper_sept_2013_meeting-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(796,359,'_wp_attached_file','2013/08/mollywopper_sept_2013_meeting.jpg'),(795,358,'_edit_last','5'),(794,358,'_edit_lock','1377829281:5'),(805,358,'bg_id',''),(801,358,'background_position_vertical','0'),(802,358,'background_repeat',''),(803,358,'background_attachment',''),(804,358,'background_color',''),(800,358,'background_position_horizontal','0'),(806,362,'_edit_last','5'),(807,362,'_edit_lock','1420496772:5'),(808,363,'_edit_last','5'),(809,363,'_edit_lock','1388551308:5'),(810,362,'_wp_page_template','template-centeredhome.php'),(811,365,'_edit_last','5'),(812,365,'_edit_lock','1388553849:5'),(813,366,'_wp_attached_file','2013/12/devil_w_a_wench_dress.png'),(814,366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:650;s:6:\"height\";i:650;s:4:\"file\";s:33:\"2013/12/devil_w_a_wench_dress.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"devil_w_a_wench_dress-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"devil_w_a_wench_dress-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"devil_w_a_wench_dress-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(815,365,'_thumbnail_id','366'),(818,369,'_wp_attached_file','2013/12/cropped-devil_w_a_wench_dress1.png'),(819,369,'_wp_attachment_context','custom-header'),(820,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:350;s:4:\"file\";s:42:\"2013/12/cropped-devil_w_a_wench_dress1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-devil_w_a_wench_dress1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-devil_w_a_wench_dress1-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"cropped-devil_w_a_wench_dress1-1024x325.png\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-devil_w_a_wench_dress1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:42:\"cropped-devil_w_a_wench_dress1-999x317.png\";s:5:\"width\";i:999;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(821,369,'_wp_attachment_is_custom_header','simplemarket'),(822,370,'_wp_attached_file','2013/12/devil_header.png'),(823,370,'_wp_attachment_context','custom-header'),(824,370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:350;s:4:\"file\";s:24:\"2013/12/devil_header.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"devil_header-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"devil_header-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"devil_header-1024x325.png\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"devil_header-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:24:\"devil_header-999x317.png\";s:5:\"width\";i:999;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(825,370,'_wp_attachment_is_custom_header','simplemarket'),(830,373,'_wp_attached_file','2014/01/tagboard_screen.png'),(831,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:790;s:6:\"height\";i:780;s:4:\"file\";s:27:\"2014/01/tagboard_screen.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tagboard_screen-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"tagboard_screen-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"tagboard_screen-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(834,377,'_edit_lock','1420496922:5'),(835,377,'_edit_last','5'),(838,380,'_wp_attached_file','2015/01/star_spangled_mummers_web.png'),(839,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:548;s:4:\"file\";s:37:\"2015/01/star_spangled_mummers_web.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"star_spangled_mummers_web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"star_spangled_mummers_web-300x206.png\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"star_spangled_mummers_web-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(840,381,'_wp_attached_file','2015/01/cropped-star_spangled_mummers_web.png'),(841,381,'_wp_attachment_context','custom-header'),(842,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:350;s:4:\"file\";s:45:\"2015/01/cropped-star_spangled_mummers_web.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"cropped-star_spangled_mummers_web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-star_spangled_mummers_web-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"cropped-star_spangled_mummers_web-1024x325.png\";s:5:\"width\";i:1024;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"cropped-star_spangled_mummers_web-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:45:\"cropped-star_spangled_mummers_web-999x317.png\";s:5:\"width\";i:999;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(843,381,'_wp_attachment_custom_header_last_used_simplemarket','1420488092'),(844,381,'_wp_attachment_is_custom_header','simplemarket'),(845,382,'_wp_attached_file','2015/01/mum_obey_web.png'),(846,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:492;s:4:\"file\";s:24:\"2015/01/mum_obey_web.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mum_obey_web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"mum_obey_web-183x300.png\";s:5:\"width\";i:183;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"mum_obey_web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(847,382,'_wp_attachment_is_custom_background','simplemarket'),(848,383,'_wp_attached_file','2015/01/Screenshot-2015-01-05-16.03.40.png'),(849,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:739;s:6:\"height\";i:414;s:4:\"file\";s:42:\"2015/01/Screenshot-2015-01-05-16.03.40.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2015-01-05-16.03.40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Screenshot-2015-01-05-16.03.40-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Screenshot-2015-01-05-16.03.40-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(850,377,'_thumbnail_id','383'),(853,385,'_wp_attached_file','2015/02/mollywoppermeeting.png'),(854,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2015/02/mollywoppermeeting.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"mollywoppermeeting-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"mollywoppermeeting-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"mollywoppermeeting-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(855,385,'_wp_attachment_is_custom_background','simplemarket'),(856,386,'_wp_attached_file','2015/02/mw_bg_tile.png'),(857,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:930;s:6:\"height\";i:468;s:4:\"file\";s:22:\"2015/02/mw_bg_tile.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mw_bg_tile-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"mw_bg_tile-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"mw_bg_tile-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(858,386,'_wp_attachment_is_custom_background','simplemarket'),(859,391,'_edit_lock','1424240897:5'),(860,391,'_edit_last','5'),(861,392,'_wp_attached_file','2015/02/mollywoppermeeting1.png'),(862,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:31:\"2015/02/mollywoppermeeting1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mollywoppermeeting1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mollywoppermeeting1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"mollywoppermeeting1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"mollywoppermeeting1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"mollywoppermeeting1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"mollywoppermeeting1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(976,408,'_sale_price_dates_to',''),(977,408,'_price','50'),(978,408,'_sold_individually',''),(959,408,'_edit_last','5'),(960,408,'_visibility','visible'),(961,408,'_stock_status','instock'),(962,408,'total_sales','0'),(963,408,'_downloadable','no'),(964,408,'_virtual','no'),(965,408,'_regular_price','50'),(966,408,'_sale_price',''),(967,408,'_purchase_note',''),(968,408,'_featured','no'),(969,408,'_weight',''),(970,408,'_length',''),(971,408,'_width',''),(972,408,'_height',''),(973,408,'_sku','mwmug'),(974,408,'_product_attributes','a:0:{}'),(975,408,'_sale_price_dates_from',''),(957,407,'_product_image_gallery',''),(958,408,'_edit_lock','1424245210:5'),(956,407,'_crosssell_ids','a:0:{}'),(954,407,'_stock','50.000000'),(955,407,'_upsell_ids','a:0:{}'),(953,407,'_backorders','no'),(952,407,'_manage_stock','yes'),(951,407,'_sold_individually',''),(950,407,'_price','50'),(949,407,'_sale_price_dates_to',''),(945,407,'_height',''),(946,407,'_sku','mwmumtee'),(947,407,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"size\";s:5:\"value\";s:43:\"small | medium | large | x-large | xx-large\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(948,407,'_sale_price_dates_from',''),(944,407,'_width',''),(938,407,'_regular_price',''),(939,407,'_sale_price',''),(940,407,'_purchase_note',''),(941,407,'_featured','no'),(942,407,'_weight',''),(943,407,'_length',''),(937,407,'_virtual','no'),(881,396,'_wp_attached_file','2015/02/11005174_407093919468941_1368328997_n.jpg'),(882,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/02/11005174_407093919468941_1368328997_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11005174_407093919468941_1368328997_n-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:49:\"11005174_407093919468941_1368328997_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"11005174_407093919468941_1368328997_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"11005174_407093919468941_1368328997_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"11005174_407093919468941_1368328997_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11005174_407093919468941_1368328997_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(936,407,'_downloadable','no'),(935,407,'total_sales','0'),(885,398,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:16;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"lee__pepperoni\";s:15:\"profile_picture\";s:103:\"https://scontent-b.cdninstagram.com/hphotos-xpa1/l/t51.2885-19/10787912_306304409573676_765523194_a.jpg\";s:2:\"id\";s:9:\"187686347\";s:9:\"full_name\";s:14:\"lee__pepperoni\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_23709308_75sq_1395259543.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"yournoise\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_28804830_75sq_1391998630.jpg\";s:2:\"id\";s:8:\"28804830\";s:9:\"full_name\";s:9:\"yournoise\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"happyhourtx\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_30939295_75sq_1333660028.jpg\";s:2:\"id\";s:8:\"30939295\";s:9:\"full_name\";s:20:\"too old to die young\";}}}'),(886,398,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1422471528\";s:4:\"text\";s:12:\"#likemonster\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"ri_t_chie\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_43354909_75sq_1396764125.jpg\";s:2:\"id\";s:8:\"43354909\";s:9:\"full_name\";s:8:\"richie b\";}s:2:\"id\";s:18:\"908079455845835136\";}}}'),(887,398,'dsgnwrks_instagram_hashtags','a:0:{}'),(888,398,'instagram_created_time','1422470343'),(889,398,'dsgnwrks_instagram_id','908069514766541166_628025343'),(890,398,'instagram_filter_used','Normal'),(891,398,'instagram_attribution',''),(892,398,'instagram_location',''),(893,398,'instagram_users_in_photo','a:0:{}'),(894,398,'instagram_link','http://instagram.com/p/yaHGmbBWFu/'),(895,398,'instagram_embed_code','<iframe src=\"//instagram.com/p/yaHGmbBWFu/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(896,398,'instagram_type','image'),(897,398,'instagram_user','O:8:\"stdClass\":6:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:7:\"website\";s:0:\"\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";s:3:\"bio\";s:0:\"\";s:2:\"id\";s:9:\"628025343\";}'),(898,398,'instagram_username','mollywoppersnyb'),(899,399,'_wp_attached_file','2015/01/10948747_520981708044649_1316731469_n.jpg'),(900,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/01/10948747_520981708044649_1316731469_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"10948747_520981708044649_1316731469_n-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:49:\"10948747_520981708044649_1316731469_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"10948747_520981708044649_1316731469_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"10948747_520981708044649_1316731469_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"10948747_520981708044649_1316731469_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"10948747_520981708044649_1316731469_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(901,398,'instagram_image_id','399'),(902,398,'_thumbnail_id','399'),(903,398,'_edit_lock','1424241866:5'),(904,398,'_edit_last','5'),(934,407,'_stock_status','instock'),(931,407,'_edit_lock','1424249473:5'),(932,407,'_edit_last','5'),(933,407,'_visibility','visible'),(913,404,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:15;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:7:\"bnmprez\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_191512921_75sq_1356919158.jpg\";s:2:\"id\";s:9:\"191512921\";s:9:\"full_name\";s:3:\"Ron\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_7634018_75sq_1360719790.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_23709308_75sq_1395259543.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"bbqeveryday\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_16443269_75sq_1363067993.jpg\";s:2:\"id\";s:8:\"16443269\";s:9:\"full_name\";s:11:\"bbqeveryday\";}}}'),(914,404,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(915,404,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(916,404,'instagram_created_time','1424232253'),(917,404,'dsgnwrks_instagram_id','922849486987158469_628025343'),(918,404,'instagram_filter_used','Normal'),(919,404,'instagram_attribution',''),(920,404,'instagram_location',''),(921,404,'instagram_users_in_photo','a:0:{}'),(922,404,'instagram_link','http://instagram.com/p/zOnrgNBWPF/'),(923,404,'instagram_embed_code','\r\n<iframe src=\"//instagram.com/p/zOnrgNBWPF/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(924,404,'instagram_type','image'),(925,404,'instagram_user','O:8:\"stdClass\":6:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:7:\"website\";s:0:\"\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";s:3:\"bio\";s:0:\"\";s:2:\"id\";s:9:\"628025343\";}'),(926,404,'instagram_username','mollywoppersnyb'),(927,405,'_wp_attached_file','2015/02/11005174_407093919468941_1368328997_n1.jpg'),(928,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/02/11005174_407093919468941_1368328997_n1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11005174_407093919468941_1368328997_n1-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:50:\"11005174_407093919468941_1368328997_n1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"11005174_407093919468941_1368328997_n1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"11005174_407093919468941_1368328997_n1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:50:\"11005174_407093919468941_1368328997_n1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11005174_407093919468941_1368328997_n1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(929,404,'instagram_image_id','405'),(930,404,'_thumbnail_id','405'),(979,408,'_manage_stock','yes'),(980,408,'_backorders','no'),(981,408,'_stock','50.000000'),(982,408,'_upsell_ids','a:0:{}'),(983,408,'_crosssell_ids','a:0:{}'),(984,408,'_product_image_gallery','414'),(985,409,'_edit_lock','1424245100:5'),(986,409,'_edit_last','5'),(987,409,'_visibility','visible'),(988,409,'_stock_status','instock'),(989,409,'total_sales','0'),(990,409,'_downloadable','no'),(991,409,'_virtual','no'),(992,409,'_regular_price','50'),(993,409,'_sale_price',''),(994,409,'_purchase_note',''),(995,409,'_featured','no'),(996,409,'_weight',''),(997,409,'_length',''),(998,409,'_width',''),(999,409,'_height',''),(1000,409,'_sku','mwpint'),(1001,409,'_product_attributes','a:0:{}'),(1002,409,'_sale_price_dates_from',''),(1003,409,'_sale_price_dates_to',''),(1004,409,'_price','50'),(1005,409,'_sold_individually',''),(1006,409,'_manage_stock','yes'),(1007,409,'_backorders','no'),(1008,409,'_stock','50.000000'),(1009,409,'_upsell_ids','a:0:{}'),(1010,409,'_crosssell_ids','a:0:{}'),(1011,409,'_product_image_gallery','413,300'),(1012,410,'_edit_lock','1424244991:5'),(1013,410,'_edit_last','5'),(1014,410,'_visibility','visible'),(1015,410,'_stock_status','instock'),(1016,410,'total_sales','0'),(1017,410,'_downloadable','no'),(1018,410,'_virtual','no'),(1019,410,'_regular_price','50'),(1020,410,'_sale_price',''),(1021,410,'_purchase_note',''),(1022,410,'_featured','no'),(1023,410,'_weight',''),(1024,410,'_length',''),(1025,410,'_width',''),(1026,410,'_height',''),(1027,410,'_sku','mwposter'),(1028,410,'_product_attributes','a:1:{s:4:\"size\";a:6:{s:4:\"name\";s:4:\"size\";s:5:\"value\";s:0:\"\";s:8:\"position\";s:1:\"0\";s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(1029,410,'_sale_price_dates_from',''),(1030,410,'_sale_price_dates_to',''),(1031,410,'_price','50'),(1032,410,'_sold_individually',''),(1033,410,'_manage_stock','yes'),(1034,410,'_backorders','no'),(1035,410,'_stock','50.000000'),(1036,410,'_upsell_ids','a:0:{}'),(1037,410,'_crosssell_ids','a:0:{}'),(1038,410,'_product_image_gallery',''),(1039,411,'_wp_attached_file','2015/02/poster.jpg'),(1040,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1023;s:6:\"height\";i:811;s:4:\"file\";s:18:\"2015/02/poster.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"poster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"poster-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"poster-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"poster-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"poster-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"poster-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:18:\"poster-999x792.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:38:\"businessman holding white blank poster\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:24:\"man holding white poster\";s:11:\"orientation\";i:1;}}'),(1041,410,'_thumbnail_id','411'),(1042,413,'_wp_attached_file','2015/02/pint.jpg'),(1043,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:16:\"2015/02/pint.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"pint-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:16:\"pint-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"pint-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"pint-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"pint-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"pint-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"pint-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:16:\"pint-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1044,409,'_thumbnail_id','413'),(1045,414,'_wp_attached_file','2015/02/mug.jpg'),(1046,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:2400;s:4:\"file\";s:15:\"2015/02/mug.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mug-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:15:\"mug-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"mug-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"mug-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"mug-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"mug-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"mug-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:15:\"mug-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:22;s:6:\"credit\";s:13:\"Michael Shoaf\";s:6:\"camera\";s:9:\"NIKON D50\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1226338719;s:9:\"copyright\";s:24:\"©Numo, A Kolder Company\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1047,416,'_wp_attached_file','2015/02/tee.jpg'),(1048,416,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:494;s:4:\"file\";s:15:\"2015/02/tee.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"tee-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:15:\"tee-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"tee-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"tee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"tee-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1049,407,'_thumbnail_id','416'),(1050,417,'_stock_status','instock'),(1051,417,'_sku',''),(1052,417,'_thumbnail_id','0'),(1053,417,'_virtual','no'),(1054,417,'_downloadable','no'),(1055,417,'_weight',''),(1056,417,'_length',''),(1057,417,'_width',''),(1058,417,'_height',''),(1059,417,'_manage_stock','no'),(1060,417,'_regular_price','50'),(1061,417,'_sale_price',''),(1062,417,'_sale_price_dates_from',''),(1063,417,'_sale_price_dates_to',''),(1064,417,'_price','50'),(1065,417,'_download_limit',''),(1066,417,'_download_expiry',''),(1067,417,'_downloadable_files',''),(1068,417,'attribute_size',''),(1069,407,'_min_variation_price','50'),(1070,407,'_max_variation_price','50'),(1071,407,'_min_price_variation_id','424'),(1072,407,'_max_price_variation_id','424'),(1073,407,'_min_variation_regular_price','50'),(1074,407,'_max_variation_regular_price','50'),(1075,407,'_min_regular_price_variation_id','424'),(1076,407,'_max_regular_price_variation_id','424'),(1077,407,'_min_variation_sale_price',''),(1078,407,'_max_variation_sale_price',''),(1079,407,'_min_sale_price_variation_id',''),(1080,407,'_max_sale_price_variation_id',''),(1081,407,'_default_attributes','a:1:{s:4:\"size\";s:7:\"x-large\";}'),(1082,420,'_sku','mwmumteesm'),(1083,420,'_thumbnail_id','0'),(1084,420,'_virtual','no'),(1085,420,'_downloadable','no'),(1086,420,'_weight',''),(1087,420,'_length',''),(1088,420,'_width',''),(1089,420,'_height',''),(1090,420,'_manage_stock','no'),(1091,420,'_stock_status','instock'),(1092,420,'_regular_price',''),(1093,420,'_sale_price',''),(1094,420,'_sale_price_dates_from',''),(1095,420,'_sale_price_dates_to',''),(1096,420,'_price',''),(1097,420,'_download_limit',''),(1098,420,'_download_expiry',''),(1099,420,'_downloadable_files',''),(1100,420,'attribute_size','small'),(1101,421,'_sku','mwmumteemd'),(1102,421,'_thumbnail_id','0'),(1103,421,'_virtual','no'),(1104,421,'_downloadable','no'),(1105,421,'_weight',''),(1106,421,'_length',''),(1107,421,'_width',''),(1108,421,'_height',''),(1109,421,'_manage_stock','no'),(1110,421,'_stock_status','instock'),(1111,421,'_regular_price',''),(1112,421,'_sale_price',''),(1113,421,'_sale_price_dates_from',''),(1114,421,'_sale_price_dates_to',''),(1115,421,'_price',''),(1116,421,'_download_limit',''),(1117,421,'_download_expiry',''),(1118,421,'_downloadable_files',''),(1119,421,'attribute_size','medium'),(1120,422,'_sku','mwmumteelg'),(1121,422,'_thumbnail_id','0'),(1122,422,'_virtual','no'),(1123,422,'_downloadable','no'),(1124,422,'_weight',''),(1125,422,'_length',''),(1126,422,'_width',''),(1127,422,'_height',''),(1128,422,'_manage_stock','no'),(1129,422,'_stock_status','instock'),(1130,422,'_regular_price',''),(1131,422,'_sale_price',''),(1132,422,'_sale_price_dates_from',''),(1133,422,'_sale_price_dates_to',''),(1134,422,'_price',''),(1135,422,'_download_limit',''),(1136,422,'_download_expiry',''),(1137,422,'_downloadable_files',''),(1138,422,'attribute_size','large'),(1139,423,'_sku','mwmumteexl'),(1140,423,'_thumbnail_id','0'),(1141,423,'_virtual','no'),(1142,423,'_downloadable','no'),(1143,423,'_weight',''),(1144,423,'_length',''),(1145,423,'_width',''),(1146,423,'_height',''),(1147,423,'_manage_stock','no'),(1148,423,'_stock_status','instock'),(1149,423,'_regular_price','50'),(1150,423,'_sale_price',''),(1151,423,'_sale_price_dates_from',''),(1152,423,'_sale_price_dates_to',''),(1153,423,'_price','50'),(1154,423,'_download_limit',''),(1155,423,'_download_expiry',''),(1156,423,'_downloadable_files',''),(1157,423,'attribute_size','x-large'),(1158,424,'_sku','mwmumteexxl'),(1159,424,'_thumbnail_id','0'),(1160,424,'_virtual','no'),(1161,424,'_downloadable','no'),(1162,424,'_weight',''),(1163,424,'_length',''),(1164,424,'_width',''),(1165,424,'_height',''),(1166,424,'_manage_stock','no'),(1167,424,'_stock_status','instock'),(1168,424,'_regular_price','50'),(1169,424,'_sale_price',''),(1170,424,'_sale_price_dates_from',''),(1171,424,'_sale_price_dates_to',''),(1172,424,'_price','50'),(1173,424,'_download_limit',''),(1174,424,'_download_expiry',''),(1175,424,'_downloadable_files',''),(1176,424,'attribute_size','xx-large'),(1525,476,'dsgnwrks_instagram_id','948759476633428931_628025343'),(1526,476,'instagram_filter_used','Normal'),(1522,476,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1523,476,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1524,476,'instagram_created_time','1427320964'),(1280,440,'_menu_item_menu_item_parent','0'),(1390,458,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:3;s:4:\"data\";a:3:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1426445152\";s:4:\"text\";s:68:\"Spread the word and message a captain with any info about donations.\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}s:2:\"id\";s:18:\"941412632068710922\";}i:1;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1426445162\";s:4:\"text\";s:12:\"Starts at 7!\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}s:2:\"id\";s:18:\"941412716734931473\";}i:2;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1426445502\";s:4:\"text\";s:5:\"Maybe\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"jimmy6or7\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/11055422_1577998965781161_978580831_a.jpg\";s:2:\"id\";s:7:\"5935985\";s:9:\"full_name\";s:13:\"Jimmy Lardani\";}s:2:\"id\";s:18:\"941415562385646389\";}}}'),(1208,429,'_menu_item_type','post_type'),(1209,429,'_menu_item_menu_item_parent','0'),(1210,429,'_menu_item_object_id','363'),(1211,429,'_menu_item_object','page'),(1212,429,'_menu_item_target',''),(1213,429,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1214,429,'_menu_item_xfn',''),(1215,429,'_menu_item_url',''),(1521,476,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}}}'),(1543,480,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:6;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"whoaxedyou\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_213160537_75sq_1389812794.jpg\";s:2:\"id\";s:9:\"213160537\";s:9:\"full_name\";s:4:\"Matt\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"snackpaik\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11246094_666928310106337_592160085_a.jpg\";s:2:\"id\";s:8:\"30715764\";s:9:\"full_name\";s:16:\"La Nina Traviesa\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"rburgers\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10817738_554999017932914_321766399_a.jpg\";s:2:\"id\";s:9:\"181917613\";s:9:\"full_name\";s:6:\"Rachel\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"too.much.tuna\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-d-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11007981_1566439090295923_1400873475_a.jpg\";s:2:\"id\";s:9:\"201545853\";s:9:\"full_name\";s:11:\"Alex Farley\";}}}'),(1281,440,'_menu_item_object_id','440'),(1528,476,'instagram_location','O:8:\"stdClass\":2:{s:8:\"latitude\";d:39.950819441;s:9:\"longitude\";d:-75.145754194999995;}'),(1389,458,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:14;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_23709308_75sq_1395259543.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"jinxedstore\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10899324_1553047788269398_762374402_a.jpg\";s:2:\"id\";s:8:\"32576604\";s:9:\"full_name\";s:19:\"Jinxed Philadelphia\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"dirtbird666\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10932301_1683281678565234_1498300125_a.jpg\";s:2:\"id\";s:8:\"22513670\";s:9:\"full_name\";s:11:\"dirtbird666\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"happyhourtx\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_30939295_75sq_1333660028.jpg\";s:2:\"id\";s:8:\"30939295\";s:9:\"full_name\";s:20:\"too old to die young\";}}}'),(1411,461,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:6;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"mission__creep\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_14819557_75sq_1352670347.jpg\";s:2:\"id\";s:8:\"14819557\";s:9:\"full_name\";s:12:\"Kevin R Horn\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"yournoise\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_28804830_75sq_1391998630.jpg\";s:2:\"id\";s:8:\"28804830\";s:9:\"full_name\";s:0:\"\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:14:\"R A Y B I R D.\";}}}'),(1283,440,'_menu_item_target',''),(1261,438,'_menu_item_type','post_type'),(1262,438,'_menu_item_menu_item_parent','0'),(1263,438,'_menu_item_object_id','363'),(1264,438,'_menu_item_object','page'),(1265,438,'_menu_item_target',''),(1266,438,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1267,438,'_menu_item_xfn',''),(1268,438,'_menu_item_url',''),(1282,440,'_menu_item_object','custom'),(1284,440,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1285,440,'_menu_item_xfn',''),(1286,440,'_menu_item_url','http://mollywoppersnyb.com/wp-login.php'),(1291,441,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1424295465\";s:4:\"text\";s:10:\"great idea\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"yournoise\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_28804830_75sq_1391998630.jpg\";s:2:\"id\";s:8:\"28804830\";s:9:\"full_name\";s:9:\"yournoise\";}s:2:\"id\";s:18:\"923379746526814549\";}}}'),(1292,441,'dsgnwrks_instagram_hashtags','a:4:{i:0;s:4:\"logo\";i:1;s:6:\"ripoff\";i:2;s:7:\"meeting\";i:3;s:15:\"mollywoppersnyb\";}'),(1293,441,'instagram_created_time','1424295118'),(1294,441,'dsgnwrks_instagram_id','923376836669694809_628025343'),(1295,441,'instagram_filter_used','Normal'),(1296,441,'instagram_attribution',''),(1297,441,'instagram_location',''),(1298,441,'instagram_users_in_photo','a:0:{}'),(1299,441,'instagram_link','http://instagram.com/p/zQflc3hWNZ/'),(1300,441,'instagram_embed_code','\r\n<iframe src=\"//instagram.com/p/zQflc3hWNZ/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1301,441,'instagram_type','image'),(1302,441,'instagram_user','O:8:\"stdClass\":6:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:7:\"website\";s:0:\"\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";s:3:\"bio\";s:0:\"\";s:2:\"id\";s:9:\"628025343\";}'),(1303,441,'instagram_username','mollywoppersnyb'),(1304,442,'_wp_attached_file','2015/02/10983700_840144089364866_1540944516_n.jpg'),(1305,442,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/02/10983700_840144089364866_1540944516_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"10983700_840144089364866_1540944516_n-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:49:\"10983700_840144089364866_1540944516_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"10983700_840144089364866_1540944516_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"10983700_840144089364866_1540944516_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"10983700_840144089364866_1540944516_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"10983700_840144089364866_1540944516_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1306,441,'instagram_image_id','442'),(1307,441,'_thumbnail_id','442'),(1312,444,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:6;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"cashole_\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11018559_1381183428864130_773372276_a.jpg\";s:2:\"id\";s:8:\"12901328\";s:9:\"full_name\";s:11:\"Maximum Cas\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"ksunshine\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_27925635_75sq_1341216268.jpg\";s:2:\"id\";s:8:\"27925635\";s:9:\"full_name\";s:13:\"Brenda Orozco\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"chelchy14\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/10808598_1397626383861485_433680510_a.jpg\";s:2:\"id\";s:7:\"8886325\";s:9:\"full_name\";s:16:\"ChelseaDerricott\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"farleywopper\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-d-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/10979585_356731074519907_475449160_a.jpg\";s:2:\"id\";s:9:\"201545853\";s:9:\"full_name\";s:11:\"Alex Farley\";}}}'),(1313,444,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1314,444,'dsgnwrks_instagram_hashtags','a:0:{}'),(1315,444,'instagram_created_time','1425158269'),(1316,444,'dsgnwrks_instagram_id','930617476675625652_628025343'),(1317,444,'instagram_filter_used','Normal'),(1318,444,'instagram_attribution',''),(1319,444,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.971168847999998;s:4:\"name\";s:6:\"Jinxed\";s:9:\"longitude\";d:-75.134292016000003;s:2:\"id\";i:227449347;}'),(1320,444,'instagram_users_in_photo','a:7:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.90800000000000003;s:1:\"x\";d:0.79600000000000004;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"jinxedstore\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10899324_1553047788269398_762374402_a.jpg\";s:2:\"id\";s:8:\"32576604\";s:9:\"full_name\";s:19:\"Jinxed Philadelphia\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.79600000000000004;s:1:\"x\";d:0.30933329999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:9:\"haveboard\";}}i:2;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.93333330000000003;s:1:\"x\";d:0.67866669999999996;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/10358215_301395396693846_1695770549_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:14:\"R A Y B I R D.\";}}i:3;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.94399999999999995;s:1:\"x\";d:0.37066670000000002;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"chelchy14\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/10808598_1397626383861485_433680510_a.jpg\";s:2:\"id\";s:7:\"8886325\";s:9:\"full_name\";s:16:\"ChelseaDerricott\";}}i:4;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.89066670000000003;s:1:\"x\";d:0.78000000000000003;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"farleywopper\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-d-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/10979585_356731074519907_475449160_a.jpg\";s:2:\"id\";s:9:\"201545853\";s:9:\"full_name\";s:11:\"Alex Farley\";}}i:5;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.92800000000000005;s:1:\"x\";d:0.27066669999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:16:\"riggiethatsweird\";s:15:\"profile_picture\";s:105:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/1660653_844575785567250_983748863_a.jpg\";s:2:\"id\";s:10:\"1510278300\";s:9:\"full_name\";s:10:\"Ricky Kane\";}}i:6;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.92133330000000002;s:1:\"x\";d:0.48799999999999999;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"chriscamp215\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/10546672_1490341957892384_1920668441_a.jpg\";s:2:\"id\";s:9:\"205611780\";s:9:\"full_name\";s:15:\"Chris Campuzano\";}}}'),(1321,444,'instagram_link','https://instagram.com/p/zqN6oXBWK0/'),(1322,444,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/zqN6oXBWK0/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1323,444,'instagram_type','image'),(1324,444,'instagram_user','O:8:\"stdClass\":6:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:7:\"website\";s:0:\"\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";s:3:\"bio\";s:0:\"\";s:2:\"id\";s:9:\"628025343\";}'),(1325,444,'instagram_username','mollywoppersnyb'),(1326,445,'_wp_attached_file','2015/02/10724083_995579603805263_1053475792_n.jpg'),(1327,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/02/10724083_995579603805263_1053475792_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"10724083_995579603805263_1053475792_n-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:49:\"10724083_995579603805263_1053475792_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"10724083_995579603805263_1053475792_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"10724083_995579603805263_1053475792_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"10724083_995579603805263_1053475792_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"10724083_995579603805263_1053475792_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1328,444,'instagram_image_id','445'),(1329,444,'_thumbnail_id','445'),(1333,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:88;s:4:\"file\";s:17:\"2015/03/mw_bw.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"mw_bw-150x88.png\";s:5:\"width\";i:150;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"mw_bw-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"mw_bw-180x88.png\";s:5:\"width\";i:180;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"mw_bw-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1332,448,'_wp_attached_file','2015/03/mw_bw.png'),(1334,449,'_menu_item_type','custom'),(1335,449,'_menu_item_menu_item_parent','0'),(1336,449,'_menu_item_object_id','449'),(1337,449,'_menu_item_object','custom'),(1338,449,'_menu_item_target',''),(1339,449,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1340,449,'_menu_item_xfn',''),(1341,449,'_menu_item_url','http://mollywoppersnyb.com/wp-admin/'),(1345,450,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1346,450,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1347,450,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:8:\"indacart\";}'),(1348,450,'instagram_created_time','1425844870'),(1349,450,'dsgnwrks_instagram_id','936377103476416801_628025343'),(1350,450,'instagram_filter_used','Normal'),(1351,450,'instagram_attribution',''),(1352,450,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1353,450,'instagram_users_in_photo','a:0:{}'),(1354,450,'instagram_link','https://instagram.com/p/z-rgO0hWEh/'),(1355,450,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/z-rgO0hWEh/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1356,450,'instagram_type','image'),(1357,450,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1358,450,'instagram_username','mollywoppersnyb'),(1359,451,'_wp_attached_file','2015/03/11008154_1579373255654448_990159292_n.jpg'),(1360,451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/03/11008154_1579373255654448_990159292_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11008154_1579373255654448_990159292_n-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:49:\"11008154_1579373255654448_990159292_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"11008154_1579373255654448_990159292_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"11008154_1579373255654448_990159292_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"11008154_1579373255654448_990159292_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11008154_1579373255654448_990159292_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1361,450,'instagram_image_id','451'),(1362,450,'_thumbnail_id','451'),(1367,453,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1368,453,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1369,453,'dsgnwrks_instagram_hashtags','a:0:{}'),(1370,453,'instagram_created_time','1426080256'),(1371,453,'dsgnwrks_instagram_id','938351659711816140_628025343'),(1372,453,'instagram_filter_used','Normal'),(1373,453,'instagram_attribution',''),(1374,453,'instagram_location',''),(1375,453,'instagram_users_in_photo','a:0:{}'),(1376,453,'instagram_link','https://instagram.com/p/0FsdznhWHM/'),(1377,453,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0FsdznhWHM/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1378,453,'instagram_type','image'),(1379,453,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1380,453,'instagram_username','mollywoppersnyb'),(1381,454,'_wp_attached_file','2015/03/10986012_845241422214714_933128621_n.jpg'),(1382,454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/03/10986012_845241422214714_933128621_n.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"10986012_845241422214714_933128621_n-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:48:\"10986012_845241422214714_933128621_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"10986012_845241422214714_933128621_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:48:\"10986012_845241422214714_933128621_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"10986012_845241422214714_933128621_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"10986012_845241422214714_933128621_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1383,453,'instagram_image_id','454'),(1384,453,'_thumbnail_id','454'),(1391,458,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:8:\"indacart\";}'),(1392,458,'instagram_created_time','1426444666'),(1393,458,'dsgnwrks_instagram_id','941408552940299243_628025343'),(1394,458,'instagram_filter_used','Normal'),(1395,458,'instagram_attribution',''),(1396,458,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1397,458,'instagram_users_in_photo','a:2:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.1706667;s:1:\"x\";d:0.43866670000000002;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.752;s:1:\"x\";d:0.54266669999999995;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"jinxedstore\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10899324_1553047788269398_762374402_a.jpg\";s:2:\"id\";s:8:\"32576604\";s:9:\"full_name\";s:19:\"Jinxed Philadelphia\";}}}'),(1398,458,'instagram_link','https://instagram.com/p/0QjhdShWPr/'),(1399,458,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0QjhdShWPr/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1400,458,'instagram_type','image'),(1401,458,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1402,458,'instagram_username','mollywoppersnyb'),(1403,459,'_wp_attached_file','2015/03/925574_690327217743376_1997657959_n.jpg'),(1404,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:47:\"2015/03/925574_690327217743376_1997657959_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"925574_690327217743376_1997657959_n-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:47:\"925574_690327217743376_1997657959_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"925574_690327217743376_1997657959_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1405,458,'instagram_image_id','459'),(1406,458,'_thumbnail_id','459'),(1412,461,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1426608254\";s:4:\"text\";s:40:\"PS: @jimmy6or7 says he \"maybe\" be there.\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}s:2:\"id\";s:18:\"942780824687042910\";}}}'),(1413,461,'dsgnwrks_instagram_hashtags','a:4:{i:0;s:6:\"comics\";i:1;s:8:\"indacart\";i:2;s:7:\"mummers\";i:3;s:15:\"mollywoppersnyb\";}'),(1414,461,'instagram_created_time','1426608207'),(1415,461,'dsgnwrks_instagram_id','942780434524496463_628025343'),(1416,461,'instagram_filter_used','Normal'),(1417,461,'instagram_attribution',''),(1418,461,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1419,461,'instagram_users_in_photo','a:3:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.74375000000000002;s:1:\"x\";d:0.80312499999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"garagephilly\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_550952641_75sq_1379452802.jpg\";s:2:\"id\";s:9:\"550952641\";s:9:\"full_name\";s:6:\"Garage\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.25624999999999998;s:1:\"x\";d:0.81874999999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}}i:2;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.72812500000000002;s:1:\"x\";d:0.26874999999999999;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"jinxedstore\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10899324_1553047788269398_762374402_a.jpg\";s:2:\"id\";s:8:\"32576604\";s:9:\"full_name\";s:19:\"Jinxed Philadelphia\";}}}'),(1420,461,'instagram_link','https://instagram.com/p/0Vbc9lBWJP/'),(1421,461,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0Vbc9lBWJP/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1422,461,'instagram_type','image'),(1423,461,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1424,461,'instagram_username','mollywoppersnyb'),(1425,462,'_wp_attached_file','2015/03/11008231_377443509124195_1132695646_n.jpg'),(1426,462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/03/11008231_377443509124195_1132695646_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11008231_377443509124195_1132695646_n-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:49:\"11008231_377443509124195_1132695646_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11008231_377443509124195_1132695646_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1427,461,'instagram_image_id','462'),(1428,461,'_thumbnail_id','462'),(1433,464,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:8;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"ohrevoir\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10890967_1536843063242778_442290613_a.jpg\";s:2:\"id\";s:6:\"763274\";s:9:\"full_name\";s:15:\"Hilary Sedgwick\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"miss_sneakytiki\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xpf1/t51.2885-19/10349831_1461728680742740_146734268_a.jpg\";s:2:\"id\";s:7:\"2647420\";s:9:\"full_name\";s:14:\"karianne lauer\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_7634018_75sq_1360719790.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}}}'),(1434,464,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1435,464,'dsgnwrks_instagram_hashtags','a:2:{i:0;s:8:\"indacart\";i:1;s:15:\"mollywoppersnyb\";}'),(1436,464,'instagram_created_time','1426638335'),(1437,464,'dsgnwrks_instagram_id','943033165281583889_628025343'),(1438,464,'instagram_filter_used','Normal'),(1439,464,'instagram_attribution',''),(1440,464,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1441,464,'instagram_users_in_photo','a:0:{}'),(1442,464,'instagram_link','https://instagram.com/p/0WU6rcBWMR/'),(1443,464,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0WU6rcBWMR/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1444,464,'instagram_type','image'),(1445,464,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1446,464,'instagram_username','mollywoppersnyb'),(1447,465,'_wp_attached_file','2015/03/11056018_1604002956483149_1984263410_n.jpg'),(1448,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/03/11056018_1604002956483149_1984263410_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11056018_1604002956483149_1984263410_n-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:50:\"11056018_1604002956483149_1984263410_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11056018_1604002956483149_1984263410_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1449,464,'instagram_image_id','465'),(1450,464,'_thumbnail_id','465'),(1455,467,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:18;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"mightcould\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10802670_777993622236457_170112855_a.jpg\";s:2:\"id\";s:8:\"45377827\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_23709308_75sq_1395259543.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"rburgers\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/10817738_554999017932914_321766399_a.jpg\";s:2:\"id\";s:9:\"181917613\";s:9:\"full_name\";s:6:\"Rachel\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"jumpfeetfirst\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_30704311_75sq_1358804100.jpg\";s:2:\"id\";s:8:\"30704311\";s:9:\"full_name\";s:0:\"\";}}}'),(1456,467,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1426713925\";s:4:\"text\";s:5:\"Maybe\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"jimmy6or7\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/11055422_1577998965781161_978580831_a.jpg\";s:2:\"id\";s:7:\"5935985\";s:9:\"full_name\";s:13:\"Jimmy Lardani\";}s:2:\"id\";s:18:\"943667262819492148\";}}}'),(1457,467,'dsgnwrks_instagram_hashtags','a:4:{i:0;s:10:\"fundraiser\";i:1;s:8:\"indacart\";i:2;s:15:\"mollywoppersnyb\";i:3;s:7:\"mummers\";}'),(1458,467,'instagram_created_time','1426712281'),(1459,467,'dsgnwrks_instagram_id','943653473105567898_628025343'),(1460,467,'instagram_filter_used','Normal'),(1461,467,'instagram_attribution',''),(1462,467,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1463,467,'instagram_users_in_photo','a:0:{}'),(1464,467,'instagram_link','https://instagram.com/p/0Yh9WHhWCa/'),(1465,467,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0Yh9WHhWCa/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1466,467,'instagram_type','image'),(1467,467,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1468,467,'instagram_username','mollywoppersnyb'),(1469,468,'_wp_attached_file','2015/03/11055856_659739507487025_1151442589_n.jpg'),(1470,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/03/11055856_659739507487025_1151442589_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11055856_659739507487025_1151442589_n-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:49:\"11055856_659739507487025_1151442589_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11055856_659739507487025_1151442589_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1471,467,'instagram_image_id','468'),(1472,467,'_thumbnail_id','468'),(1477,470,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1478,470,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1479,470,'dsgnwrks_instagram_hashtags','a:0:{}'),(1480,470,'instagram_created_time','1426725672'),(1481,470,'dsgnwrks_instagram_id','943765806364581902_628025343'),(1482,470,'instagram_filter_used','Normal'),(1483,470,'instagram_attribution',''),(1484,470,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1485,470,'instagram_users_in_photo','a:0:{}'),(1486,470,'instagram_link','https://instagram.com/p/0Y7gAnhWAO/'),(1487,470,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0Y7gAnhWAO/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1488,470,'instagram_type','image'),(1489,470,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1490,470,'instagram_username','mollywoppersnyb'),(1491,471,'_wp_attached_file','2015/03/11055509_276158235891319_1102501006_n.jpg'),(1492,471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/03/11055509_276158235891319_1102501006_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11055509_276158235891319_1102501006_n-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:49:\"11055509_276158235891319_1102501006_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11055509_276158235891319_1102501006_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1493,470,'instagram_image_id','471'),(1494,470,'_thumbnail_id','471'),(1499,473,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:16;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"southphillysurfclub\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11018556_435848163237424_1789538606_a.jpg\";s:2:\"id\";s:8:\"30994122\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:6:\"0sully\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10946689_413386638817569_2131164340_a.jpg\";s:2:\"id\";s:8:\"17437891\";s:9:\"full_name\";s:14:\"Butch Sullivan\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"snackpaik\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/928688_1546294382305512_1828802325_a.jpg\";s:2:\"id\";s:8:\"30715764\";s:9:\"full_name\";s:16:\"La Nina Traviesa\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"dirtbird666\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10932301_1683281678565234_1498300125_a.jpg\";s:2:\"id\";s:8:\"22513670\";s:9:\"full_name\";s:11:\"dirtbird666\";}}}'),(1500,473,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1501,473,'dsgnwrks_instagram_hashtags','a:2:{i:0;s:8:\"indacart\";i:1;s:15:\"mollywoppersnyb\";}'),(1502,473,'instagram_created_time','1426784656'),(1503,473,'dsgnwrks_instagram_id','944260595941990549_628025343'),(1504,473,'instagram_filter_used','Normal'),(1505,473,'instagram_attribution',''),(1506,473,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1507,473,'instagram_users_in_photo','a:0:{}'),(1508,473,'instagram_link','https://instagram.com/p/0asAJUhWCV/'),(1509,473,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0asAJUhWCV/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1510,473,'instagram_type','image'),(1511,473,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1512,473,'instagram_username','mollywoppersnyb'),(1513,474,'_wp_attached_file','2015/03/11055495_1544681992464121_1766269146_n.jpg'),(1514,474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/03/11055495_1544681992464121_1766269146_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11055495_1544681992464121_1766269146_n-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:50:\"11055495_1544681992464121_1766269146_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11055495_1544681992464121_1766269146_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1515,473,'instagram_image_id','474'),(1516,473,'_thumbnail_id','474'),(1527,476,'instagram_attribution',''),(1529,476,'instagram_users_in_photo','a:4:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.47499999999999998;s:1:\"x\";d:0.57499999999999996;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"bingwithoutthebeard\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_40129008_75sq_1396979582.jpg\";s:2:\"id\";s:8:\"40129008\";s:9:\"full_name\";s:6:\"phil d\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.42499999999999999;s:1:\"x\";d:0.065625000000000003;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}}i:2;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.35625000000000001;s:1:\"x\";d:0.33124999999999999;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"iamfrankkelly\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_202745761_75sq_1394940461.jpg\";s:2:\"id\";s:9:\"202745761\";s:9:\"full_name\";s:11:\"Frank Kelly\";}}i:3;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.49687500000000001;s:1:\"x\";d:0.83750000000000002;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}}}'),(1530,476,'instagram_link','https://instagram.com/p/0qq7eeBWPD/'),(1531,476,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/0qq7eeBWPD/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1532,476,'instagram_type','image'),(1533,476,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1534,476,'instagram_username','mollywoppersnyb'),(1535,477,'_wp_attached_file','2015/03/10706912_708160529292541_744234872_n.jpg'),(1536,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/03/10706912_708160529292541_744234872_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"10706912_708160529292541_744234872_n-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:48:\"10706912_708160529292541_744234872_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"10706912_708160529292541_744234872_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1537,476,'instagram_image_id','477'),(1538,476,'_thumbnail_id','477'),(1544,480,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1545,480,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1546,480,'instagram_created_time','1431549127'),(1547,480,'dsgnwrks_instagram_id','984227876889256629_628025343'),(1548,480,'instagram_filter_used','Normal'),(1549,480,'instagram_attribution',''),(1550,480,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.933501999999997;s:4:\"name\";s:13:\"Garage Philly\";s:9:\"longitude\";d:-75.158752000000007;s:2:\"id\";i:235330979;}'),(1551,480,'instagram_users_in_photo','a:6:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.66249999999999998;s:1:\"x\";d:0.20937500000000001;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"maureenduffyjewelry\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/11137605_1098248433535540_2133968213_a.jpg\";s:2:\"id\";s:10:\"1819378458\";s:9:\"full_name\";s:13:\"Maureen Duffy\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.72187500000000004;s:1:\"x\";d:0.77812499999999996;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"bloodmilk\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/10475064_294616050699175_1319869126_a.jpg\";s:2:\"id\";s:7:\"6816187\";s:9:\"full_name\";s:10:\"Blood Milk\";}}i:2;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.33750000000000002;s:1:\"x\";d:0.77187499999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}}i:3;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.25937500000000002;s:1:\"x\";d:0.19375000000000001;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"garagephilly\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_550952641_75sq_1379452802.jpg\";s:2:\"id\";s:9:\"550952641\";s:9:\"full_name\";s:6:\"Garage\";}}i:4;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.25937500000000002;s:1:\"x\";d:0.79374999999999996;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"indacartphilly\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/10784848_1484650815156817_542819199_a.jpg\";s:2:\"id\";s:10:\"1515049989\";s:9:\"full_name\";s:0:\"\";}}i:5;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.38437500000000002;s:1:\"x\";d:0.41249999999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"jinxedstore\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xtf1/t51.2885-19/10899324_1553047788269398_762374402_a.jpg\";s:2:\"id\";s:8:\"32576604\";s:9:\"full_name\";s:19:\"Jinxed Philadelphia\";}}}'),(1552,480,'instagram_link','https://instagram.com/p/2orgoUBWK1/'),(1553,480,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/2orgoUBWK1/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1554,480,'instagram_type','image'),(1555,480,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1556,480,'instagram_username','mollywoppersnyb'),(1557,481,'_wp_attached_file','2015/05/11241512_722630724509311_834529245_n.jpg'),(1558,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/05/11241512_722630724509311_834529245_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"11241512_722630724509311_834529245_n-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:48:\"11241512_722630724509311_834529245_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"11241512_722630724509311_834529245_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1559,480,'instagram_image_id','481'),(1560,480,'_thumbnail_id','481'),(1565,484,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:7;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"gypsydelphia\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11374752_1597724370509567_801573059_a.jpg\";s:2:\"id\";s:6:\"852934\";s:9:\"full_name\";s:16:\"Katherine Olivia\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"chrismclark\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_11442717_75sq_1365346141.jpg\";s:2:\"id\";s:8:\"11442717\";s:9:\"full_name\";s:11:\"Chris Clark\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"pigglycha\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10691630_302677609856287_337859037_a.jpg\";s:2:\"id\";s:8:\"13614918\";s:9:\"full_name\";s:12:\"Amy Pasquale\";}}}'),(1566,484,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1567,484,'dsgnwrks_instagram_hashtags','a:0:{}'),(1568,484,'instagram_created_time','1433278175'),(1569,484,'dsgnwrks_instagram_id','998732185643344029_628025343'),(1570,484,'instagram_filter_used','Normal'),(1571,484,'instagram_attribution',''),(1572,484,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.940676052999997;s:4:\"name\";s:18:\"South Broad Street\";s:9:\"longitude\";d:-75.166070062000003;s:2:\"id\";i:287133240;}'),(1573,484,'instagram_users_in_photo','a:6:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.34687499999999999;s:1:\"x\";d:0.934640519;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"bingwithoutthebeard\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_40129008_75sq_1396979582.jpg\";s:2:\"id\";s:8:\"40129008\";s:9:\"full_name\";s:6:\"phil d\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.31874999999999998;s:1:\"x\";d:0.38437500000000002;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"chriscamp215\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/11208593_929589757092782_321152746_a.jpg\";s:2:\"id\";s:9:\"205611780\";s:9:\"full_name\";s:15:\"Chris Campuzano\";}}i:2;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.32500000000000001;s:1:\"x\";d:0.53125;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"ri_t_chie\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_43354909_75sq_1396764125.jpg\";s:2:\"id\";s:8:\"43354909\";s:9:\"full_name\";s:8:\"richie b\";}}i:3;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.30937500000000001;s:1:\"x\";d:0.64687499999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"chelchy14\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10296950_815817648466604_1860637994_a.jpg\";s:2:\"id\";s:7:\"8886325\";s:9:\"full_name\";s:16:\"ChelseaDerricott\";}}i:4;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.33750000000000002;s:1:\"x\";d:0.084375000000000006;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_7634018_75sq_1360719790.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}}i:5;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.34062500000000001;s:1:\"x\";d:0.29375000000000001;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"braxknuckles\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/11186987_456605344505914_1595139364_a.jpg\";s:2:\"id\";s:7:\"7668175\";s:9:\"full_name\";s:19:\"Renaissance Maestro\";}}}'),(1574,484,'instagram_link','https://instagram.com/p/3cNaGfBWCd/'),(1575,484,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/3cNaGfBWCd/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1576,484,'instagram_type','image'),(1577,484,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1578,484,'instagram_username','mollywoppersnyb'),(1579,485,'_wp_attached_file','2015/06/11357753_1453282948304189_1750178435_n.jpg'),(1580,485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/06/11357753_1453282948304189_1750178435_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11357753_1453282948304189_1750178435_n-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:50:\"11357753_1453282948304189_1750178435_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11357753_1453282948304189_1750178435_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1581,484,'instagram_image_id','485'),(1582,484,'_thumbnail_id','485'),(1587,487,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:2;s:4:\"data\";a:2:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"south_1936\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055591_990605930951431_1324800530_a.jpg\";s:2:\"id\";s:10:\"1594647856\";s:9:\"full_name\";s:26:\"South 1936 Consulting, LLC\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"dailey28philly\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11201637_1665327220362105_1378675030_a.jpg\";s:2:\"id\";s:8:\"35023565\";s:9:\"full_name\";s:0:\"\";}}}'),(1588,487,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1589,487,'dsgnwrks_instagram_hashtags','a:0:{}'),(1590,487,'instagram_created_time','1433808333'),(1591,487,'dsgnwrks_instagram_id','1003179468585787848_628025343'),(1592,487,'instagram_filter_used','Normal'),(1593,487,'instagram_attribution',''),(1594,487,'instagram_location',''),(1595,487,'instagram_users_in_photo','a:0:{}'),(1596,487,'instagram_link','https://instagram.com/p/3sAmlfBWHI/'),(1597,487,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/3sAmlfBWHI/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1598,487,'instagram_type','image'),(1599,487,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1600,487,'instagram_username','mollywoppersnyb'),(1601,488,'_wp_attached_file','2015/06/11335098_908933922483246_448091033_n.jpg'),(1602,488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/06/11335098_908933922483246_448091033_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"11335098_908933922483246_448091033_n-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:48:\"11335098_908933922483246_448091033_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"11335098_908933922483246_448091033_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1603,487,'instagram_image_id','488'),(1604,487,'_thumbnail_id','488'),(1609,490,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:14:\"R A Y B I R D.\";}}}'),(1610,490,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1611,490,'dsgnwrks_instagram_hashtags','a:0:{}'),(1612,490,'instagram_created_time','1433879430'),(1613,490,'dsgnwrks_instagram_id','1003775874346344719_628025343'),(1614,490,'instagram_filter_used','Normal'),(1615,490,'instagram_attribution',''),(1616,490,'instagram_location',''),(1617,490,'instagram_users_in_photo','a:0:{}'),(1618,490,'instagram_link','https://instagram.com/p/3uINbohWEP/'),(1619,490,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/3uINbohWEP/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1620,490,'instagram_type','image'),(1621,490,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1622,490,'instagram_username','mollywoppersnyb'),(1623,491,'_wp_attached_file','2015/06/11333335_685143544951024_154379226_n.jpg'),(1624,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/06/11333335_685143544951024_154379226_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"11333335_685143544951024_154379226_n-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:48:\"11333335_685143544951024_154379226_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"11333335_685143544951024_154379226_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1625,490,'instagram_image_id','491'),(1626,490,'_thumbnail_id','491'),(1631,493,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:6;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_7634018_75sq_1360719790.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"vive1977\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_13646813_75sq_1380012335.jpg\";s:2:\"id\";s:8:\"13646813\";s:9:\"full_name\";s:8:\"VIVE1977\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"yournoise\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_28804830_75sq_1391998630.jpg\";s:2:\"id\";s:8:\"28804830\";s:9:\"full_name\";s:0:\"\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"rburgers\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10817738_554999017932914_321766399_a.jpg\";s:2:\"id\";s:9:\"181917613\";s:9:\"full_name\";s:6:\"Rachel\";}}}'),(1632,493,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1433979375\";s:4:\"text\";s:29:\"Can\'t rush this much handsome\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_7634018_75sq_1360719790.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}s:2:\"id\";s:19:\"1004614277346452184\";}}}'),(1633,493,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1634,493,'instagram_created_time','1433979276'),(1635,493,'dsgnwrks_instagram_id','1004613439735554221_628025343'),(1636,493,'instagram_filter_used','Normal'),(1637,493,'instagram_attribution',''),(1638,493,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.922489200000001;s:4:\"name\";s:17:\"O\'Malley NYA Club\";s:9:\"longitude\";d:-75.151077299999997;s:2:\"id\";i:9824739;}'),(1639,493,'instagram_users_in_photo','a:5:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.4375;s:1:\"x\";d:0.30312499999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"bingwithoutthebeard\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_40129008_75sq_1396979582.jpg\";s:2:\"id\";s:8:\"40129008\";s:9:\"full_name\";s:6:\"phil d\";}}i:1;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.52812499999999996;s:1:\"x\";d:0.80000000000000004;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:16:\"killyourselfnerd\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_250005016_75sq_1352526256.jpg\";s:2:\"id\";s:9:\"250005016\";s:9:\"full_name\";s:17:\"Terrance McGovern\";}}i:2;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.87187499999999996;s:1:\"x\";d:0.934640519;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}}i:3;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.47812500000000002;s:1:\"x\";d:0.20000000000000001;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:14:\"R A Y B I R D.\";}}i:4;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.53437500000000004;s:1:\"x\";d:0.38124999999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"southphillysurfclub\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11018556_435848163237424_1789538606_a.jpg\";s:2:\"id\";s:8:\"30994122\";s:9:\"full_name\";s:0:\"\";}}}'),(1640,493,'instagram_link','https://instagram.com/p/3xGpnMBWCt/'),(1641,493,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/3xGpnMBWCt/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1642,493,'instagram_type','image'),(1643,493,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1644,493,'instagram_username','mollywoppersnyb'),(1645,494,'_wp_attached_file','2015/06/11311443_828747780547032_355396808_n.jpg'),(1646,494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/06/11311443_828747780547032_355396808_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"11311443_828747780547032_355396808_n-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:48:\"11311443_828747780547032_355396808_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"11311443_828747780547032_355396808_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1647,493,'instagram_image_id','494'),(1648,493,'_thumbnail_id','494'),(1653,496,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:10;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"rachaelshelly\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11312326_924917020893705_1611930311_a.jpg\";s:2:\"id\";s:7:\"4791743\";s:9:\"full_name\";s:14:\"Rachael Shelly\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"lauradale85\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_5938477_75sq_1378166191.jpg\";s:2:\"id\";s:7:\"5938477\";s:9:\"full_name\";s:10:\"Laura Dale\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:8:\"raybird.\";}}}'),(1654,496,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:3;s:4:\"data\";a:3:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1435792146\";s:4:\"text\";s:51:\"@mollywoppersnyb it\'s on a Sunday now?! Yeah!!!!!!!\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:8:\"raybird.\";}s:2:\"id\";s:19:\"1019820897290510926\";}i:1;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1435792163\";s:4:\"text\";s:4:\"Nope\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"jimmy6or7\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xpf1/t51.2885-19/11055422_1577998965781161_978580831_a.jpg\";s:2:\"id\";s:7:\"5935985\";s:9:\"full_name\";s:13:\"Jimmy Lardani\";}s:2:\"id\";s:19:\"1019821040878314074\";}i:2;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1435792236\";s:4:\"text\";s:37:\"Yay I\'ll be there I brought my suit!!\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"lauradale85\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_5938477_75sq_1378166191.jpg\";s:2:\"id\";s:7:\"5938477\";s:9:\"full_name\";s:10:\"Laura Dale\";}s:2:\"id\";s:19:\"1019821652894376575\";}}}'),(1655,496,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1656,496,'instagram_created_time','1435792057'),(1657,496,'dsgnwrks_instagram_id','1019820148498195311_628025343'),(1658,496,'instagram_filter_used','Normal'),(1659,496,'instagram_attribution',''),(1660,496,'instagram_location',''),(1661,496,'instagram_users_in_photo','a:0:{}'),(1662,496,'instagram_link','https://instagram.com/p/4nIQWWBWNv/'),(1663,496,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/4nIQWWBWNv/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1664,496,'instagram_type','image'),(1665,496,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1666,496,'instagram_username','mollywoppersnyb'),(1667,497,'_wp_attached_file','2015/07/11379201_852160931535470_216119358_n.jpg'),(1668,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/07/11379201_852160931535470_216119358_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"11379201_852160931535470_216119358_n-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:48:\"11379201_852160931535470_216119358_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"11379201_852160931535470_216119358_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1669,496,'instagram_image_id','497'),(1670,496,'_thumbnail_id','497'),(1675,499,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:7;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"im_dbradeis\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11351877_483599611805565_587775904_a.jpg\";s:2:\"id\";s:8:\"19715736\";s:9:\"full_name\";s:13:\"Derek Bradeis\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"valerianieto\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_1268100_75sq_1397501886.jpg\";s:2:\"id\";s:7:\"1268100\";s:9:\"full_name\";s:13:\"Valeria Nieto\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"jinxedstore\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xtf1/t51.2885-19/10899324_1553047788269398_762374402_a.jpg\";s:2:\"id\";s:8:\"32576604\";s:9:\"full_name\";s:19:\"Jinxed Philadelphia\";}}}'),(1676,499,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1436307428\";s:4:\"text\";s:21:\"Gonna miss that dude!\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"shakyawesome\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_40013406_75sq_1334323865.jpg\";s:2:\"id\";s:8:\"40013406\";s:9:\"full_name\";s:5:\"shaky\";}s:2:\"id\";s:19:\"1024143396895547528\";}}}'),(1677,499,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1678,499,'instagram_created_time','1436307345'),(1679,499,'dsgnwrks_instagram_id','1024142699676393618_628025343'),(1680,499,'instagram_filter_used','Normal'),(1681,499,'instagram_attribution',''),(1682,499,'instagram_location',''),(1683,499,'instagram_users_in_photo','a:1:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.53125;s:1:\"x\";d:0.52500000000000002;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:5:\"bjg28\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_13853463_75sq_1357513834.jpg\";s:2:\"id\";s:8:\"13853463\";s:9:\"full_name\";s:0:\"\";}}}'),(1684,499,'instagram_link','https://instagram.com/p/42fFv1hWCS/'),(1685,499,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/42fFv1hWCS/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1686,499,'instagram_type','image'),(1687,499,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1688,499,'instagram_username','mollywoppersnyb'),(1689,500,'_wp_attached_file','2015/07/1597708_1660303400869987_214897209_n.jpg'),(1690,500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/07/1597708_1660303400869987_214897209_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1597708_1660303400869987_214897209_n-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:48:\"1597708_1660303400869987_214897209_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"1597708_1660303400869987_214897209_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1691,499,'instagram_image_id','500'),(1692,499,'_thumbnail_id','500'),(1697,502,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:3;s:4:\"data\";a:3:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"too.much.tuna\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11382949_1448763525420225_558079960_a.jpg\";s:2:\"id\";s:9:\"201545853\";s:9:\"full_name\";s:11:\"Alex Farley\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}}}'),(1698,502,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1699,502,'dsgnwrks_instagram_hashtags','a:2:{i:0;s:15:\"mollywoppersnyb\";i:1;s:7:\"mummers\";}'),(1700,502,'instagram_created_time','1436382046'),(1701,502,'dsgnwrks_instagram_id','1024769341394345985_628025343'),(1702,502,'instagram_filter_used','Normal'),(1703,502,'instagram_attribution',''),(1704,502,'instagram_location',''),(1705,502,'instagram_users_in_photo','a:1:{i:0;O:8:\"stdClass\":2:{s:8:\"position\";O:8:\"stdClass\":2:{s:1:\"y\";d:0.47812500000000002;s:1:\"x\";d:0.66249999999999998;}s:4:\"user\";O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}}}'),(1706,502,'instagram_link','https://instagram.com/p/44tklahWAB/'),(1707,502,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/44tklahWAB/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1708,502,'instagram_type','image'),(1709,502,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1710,502,'instagram_username','mollywoppersnyb'),(1711,503,'_wp_attached_file','2015/07/10817629_1497302410561475_2066572218_n.jpg'),(1712,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/07/10817629_1497302410561475_2066572218_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"10817629_1497302410561475_2066572218_n-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:50:\"10817629_1497302410561475_2066572218_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"10817629_1497302410561475_2066572218_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1713,502,'instagram_image_id','503'),(1714,502,'_thumbnail_id','503'),(1719,505,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:2;s:4:\"data\";a:2:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"mrchops34\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11199378_754045264714012_1069174085_a.jpg\";s:2:\"id\";s:8:\"52047642\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_2100739_75sq_1372606012.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}}}'),(1720,505,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1721,505,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1722,505,'instagram_created_time','1436482102'),(1723,505,'dsgnwrks_instagram_id','1025608670295449854_628025343'),(1724,505,'instagram_filter_used','Normal'),(1725,505,'instagram_attribution',''),(1726,505,'instagram_location',''),(1727,505,'instagram_users_in_photo','a:0:{}'),(1728,505,'instagram_link','https://instagram.com/p/47sabXhWD-/'),(1729,505,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/47sabXhWD-/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1730,505,'instagram_type','image'),(1731,505,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1732,505,'instagram_username','mollywoppersnyb'),(1733,506,'_wp_attached_file','2015/07/11419023_788057994648521_1993063629_n.jpg'),(1734,506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/07/11419023_788057994648521_1993063629_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11419023_788057994648521_1993063629_n-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:49:\"11419023_788057994648521_1993063629_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11419023_788057994648521_1993063629_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1735,505,'instagram_image_id','506'),(1736,505,'_thumbnail_id','506'),(1741,508,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:3;s:4:\"data\";a:3:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"im_dbradeis\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11351877_483599611805565_587775904_a.jpg\";s:2:\"id\";s:8:\"19715736\";s:9:\"full_name\";s:13:\"Derek Bradeis\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"eyeofthegiraffe\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xpf1/t51.2885-19/11189324_1587214778234335_721622987_a.jpg\";s:2:\"id\";s:8:\"22646932\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"chriscamp215\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/11208593_929589757092782_321152746_a.jpg\";s:2:\"id\";s:9:\"205611780\";s:9:\"full_name\";s:15:\"Chris Campuzano\";}}}'),(1742,508,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1743,508,'instagram_created_time','1436564171'),(1744,508,'dsgnwrks_instagram_id','1026297117465207697_628025343'),(1745,508,'instagram_filter_used','Normal'),(1746,508,'instagram_attribution',''),(1747,508,'instagram_location',''),(1748,508,'instagram_users_in_photo','a:0:{}'),(1749,508,'instagram_link','https://instagram.com/p/4-I8pwhWOR/'),(1750,508,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/4-I8pwhWOR/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1751,508,'instagram_type','image'),(1752,508,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1753,508,'instagram_username','mollywoppersnyb'),(1754,509,'_wp_attached_file','2015/07/10949038_1692804714289254_1089228086_n.jpg'),(1755,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/07/10949038_1692804714289254_1089228086_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"10949038_1692804714289254_1089228086_n-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:50:\"10949038_1692804714289254_1089228086_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"10949038_1692804714289254_1089228086_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1756,508,'instagram_image_id','509'),(1757,508,'_thumbnail_id','509'),(1762,511,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1763,511,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1764,511,'dsgnwrks_instagram_hashtags','a:3:{i:0;s:2:\"42\";i:1;s:17:\"alwaysbringatowel\";i:2;s:15:\"mollywoppersnyb\";}'),(1765,511,'instagram_created_time','1436645968'),(1766,511,'dsgnwrks_instagram_id','1026983276935733824_628025343'),(1767,511,'instagram_filter_used','Normal'),(1768,511,'instagram_attribution',''),(1769,511,'instagram_location',''),(1770,511,'instagram_users_in_photo','a:0:{}'),(1771,511,'instagram_link','https://instagram.com/p/5Ak9lkBWJA/'),(1772,511,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/5Ak9lkBWJA/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1773,511,'instagram_type','image'),(1774,511,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1775,511,'instagram_username','mollywoppersnyb'),(1776,512,'_wp_attached_file','2015/07/11356987_674709302662170_2005815400_n.jpg'),(1777,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/07/11356987_674709302662170_2005815400_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11356987_674709302662170_2005815400_n-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:49:\"11356987_674709302662170_2005815400_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11356987_674709302662170_2005815400_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1778,511,'instagram_image_id','512'),(1779,511,'_thumbnail_id','512'),(1784,514,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:11;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"rachaelshelly\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11312326_924917020893705_1611930311_a.jpg\";s:2:\"id\";s:7:\"4791743\";s:9:\"full_name\";s:14:\"Rachael Shelly\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"myeyesbebrown\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_10427603_75sq_1372369235.jpg\";s:2:\"id\";s:8:\"10427603\";s:9:\"full_name\";s:13:\"myeyesbebrown\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"bbqeveryday\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_16443269_75sq_1363067993.jpg\";s:2:\"id\";s:8:\"16443269\";s:9:\"full_name\";s:11:\"bbqeveryday\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:8:\"raybird.\";}}}'),(1785,514,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:2;s:4:\"data\";a:2:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1436735810\";s:4:\"text\";s:14:\"@newsoundbrass\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"sharpfelix\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-d-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10735100_348283192006411_1110328800_a.jpg\";s:2:\"id\";s:10:\"1532307259\";s:9:\"full_name\";s:9:\"Dan Demmy\";}s:2:\"id\";s:19:\"1027736926289223683\";}i:1;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1436736169\";s:4:\"text\";s:22:\"Wait...this was today?\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"jimmy6or7\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xap1/t51.2885-19/10431888_910938512301670_913310274_a.jpg\";s:2:\"id\";s:7:\"5935985\";s:9:\"full_name\";s:13:\"Jimmy Lardani\";}s:2:\"id\";s:19:\"1027739940416741676\";}}}'),(1786,514,'dsgnwrks_instagram_hashtags','a:0:{}'),(1787,514,'instagram_created_time','1436735536'),(1788,514,'dsgnwrks_instagram_id','1027734628230062330_628025343'),(1789,514,'instagram_filter_used','Normal'),(1790,514,'instagram_attribution',''),(1791,514,'instagram_location',''),(1792,514,'instagram_users_in_photo','a:0:{}'),(1793,514,'instagram_link','https://instagram.com/p/5DPzL_BWD6/'),(1794,514,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/5DPzL_BWD6/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1795,514,'instagram_type','image'),(1796,514,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1797,514,'instagram_username','mollywoppersnyb'),(1798,515,'_wp_attached_file','2015/07/11379323_1005614742785068_2088695057_n.jpg'),(1799,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/07/11379323_1005614742785068_2088695057_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11379323_1005614742785068_2088695057_n-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:50:\"11379323_1005614742785068_2088695057_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11379323_1005614742785068_2088695057_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1800,514,'instagram_image_id','515'),(1801,514,'_thumbnail_id','515'),(1806,517,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:8;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:6:\"0sully\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xpf1/t51.2885-19/10946689_413386638817569_2131164340_a.jpg\";s:2:\"id\";s:8:\"17437891\";s:9:\"full_name\";s:14:\"Butch Sullivan\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_23709308_75sq_1395259543.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:83:\"https://instagramimages-a.akamaihd.net/profiles/profile_7634018_75sq_1360719790.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}}}'),(1807,517,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1808,517,'dsgnwrks_instagram_hashtags','a:2:{i:0;s:8:\"indacart\";i:1;s:15:\"mollywoppersnyb\";}'),(1809,517,'instagram_created_time','1438039984'),(1810,517,'dsgnwrks_instagram_id','1038677130420248689_628025343'),(1811,517,'instagram_filter_used','Normal'),(1812,517,'instagram_attribution',''),(1813,517,'instagram_location',''),(1814,517,'instagram_users_in_photo','a:0:{}'),(1815,517,'instagram_link','https://instagram.com/p/5qH1jTBWBx/'),(1816,517,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/5qH1jTBWBx/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1817,517,'instagram_type','image'),(1818,517,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1819,517,'instagram_username','mollywoppersnyb'),(1820,518,'_wp_attached_file','2015/07/11386542_879410205440646_1599670764_n.jpg'),(1821,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/07/11386542_879410205440646_1599670764_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11386542_879410205440646_1599670764_n-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:49:\"11386542_879410205440646_1599670764_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11386542_879410205440646_1599670764_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1822,517,'instagram_image_id','518'),(1823,517,'_thumbnail_id','518'),(1830,521,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:7;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"kelleeec\";s:15:\"profile_picture\";s:84:\"https://instagramimages-a.akamaihd.net/profiles/profile_13752072_75sq_1322029264.jpg\";s:2:\"id\";s:8:\"13752072\";s:9:\"full_name\";s:8:\"kelleeec\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:21:\"thechampagneoffriends\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xpf1/t51.2885-19/11008213_1556214317997712_1268301000_a.jpg\";s:2:\"id\";s:8:\"20457385\";s:9:\"full_name\";s:11:\"Katie Galie\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"raybird_\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/11055645_344871049044941_864705009_a.jpg\";s:2:\"id\";s:7:\"7016791\";s:9:\"full_name\";s:8:\"raybird.\";}}}'),(1831,521,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1832,521,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1833,521,'instagram_created_time','1438815273'),(1834,521,'dsgnwrks_instagram_id','1045180722262139016_628025343'),(1835,521,'instagram_filter_used','Normal'),(1836,521,'instagram_attribution',''),(1837,521,'instagram_location',''),(1838,521,'instagram_users_in_photo','a:0:{}'),(1839,521,'instagram_link','https://instagram.com/p/6BOlRMhWCI/'),(1840,521,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/6BOlRMhWCI/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1841,521,'instagram_type','image'),(1842,521,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:85:\"https://instagramimages-a.akamaihd.net/profiles/profile_628025343_75sq_1382667617.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1843,521,'instagram_username','mollywoppersnyb'),(1844,522,'_wp_attached_file','2015/08/10948951_1597968490464816_1251689862_n.jpg'),(1845,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/08/10948951_1597968490464816_1251689862_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"10948951_1597968490464816_1251689862_n-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:50:\"10948951_1597968490464816_1251689862_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"10948951_1597968490464816_1251689862_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1846,521,'instagram_image_id','522'),(1847,521,'_thumbnail_id','522'),(1852,524,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}}}'),(1853,524,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1854,524,'dsgnwrks_instagram_hashtags','a:0:{}'),(1855,524,'instagram_created_time','1440193407'),(1856,524,'dsgnwrks_instagram_id','1056741350223209002_628025343'),(1857,524,'instagram_filter_used','Normal'),(1858,524,'instagram_attribution',''),(1859,524,'instagram_location',''),(1860,524,'instagram_users_in_photo','a:0:{}'),(1861,524,'instagram_link','https://instagram.com/p/6qTKi_hWIq/'),(1862,524,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/6qTKi_hWIq/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1863,524,'instagram_type','image'),(1864,524,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1865,524,'instagram_username','mollywoppersnyb'),(1866,525,'_wp_attached_file','2015/08/1922118_922813121138475_977985080_n.jpg'),(1867,525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2015/08/1922118_922813121138475_977985080_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"1922118_922813121138475_977985080_n-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:47:\"1922118_922813121138475_977985080_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"1922118_922813121138475_977985080_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1868,524,'instagram_image_id','525'),(1869,524,'_thumbnail_id','525'),(1874,527,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:7;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11820520_854869757931277_988049638_a.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"lauradale85\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11850267_1484148721901732_954741767_a.jpg\";s:2:\"id\";s:7:\"5938477\";s:9:\"full_name\";s:10:\"Laura Dale\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"dirtbird666\";s:15:\"profile_picture\";s:116:\"https://igcdn-photos-d-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/s150x150/11312503_124896584516939_1746202311_a.jpg\";s:2:\"id\";s:8:\"22513670\";s:9:\"full_name\";s:11:\"dirtbird666\";}}}'),(1875,527,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:3;s:4:\"data\";a:3:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1442695215\";s:4:\"text\";s:9:\"@goryprod\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"dirtbird666\";s:15:\"profile_picture\";s:116:\"https://igcdn-photos-d-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/s150x150/11312503_124896584516939_1746202311_a.jpg\";s:2:\"id\";s:8:\"22513670\";s:9:\"full_name\";s:11:\"dirtbird666\";}s:2:\"id\";s:19:\"1077728036381876516\";}i:1;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1442695406\";s:4:\"text\";s:60:\"Tag the crew. @iamfrankkelly @bingwithoutthebeard @dogboy701\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}s:2:\"id\";s:19:\"1077729640636047807\";}i:2;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1442695505\";s:4:\"text\";s:9:\"@esher215\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}s:2:\"id\";s:19:\"1077730472349753878\";}}}'),(1876,527,'dsgnwrks_instagram_hashtags','a:0:{}'),(1877,527,'instagram_created_time','1442694976'),(1878,527,'dsgnwrks_instagram_id','1077726031915606948_628025343'),(1879,527,'instagram_filter_used','Normal'),(1880,527,'instagram_attribution',''),(1881,527,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.932072963000003;s:4:\"name\";s:7:\"NC club\";s:9:\"longitude\";d:-75.154379019000004;s:2:\"id\";i:10258255;}'),(1882,527,'instagram_users_in_photo','a:0:{}'),(1883,527,'instagram_link','https://instagram.com/p/702h2xhWOk/'),(1884,527,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/702h2xhWOk/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1885,527,'instagram_type','image'),(1886,527,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1887,527,'instagram_username','mollywoppersnyb'),(1888,528,'_wp_attached_file','2015/09/11821292_1661724310707467_1402828200_n.jpg'),(1889,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/09/11821292_1661724310707467_1402828200_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11821292_1661724310707467_1402828200_n-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:50:\"11821292_1661724310707467_1402828200_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11821292_1661724310707467_1402828200_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1890,527,'instagram_image_id','528'),(1891,527,'_thumbnail_id','528'),(1896,530,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:5;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:7:\"dubsurf\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-g-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/11379128_867245350022606_787183705_a.jpg\";s:2:\"id\";s:8:\"16974424\";s:9:\"full_name\";s:3:\"Rob\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"southphillysurfclub\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/s150x150/11249724_927243554034459_1306427365_a.jpg\";s:2:\"id\";s:8:\"30994122\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"miss_sneakytiki\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-19/10349831_1461728680742740_146734268_a.jpg\";s:2:\"id\";s:7:\"2647420\";s:9:\"full_name\";s:14:\"karianne lauer\";}}}'),(1897,530,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1442970892\";s:4:\"text\";s:13:\"Doors at 730?\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"southphillysurfclub\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/s150x150/11249724_927243554034459_1306427365_a.jpg\";s:2:\"id\";s:8:\"30994122\";s:9:\"full_name\";s:0:\"\";}s:2:\"id\";s:19:\"1080040586930905446\";}}}'),(1898,530,'dsgnwrks_instagram_hashtags','a:0:{}'),(1899,530,'instagram_created_time','1442970617'),(1900,530,'dsgnwrks_instagram_id','1080038279317119803_628025343'),(1901,530,'instagram_filter_used','Normal'),(1902,530,'instagram_attribution',''),(1903,530,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.932072963000003;s:4:\"name\";s:7:\"NC club\";s:9:\"longitude\";d:-75.154379019000004;s:2:\"id\";i:10258255;}'),(1904,530,'instagram_users_in_photo','a:0:{}'),(1905,530,'instagram_link','https://instagram.com/p/79ERe-hWM7/'),(1906,530,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/79ERe-hWM7/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1907,530,'instagram_type','image'),(1908,530,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1909,530,'instagram_username','mollywoppersnyb'),(1910,531,'_wp_attached_file','2015/09/11918004_1193783413971705_1814061344_n.jpg'),(1911,531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/09/11918004_1193783413971705_1814061344_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"11918004_1193783413971705_1814061344_n-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:50:\"11918004_1193783413971705_1814061344_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"11918004_1193783413971705_1814061344_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1912,530,'instagram_image_id','531'),(1913,530,'_thumbnail_id','531'),(1918,533,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:4;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"mikethewhisper\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xat1/t51.2885-19/10453950_755375831173405_503278066_a.jpg\";s:2:\"id\";s:8:\"26651919\";s:9:\"full_name\";s:8:\"Big Ched\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"myeyesbebrown\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11910123_1645711685697316_1296568201_a.jpg\";s:2:\"id\";s:8:\"10427603\";s:9:\"full_name\";s:13:\"myeyesbebrown\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"morrisseysdick\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xtf1/t51.2885-19/10802622_1512007279085913_932906884_a.jpg\";s:2:\"id\";s:8:\"49826084\";s:9:\"full_name\";s:3:\"Pat\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:17:\"theofficialbigjim\";s:15:\"profile_picture\";s:101:\"https://scontent.cdninstagram.com/hphotos-xap1/t51.2885-19/10593273_1460333297553859_2100283368_a.jpg\";s:2:\"id\";s:9:\"400456495\";s:9:\"full_name\";s:12:\"family first\";}}}'),(1919,533,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1443036084\";s:4:\"text\";s:33:\"Can anyone bring leftover shirts?\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"myeyesbebrown\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11910123_1645711685697316_1296568201_a.jpg\";s:2:\"id\";s:8:\"10427603\";s:9:\"full_name\";s:13:\"myeyesbebrown\";}s:2:\"id\";s:19:\"1080587455746629880\";}}}'),(1920,533,'dsgnwrks_instagram_hashtags','a:0:{}'),(1921,533,'instagram_created_time','1443035761'),(1922,533,'dsgnwrks_instagram_id','1080584744926011863_628025343'),(1923,533,'instagram_filter_used','Normal'),(1924,533,'instagram_attribution',''),(1925,533,'instagram_location',''),(1926,533,'instagram_users_in_photo','a:0:{}'),(1927,533,'instagram_link','https://instagram.com/p/7_AhmvBWHX/'),(1928,533,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/7_AhmvBWHX/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1929,533,'instagram_type','image'),(1930,533,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1931,533,'instagram_username','mollywoppersnyb'),(1932,534,'_wp_attached_file','2015/09/11856823_152789118400684_760559570_n.jpg'),(1933,534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/09/11856823_152789118400684_760559570_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"11856823_152789118400684_760559570_n-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:48:\"11856823_152789118400684_760559570_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"11856823_152789118400684_760559570_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1934,533,'instagram_image_id','534'),(1935,533,'_thumbnail_id','534'),(1940,536,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:4;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"andrew_basil\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-19/11356904_1005092782854987_574327077_a.jpg\";s:2:\"id\";s:7:\"4802080\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"godisdead_\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xta1/t51.2885-19/10747780_1489581381322520_347014331_a.jpg\";s:2:\"id\";s:9:\"190733624\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11820520_854869757931277_988049638_a.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:17:\"ladywearsthepants\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11375359_480039798844756_1765332971_a.jpg\";s:2:\"id\";s:9:\"593786714\";s:9:\"full_name\";s:13:\"Maureen Brown\";}}}'),(1941,536,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1942,536,'dsgnwrks_instagram_hashtags','a:0:{}'),(1943,536,'instagram_created_time','1443053590'),(1944,536,'dsgnwrks_instagram_id','1080734302180041095_628025343'),(1945,536,'instagram_filter_used','Normal'),(1946,536,'instagram_attribution',''),(1947,536,'instagram_location',''),(1948,536,'instagram_users_in_photo','a:0:{}'),(1949,536,'instagram_link','https://instagram.com/p/7_ih8yBWGH/'),(1950,536,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/7_ih8yBWGH/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1951,536,'instagram_type','image'),(1952,536,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1953,536,'instagram_username','mollywoppersnyb'),(1954,537,'_wp_attached_file','2015/09/11909414_1666197056950098_359388369_n.jpg'),(1955,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:49:\"2015/09/11909414_1666197056950098_359388369_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"11909414_1666197056950098_359388369_n-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:49:\"11909414_1666197056950098_359388369_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"11909414_1666197056950098_359388369_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1956,536,'instagram_image_id','537'),(1957,536,'_thumbnail_id','537'),(1962,539,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:8;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"myeyesbebrown\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11910123_1645711685697316_1296568201_a.jpg\";s:2:\"id\";s:8:\"10427603\";s:9:\"full_name\";s:13:\"myeyesbebrown\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:6:\"0sully\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xpf1/t51.2885-19/10946689_413386638817569_2131164340_a.jpg\";s:2:\"id\";s:8:\"17437891\";s:9:\"full_name\";s:14:\"Butch Sullivan\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"gotfocked\";s:15:\"profile_picture\";s:101:\"https://scontent.cdninstagram.com/hphotos-xfa1/l/t51.2885-19/11809574_986299044762418_985441432_a.jpg\";s:2:\"id\";s:8:\"31137206\";s:9:\"full_name\";s:0:\"\";}}}'),(1963,539,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1964,539,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(1965,539,'instagram_created_time','1444357662'),(1966,539,'dsgnwrks_instagram_id','1091673651931341509_628025343'),(1967,539,'instagram_filter_used','Normal'),(1968,539,'instagram_attribution',''),(1969,539,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.932072963000003;s:4:\"name\";s:7:\"NC club\";s:9:\"longitude\";d:-75.154379019000004;s:2:\"id\";i:10258255;}'),(1970,539,'instagram_users_in_photo','a:0:{}'),(1971,539,'instagram_link','https://instagram.com/p/8mZ2cKBWLF/'),(1972,539,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/8mZ2cKBWLF/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1973,539,'instagram_type','image'),(1974,539,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1975,539,'instagram_username','mollywoppersnyb'),(1976,540,'_wp_attached_file','2015/10/12139801_143643225989340_615389658_n.jpg'),(1977,540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:48:\"2015/10/12139801_143643225989340_615389658_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"12139801_143643225989340_615389658_n-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:48:\"12139801_143643225989340_615389658_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:48:\"12139801_143643225989340_615389658_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1978,539,'instagram_image_id','540'),(1979,539,'_thumbnail_id','540'),(1984,542,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:5;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"foofan4life\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11939385_164448130556324_989731867_a.jpg\";s:2:\"id\";s:8:\"13960880\";s:9:\"full_name\";s:8:\"Kimmy G.\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"sixgunsean\";s:15:\"profile_picture\";s:105:\"https://igcdn-photos-f-a.akamaihd.net/hphotos-ak-xfp1/t51.2885-19/928309_256301967895205_2022924159_a.jpg\";s:2:\"id\";s:8:\"32665976\";s:9:\"full_name\";s:9:\"Sean Tori\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"miss_sneakytiki\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xpf1/t51.2885-19/10349831_1461728680742740_146734268_a.jpg\";s:2:\"id\";s:7:\"2647420\";s:9:\"full_name\";s:14:\"karianne lauer\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"pigglycha\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10691630_302677609856287_337859037_a.jpg\";s:2:\"id\";s:8:\"13614918\";s:9:\"full_name\";s:12:\"Amy Pasquale\";}}}'),(1985,542,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(1986,542,'dsgnwrks_instagram_hashtags','a:0:{}'),(1987,542,'instagram_created_time','1444587598'),(1988,542,'dsgnwrks_instagram_id','1093602495856730842_628025343'),(1989,542,'instagram_filter_used','Normal'),(1990,542,'instagram_attribution',''),(1991,542,'instagram_location',''),(1992,542,'instagram_users_in_photo','a:0:{}'),(1993,542,'instagram_link','https://instagram.com/p/8tQa0DBWLa/'),(1994,542,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/8tQa0DBWLa/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(1995,542,'instagram_type','image'),(1996,542,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(1997,542,'instagram_username','mollywoppersnyb'),(1998,543,'_wp_attached_file','2015/10/12106121_1017813871596086_1482686564_n.jpg'),(1999,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/10/12106121_1017813871596086_1482686564_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"12106121_1017813871596086_1482686564_n-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:50:\"12106121_1017813871596086_1482686564_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"12106121_1017813871596086_1482686564_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2000,542,'instagram_image_id','543'),(2001,542,'_thumbnail_id','543'),(2006,545,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:2;s:4:\"data\";a:2:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"nellymundo\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/s150x150/12093739_487553674764286_1667412852_a.jpg\";s:2:\"id\";s:7:\"6952995\";s:9:\"full_name\";s:11:\"NELLY MUNDO\";}}}'),(2007,545,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1444845481\";s:4:\"text\";s:25:\"meglepő @merlinmoonmusic\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:17:\"merlinmoonhungary\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-e-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/10903762_1535133460104092_1743683434_a.jpg\";s:2:\"id\";s:10:\"1632655781\";s:9:\"full_name\";s:28:\"Merlin Moon Hungary Fan Base\";}s:2:\"id\";s:19:\"1095765780144153130\";}}}'),(2008,545,'dsgnwrks_instagram_hashtags','a:8:{i:0;s:15:\"mollywoppersnyb\";i:1;s:8:\"newyears\";i:2;s:4:\"kodb\";i:3;s:19:\"kingsofdrinkingbeer\";i:4;s:7:\"mummers\";i:5;s:12:\"januaryfirst\";i:6;s:13:\"mummersparade\";i:7;s:6:\"repost\";}'),(2009,545,'instagram_created_time','1444845390'),(2010,545,'dsgnwrks_instagram_id','1095765017326084203_628025343'),(2011,545,'instagram_filter_used','Normal'),(2012,545,'instagram_attribution',''),(2013,545,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.932072963000003;s:4:\"name\";s:7:\"NC club\";s:9:\"longitude\";d:-75.154379019000004;s:2:\"id\";i:10258255;}'),(2014,545,'instagram_users_in_photo','a:0:{}'),(2015,545,'instagram_link','https://instagram.com/p/808HpHBWBr/'),(2016,545,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/808HpHBWBr/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(2017,545,'instagram_type','image'),(2018,545,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2019,545,'instagram_username','mollywoppersnyb'),(2020,546,'_wp_attached_file','2015/10/12135316_1513169098996742_1715608973_n.jpg'),(2021,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/10/12135316_1513169098996742_1715608973_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"12135316_1513169098996742_1715608973_n-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:50:\"12135316_1513169098996742_1715608973_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"12135316_1513169098996742_1715608973_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2022,545,'instagram_image_id','546'),(2023,545,'_thumbnail_id','546'),(2028,549,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:4;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"kelleeec\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xfa1/t51.2885-19/11909396_1171090872918384_1966575272_a.jpg\";s:2:\"id\";s:8:\"13752072\";s:9:\"full_name\";s:8:\"kelleeec\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:6:\"captoi\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-19/11262689_886785418058525_828394760_a.jpg\";s:2:\"id\";s:9:\"191971304\";s:9:\"full_name\";s:14:\"Brendan Smith\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"sup_mabitch\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/10890881_736984036397546_665391802_a.jpg\";s:2:\"id\";s:9:\"229016669\";s:9:\"full_name\";s:15:\"Tickle Me Elbow\";}}}'),(2029,549,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2030,549,'dsgnwrks_instagram_hashtags','a:7:{i:0;s:18:\"getinwhereyoufitin\";i:1;s:15:\"mollywoppersnyb\";i:2;s:10:\"72daysaway\";i:3;s:7:\"mummers\";i:4;s:4:\"kodb\";i:5;s:12:\"philadelphia\";i:6;s:6:\"repost\";}'),(2031,549,'instagram_created_time','1445392324'),(2032,549,'dsgnwrks_instagram_id','1100353029410218406_628025343'),(2033,549,'instagram_filter_used','Normal'),(2034,549,'instagram_attribution',''),(2035,549,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.932072963000003;s:4:\"name\";s:7:\"NC club\";s:9:\"longitude\";d:-75.154379019000004;s:2:\"id\";i:10258255;}'),(2036,549,'instagram_users_in_photo','a:0:{}'),(2037,549,'instagram_link','https://instagram.com/p/9FPUAVhWGm/'),(2038,549,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/9FPUAVhWGm/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe>\r\n'),(2039,549,'instagram_type','image'),(2040,549,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2041,549,'instagram_username','mollywoppersnyb'),(2042,550,'_wp_attached_file','2015/10/12120279_1652313745027475_1153130977_n.jpg'),(2043,550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:50:\"2015/10/12120279_1652313745027475_1153130977_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"12120279_1652313745027475_1153130977_n-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:50:\"12120279_1652313745027475_1153130977_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"12120279_1652313745027475_1153130977_n-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2044,549,'instagram_image_id','550'),(2045,549,'_thumbnail_id','550'),(2050,553,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:2;s:4:\"data\";a:2:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"andrew_basil\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-19/11356904_1005092782854987_574327077_a.jpg\";s:2:\"id\";s:7:\"4802080\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"too.much.tuna\";s:15:\"profile_picture\";s:107:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11382949_1448763525420225_558079960_a.jpg\";s:2:\"id\";s:9:\"201545853\";s:9:\"full_name\";s:11:\"Alex Farley\";}}}'),(2051,553,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2052,553,'dsgnwrks_instagram_hashtags','a:8:{i:0;s:15:\"mollywoppersnyb\";i:1;s:6:\"65days\";i:2;s:4:\"kodb\";i:3;s:12:\"philadelphia\";i:4;s:8:\"newyears\";i:5;s:7:\"mummers\";i:6;s:12:\"mollywoppers\";i:7;s:6:\"repost\";}'),(2053,553,'instagram_created_time','1445966112'),(2054,553,'dsgnwrks_instagram_id','1105166314626179315_628025343'),(2055,553,'instagram_filter_used','Normal'),(2056,553,'instagram_attribution',''),(2057,553,'instagram_location','O:8:\"stdClass\":4:{s:8:\"latitude\";d:39.932072963000003;s:4:\"name\";s:7:\"NC club\";s:9:\"longitude\";d:-75.154379019000004;s:2:\"id\";i:10258255;}'),(2058,553,'instagram_location_lat','39.932072963'),(2059,553,'instagram_location_long','-75.154379019'),(2060,553,'instagram_location_name','NC club'),(2061,553,'instagram_users_in_photo','a:0:{}'),(2062,553,'instagram_link','https://instagram.com/p/9WVuhhBWDz/'),(2063,553,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/9WVuhhBWDz/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2064,553,'instagram_type','image'),(2065,553,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2066,553,'instagram_username','mollywoppersnyb'),(2067,554,'_wp_attached_file','2015/10/1445966112.jpg'),(2068,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/10/1445966112.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1445966112-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:\"1445966112-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1445966112-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1445966112-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1445966112-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2069,553,'instagram_image_id','554'),(2070,553,'_thumbnail_id','554'),(2075,556,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"im_dbradeis\";s:15:\"profile_picture\";s:116:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-19/s150x150/12093410_504884789687168_1711325265_a.jpg\";s:2:\"id\";s:8:\"19715736\";s:9:\"full_name\";s:13:\"Derek Bradeis\";}}}'),(2076,556,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2077,556,'dsgnwrks_instagram_hashtags','a:8:{i:0;s:6:\"59days\";i:1;s:15:\"mollywoppersnyb\";i:2;s:8:\"newyears\";i:3;s:4:\"kodb\";i:4;s:12:\"philadelphia\";i:5;s:7:\"mummers\";i:6;s:12:\"mollywoppers\";i:7;s:6:\"repost\";}'),(2078,556,'instagram_created_time','1446595393'),(2079,556,'dsgnwrks_instagram_id','1110445106282193145_628025343'),(2080,556,'instagram_filter_used','Normal'),(2081,556,'instagram_attribution',''),(2082,556,'instagram_location',''),(2083,556,'instagram_location_lat',''),(2084,556,'instagram_location_long',''),(2085,556,'instagram_location_name',''),(2086,556,'instagram_users_in_photo','a:0:{}'),(2087,556,'instagram_link','https://instagram.com/p/9pF_DWhWD5/'),(2088,556,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/9pF_DWhWD5/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2089,556,'instagram_type','image'),(2090,556,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2091,556,'instagram_username','mollywoppersnyb'),(2092,557,'_wp_attached_file','2015/11/1446595393.jpg'),(2093,557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/11/1446595393.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1446595393-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:\"1446595393-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1446595393-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1446595393-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1446595393-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2094,556,'instagram_image_id','557'),(2095,556,'_thumbnail_id','557'),(2100,559,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:4;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:6:\"jtbnjt\";s:15:\"profile_picture\";s:108:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/s150x150/11421985_114096268941356_139687616_a.jpg\";s:2:\"id\";s:7:\"9400025\";s:9:\"full_name\";s:15:\"Jeremy Thompson\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-b-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xpa1/t51.2885-19/11375270_527961257352023_621952263_a.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:20:\"missingpersonsbureau\";s:15:\"profile_picture\";s:108:\"https://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xtp1/t51.2885-19/11849819_1645541095660087_1829364977_a.jpg\";s:2:\"id\";s:9:\"313085878\";s:9:\"full_name\";s:20:\"MissingPersonsBureau\";}}}'),(2101,559,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1447258075\";s:4:\"text\";s:12:\"Cans #dumpem\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:19:\"southphillysurfclub\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/s150x150/11249724_927243554034459_1306427365_a.jpg\";s:2:\"id\";s:8:\"30994122\";s:9:\"full_name\";s:0:\"\";}s:2:\"id\";s:19:\"1116004079500616547\";}}}'),(2102,559,'dsgnwrks_instagram_hashtags','a:0:{}'),(2103,559,'instagram_created_time','1447257541'),(2104,559,'dsgnwrks_instagram_id','1115999601300955866_628025343'),(2105,559,'instagram_filter_used','Normal'),(2106,559,'instagram_attribution',''),(2107,559,'instagram_location',''),(2108,559,'instagram_location_lat',''),(2109,559,'instagram_location_long',''),(2110,559,'instagram_location_name',''),(2111,559,'instagram_users_in_photo','a:0:{}'),(2112,559,'instagram_link','https://instagram.com/p/9807l9BWLa/'),(2113,559,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/9807l9BWLa/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2114,559,'instagram_type','image'),(2115,559,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:106:\"https://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2116,559,'instagram_username','mollywoppersnyb'),(2117,560,'_wp_attached_file','2015/11/1447257541.jpg'),(2118,560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:1021;s:4:\"file\";s:22:\"2015/11/1447257541.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1447257541-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:\"1447257541-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1447257541-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1447257541-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2119,559,'instagram_image_id','560'),(2120,559,'_thumbnail_id','560'),(2125,562,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"dogboy701\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/10561188_673222332771009_542134556_a.jpg\";s:2:\"id\";s:7:\"3250490\";s:9:\"full_name\";s:9:\"dogboydto\";}}}'),(2126,562,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2127,562,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(2128,562,'instagram_created_time','1447523913'),(2129,562,'dsgnwrks_instagram_id','1118234089728860263_628025343'),(2130,562,'instagram_filter_used','Normal'),(2131,562,'instagram_attribution',''),(2132,562,'instagram_location',''),(2133,562,'instagram_location_lat',''),(2134,562,'instagram_location_long',''),(2135,562,'instagram_location_name',''),(2136,562,'instagram_users_in_photo','a:0:{}'),(2137,562,'instagram_link','https://instagram.com/p/-Ew_reBWBn/'),(2138,562,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/-Ew_reBWBn/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2139,562,'instagram_type','image'),(2140,562,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2141,562,'instagram_username','mollywoppersnyb'),(2142,563,'_wp_attached_file','2015/11/1447523913.jpg'),(2143,563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/11/1447523913.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1447523913-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:\"1447523913-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1447523913-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1447523913-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1447523913-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2144,562,'instagram_image_id','563'),(2145,562,'_thumbnail_id','563'),(2150,565,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"haveboard\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11821200_1023177504382127_423368514_a.jpg\";s:2:\"id\";s:7:\"2100739\";s:9:\"full_name\";s:0:\"\";}}}'),(2151,565,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2152,565,'dsgnwrks_instagram_hashtags','a:0:{}'),(2153,565,'instagram_created_time','1447790784'),(2154,565,'dsgnwrks_instagram_id','1120472773240906031_628025343'),(2155,565,'instagram_filter_used','Normal'),(2156,565,'instagram_attribution',''),(2157,565,'instagram_location',''),(2158,565,'instagram_location_lat',''),(2159,565,'instagram_location_long',''),(2160,565,'instagram_location_name',''),(2161,565,'instagram_users_in_photo','a:0:{}'),(2162,565,'instagram_link','https://instagram.com/p/-MuAz9hWEv/'),(2163,565,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/-MuAz9hWEv/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2164,565,'instagram_type','image'),(2165,565,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2166,565,'instagram_username','mollywoppersnyb'),(2167,566,'_wp_attached_file','2015/11/1447790784.jpg'),(2168,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/11/1447790784.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1447790784-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:\"1447790784-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1447790784-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1447790784-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1447790784-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2169,565,'instagram_image_id','566'),(2170,565,'_thumbnail_id','566'),(2175,568,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2176,568,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2177,568,'dsgnwrks_instagram_hashtags','a:0:{}'),(2178,568,'instagram_created_time','1448316351'),(2179,568,'dsgnwrks_instagram_id','1124881549024912359_628025343'),(2180,568,'instagram_filter_used','Normal'),(2181,568,'instagram_attribution',''),(2182,568,'instagram_location',''),(2183,568,'instagram_location_lat',''),(2184,568,'instagram_location_long',''),(2185,568,'instagram_location_name',''),(2186,568,'instagram_users_in_photo','a:0:{}'),(2187,568,'instagram_link','https://instagram.com/p/-cYc8YBWPn/'),(2188,568,'instagram_embed_code','\r\n<iframe src=\"https://instagram.com/p/-cYc8YBWPn/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2189,568,'instagram_type','image'),(2190,568,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2191,568,'instagram_username','mollywoppersnyb'),(2192,569,'_wp_attached_file','2015/11/1448316351.jpg'),(2193,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:426;s:4:\"file\";s:22:\"2015/11/1448316351.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1448316351-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:\"1448316351-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1448316351-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2194,568,'instagram_image_id','569'),(2195,568,'_thumbnail_id','569'),(2200,571,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:6;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:10:\"nellymundo\";s:15:\"profile_picture\";s:110:\"https://scontent.cdninstagram.com/hphotos-xfp1/t51.2885-19/s150x150/12331739_1520146658297462_1279072354_a.jpg\";s:2:\"id\";s:7:\"6952995\";s:9:\"full_name\";s:11:\"NELLY MUNDO\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"corpsepaint\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/10864823_398930780265153_1302893946_a.jpg\";s:2:\"id\";s:9:\"238889235\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"lzyprson\";s:15:\"profile_picture\";s:101:\"https://scontent.cdninstagram.com/hphotos-xtp1/t51.2885-19/11241722_1444257065873967_1244865253_a.jpg\";s:2:\"id\";s:8:\"13469765\";s:9:\"full_name\";s:8:\"lzyprson\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"shakyawesome\";s:15:\"profile_picture\";s:108:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/s150x150/11373702_807631656021969_493350477_a.jpg\";s:2:\"id\";s:8:\"40013406\";s:9:\"full_name\";s:5:\"shaky\";}}}'),(2201,571,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2202,571,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(2203,571,'instagram_created_time','1448982689'),(2204,571,'dsgnwrks_instagram_id','1130471196857820159_628025343'),(2205,571,'instagram_filter_used','Normal'),(2206,571,'instagram_attribution',''),(2207,571,'instagram_location',''),(2208,571,'instagram_location_lat',''),(2209,571,'instagram_location_long',''),(2210,571,'instagram_location_name',''),(2211,571,'instagram_users_in_photo','a:0:{}'),(2212,571,'instagram_link','https://www.instagram.com/p/-wPZBlhWP_/'),(2213,571,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/-wPZBlhWP_/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2214,571,'instagram_type','image'),(2215,571,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2216,571,'instagram_username','mollywoppersnyb'),(2217,572,'_wp_attached_file','2015/12/1448982689.jpg'),(2218,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/12/1448982689.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1448982689-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:\"1448982689-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1448982689-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1448982689-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1448982689-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2219,571,'instagram_image_id','572'),(2220,571,'_thumbnail_id','572'),(2225,574,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:17:\"blvck_frvit_pvnch\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xta1/t51.2885-19/s150x150/11378156_455046574673828_1502886727_a.jpg\";s:2:\"id\";s:9:\"182953103\";s:9:\"full_name\";s:0:\"\";}}}'),(2226,574,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2227,574,'dsgnwrks_instagram_hashtags','a:0:{}'),(2228,574,'instagram_created_time','1449416653'),(2229,574,'dsgnwrks_instagram_id','1134111542913359920_628025343'),(2230,574,'instagram_filter_used','Normal'),(2231,574,'instagram_attribution',''),(2232,574,'instagram_location',''),(2233,574,'instagram_location_lat',''),(2234,574,'instagram_location_long',''),(2235,574,'instagram_location_name',''),(2236,574,'instagram_users_in_photo','a:0:{}'),(2237,574,'instagram_link','https://www.instagram.com/p/-9LHCDBWAw/'),(2238,574,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/-9LHCDBWAw/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2239,574,'instagram_type','image'),(2240,574,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2241,574,'instagram_username','mollywoppersnyb'),(2242,575,'_wp_attached_file','2015/12/1449416653.jpg'),(2243,575,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/12/1449416653.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1449416653-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:\"1449416653-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1449416653-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1449416653-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1449416653-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2244,574,'instagram_image_id','575'),(2245,574,'_thumbnail_id','575'),(2250,577,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:17;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"skyyhigh\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11821290_416609348528907_1208953742_a.jpg\";s:2:\"id\";s:8:\"28525345\";s:9:\"full_name\";s:9:\"Gabriel A\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/11375270_527961257352023_621952263_a.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:14:\"katecollinsart\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xtp1/t51.2885-19/s150x150/11917887_1628597977409240_156057721_a.jpg\";s:2:\"id\";s:8:\"31664485\";s:9:\"full_name\";s:12:\"Kate collins\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"50kcashfodatass\";s:15:\"profile_picture\";s:98:\"https://scontent.cdninstagram.com/hphotos-frc/t51.2885-19/10525511_551923564930243_542877553_a.jpg\";s:2:\"id\";s:8:\"29473759\";s:9:\"full_name\";s:4:\"Ryan\";}}}'),(2251,577,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2252,577,'dsgnwrks_instagram_hashtags','a:6:{i:0;s:15:\"mollywoppersnyb\";i:1;s:16:\"paythosesuitsoff\";i:2;s:7:\"mummers\";i:3;s:4:\"kodb\";i:4;s:12:\"philadelphia\";i:5;s:6:\"repost\";}'),(2253,577,'instagram_created_time','1449692193'),(2254,577,'dsgnwrks_instagram_id','1136422946420908332_628025343'),(2255,577,'instagram_filter_used','Normal'),(2256,577,'instagram_attribution',''),(2257,577,'instagram_location',''),(2258,577,'instagram_location_lat',''),(2259,577,'instagram_location_long',''),(2260,577,'instagram_location_name',''),(2261,577,'instagram_users_in_photo','a:0:{}'),(2262,577,'instagram_link','https://www.instagram.com/p/_FYqYUBWEs/'),(2263,577,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_FYqYUBWEs/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2264,577,'instagram_type','image'),(2265,577,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2266,577,'instagram_username','mollywoppersnyb'),(2267,578,'_wp_attached_file','2015/12/1449692193.jpg'),(2268,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/12/1449692193.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1449692193-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:\"1449692193-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1449692193-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1449692193-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1449692193-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2269,577,'instagram_image_id','578'),(2270,577,'_thumbnail_id','578'),(2275,580,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2276,580,'dsgnwrks_instagram_hashtags','a:0:{}'),(2277,580,'instagram_created_time','1449947179'),(2278,580,'dsgnwrks_instagram_id','1138561919624765857_628025343'),(2279,580,'instagram_filter_used','Normal'),(2280,580,'instagram_attribution',''),(2281,580,'instagram_location',''),(2282,580,'instagram_location_lat',''),(2283,580,'instagram_location_long',''),(2284,580,'instagram_location_name',''),(2285,580,'instagram_users_in_photo','a:0:{}'),(2286,580,'instagram_link','https://www.instagram.com/p/_M_AiWBWGh/'),(2287,580,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_M_AiWBWGh/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2288,580,'instagram_type','image'),(2289,580,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2290,580,'instagram_username','mollywoppersnyb'),(2291,581,'_wp_attached_file','2015/12/1449947179.jpg'),(2292,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/12/1449947179.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1449947179-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:\"1449947179-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1449947179-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2293,580,'instagram_image_id','581'),(2294,580,'_thumbnail_id','581'),(2299,583,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"50kcashfodatass\";s:15:\"profile_picture\";s:98:\"https://scontent.cdninstagram.com/hphotos-frc/t51.2885-19/10525511_551923564930243_542877553_a.jpg\";s:2:\"id\";s:8:\"29473759\";s:9:\"full_name\";s:4:\"Ryan\";}}}'),(2300,583,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2301,583,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(2302,583,'instagram_created_time','1450019563'),(2303,583,'dsgnwrks_instagram_id','1139169125181251859_628025343'),(2304,583,'instagram_filter_used','Normal'),(2305,583,'instagram_attribution',''),(2306,583,'instagram_location',''),(2307,583,'instagram_location_lat',''),(2308,583,'instagram_location_long',''),(2309,583,'instagram_location_name',''),(2310,583,'instagram_users_in_photo','a:0:{}'),(2311,583,'instagram_link','https://www.instagram.com/p/_PJEilhWET/'),(2312,583,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_PJEilhWET/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2313,583,'instagram_type','image'),(2314,583,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2315,583,'instagram_username','mollywoppersnyb'),(2316,584,'_wp_attached_file','2015/12/1450019563.jpg'),(2317,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2015/12/1450019563.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1450019563-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:\"1450019563-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1450019563-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2318,583,'instagram_image_id','584'),(2319,583,'_thumbnail_id','584'),(2324,586,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:8;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"esher215\";s:15:\"profile_picture\";s:98:\"https://scontent.cdninstagram.com/hphotos-xfa1/t51.2885-19/10354500_479996802132605_53548529_a.jpg\";s:2:\"id\";s:7:\"2453696\";s:9:\"full_name\";s:8:\"esher215\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"andrew_basil\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xap1/t51.2885-19/11356904_1005092782854987_574327077_a.jpg\";s:2:\"id\";s:7:\"4802080\";s:9:\"full_name\";s:0:\"\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"shakyawesome\";s:15:\"profile_picture\";s:108:\"https://scontent.cdninstagram.com/hphotos-xaf1/t51.2885-19/s150x150/11373702_807631656021969_493350477_a.jpg\";s:2:\"id\";s:8:\"40013406\";s:9:\"full_name\";s:5:\"shaky\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"50kcashfodatass\";s:15:\"profile_picture\";s:98:\"https://scontent.cdninstagram.com/hphotos-frc/t51.2885-19/10525511_551923564930243_542877553_a.jpg\";s:2:\"id\";s:8:\"29473759\";s:9:\"full_name\";s:4:\"Ryan\";}}}'),(2325,586,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2326,586,'dsgnwrks_instagram_hashtags','a:0:{}'),(2327,586,'instagram_created_time','1450223836'),(2328,586,'dsgnwrks_instagram_id','1140882688887316661_628025343'),(2329,586,'instagram_filter_used','Normal'),(2330,586,'instagram_attribution',''),(2331,586,'instagram_location',''),(2332,586,'instagram_location_lat',''),(2333,586,'instagram_location_long',''),(2334,586,'instagram_location_name',''),(2335,586,'instagram_users_in_photo','a:0:{}'),(2336,586,'instagram_link','https://www.instagram.com/p/_VOsLJhWC1/'),(2337,586,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_VOsLJhWC1/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2338,586,'instagram_type','image'),(2339,586,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2340,586,'instagram_username','mollywoppersnyb'),(2341,587,'_wp_attached_file','2015/12/1450223836.jpg'),(2342,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/12/1450223836.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1450223836-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:\"1450223836-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1450223836-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1450223836-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1450223836-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2343,586,'instagram_image_id','587'),(2344,586,'_thumbnail_id','587'),(2349,589,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:5;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:12:\"andrew_basil\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xap1/t51.2885-19/11356904_1005092782854987_574327077_a.jpg\";s:2:\"id\";s:7:\"4802080\";s:9:\"full_name\";s:0:\"\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"stillhating\";s:15:\"profile_picture\";s:108:\"https://scontent.cdninstagram.com/hphotos-xpt1/t51.2885-19/s150x150/12331863_768146629957169_885405833_a.jpg\";s:2:\"id\";s:7:\"7634018\";s:9:\"full_name\";s:15:\"Christopher Lee\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"myeyesbebrown\";s:15:\"profile_picture\";s:101:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11910123_1645711685697316_1296568201_a.jpg\";s:2:\"id\";s:8:\"10427603\";s:9:\"full_name\";s:13:\"myeyesbebrown\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"doonicorn\";s:15:\"profile_picture\";s:108:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/s150x150/12317315_625585810914690_563787471_a.jpg\";s:2:\"id\";s:8:\"38632902\";s:9:\"full_name\";s:9:\"Bar Wench\";}}}'),(2350,589,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:1;s:4:\"data\";a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"created_time\";s:10:\"1450904509\";s:4:\"text\";s:14:\"#mummerfuckers\";s:4:\"from\";O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"doonicorn\";s:15:\"profile_picture\";s:108:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/s150x150/12317315_625585810914690_563787471_a.jpg\";s:2:\"id\";s:8:\"38632902\";s:9:\"full_name\";s:9:\"Bar Wench\";}s:2:\"id\";s:19:\"1146592584421171690\";}}}'),(2351,589,'dsgnwrks_instagram_hashtags','a:0:{}'),(2352,589,'instagram_created_time','1450904238'),(2353,589,'dsgnwrks_instagram_id','1146590318180000645_628025343'),(2354,589,'instagram_filter_used','Normal'),(2355,589,'instagram_attribution',''),(2356,589,'instagram_location',''),(2357,589,'instagram_location_lat',''),(2358,589,'instagram_location_long',''),(2359,589,'instagram_location_name',''),(2360,589,'instagram_users_in_photo','a:0:{}'),(2361,589,'instagram_link','https://www.instagram.com/p/_pgdHKBWOF/'),(2362,589,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_pgdHKBWOF/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2363,589,'instagram_type','image'),(2364,589,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2365,589,'instagram_username','mollywoppersnyb'),(2366,590,'_wp_attached_file','2015/12/1450904238.jpg'),(2367,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:596;s:4:\"file\";s:22:\"2015/12/1450904238.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1450904238-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:\"1450904238-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1450904238-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2368,589,'instagram_image_id','590'),(2369,589,'_thumbnail_id','590'),(2374,592,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2375,592,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2376,592,'dsgnwrks_instagram_hashtags','a:1:{i:0;s:15:\"mollywoppersnyb\";}'),(2377,592,'instagram_created_time','1451157104'),(2378,592,'dsgnwrks_instagram_id','1148711509766267234_628025343'),(2379,592,'instagram_filter_used','Amaro'),(2380,592,'instagram_attribution',''),(2381,592,'instagram_location',''),(2382,592,'instagram_location_lat',''),(2383,592,'instagram_location_long',''),(2384,592,'instagram_location_name',''),(2385,592,'instagram_users_in_photo','a:0:{}'),(2386,592,'instagram_link','https://www.instagram.com/p/_xCwgxBWFi/'),(2387,592,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_xCwgxBWFi/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2388,592,'instagram_type','image'),(2389,592,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2390,592,'instagram_username','mollywoppersnyb'),(2391,593,'_wp_attached_file','2015/12/1451157104.jpg'),(2392,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2015/12/1451157104.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1451157104-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:\"1451157104-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"1451157104-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1451157104-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"single-post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1451157104-999x999.jpg\";s:5:\"width\";i:999;s:6:\"height\";i:999;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2393,592,'instagram_image_id','593'),(2394,592,'_thumbnail_id','593'),(2399,595,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2400,595,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2401,595,'dsgnwrks_instagram_hashtags','a:0:{}'),(2402,595,'instagram_created_time','1451328843'),(2403,595,'dsgnwrks_instagram_id','1150152159447572537_628025343'),(2404,595,'instagram_filter_used','Normal'),(2405,595,'instagram_attribution',''),(2406,595,'instagram_location',''),(2407,595,'instagram_location_lat',''),(2408,595,'instagram_location_long',''),(2409,595,'instagram_location_name',''),(2410,595,'instagram_users_in_photo','a:0:{}'),(2411,595,'instagram_link','https://www.instagram.com/p/_2KUuVhWA5/'),(2412,595,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_2KUuVhWA5/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2413,595,'instagram_type','image'),(2414,595,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2415,595,'instagram_username','mollywoppersnyb'),(2416,596,'_wp_attached_file','2015/12/1451328843.jpg'),(2417,596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:642;s:6:\"height\";i:642;s:4:\"file\";s:22:\"2015/12/1451328843.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1451328843-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:\"1451328843-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1451328843-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2418,595,'instagram_image_id','596'),(2419,595,'_thumbnail_id','596'),(2424,598,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:11;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"miss_sneakytiki\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/10349831_1461728680742740_146734268_a.jpg\";s:2:\"id\";s:7:\"2647420\";s:9:\"full_name\";s:14:\"karianne lauer\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"keenan85\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xat1/t51.2885-19/s150x150/11374466_195584284107251_1209789577_a.jpg\";s:2:\"id\";s:8:\"24110915\";s:9:\"full_name\";s:12:\"Brian Keenan\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/11375270_527961257352023_621952263_a.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:11:\"lauradale85\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xtf1/t51.2885-19/11850267_1484148721901732_954741767_a.jpg\";s:2:\"id\";s:7:\"5938477\";s:9:\"full_name\";s:10:\"Laura Dale\";}}}'),(2425,598,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2426,598,'dsgnwrks_instagram_hashtags','a:6:{i:0;s:15:\"mollywoppersnyb\";i:1;s:14:\"goldenslippers\";i:2;s:4:\"kodb\";i:3;s:12:\"philadelphia\";i:4;s:7:\"mummers\";i:5;s:12:\"mollywoppers\";}'),(2427,598,'instagram_created_time','1451434149'),(2428,598,'dsgnwrks_instagram_id','1151035528020582926_628025343'),(2429,598,'instagram_filter_used','Normal'),(2430,598,'instagram_attribution',''),(2431,598,'instagram_location',''),(2432,598,'instagram_location_lat',''),(2433,598,'instagram_location_long',''),(2434,598,'instagram_location_name',''),(2435,598,'instagram_users_in_photo','a:0:{}'),(2436,598,'instagram_link','https://www.instagram.com/p/_5TLbbhWIO/'),(2437,598,'instagram_embed_code','\r\n<iframe src=\"https://www.instagram.com/p/_5TLbbhWIO/embed/\" width=\"612\" height=\"710\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\" class=\"insta-image-embed\"></iframe>\r\n'),(2438,598,'instagram_type','image'),(2439,598,'instagram_user','O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"mollywoppersnyb\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xft1/t51.2885-19/11809828_955030507888712_444867212_a.jpg\";s:2:\"id\";s:9:\"628025343\";s:9:\"full_name\";s:16:\"Mollywoppers NYB\";}'),(2440,598,'instagram_username','mollywoppersnyb'),(2441,599,'_wp_attached_file','2015/12/1451434149.jpg'),(2442,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:723;s:6:\"height\";i:723;s:4:\"file\";s:22:\"2015/12/1451434149.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"1451434149-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:\"1451434149-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"1451434149-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2443,598,'instagram_image_id','599'),(2444,598,'_thumbnail_id','599'),(2449,601,'dsgnwrks_instagram_likes','O:8:\"stdClass\":2:{s:5:\"count\";i:9;s:4:\"data\";a:4:{i:0;O:8:\"stdClass\":4:{s:8:\"username\";s:9:\"jimmy6or7\";s:15:\"profile_picture\";s:110:\"https://scontent.cdninstagram.com/hphotos-xpt1/t51.2885-19/s150x150/12107606_1009476915739955_1533995510_a.jpg\";s:2:\"id\";s:7:\"5935985\";s:9:\"full_name\";s:13:\"Jimmy Lardani\";}i:1;O:8:\"stdClass\":4:{s:8:\"username\";s:8:\"keenan85\";s:15:\"profile_picture\";s:109:\"https://scontent.cdninstagram.com/hphotos-xat1/t51.2885-19/s150x150/11374466_195584284107251_1209789577_a.jpg\";s:2:\"id\";s:8:\"24110915\";s:9:\"full_name\";s:12:\"Brian Keenan\";}i:2;O:8:\"stdClass\":4:{s:8:\"username\";s:15:\"miss_sneakytiki\";s:15:\"profile_picture\";s:100:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/10349831_1461728680742740_146734268_a.jpg\";s:2:\"id\";s:7:\"2647420\";s:9:\"full_name\";s:14:\"karianne lauer\";}i:3;O:8:\"stdClass\":4:{s:8:\"username\";s:13:\"dennis_drinks\";s:15:\"profile_picture\";s:99:\"https://scontent.cdninstagram.com/hphotos-xpa1/t51.2885-19/11375270_527961257352023_621952263_a.jpg\";s:2:\"id\";s:8:\"23709308\";s:9:\"full_name\";s:14:\"Dennis Drinks\";}}}'),(2450,601,'dsgnwrks_instagram_comments','O:8:\"stdClass\":2:{s:5:\"count\";i:0;s:4:\"data\";a:0:{}}'),(2451,601,'dsgnwrks_instagram_hashtags','a:5:{i:0;s:6:\"mummer\";i:1;s:7:\"mummers\";i:2;s:19:\"mollywoppersnyb2016\";i:3;s:13:\"mummersparade\";i:4;s:15:\"mollywoppersnyb\";}'),(2452,601,'instagram_created_time','1451612567'),(2453,601,'dsgnwrks_instagram_id','1152532205491544920_628025343'),(2454,601,'instagram_filter_used','Normal'),(2455,601,'instagram_attribution',''),(2456,601,'instagram_location',''),(2457,601,'instagram_location_lat',''),(2458,601,'instagram_location_long',''),(2459,601,'instagram_location_name',''),(2460,601,'instagram_users_in_photo','a:0:{}'),(2461,601,'instagram_link','https://www.instagram.com/p/