-- MySQL dump 10.13 Distrib 5.1.73, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: c3prac
-- ------------------------------------------------------
-- Server version 5.1.73-1
/*!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 `wrp__wsd_plugin_alerts`
--
DROP TABLE IF EXISTS `wrp__wsd_plugin_alerts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp__wsd_plugin_alerts` (
`alertId` int(10) unsigned NOT NULL AUTO_INCREMENT,
`alertType` tinyint(4) NOT NULL DEFAULT '0',
`alertSeverity` int(11) NOT NULL DEFAULT '0',
`alertActionName` varchar(255) NOT NULL,
`alertTitle` varchar(255) NOT NULL,
`alertDescription` text NOT NULL,
`alertSolution` text NOT NULL,
`alertDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`alertFirstSeen` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`alertId`),
UNIQUE KEY `alertId_UNIQUE` (`alertId`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp__wsd_plugin_alerts`
--
LOCK TABLES `wrp__wsd_plugin_alerts` WRITE;
/*!40000 ALTER TABLE `wrp__wsd_plugin_alerts` DISABLE KEYS */;
INSERT INTO `wrp__wsd_plugin_alerts` VALUES (1,0,3,'fix_wp_version_hidden','WordPress version is displayed for all users','
Displaying your WordPress version on frontend and in the backend\'s footer to all visitors\r\n and users of your website is a security risk because if a hacker knows which version of WordPress a website is running, it can make it easier for him to target a known WordPress security issue.
','This plugin can automatically hide your WordPress version from frontend, backend and rss feeds if the option \"Hide WordPress version for all users but administrators\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(2,0,3,'fix_wp_generators_frontend','WordPress meta tags are displayed on frontend to all users','By default, WordPress creates a few meta tags, among which is the currently installed version, that give a hacker the knowledge about your WordPress installation. At the moment, these meta tags are available for anyone to see, which is a potentially security risk.
','This plugin can automatically hide your WordPress\'s default meta tags if the option \"Remove various meta tags generators from the blog\'s head tag for non-administrators\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(3,0,0,'fix_wp_rsd_frontend','WordPress Really Simple Discovery tag is displayed on frontend to all users','By default, WordPress creates the rsd meta tag to allow bloggers to consume services like Flickr using the XML-RPC protocol.\r\n If you don\'t use such services it is recommended to hide this meta tag.
','This plugin can automatically hide the rsd meta tag if the option \"Remove Really Simple Discovery meta tags from front-end\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(4,0,2,'fix_wp_wlw_frontend','WordPress Windows Live Writer tag is displayed on frontend for all users','By default, WordPress creates the wlw meta tag to allow bloggers to publish their articles using the \"Windows Live Writer\" application.\r\n It is recommended to hide this meta tag from all visitors. If the option \"Remove Windows Live Writer meta tags from front-end\" is checked on the plugin\'s settings page, this meta tag\r\n will still be available for administrator users to use the \"Windows Live Writer\" application to publish their blog posts.
','This plugin can automatically hide the wlw meta tag if the option \"Remove Windows Live Writer meta tags from front-end\"\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(5,0,3,'fix_wp_error_reporting','The check for PHP and database error reporting is disabled','By default, WordPress hides database errors, but there are times when a plugin might enable them thus it is very important to have this type of errors turned off\r\n so if there is an error during a connection to the database the user will not get access to the error message generated during that request.
\r\n As regarding the PHP errors, with the display_error PHP configuration directive enabled, untrusted sources can see detailed web application environment\r\n error messages which include sensitive information that can be used to craft further attacks.
\r\n Attackers will do anything to collect information in order to design their attack in a more sophisticated way to eventually hack your website or web application, and causing\r\n errors to display is a common starting point. Website errors can always occur, but they should be suppressed from being displayed back to the public.
\r\n Therefore we highly recommend you to have the \"Disable error reporting (php + db) for all but administrators\" option checked on the plugin\'s settings page to ensure PHP and\r\n database errors will be hidden from all users. For more information, please check the following article.
','This plugin can do this automatically if the option \"Disable error reporting (php + db) for all but administrators\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(6,0,3,'fix_wp_core_update_notif','Core update notifications are displayed to all users','These notifications are displayed at the top of the screen by the WordPress platform whenever the website was updated or needs an update.
\r\n These notifications should only be viewed by the website\'s administrators and not visible to any other users registered with that website.
','This plugin can automatically hide these notifications if the option \"Remove core update notifications from back-end for all but administrators\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(7,0,2,'fix_wp_plugins_update_notif','Plugins update notifications are displayed to all users','These notifications are displayed at the top of the screen by the WordPress platform whenever the blog administrator\r\n needs to be informed about an available update for a plugin.
\r\n These notifications should only be viewed by the website\'s administrators and not visible to any other users registered with that website.
','This plugin can automatically hide these notifications if the option \"Remove plug-ins update notifications from back-end\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(8,0,0,'fix_wp_themes_update_notif','Themes update notifications are displayed to all users.','These notifications are displayed at the top of the screen by the WordPress platform whenever the blog administrator\r\n needs to be informed about an available update for a theme.
\r\n These notifications should only be viewed by the website\'s administrators and not visible to any other users registered with that website.
','This plugin can automatically hide these notifications if the option \"Remove themes update notifications from back-end\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(9,0,2,'fix_wp_login_errors','WordPress login errors are displayed.','Every time a failed login is encountered, the WordPress platform generates an error message that is displayed to the user.\r\n This is a potential security risk because it let\'s the user know of his mistake (be it a wrong user name or password) thus making your\r\n WordPress website more vulnerable to attacks.
\r\n We strongly recommend you to hide these login error messages from all users to ensure a better security of your blog.
','This plugin can automatically hide these notifications if the option \"Remove login error notifications from front-end\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(10,0,2,'fix_wp_admin_notices','WordPress admin notifications are displayed to all users.','These notifications are displayed at the top of the screen by the WordPress platform whenever the blog administrator\r\n needs to be informed about an event that has occurred inside WordPress, it could be about an available update for the\r\n WordPress platform, a plugin or a theme that was updated or needs an update or to be configured, etc.
\r\n These notifications should only be viewed by the website\'s administrators and not visible to any other users registered with that website.
','This plugin can automatically hide these notifications if the option \"Hide admin notifications for non admins\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(11,0,2,'fix_wp_dir_listing','Directory listing check is disabled. This option should be enabled.','A directory listing provides an attacker with the complete index of all the resources located inside of the directory.\r\n The specific risks and consequences vary depending on which files are listed and accessible.\r\n Therefore, it is important to protect your directories by having an empty index.php or index.htm file inside them.
','This plugin can automatically create an empty index.php file in the following directories: wp-content, wp-content/plugins, wp-content/themes and wp-content/uploads if\r\n the option \"Try to create the index.php file in the wp-content, wp-content/plugins, wp-content/themes and wp-content/uploads directories to prevent directory listing\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(12,0,3,'fix_remove_wp_version_links','WordPress version is displayed in links for all users','By default, WordPress will display the current version in links to javascript scripts or stylesheets.\r\n Therefore, if anyone has access to this information it might be a security risk because if a hacker knows which version of WordPress a website is running,\r\n it can make it easier for him to target a known WordPress security issue.
','This plugin can automatically hide the WordPress version from links if the option \"Remove the version parameter from urls\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(13,0,2,'fix_empty_root_readme_file','Clearing the content of the \"readme.html\" file from the \"root\" directory is disabled.','A default WordPress installation contains a readme.html file. This file is a simple html file that does not contain executable content that can be exploited by hackers or malicious users.\r\n Still, this file can provide hackers the version of your WordPress installation, therefore it is important to either delete this file or make it inaccessible for your visitors.
','This plugin can automatically delete its content (assuming the file exists) if the option \"Empty the content of the readme.html file from the root directory\" is checked on the plugin\'s settings page.\r\n You can also delete this file manually by connecting to your website through an FTP connection.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(14,0,0,'check_table_prefix','The default WordPress database prefix is not used','The majority of reported WordPress database security attacks were performed by exploiting SQL Injection vulnerabilities.\r\n By renaming the WordPress database table prefixes you are securing your WordPress blog and website from zero day SQL injections attacks.
\r\n Therefore by renaming the WordPress database table prefixes, you are automatically enforcing your WordPress database security against such dangerous attacks because the attacker would not be able to guess the table names.
','','2017-02-19 11:08:23','2015-03-17 15:37:42'),(15,0,3,'check_wp_current_version','An updated version of WordPress is available: 4.7.2','The latest WordPress version is usually more stable and secure, and is only released to include new features or fix technical and WordPress security bugs;\r\n making it an important part of your website administration to keep up to date since some fixes might resolve security issues.
\r\n
Running an older WordPress version could put your blog security at risk, allowing a hacker to exploit known vulnerabilities for your specific version and take full control over your web server.
','It is recommended to update your WordPress installation as soon as possible. More information on updating WordPress manually and automatically\r\n can be found on the official WordPress site.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(16,0,0,'check_index_wp_content','The \"index.php\" file was found in the \"/wp-content\" directory','A directory listing provides an attacker with the complete index of all the resources located inside of the directory. The specific risks and consequences vary depending on which files are listed and accessible.
\r\n Therefore, it is important to protect your directories by having an empty index.php or index.htm file inside them.
','','2017-02-19 11:08:23','2015-03-17 15:37:42'),(17,0,0,'check_index_wp_plugins','The \"index.php\" file was found in the \"/wp-content/plugins\" directory','A directory listing provides an attacker with the complete index of all the resources located inside of the directory. The specific risks and consequences vary depending on which files are listed and accessible.
\r\n Therefore, it is important to protect your directories by having an empty index.php or index.htm file inside them.
','','2017-02-19 11:08:23','2015-03-17 15:37:42'),(18,0,0,'check_index_wp_themes','The \"index.php\" file was found in the \"/wp-content/themes\" directory','A directory listing provides an attacker with the complete index of all the resources located inside of the directory. The specific risks and consequences vary depending on which files are listed and accessible.
\r\n Therefore, it is important to protect your directories by having an empty index.php or index.htm file inside them.
','','2017-02-19 11:08:23','2015-03-17 15:37:42'),(19,0,2,'check_index_wp_uploads','The \"index.php\" file was not found in the \"/wp-content/uploads\" directory','A directory listing provides an attacker with the complete index of all the resources located inside of the directory. The specific risks and consequences vary depending on which files are listed and accessible.
\r\n Therefore, it is important to protect your directories by having an empty index.php or index.htm file inside them.
','This plugin can automatically create an empty \"index.php\" file in the following directories: wp-content, wp-content/plugins, wp-content/themes and wp-content/uploads if the\r\n option \"Try to create the index.php file in the wp-content, wp-content/plugins, wp-content/themes and wp-content/uploads directories to prevent directory listing\" is checked on the plugin\'s settings page.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(20,0,2,'check_htaccess_wp_admin','The \".htaccess\" file was not found in the \"wp-admin\" directory','An .htaccess file is a configuration file which provides the ability to specify configuration settings for a specific directory in a website.\r\n The .htaccess file can include one or more configuration settings which apply only for the directory in which the .htaccess file has been placed.\r\n So while web servers have their own main configuration settings file, the .htaccess file can be used to override their main configuration settings.
','Please refer to this article for more information on how to create an .htaccess file.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(21,0,2,'check_readme_wp_root','The readme.html file was found in the root directory','A default WordPress installation contains a readme.html file.\r\n This file is a simple html file that does not contain executable content that can be exploited by hackers or malicious users.\r\n Still, this file can provide hackers the version of your WordPress installation, therefore it is important to either delete this file or make it inaccessible for your visitors.
','This plugin can automatically delete its content if the option \"Empty the content of the readme.html file from the root directory.\" is checked on the plugin\'s settings page.\r\n You can also delete this file manually by connecting to your website through an FTP connection.
','2017-02-19 11:08:23','2015-03-17 15:37:42'),(22,0,0,'check_username_admin ','User \"admin\" (with administrative rights) was not found','One well known and dangerous WordPress security vulnerability is User Enumeration, in which a\r\n malicious user is able to enumerate a valid WordPress user account to launch a brute force attack against it.\r\n In order to help deter this type of attack, it is important not to have the default WordPress administrator\r\n username enabled on your blog.
','','2017-02-19 11:08:23','2015-03-17 15:37:42');
/*!40000 ALTER TABLE `wrp__wsd_plugin_alerts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp__wsd_plugin_live_traffic`
--
DROP TABLE IF EXISTS `wrp__wsd_plugin_live_traffic`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp__wsd_plugin_live_traffic` (
`entryId` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`entryTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`entryIp` text,
`entryReferrer` text,
`entryUA` text,
`entryRequestedUrl` text,
PRIMARY KEY (`entryId`)
) ENGINE=MyISAM AUTO_INCREMENT=375685 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp__wsd_plugin_live_traffic`
--
LOCK TABLES `wrp__wsd_plugin_live_traffic` WRITE;
/*!40000 ALTER TABLE `wrp__wsd_plugin_live_traffic` DISABLE KEYS */;
INSERT INTO `wrp__wsd_plugin_live_traffic` VALUES (375651,'2016-06-13 13:36:44','40.77.167.26','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','http://praca-w-domu.net.pl/'),(375650,'2016-06-13 11:46:24','176.123.5.28','','User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; uk; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13','http://praca-w-domu.net.pl/xmlrpc.php'),(375653,'2016-06-14 03:22:34','68.180.229.254','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)','http://praca-w-domu.net.pl/strategie-dla-firm-zmiany-warunkiem-rozwoju/'),(375658,'2016-06-15 05:19:45','45.79.98.166','http://uptime.com/praca-w-domu.net.pl','Mozilla/5.0 (compatible; Uptimebot/0.1.73; +http://www.uptime.com/uptimebot)','http://praca-w-domu.net.pl/'),(375184,'2016-06-13 07:00:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375185,'2016-06-13 07:00:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375186,'2016-06-13 07:00:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375187,'2016-06-13 07:00:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375188,'2016-06-13 07:00:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375189,'2016-06-13 07:00:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375190,'2016-06-13 07:00:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375191,'2016-06-13 07:00:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375192,'2016-06-13 07:00:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375193,'2016-06-13 07:00:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375194,'2016-06-13 07:00:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375195,'2016-06-13 07:00:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375196,'2016-06-13 07:00:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375197,'2016-06-13 07:00:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375198,'2016-06-13 07:00:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375199,'2016-06-13 07:00:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375200,'2016-06-13 07:00:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375201,'2016-06-13 07:00:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375202,'2016-06-13 07:00:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375203,'2016-06-13 07:00:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375204,'2016-06-13 07:00:41','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375205,'2016-06-13 07:00:41','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375206,'2016-06-13 07:00:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375207,'2016-06-13 07:00:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375208,'2016-06-13 07:00:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375209,'2016-06-13 07:00:43','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375210,'2016-06-13 07:00:43','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375211,'2016-06-13 07:00:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375212,'2016-06-13 07:00:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375213,'2016-06-13 07:00:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375214,'2016-06-13 07:00:45','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375215,'2016-06-13 07:00:45','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375216,'2016-06-13 07:00:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375217,'2016-06-13 07:00:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375218,'2016-06-13 07:00:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375219,'2016-06-13 07:00:47','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375220,'2016-06-13 07:00:47','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375221,'2016-06-13 07:00:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375222,'2016-06-13 07:00:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375223,'2016-06-13 07:00:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375224,'2016-06-13 07:00:49','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375225,'2016-06-13 07:00:49','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375226,'2016-06-13 07:00:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375227,'2016-06-13 07:00:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375228,'2016-06-13 07:00:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375229,'2016-06-13 07:00:51','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375230,'2016-06-13 07:00:51','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375231,'2016-06-13 07:00:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375232,'2016-06-13 07:00:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375233,'2016-06-13 07:00:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375234,'2016-06-13 07:00:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375235,'2016-06-13 07:00:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375236,'2016-06-13 07:00:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375237,'2016-06-13 07:00:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375238,'2016-06-13 07:00:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375239,'2016-06-13 07:00:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375240,'2016-06-13 07:00:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375241,'2016-06-13 07:00:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375242,'2016-06-13 07:00:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375243,'2016-06-13 07:00:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375244,'2016-06-13 07:00:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375245,'2016-06-13 07:00:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375246,'2016-06-13 07:00:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375247,'2016-06-13 07:00:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375248,'2016-06-13 07:00:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375249,'2016-06-13 07:00:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375250,'2016-06-13 07:00:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375251,'2016-06-13 07:01:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375252,'2016-06-13 07:01:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375253,'2016-06-13 07:01:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375254,'2016-06-13 07:01:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375255,'2016-06-13 07:01:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375256,'2016-06-13 07:01:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375257,'2016-06-13 07:01:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375258,'2016-06-13 07:01:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375259,'2016-06-13 07:01:03','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375260,'2016-06-13 07:01:03','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375261,'2016-06-13 07:01:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375262,'2016-06-13 07:01:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375263,'2016-06-13 07:01:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375264,'2016-06-13 07:01:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375265,'2016-06-13 07:01:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375266,'2016-06-13 07:01:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375267,'2016-06-13 07:01:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375268,'2016-06-13 07:01:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375269,'2016-06-13 07:01:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375270,'2016-06-13 07:01:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375271,'2016-06-13 07:01:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375272,'2016-06-13 07:01:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375273,'2016-06-13 07:01:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375274,'2016-06-13 07:01:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375275,'2016-06-13 07:01:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375276,'2016-06-13 07:01:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375277,'2016-06-13 07:01:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375278,'2016-06-13 07:01:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375279,'2016-06-13 07:01:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375280,'2016-06-13 07:01:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375281,'2016-06-13 07:01:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375282,'2016-06-13 07:01:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375283,'2016-06-13 07:01:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375284,'2016-06-13 07:01:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375285,'2016-06-13 07:01:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375286,'2016-06-13 07:01:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375287,'2016-06-13 07:01:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375288,'2016-06-13 07:01:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375289,'2016-06-13 07:01:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375290,'2016-06-13 07:01:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375291,'2016-06-13 07:01:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375292,'2016-06-13 07:01:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375293,'2016-06-13 07:01:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375294,'2016-06-13 07:01:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375295,'2016-06-13 07:01:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375296,'2016-06-13 07:01:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375297,'2016-06-13 07:01:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375298,'2016-06-13 07:01:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375299,'2016-06-13 07:01:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375300,'2016-06-13 07:01:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375301,'2016-06-13 07:01:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375302,'2016-06-13 07:01:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375303,'2016-06-13 07:01:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375304,'2016-06-13 07:01:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375305,'2016-06-13 07:01:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375306,'2016-06-13 07:01:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375307,'2016-06-13 07:01:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375308,'2016-06-13 07:01:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375309,'2016-06-13 07:01:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375310,'2016-06-13 07:01:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375311,'2016-06-13 07:01:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375312,'2016-06-13 07:01:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375313,'2016-06-13 07:01:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375314,'2016-06-13 07:01:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375315,'2016-06-13 07:01:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375316,'2016-06-13 07:01:26','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375317,'2016-06-13 07:01:26','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375318,'2016-06-13 07:01:26','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375319,'2016-06-13 07:01:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375320,'2016-06-13 07:01:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375321,'2016-06-13 07:01:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375322,'2016-06-13 07:01:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375323,'2016-06-13 07:01:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375324,'2016-06-13 07:01:29','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375325,'2016-06-13 07:01:29','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375326,'2016-06-13 07:01:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375327,'2016-06-13 07:01:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375328,'2016-06-13 07:01:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375329,'2016-06-13 07:01:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375330,'2016-06-13 07:01:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375331,'2016-06-13 07:01:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375332,'2016-06-13 07:01:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375333,'2016-06-13 07:01:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375334,'2016-06-13 07:01:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375335,'2016-06-13 07:01:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375336,'2016-06-13 07:01:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375337,'2016-06-13 07:01:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375338,'2016-06-13 07:01:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375339,'2016-06-13 07:01:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375340,'2016-06-13 07:01:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375341,'2016-06-13 07:01:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375342,'2016-06-13 07:01:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375343,'2016-06-13 07:01:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375344,'2016-06-13 07:01:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375345,'2016-06-13 07:01:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375346,'2016-06-13 07:01:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375347,'2016-06-13 07:01:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375348,'2016-06-13 07:01:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375349,'2016-06-13 07:01:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375350,'2016-06-13 07:01:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375351,'2016-06-13 07:01:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375352,'2016-06-13 07:01:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375353,'2016-06-13 07:01:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375354,'2016-06-13 07:01:41','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375355,'2016-06-13 07:01:41','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375356,'2016-06-13 07:01:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375357,'2016-06-13 07:01:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375358,'2016-06-13 07:01:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375359,'2016-06-13 07:01:43','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375360,'2016-06-13 07:01:43','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375361,'2016-06-13 07:01:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375362,'2016-06-13 07:01:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375363,'2016-06-13 07:01:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375364,'2016-06-13 07:01:45','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375365,'2016-06-13 07:01:45','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375366,'2016-06-13 07:01:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375367,'2016-06-13 07:01:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375368,'2016-06-13 07:01:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375369,'2016-06-13 07:01:47','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375370,'2016-06-13 07:01:47','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375371,'2016-06-13 07:01:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375372,'2016-06-13 07:01:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375373,'2016-06-13 07:01:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375374,'2016-06-13 07:01:49','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375375,'2016-06-13 07:01:49','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375376,'2016-06-13 07:01:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375377,'2016-06-13 07:01:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375378,'2016-06-13 07:01:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375379,'2016-06-13 07:01:51','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375380,'2016-06-13 07:01:51','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375381,'2016-06-13 07:01:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375382,'2016-06-13 07:01:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375383,'2016-06-13 07:01:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375384,'2016-06-13 07:01:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375385,'2016-06-13 07:01:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375386,'2016-06-13 07:01:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375387,'2016-06-13 07:01:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375388,'2016-06-13 07:01:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375389,'2016-06-13 07:01:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375390,'2016-06-13 07:01:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375391,'2016-06-13 07:01:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375392,'2016-06-13 07:01:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375393,'2016-06-13 07:01:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375394,'2016-06-13 07:01:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375395,'2016-06-13 07:01:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375396,'2016-06-13 07:01:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375397,'2016-06-13 07:01:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375398,'2016-06-13 07:01:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375399,'2016-06-13 07:01:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375400,'2016-06-13 07:01:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375401,'2016-06-13 07:01:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375402,'2016-06-13 07:02:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375403,'2016-06-13 07:02:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375404,'2016-06-13 07:02:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375405,'2016-06-13 07:02:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375406,'2016-06-13 07:02:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375407,'2016-06-13 07:02:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375408,'2016-06-13 07:02:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375409,'2016-06-13 07:02:03','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375410,'2016-06-13 07:02:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375411,'2016-06-13 07:02:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375412,'2016-06-13 07:02:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375413,'2016-06-13 07:02:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375414,'2016-06-13 07:02:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375415,'2016-06-13 07:02:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375416,'2016-06-13 07:02:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375417,'2016-06-13 07:02:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375418,'2016-06-13 07:02:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375419,'2016-06-13 07:02:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375420,'2016-06-13 07:02:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375421,'2016-06-13 07:02:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375422,'2016-06-13 07:02:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375423,'2016-06-13 07:02:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375424,'2016-06-13 07:02:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375425,'2016-06-13 07:02:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375426,'2016-06-13 07:02:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375427,'2016-06-13 07:02:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375428,'2016-06-13 07:02:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375429,'2016-06-13 07:02:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375430,'2016-06-13 07:02:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375431,'2016-06-13 07:02:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375432,'2016-06-13 07:02:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375433,'2016-06-13 07:02:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375434,'2016-06-13 07:02:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375435,'2016-06-13 07:02:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375436,'2016-06-13 07:02:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375437,'2016-06-13 07:02:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375438,'2016-06-13 07:02:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375439,'2016-06-13 07:02:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375440,'2016-06-13 07:02:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375441,'2016-06-13 07:02:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375442,'2016-06-13 07:02:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375443,'2016-06-13 07:02:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375444,'2016-06-13 07:02:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375445,'2016-06-13 07:02:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375446,'2016-06-13 07:02:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375447,'2016-06-13 07:02:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375448,'2016-06-13 07:02:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375449,'2016-06-13 07:02:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375450,'2016-06-13 07:02:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375451,'2016-06-13 07:02:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375452,'2016-06-13 07:02:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375453,'2016-06-13 07:02:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375454,'2016-06-13 07:02:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375455,'2016-06-13 07:02:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375456,'2016-06-13 07:02:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375457,'2016-06-13 07:02:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375458,'2016-06-13 07:02:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375459,'2016-06-13 07:02:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375460,'2016-06-13 07:02:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375461,'2016-06-13 07:02:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375462,'2016-06-13 07:02:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375463,'2016-06-13 07:02:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375464,'2016-06-13 07:02:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375465,'2016-06-13 07:02:26','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375466,'2016-06-13 07:02:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375467,'2016-06-13 07:02:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375468,'2016-06-13 07:02:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375469,'2016-06-13 07:02:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375470,'2016-06-13 07:02:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375471,'2016-06-13 07:02:29','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375472,'2016-06-13 07:02:29','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375473,'2016-06-13 07:02:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375474,'2016-06-13 07:02:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375475,'2016-06-13 07:02:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375476,'2016-06-13 07:02:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375477,'2016-06-13 07:02:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375478,'2016-06-13 07:02:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375479,'2016-06-13 07:02:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375480,'2016-06-13 07:02:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375481,'2016-06-13 07:02:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375482,'2016-06-13 07:02:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375483,'2016-06-13 07:02:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375484,'2016-06-13 07:02:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375485,'2016-06-13 07:02:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375486,'2016-06-13 07:02:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375487,'2016-06-13 07:02:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375488,'2016-06-13 07:02:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375489,'2016-06-13 07:02:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375490,'2016-06-13 07:02:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375491,'2016-06-13 07:02:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375492,'2016-06-13 07:02:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375493,'2016-06-13 07:02:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375494,'2016-06-13 07:02:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375495,'2016-06-13 07:02:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375496,'2016-06-13 07:02:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375497,'2016-06-13 07:02:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375498,'2016-06-13 07:02:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375499,'2016-06-13 07:02:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375500,'2016-06-13 07:02:40','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375501,'2016-06-13 07:02:41','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375502,'2016-06-13 07:02:41','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375503,'2016-06-13 07:02:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375504,'2016-06-13 07:02:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375505,'2016-06-13 07:02:42','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375506,'2016-06-13 07:02:43','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375507,'2016-06-13 07:02:43','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375508,'2016-06-13 07:02:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375509,'2016-06-13 07:02:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375510,'2016-06-13 07:02:44','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375511,'2016-06-13 07:02:45','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375512,'2016-06-13 07:02:45','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375513,'2016-06-13 07:02:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375514,'2016-06-13 07:02:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375515,'2016-06-13 07:02:46','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375516,'2016-06-13 07:02:47','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375517,'2016-06-13 07:02:47','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375518,'2016-06-13 07:02:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375519,'2016-06-13 07:02:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375520,'2016-06-13 07:02:48','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375521,'2016-06-13 07:02:49','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375522,'2016-06-13 07:02:49','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375523,'2016-06-13 07:02:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375524,'2016-06-13 07:02:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375525,'2016-06-13 07:02:50','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375526,'2016-06-13 07:02:51','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375527,'2016-06-13 07:02:51','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375528,'2016-06-13 07:02:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375529,'2016-06-13 07:02:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375530,'2016-06-13 07:02:52','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375531,'2016-06-13 07:02:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375532,'2016-06-13 07:02:53','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375533,'2016-06-13 07:02:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375534,'2016-06-13 07:02:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375535,'2016-06-13 07:02:54','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375536,'2016-06-13 07:02:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375537,'2016-06-13 07:02:55','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375538,'2016-06-13 07:02:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375539,'2016-06-13 07:02:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375540,'2016-06-13 07:02:56','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375541,'2016-06-13 07:02:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375542,'2016-06-13 07:02:57','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375543,'2016-06-13 07:02:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375544,'2016-06-13 07:02:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375545,'2016-06-13 07:02:58','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375546,'2016-06-13 07:02:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375547,'2016-06-13 07:02:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375548,'2016-06-13 07:02:59','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375549,'2016-06-13 07:03:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375550,'2016-06-13 07:03:00','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375551,'2016-06-13 07:03:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375552,'2016-06-13 07:03:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375553,'2016-06-13 07:03:01','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375554,'2016-06-13 07:03:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375555,'2016-06-13 07:03:02','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375556,'2016-06-13 07:03:03','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375557,'2016-06-13 07:03:03','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375558,'2016-06-13 07:03:03','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375559,'2016-06-13 07:03:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375560,'2016-06-13 07:03:04','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375561,'2016-06-13 07:03:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375562,'2016-06-13 07:03:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375563,'2016-06-13 07:03:05','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375564,'2016-06-13 07:03:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375565,'2016-06-13 07:03:06','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375566,'2016-06-13 07:03:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375567,'2016-06-13 07:03:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375568,'2016-06-13 07:03:07','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375569,'2016-06-13 07:03:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375570,'2016-06-13 07:03:08','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375571,'2016-06-13 07:03:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375572,'2016-06-13 07:03:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375573,'2016-06-13 07:03:09','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375574,'2016-06-13 07:03:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375575,'2016-06-13 07:03:10','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375576,'2016-06-13 07:03:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375577,'2016-06-13 07:03:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375578,'2016-06-13 07:03:11','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375579,'2016-06-13 07:03:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375580,'2016-06-13 07:03:12','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375581,'2016-06-13 07:03:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375582,'2016-06-13 07:03:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375583,'2016-06-13 07:03:13','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375584,'2016-06-13 07:03:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375585,'2016-06-13 07:03:14','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375586,'2016-06-13 07:03:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375587,'2016-06-13 07:03:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375588,'2016-06-13 07:03:15','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375589,'2016-06-13 07:03:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375590,'2016-06-13 07:03:16','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375591,'2016-06-13 07:03:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375592,'2016-06-13 07:03:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375593,'2016-06-13 07:03:17','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375594,'2016-06-13 07:03:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375595,'2016-06-13 07:03:18','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375596,'2016-06-13 07:03:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375597,'2016-06-13 07:03:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375598,'2016-06-13 07:03:19','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375599,'2016-06-13 07:03:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375600,'2016-06-13 07:03:20','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375601,'2016-06-13 07:03:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375602,'2016-06-13 07:03:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375603,'2016-06-13 07:03:21','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375604,'2016-06-13 07:03:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375605,'2016-06-13 07:03:22','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375606,'2016-06-13 07:03:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375607,'2016-06-13 07:03:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375608,'2016-06-13 07:03:23','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375609,'2016-06-13 07:03:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375610,'2016-06-13 07:03:24','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375611,'2016-06-13 07:03:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375612,'2016-06-13 07:03:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375613,'2016-06-13 07:03:25','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375614,'2016-06-13 07:03:26','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375615,'2016-06-13 07:03:26','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375616,'2016-06-13 07:03:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375617,'2016-06-13 07:03:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375618,'2016-06-13 07:03:27','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375619,'2016-06-13 07:03:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375620,'2016-06-13 07:03:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375621,'2016-06-13 07:03:28','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375622,'2016-06-13 07:03:29','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375623,'2016-06-13 07:03:29','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375624,'2016-06-13 07:03:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375625,'2016-06-13 07:03:30','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375626,'2016-06-13 07:03:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375627,'2016-06-13 07:03:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375628,'2016-06-13 07:03:31','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375629,'2016-06-13 07:03:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375630,'2016-06-13 07:03:32','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375631,'2016-06-13 07:03:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375632,'2016-06-13 07:03:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375633,'2016-06-13 07:03:33','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375634,'2016-06-13 07:03:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375635,'2016-06-13 07:03:34','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375636,'2016-06-13 07:03:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375637,'2016-06-13 07:03:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375638,'2016-06-13 07:03:35','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375639,'2016-06-13 07:03:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375640,'2016-06-13 07:03:36','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375641,'2016-06-13 07:03:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375642,'2016-06-13 07:03:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375643,'2016-06-13 07:03:37','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375644,'2016-06-13 07:03:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375645,'2016-06-13 07:03:38','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375646,'2016-06-13 07:03:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375647,'2016-06-13 07:03:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375648,'2016-06-13 07:03:39','75.98.175.106','','','http://praca-w-domu.net.pl/wp-login.php'),(375649,'2016-06-13 11:42:46','202.46.49.146','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','http://praca-w-domu.net.pl/'),(375652,'2016-06-14 01:51:24','207.46.13.116','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','http://praca-w-domu.net.pl/'),(375654,'2016-06-14 04:03:53','202.46.53.91','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36','http://praca-w-domu.net.pl/dotacje-unijne-na-szkolenia-dla-bezrobotnych/'),(375655,'2016-06-14 04:36:25','64.246.187.42','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://www.praca-w-domu.net.pl/robots.txt'),(375656,'2016-06-14 04:36:26','64.246.187.42','http://whois.domaintools.com/praca-w-domu.net.pl','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)','http://www.praca-w-domu.net.pl/'),(375657,'2016-06-15 05:19:39','45.79.98.166','','Mozilla/5.0 (compatible; Uptimebot/0.1.73; +http://www.uptime.com/uptimebot)','http://praca-w-domu.net.pl/robots.txt'),(375659,'2016-06-15 06:00:11','54.153.90.128','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','http://praca-w-domu.net.pl/'),(375660,'2016-06-17 18:26:36','176.9.98.12','','(User-Agent,Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36)','http://praca-w-domu.net.pl/'),(375661,'2016-07-14 07:01:37','176.9.98.12','','(User-Agent,Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36)','http://praca-w-domu.net.pl/'),(375662,'2016-08-16 00:25:51','45.33.46.216','','Mozilla/5.0 (compatible; Uptimebot/0.2.19; +http://www.uptime.com/uptimebot)','http://praca-w-domu.net.pl/robots.txt'),(375663,'2016-08-17 01:34:41','45.79.111.169','','Mozilla/5.0 (compatible; Uptimebot/0.2.22; +http://www.uptime.com/uptimebot)','http://praca-w-domu.net.pl/robots.txt'),(375664,'2016-08-23 22:44:02','45.79.103.178','','Mozilla/5.0 (compatible; Uptimebot/0.2.43; +http://www.uptime.com/uptimebot)','http://praca-w-domu.net.pl/robots.txt'),(375665,'2016-08-24 13:51:08','45.79.95.64','','Mozilla/5.0 (compatible; Uptimebot/0.2.43; +http://www.uptime.com/uptimebot)','http://praca-w-domu.net.pl/robots.txt'),(375666,'2016-09-02 01:40:39','169.54.244.75','','','http://praca-w-domu.net.pl/'),(375667,'2016-09-14 15:17:29','168.1.128.51','','','http://praca-w-domu.net.pl/'),(375668,'2016-09-27 10:42:37','89.248.174.37','','','http://praca-w-domu.net.pl/'),(375669,'2016-10-10 14:28:47','169.56.71.47','','','http://praca-w-domu.net.pl/'),(375670,'2016-10-24 07:33:53','169.54.233.120','','','http://praca-w-domu.net.pl/'),(375671,'2016-11-07 19:39:14','196.52.43.58','','','http://praca-w-domu.net.pl/'),(375672,'2016-11-16 10:38:06','168.1.128.34','','','http://praca-w-domu.net.pl/'),(375673,'2016-11-24 08:59:04','93.174.93.21','','','http://praca-w-domu.net.pl/'),(375674,'2016-11-29 08:44:34','169.54.244.93','','','http://praca-w-domu.net.pl/'),(375675,'2016-12-07 09:08:08','169.56.71.45','','','http://praca-w-domu.net.pl/'),(375676,'2016-12-18 20:16:27','169.54.244.82','','','http://praca-w-domu.net.pl/'),(375677,'2016-12-27 09:23:02','168.1.128.61','','','http://praca-w-domu.net.pl/'),(375678,'2017-01-09 13:00:42','169.54.244.84','','','http://praca-w-domu.net.pl/'),(375679,'2017-01-24 15:53:38','89.248.174.37','','','http://praca-w-domu.net.pl/'),(375680,'2017-01-31 17:03:42','169.54.244.89','','','http://praca-w-domu.net.pl/'),(375681,'2017-02-09 15:09:21','168.1.128.76','','','http://praca-w-domu.net.pl/'),(375682,'2017-02-12 09:50:20','169.56.71.61','','','http://praca-w-domu.net.pl/'),(375683,'2017-02-14 11:51:56','196.52.43.55','','','http://praca-w-domu.net.pl/'),(375684,'2017-02-19 11:08:23','169.54.233.125','','','http://praca-w-domu.net.pl/');
/*!40000 ALTER TABLE `wrp__wsd_plugin_live_traffic` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_commentmeta`
--
DROP TABLE IF EXISTS `wrp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_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=35 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_commentmeta`
--
LOCK TABLES `wrp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wrp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_comments`
--
DROP TABLE IF EXISTS `wrp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_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=161 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_comments`
--
LOCK TABLES `wrp_comments` WRITE;
/*!40000 ALTER TABLE `wrp_comments` DISABLE KEYS */;
INSERT INTO `wrp_comments` VALUES (3,6,'wetafreex','georgeiwalker1145@gmail.com','http://autopilot-traffic-software.com','176.8.89.17','2012-12-15 09:28:13','2012-12-15 09:28:13','… Unbelievable , but I just found software which can do all hard work promoting your praca-w-domu.net.pl website on complete autopilot - building backlinks and getting your website on top of Google and other search engines 1st pages, so your site finally can get laser targeted qualified traffic, and so you can get lot more visitors for your website. \r\n \r\nYEP, that’s right, there’s this little known website which shows you how to get to the top 10 of Google and other search engines guaranteed. \r\n \r\nI used it and in just 7 days… got floods of traffic to my site... \r\n \r\n…Well check out the incredible results for yourself - \r\nhttp://autopilot-traffic-software.com \r\n \r\nI’m not trying to be rude here, but I believe when you find something that finally works you should share it… \r\n \r\n…so that’s what I’m doing today, sharing it with you: \r\n \r\nhttp://autopilot-traffic-software.com \r\n \r\nTake care - your friend George',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7 u01-2','',0,0),(4,6,'cagenlarl','mikemstanley@gmail.com','http://wordpress-seo-plugin.net','46.118.115.114','2012-12-29 22:48:13','2012-12-29 22:48:13','Are you as frustrated why your website traffic is low? \r\n \r\nWhat if there was simple wordpress seo plugin which can drive your praca-w-domu.net.pl wordpress website traffic from zero to 55000 visitors/month...?? \r\n \r\nDon\'t believe see proof here: http://wordpress-seo-plugin.net \r\n \r\nGoogle keeps changing it’s algorithm and knocking sites our of prime positions resulting in an immediate drop in sales… \r\n \r\n…It really gets me frustrated! \r\n \r\nI’d even moved all my sites across to wordpress (because that’s what google says is the best platform) and the results were only slightly better. \r\n \r\nThat was until I found WP SEO Pressor, it’s a simple plugin you can use to get #1 rankings in search engines and get free laser targeted traffic for your website… \r\n \r\n…YEP that’s right, I installed it and started to get some incredible results, check them out here: \r\n \r\nhttp://wordpress-seo-plugin.net \r\n \r\nI noticed that your site praca-w-domu.net.pl sits on wordpress and that this could possibly help you out… \r\n \r\n…all you gotta do is install it and follow the steps you can see how I did it here: \r\n \r\nhttp://wordpress-seo-plugin.net \r\n \r\nLet me know how you go… \r\n \r\nRegards, Mike',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1','',0,0),(5,6,'web traffic','brendonstaylor@gmail.com','http://mass-auto-backlinks.com','46.118.119.186','2012-12-30 15:08:26','2012-12-30 15:08:26','Most powerful&cost effective SEO and website traffic service in world get up to 100’000 forum backlinks now! \r\n \r\nYour praca-w-domu.net.pl website will get thousands of visitors/day using amazing backlink service today. See proof how web traffic increased from 400 to 4000 visitors/day and how your website can get same results - http://mass-auto-backlinks.com \r\n \r\nWe are able post your custom message up to 100’000 forums worldwide, so your site get thousands of backlinks \r\nand as a result your web page will be ranked #1 positions in search engines and your website will get large amount of free, targeted web traffic from search engines in shortest time. \r\n \r\nMost affordable and most powerful service for web traffic and backlinks in the world! \r\n \r\nAre you ready to for massive traffic flood to your site? If yes then Order now: http://mass-auto-backlinks.com',0,'spam','Opera/9.80 (Windows NT 6.1; U; MRA 6.0 (build 5711); ru) Presto/2.10.289 Version/12.00','',0,0),(6,6,'Outsiptuspilm','harrynnelson5488641@gmail.com','http://mass-facebook-traffic.com','176.8.89.183','2013-01-06 02:59:20','2013-01-06 02:59:20','What if there was a way to get thousands of visitors a day to your praca-w-domu.net.pl website and make $144,000 in one month \r\nwith: \r\n \r\nNo prior experience \r\nNo SEO or tech experience \r\nNo selling or cold calling \r\nNo substantial investments in advertising or marketing \r\n \r\nSounds crazy, but it\'s true, and here\'s proof: \r\n \r\nhttp://mass-facebook-traffic.com \r\n \r\nI don\'t know how long this system is going to be up, but you \r\nowe it to yourself to check it out... \r\n \r\nhttp://mass-facebook-traffic.com \r\n \r\nIt will just take a minute, and it could change your life \r\nfor the better! \r\n \r\nhttp://mass-facebook-traffic.com \r\n \r\nBest Regards, \r\nHarry',0,'spam','Opera/9.80 (Windows NT 5.1; U; YB/3.5.1; ru) Presto/2.10.229 Version/11.64','',0,0),(7,6,'wetafreex','jenniferpwilsonei@gmail.com','http://magic-traffic-software.com','46.119.127.93','2013-01-11 08:30:07','2013-01-11 08:30:07','… Unbelievable , but I just found software which can do all hard work promoting your praca-w-domu.net.pl website on complete autopilot - building backlinks and getting your website on top of Google and other search engines 1st pages, so your site finally can get laser targeted qualified traffic, and so you can get lot more visitors for your website. \r\n \r\nYEP, that’s right, there’s this little known website which shows you how to get to the top 10 of Google and other search engines guaranteed. \r\n \r\nI used it and in just 7 days… got floods of traffic to my site... \r\n \r\n…Well check out the incredible results for yourself - \r\nhttp://magic-traffic-software.com \r\n \r\nI’m not trying to be rude here, but I believe when you find something that finally works you should share it… \r\n \r\n…so that’s what I’m doing today, sharing it with you: \r\n \r\nhttp://magic-traffic-software.com \r\n \r\nTake care - your friend Jennifer',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 YB/3.5.1 (.NET CLR 3.5.30729)','',0,0),(8,6,'Neallirlpep','gabrielaslenkosn@gmail.com','http://make-2000usd-day.com','46.118.124.144','2013-01-15 11:45:36','2013-01-15 11:45:36','Want to make up to $2,543 a DAY with ZERO traffic? \r\n \r\n... STOP. You need to see this... \r\n \r\nhttp://make-2000usd-day.com \r\n \r\nIt\'s BRAND NEW, And just about the \r\nmost \"ghetto\" money making method I\'ve ever seen... \r\n \r\n$2,543 a DAY without ANY traffic? \r\n \r\nNo PPC, no PPV, no CPA, no so-called \'push \r\nbutton softwares\' scams, no \'loopholes\'... \r\n \r\nSomething TOTALLY different. \r\n \r\n... A REAL system that\'s been pulling in \r\nover $2,000 a day and $14980/week! \r\n \r\nBest of all? He\'s got REAL PROOF. \r\n \r\nhttp://make-2000usd-day.com \r\n \r\n(You\'ll even see REAL examples, not *just* \r\nhis $400k a year clickbank account) \r\n \r\nHonestly - This has blown me away. \r\n \r\nIt requires no traffic, no investment and \r\nabsolutely NO experience. \r\n \r\nAnd after trying out what the system is... \r\nI can confidently say it works, too. \r\n \r\nDon\'t miss out on this goldmine - http://make-2000usd-day.com \r\n \r\nTalk soon, \r\nGabriela',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari/537.4','',0,0),(9,6,'FleedeDut','laurarbexlie@gmail.com','http://get-massive-autopilot-traffic.com','46.118.116.87','2013-01-21 12:33:11','2013-01-21 12:33:11','After getting more than 10000 visitors/day to my website I thought your praca-w-domu.net.pl website also need unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = > > http://get-massive-autopilot-traffic.com \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = > > http://get-massive-autopilot-traffic.com',0,'spam','Opera/9.80 (Windows NT 6.1; MRA 6.0 (build 6001)) Presto/2.12.388 Version/12.10','',0,0),(10,6,'James','','http://hertot.com/&sniIXbH','50.31.106.148','2013-01-26 07:54:14','2013-01-26 07:54:14','I QUIT MY JOB TODAY!!!...\n\nafter 15 years of 9-5, now I work two hours a day and earn a ton more....',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1','trackback',0,0),(11,6,'Catherine','','http://sunsex.us/O2h9','50.117.70.238','2013-01-27 20:18:24','2013-01-27 20:18:24','VIDEO BLOGGING ROCKS!...\n\nI doubled my traffic and profits with a video on my blog!!! It was easy and fun! Wanna see proof? CLICK THIS LINK=> http://sunsex.us/...',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1','trackback',0,0),(14,6,'Cindy','','http://dlfhyb.com/wNwR','50.117.65.216','2013-01-31 23:05:31','2013-01-31 23:05:31','I finally made it,...\n\nafter two years of frustration, my site is finally in the top ten thanks to links from US federal government. http://dlfhyb.com...',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1','trackback',0,0),(16,6,'boundadub','jenifernlimerson@gmail.com','http://skyrocket-seo-traffic.com','178.137.93.165','2013-02-05 08:50:41','2013-02-05 08:50:41','Are you as frustrated why your website traffic is low? \r\n \r\nWhat if there was simple wordpress seo plugin which can drive your praca-w-domu.net.pl wordpress website traffic from zero to 55000 visitors/month...?? \r\n \r\nDon\'t believe see proof here: http://skyrocket-seo-traffic.com \r\n \r\nGoogle keeps changing it’s algorithm and knocking sites our of prime positions resulting in an immediate drop in sales… \r\n \r\n…It really gets me frustrated! \r\n \r\nI’d even moved all my sites across to wordpress (because that’s what google says is the best platform) and the results were only slightly better. \r\n \r\nThat was until I found WP SEO Pressor, it’s a simple plugin you can use to get #1 rankings in search engines and get free laser targeted traffic for your website… \r\n \r\n…YEP that’s right, I installed it and started to get some incredible results, check them out here: \r\n \r\nhttp://skyrocket-seo-traffic.com \r\n \r\nI noticed that your site praca-w-domu.net.pl sits on wordpress and that this could possibly help you out… \r\n \r\n…all you gotta do is install it and follow the steps you can see how I did it here: \r\n \r\nhttp://skyrocket-seo-traffic.com \r\n \r\nLet me know how you go… \r\n \r\nRegards, Jenifer',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4','',0,0),(18,10,'WilliamO','','http://dlfhyb.com/gUsn','142.54.171.211','2013-02-07 00:33:43','2013-02-07 00:33:43','Google Loophole...\n\nfirst time offered, only 3 spots left!...',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1','trackback',0,0),(19,6,'Spessebag','johnkedwardsit@gmail.com','http://blackbookforexfree.com','46.119.124.196','2013-02-08 16:51:28','2013-02-08 16:51:28','Hi, praca-w-domu.net.pl admin \r\nGo and take a look at this free money making software right now because it may be the most \r\nimportant thing you do in this year: \r\nhttp://blackbookforexfree.com \r\nYep that’s right you are getting same software which used by my friend and colleague Dustin Pass (a trading legend) Dustin has developed this powerful trend-following \r\nforex trading software that’s based on the exact methods he \r\nused as a multi million-dollar fund manager. \r\nThis is a great new software they are giving out over \r\nat Forex Traders Daily. \r\nCreated by my friend and colleague Dustin Pass (a trading legend), \r\nit lays out an intriguing and highly profitable FOREX trading \r\nstrategy that has one major unique characteristic: not only do \r\nyou NOT have to understand anything whatsoever about forex \r\nto profit from it, but you don’t need to guess or predict \r\n(or care) about market direction – it’s completely irrelevant. \r\n***************************************** \r\nDownload Your Copy now Here FOR FREE \r\nhttp://blackbookforexfree.com \r\n***************************************** \r\nI agree with Dustin, when he says: \r\n“Making money in Forex isn’t difficult, hard, or \r\ncomplicated when you know: \r\nwhich side of the market to trade on, \r\nwhen to enter a trade \r\nand when to take profits.” \r\n***************************************** \r\nBut \r\nThere are a limited number of complimentary copies \r\nTake your’s now \r\nhttp://blackbookforexfree.com \r\n***************************************** \r\nBest of Success, \r\nJohn Edwards',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11','',0,0),(20,10,'LastChance','','http://dlfhyb.com/muCg','50.117.73.72','2013-02-09 06:57:17','2013-02-09 06:57:17','Google Ranking...\n\nyou really should try some social signals to boost your blog...',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1','trackback',0,0),(21,6,'SWENDUMIMMENI','chrisihernandex@gmail.com','http://blueprint-to-make-millions.com','94.153.8.93','2013-02-13 12:15:34','2013-02-13 12:15:34','That\'s insane... You have got to see this blueprint revealing all secrets how to make $5.2 million in 5 years and how you too can start to make at least $11000 in the next 28 days... \r\n \r\nhttp://blueprint-to-make-millions.com \r\nThe Internet marketing game has changed in 2013… \r\n \r\n…The old \"internet success blueprints\" have become completely redundant. In fact you could be potentially harming your site and your online business by continuing to follow those outdated blueprints. \r\n \r\nDon\'t worry though, there\'s a brand new Business Blueprint that was released in early January, which you can use to IMMEDIATELY change your online business fortunes. \r\n \r\nFind out more here: \r\n \r\nhttp://blueprint-to-make-millions.com \r\n \r\nWhether you are a new or experienced internet marketer you must get INSTANT access to this blueprint to ensure you are following the LATEST TECHNIQUES and not jeapordizing your business. \r\n \r\nClaim your blueprint here: \r\n \r\nhttp://blueprint-to-make-millions.com \r\n \r\nTake care your friend \r\nChris',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0','',0,0),(22,6,'get traffic','gerogeeallen55@gmail.com','http://push-button-traffic.net','178.137.161.221','2013-03-02 04:47:27','2013-03-02 04:47:27','After getting more than 10000 visitors/day to my website I thought your praca-w-domu.net.pl website also need unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = > > http://push-button-traffic.net \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = > > http://push-button-traffic.net',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 YB/3.5.1 (.NET CLR 3.5.30729)','',0,0),(23,6,'Awainaniquaph','jamesnmorrismr@gmail.com','http://seolinkmonster.net','178.137.91.11','2013-03-08 22:49:42','2013-03-08 22:49:42','Hi, Admin, It\'s time to get your praca-w-domu.net.pl website into hands free autopilot \r\nUltra High quality backlink system which generated laser targeted search engine \r\ntraffic worth of 1.5 million dollars \r\n \r\n---->>>>>> http://seolinkmonster.net \r\n \r\nListen if you ever want your site traffic shoot into stratosphere then you have no choice but to get backlinks, without backlinks your site is dead and it will never rank anywhere and nobody find it, but here\'s the problem \r\n \r\n....it takes time to get backlinks... lot of time and knowledge trial and errors to place links and to find best quality sites for your links. \r\n \r\nSEO Link MONSTER eliminates all these problems, \r\nafter 3 year research and development it\'s, here to put your site on top of #1 page in Google for every keyword you want \r\n* Tested and proven after Google penguin and panda updates \r\n* Links submitted gradually every day \r\n* Only highest quality sites with actual page rank 1-4 \r\nget started now they allow only small part of selected people to join as they want to keep quality in highest level \r\nget your links now \r\n---->>>>>> http://seolinkmonster.net',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; Edition Yx) Presto/2.12.388 Version/12.10','',0,0),(24,10,'wetafreex','jessicatlensi@gmail.com','http://auto-website-promoter.com','46.118.154.169','2013-03-14 16:20:27','2013-03-14 16:20:27','… Unbelievable , but I just found software which can do all hard work promoting your praca-w-domu.net.pl website on complete autopilot - building backlinks and getting your website on top of Google and other search engines 1st pages, so your site finally can get laser targeted qualified traffic, and so you can get lot more visitors for your website. \r\n \r\nYEP, that’s right, there’s this little known website which shows you how to get to the top 10 of Google and other search engines guaranteed. \r\n \r\nI used it and in just 7 days… got floods of traffic to my site... \r\n \r\n…Well check out the incredible results for yourself - \r\nhttp://auto-website-promoter.com \r\n \r\nI’m not trying to be rude here, but I believe when you find something that finally works you should share it… \r\n \r\n…so that’s what I’m doing today, sharing it with you: \r\n \r\nhttp://auto-website-promoter.com \r\n \r\nTake care - your friend Jessica',0,'spam','Opera/9.80 (X11; Linux x86_64; U; ru) Presto/2.10.289 Version/12.02','',0,0),(25,10,'backlink search engine','james.kirks@hotmail.com','http://explode-your-site-traffic.com','178.137.164.218','2013-04-20 13:31:59','2013-04-20 13:31:59','greetings praca-w-domu.net.pl owner found your blog via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered site which offer to dramatically increase traffic to your website http://explode-your-site-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my site. Hope this helps :) They offer best services to increase website traffic at this website http://explode-your-site-traffic.com \r\nTo your success your friend \r\nJames',0,'spam','Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.61','',0,0),(26,10,'oferta pracy dla logopedy','anthonywhitehurst@gmail.com','http://www.logopeda.toker.com.pl/praca','83.29.115.123','2013-04-27 17:19:05','2013-04-27 17:19:05','I like what you guys tend to be up too. This type of clever work and exposure!\r\nKeep up the amazing works guys I\'ve incorporated you guys to blogroll.',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:2.0b7pre) Gecko/20100921 Firefox/4.0b7pre','',0,0),(27,6,'JimmyO','','http://dripfeedbookmark.com/x1VenT','203.198.23.82','2013-05-08 13:27:22','2013-05-08 13:27:22','Do you promote this blog?...\n\nTry this place they are running a special today. It helped me....',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1','trackback',0,0),(29,10,'get backlinks','chris-lersen@hotmail.com','http://web-traffic-storm.com','178.137.93.118','2013-05-18 10:45:30','2013-05-18 10:45:30','whats up praca-w-domu.net.pl admin discovered your blog via yahoo but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered site which offer to dramatically increase traffic to your blog http://web-traffic-storm.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://web-traffic-storm.com \r\nTo your success your friend \r\nChris',0,'spam','Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11','',0,0),(32,10,'k4cQB','Mozingo@googlemail.com','http://www.PPRzwJ.at','5.135.85.121','2013-06-04 03:10:22','2013-06-04 03:10:22','948969 475619It is onerous to search out knowledgeable individuals on this subject, nonetheless you sound like you already know what you are talking about! Thanks 270773',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0','',0,0),(33,10,'IT Support Berkshire','PliskaHoworth18@hotmail.com','http://www.fastassist-it-support.co.uk/index.html','87.106.161.57','2013-06-24 07:43:48','2013-06-24 07:43:48','Someone essentially lend a hand to make severely articles I\'d state. That is the very first time I frequented your website page and thus far? I amazed with the research you made to make this actual submit extraordinary. Excellent job!',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;1813)','',0,0),(34,10,'back link service','david-carson@hotmail.com','http://get-massive-web-traffic.com','5.248.87.50','2013-07-02 14:48:39','2013-07-02 14:48:39','hiya and welcome praca-w-domu.net.pl owner found your website via yahoo but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered website which offer to dramatically increase traffic to your site http://get-massive-web-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my site. Hope this helps :) They offer best services to increase website traffic at this website http://get-massive-web-traffic.com \r\nTo your success your friend \r\nDavid',0,'spam','Opera/9.80 (Windows NT 6.1; U; YB/3.5.1; ru) Presto/2.6.30 Version/10.63','',0,0),(35,6,'Majkello','pierwszyubramm@hotmail.com','','37.59.151.193','2013-07-09 17:35:04','2013-07-09 17:35:04','Ciesze sie ze znalazlem twoja strone, teraz jestem tu stalym gosciem, tylko troche ciezko bylo ja znalezc w google na podana fraze, trzeba ja lepiej wypozycjonowac. Podepnij sobie ja do systemu wymiany linkow i masz pozycjonowanie za darmo, ruch powinienen ci wzrosnac kilkakrotnie jak wbijesz sie na pierwsza strone googla. \r\nWpisz sobie w google - seo stronka z seo poradami - tu jest wszystko opisane, napewno ci sie przyda \r\npozdro',0,'spam','Mozilla/5.0 (Windows NT 5.2; rv:17.0) Gecko/20100101 Firefox/17.0','',0,0),(36,10,'backlinks','david-carson@hotmail.com','http://get-massive-web-traffic.com','5.248.87.50','2013-07-09 19:04:45','2013-07-09 19:04:45','nice to be here praca-w-domu.net.pl admin discovered your website via yahoo but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered site which offer to dramatically increase traffic to your site http://get-massive-web-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://get-massive-web-traffic.com \r\nTo your success your friend \r\nDavid',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','',0,0),(37,10,'handsfree traffic','jessica-kayle69@hotmail.com','http://insane-web-traffic.com','5.248.85.240','2013-08-09 21:24:58','2013-08-09 21:24:58','how\'s life ? praca-w-domu.net.pl admin discovered your site via yahoo but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have found site which offer to dramatically increase traffic to your blog http://insane-web-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://insane-web-traffic.com \r\nTo your success your friend \r\nJessica',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22','',0,0),(38,6,'Anceflete','elvorobet@yandex.com','http://levitra.ucoz.com/','95.24.196.105','2013-09-08 22:20:05','2013-09-08 22:20:05','Continue levitra covered by insurance levitra online a href',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YI','',0,0),(39,10,'Crystal','susanagibson@inbox.com','http://cnn.com','50.117.64.170','2013-09-10 13:28:14','2013-09-10 13:28:14','“Dotacje unijne na szkolenia dla bezrobotnych | Praca w domu” in fact makes me ponder a somewhat extra.\r\nI enjoyed each and every single component of it.\r\nI appreciate it -Susana',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0','',0,0),(40,10,'extreme traffic','margaret-hills75@hotmail.com','http://explosive-web-traffic.com','46.119.115.36','2013-09-29 22:27:17','2013-09-29 22:27:17','heya praca-w-domu.net.pl blogger discovered your website via Google but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered website which offer to dramatically increase traffic to your website http://explosive-web-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer best services to increase website traffic at this website http://explosive-web-traffic.com \r\nTo your success your friend \r\nMargaret',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0','',0,0),(41,6,'neegmeniest','galina.neznaikina@yandex.com','http://light.prosto50.ru/?ref=schemer','128.69.175.169','2013-10-02 04:01:22','2013-10-02 04:01:22','Сегодня 01.10.2013 открылся новый проект Просто Лайт!!! \r\n \r\nПодробная информация и регистрация: http://light.prosto50.ru/?ref=EJKXD \r\n \r\nХотите зарабатывать деньги в интернете, но не знаете как? Наверняка Вы мечтаете обрести финансовую свободу? \r\nМы Вам поможем! Кстати, свой первый шаг к успеху Вы уже сделали - Вы на нашем сайте! Теперь Вам осталось решить: \r\nХотите ли Вы зарабатывать РЕАЛЬНЫЕ деньги и быть финансово независимым. Или оставить все как прежде? \r\n \r\nПреимущества проекта: \r\n \r\nВсе расчеты осуществляются через систему QIWI (без процентов и комиссий), только между участниками, что гарантирует \r\nсохранность Ваших денег. Нет ограничения по рефералам на 1 уровне, а следовательно и на уровнях выше может быть любое \r\nколичество рефералов. Нет лимита продаж уровней. Очень удобная короткая матрица и стоимость уровней ниже, что позволяет \r\nбыстро и легко заработать много денег!!! \r\n \r\nОтличия проекта Лайт от Просто50 \r\n \r\nНет ограничения по рефералам на 1 уровне, а следовательно и на уровнях выше может быть любое количество рефералов. \r\nНет лимита продаж уровней. Очень удобная короткая матрица и стоимость уровней ниже, что позволяет быстро и легко \r\nзаработать много денег!!! \r\n \r\nСтоимость уровней: \r\n \r\nУровень Цена Рефералы \r\n1. 50 Руб Неограниченно \r\n2. 150 Руб Неограниченно \r\n3. 300 Руб Неограниченно \r\n4. 600 Руб Неограниченно \r\n5. 900 Руб Неограниченно',0,'spam','Opera/9.80 (Windows NT 5.1; Edition Yx) Presto/2.12.388 Version/12.11','',0,0),(42,10,'Heather','clyde_alfonso@gmail.com','http://bing.com','173.232.86.87','2013-10-02 07:18:09','2013-10-02 07:18:09','Ur blog, “Dotacje unijne na szkolenia dla bezrobotnych | Praca w domu” was \r\nindeed definitely worth writing a comment here! Simply just wished to admit you \r\ndid a superb work. Thanks a lot -Clyde',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','',0,0),(43,10,'Heather','ellensweeney@yahoo.com','http://cnn.com','173.232.20.107','2013-10-10 10:58:35','2013-10-10 10:58:35','“Dotacje unijne na szkolenia dla bezrobotnych | Praca w \r\ndomu” was a superb post. However, if it included a lot more pix this would probably \r\nbe even even better. Cya ,Ellen',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0','',0,0),(44,6,'WGRLUSS','pipavloff1977@hotmail.com','http://dustdi.unblog.fr/#14787','178.151.216.88','2013-10-25 05:49:30','2013-10-25 05:49:30','orlistat xenical\r\nprix xenical 120mg\r\nxenical acheter ligne\r\nxenical discount\r\n \r\nhttp://dustdi.unblog.fr/#5116 \r\nhttp://promcent.unblog.fr/#6260 \r\nhttp://tersni.unblog.fr/#8974, pharmacie en ligne \r\nacheter xenical en suisse\r\nxenical vente libre espagne\r\nprix de xenical\r\nxenical commander\r\nxenical 120 mg acheter\r\ncommander xenical\r\nadresse xenical sans ordonnance\r\nachat alli',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4','',0,0),(46,6,'QTDIOGC','pivavloff1979@mail.ru','http://scarzodko.soup.io/#16688','178.151.216.88','2013-10-26 13:14:54','2013-10-26 13:14:54','xenical prix 2013\r\norlistat weight loss\r\nprix de xenical orlistat\r\nprix xenical en pharmacie\r\n Zfmn9rx \r\nhttp://riavertant.soup.io/#19789 \r\nhttp://daaliveg.soup.io/#8347 \r\nhttp://scarzodko.soup.io/#2011, adresse xenical sans ordonnance \r\nacheter xenical toulouse\r\nxenical andorre\r\ncomment acheter du xenical\r\nxenical a petit prix\r\nxenical achat en ligne\r\nou acheter xenical sans ordonnance\r\nle xenical est il en vente libre\r\nxenical meilleur prix',0,'spam','Opera/9.80 (Windows NT 6.0; U; ru) Presto/2.10.289 Version/12.02','',0,0),(47,6,'LHCPWUG','lomavloff1979@hotmail.com','http://tiohydjust.soup.io/#18312','178.151.216.88','2013-10-27 23:38:41','2013-10-27 23:38:41','buy amoxicillin antibiotic 500mg\r\norder amoxil no prescription\r\nbuy amoxicillin online canada\r\nhow to buy amoxicillin online\r\n \r\nhttp://runloli.soup.io/#18640 \r\nhttp://haucocpi.soup.io/#8164 \r\nhttp://tiohydjust.soup.io/#6800, buy amoxicillin australia \r\ncan you buy amoxicillin chemist\r\nbuy amoxicillin veterinary\r\nbuy amoxicillin capsules 500mg\r\nwant to buy amoxicillin\r\nbuy amoxil 500mg\r\nsafe buy amoxicillin online\r\nbuy amoxicillin spain\r\nbuy amoxicillin rats',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.152 Safari/535.19 CoolNovo/2.0.3.55','',0,0),(48,6,'WYEVWAS','lomavloff1979@hotmail.com','http://tiohydjust.soup.io/#7865','178.151.216.88','2013-10-28 15:42:28','2013-10-28 15:42:28','buy amoxil without a prescription\r\nbuy amoxicillin 500 mg online\r\nbuy amoxicillin without a prescription\r\nbuy amoxicillin clavulanate online\r\n \r\nhttp://runloli.soup.io/#16739 \r\nhttp://haucocpi.soup.io/#5868 \r\nhttp://tiohydjust.soup.io/#5208, buy amoxicillin doctor \r\nbuy amoxicillin online mexico\r\nbuy amoxicillin for humans\r\nbuy amoxicillin antibiotic 500mg\r\nwhere to buy amoxicillin online\r\nbuy amoxicillin clavulanate online\r\ncan you buy amoxicillin chemist\r\nbuy amoxicillin boots\r\nbuy amoxicillin kids',0,'spam','Opera/9.80 (Windows NT 5.1; U; Edition Yx; ru) Presto/2.10.289 Version/12.02','',0,0),(49,6,'WUSUWUN','tomvloff1977@hotmail.com','http://about.me/frandsenpeter/#8316','178.151.216.88','2013-10-31 18:06:24','2013-10-31 18:06:24','buy prednisone tablets\r\nprednisolone buy online uk\r\nbuy prednisolone no prescription in uk\r\nbuy prednisolon online\r\n \r\nhttp://about.me/kevincasiano/#18006 \r\nhttp://about.me/siopi/#8396 \r\nhttp://weide.pen.io/#4313, buy prednisone india. \r\nbuy prednisone 10 mg online\r\nbuy prednisone online now\r\ncan i buy prednisolone in the uk\r\nbuy prednisone 20mg tablets\r\nbuy prednisone 10 mg\r\norder prednisone 5mg\r\nbuy prednisolone\r\nbuy prednisone no rx\r\n \r\nhttp://perce.pen.io/#1189 \r\nhttp://about.me/frandsenpeter/#3076, buy prednisolone uk.',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11','',0,0),(50,10,'dreacleCally','supplymbro+ml@gmail.com','http://www.hk-iscap.net','219.139.81.132','2013-11-03 15:56:48','2013-11-03 15:56:48','Mulberry Sale\r\nMulberry Bags\r\nMulberry Handbags',0,'spam','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.11','',0,0),(51,6,'EddieA','449bek22ny@hotmail.com','','31.6.71.136','2013-11-09 16:03:25','2013-11-09 16:03:25','I noticed that it\'s hard to find your website in google, i found it on 24th spot, you should \r\nget some quality backlinks to rank it in google and increase traffic. I had the same problem with my blog, your should search in google for - k2 seo services - it helped me a lot',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11','',0,0),(52,10,'Arzu','segreteria@accademiapadrepio.it','http://www.facebook.com/profile.php?id=100003448965498','87.193.189.69','2013-11-12 04:26:08','2013-11-12 04:26:08','hahahha Michał pieprzysz jak potłuczony. Bądź sobą dalej haha, chyba, że narapwdę mam zajebiste życie osobiste to ok. Ale tekst być sobą to jest pierdolenie o szopenie, im bardziej chcesz być sobą tym bardziej upodabniasz się do innych albo tańczysz jak Ci zagrają. Ja do tej pory kupiłem wszystko to wypuścił Mancer i nie żałuję ani złotf3wki, bo inwestuje w siebie, w swoje życie. Teraz kupile program od vekana i jeszcze nie zaczalem, ale czuje, że znf3w sie nie rozczaruje. Kilkanascie razy wiecej wydalem szmalu na alkohol, bo myslalem, ze beda soba po nim, a to takie oszukiwanie się. Na poczatku bylem sceptyczny do tych programow, ale jak zobaczylem, ze to dziala i tak wlasnie jest to wiem, ze kazda zlotowka wydana na materialy Mancera jest tego warta, bo juz nie jestem pizdusiem, ktf3ry wchodzi w tylek kobiecie a ona i tak ma to w dupie, a jestem zdrowo myslacym, pewnym siebie facetem. Od dzis zaczynam sluchac materialu Vekana. Życiowa wiedza jest bezcenna. Teraz inwestuję w siebie, bo jeszcze mam w chuj życia przed sobą, jestem młody i czekaja mnie teraz najlepsze lata, nie zmaruję juz ich tak jak bywalo dawniej (mam 25lat). Solidna inwestycja w siebie, to najlepsza inwestycja na teraz i na całe życie.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0','',0,0),(53,6,'Maras','z.grouprouwiy@suse.de','http://www.facebook.com/profile.php?id=100003448919142','66.228.35.24','2013-11-12 06:44:20','2013-11-12 06:44:20','\'Akira by Stephen Thompson\' at the top. I can\'t think of a situation where somnoee will see a piece of your work and there\'ll be no credit anywhere. Plus most people\'s signatures are unreadable anyway. I don\'t think I\'ve ever found out a new artist\'s name from reading their signature even once, I\'ve always referred to the credits or to the information on the blog I\'ve found it on or whatever.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0','',0,0),(54,6,'InerneCrob','rejyfusaquj@nokiamail.com','','109.87.146.161','2013-11-23 22:58:01','2013-11-23 22:58:01','positive symptoms, 425 preferred. Duloxetine may be associated with a lower incidence of hypertension and milder FIGURE 10-65 M3 antagonism and antipsychotics: factor in DKA/HHS? An atypical antipsychotic with Combining a 3A4 inhibitor with the 3A4 substrate pimozide can result in elevated plasma MAO-A (monoamine oxidase A) quelle postsynaptic neurons, which in the short term may cause memory problems and in the long term may cause lifetime in selected brain areas (discussed in Chapter 2 and illustrated in Figures 2-3 and This site will be updated regularly and should therefore provide an up-to-date source for valproate, carbamazepine, and lamotrigine discussed above (Tables 13-3 and 13- Zolpidem, there is a new controlled-release formulation known as Zolpidem CR (Figure bonprix ion channels,\" \"ionotrophic receptors,\" and \"ion channel—linked receptors.\" These channels and alpha 2 antagonists, 560/\" 233 Finally, a very complicated signal transduction system with terrible-sounding names the capacity of brain circuits to process that load can result in breakdown into symptoms of bonprix or \"too little\" dopamine activity in various brain regions. Instead, therapeutic agents must postsynaptic serotonin receptors, excessive treatment-resistant, and bipolar depression have not yielded consistent results. Future trials \"pore\" that is the channel itself, allowing ions to travel from one side of the membrane to Stelazine (trifluoperazine), 331/ quelle of action, including multiple sites of action at multiple types of ion channels. TRI plus unipolar depression and anxiety disorders, with some promising results. Further research Pharmacologic S, Bauer MS, Thase ME, Wisniewski SR and Sachs GS. (2006) Treatment-resistant e5 Extrapyramidal signs to the cortex during the day (Figure 16-5A). Treatment of insomnia (Figure 16-4A) is NEI Disclosure Policy NK2 antagonists aspects involved in treating adults, such as the impact of the frequent comorbidities of',0,'spam','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)','',0,0),(55,6,'KlarusSpap','h1gy123f.hysysss@yandex.com','http://shopping-yo.com','37.78.189.184','2013-11-29 02:23:44','2013-11-29 02:23:44','może masz rację . Ale nie wychodzą z tyłu tej kwestii . Tutaj można zobaczyć stary przez swoje pytanie .http://shopping-yo.com How to upholster a dining room chair \r\nNo i nie zapomnij, główny problem omawiany w temacie .Sprzedaz i marketing w biznesplanie | Praca w domu',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0','',0,0),(56,6,'Amarmfeect','quohjaimai@fastmailforyou.net','http://r-forge.r-project.org/tracker/download.php/103/458/5062/1969/fast-ejaculation-last-longer-tips-how-to-make-the-guy-last-longer-in-bed-how-to-make-the-man-last-longer-in-bed-the-squeeze-techniqu','31.184.241.12','2013-11-30 00:43:56','2013-11-30 00:43:56','cream to make you last longer how to treat premature ejaculation with home medicines wrte wester premature ejaculation treatment canada period delay pills in india ayurvedic medicine for premature ejaculation ushee ankeny best homeo medicine for premature ejaculation paulines distinte is there any medicine for premature ejaculation botak nutcases schoold tips on how to last longer in bed for men premature ejaculation nasal spray cost how much longer do you last with a condom how to make bananas last longer how do i make my boyfriend last longer in bed contraints legaturile peais how long does the average man last in bed aggiungiamo wende singkil food to cure premature ejaculation kesamaan heeeeeej mooremm medical treatment of premature ejaculation onemixed indexseite francez why do men have premature ejaculation bitan allasds htmlfind how to last longer in bed guys \r\ntowel milly remitente timeit contestant lwow sepetim stagnan ',0,'spam','Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.10','',0,0),(57,6,'Slequeceare','dihufoforaxi@nokiamail.com','','5.29.35.42','2013-12-02 02:27:11','2013-12-02 02:27:11','Nice man \r\n \r\n \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n?????? \r\n \r\nLesya2222sc',0,'spam','Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.7.39 Version/11.00','',0,0),(59,6,'kamilasadova','hvilhvilin@gmail.com','http://gemorroi.kz','37.115.185.27','2013-12-13 14:42:22','2013-12-13 14:42:22','Дизайн интерьера магазина',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4','',0,0),(60,6,'sabinakrylova','khvolsonkhvols@gmail.com','http://betmania.kz','5.248.83.110','2013-12-23 16:12:51','2013-12-23 16:12:51',' свищевые ходы ',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20100101 Firefox/16.0','',0,0),(61,10,'BennyKulka51','bennykulka81@hotmail.com','','178.19.99.69','2013-12-26 10:05:35','2013-12-26 10:05:35','I noticed that it\'s hard to find your site in google, i found it on 17th spot, you should build some quality backlinks to rank it in google and increase traffic. I had the same problem with my blog, your should search in google for - k2 seo services - it helped me a lot',0,'spam','Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/17.0 Firefox/17.0','',0,0),(62,6,'Lutherlak','yourmail@gmail.com','http://fermandia.biz/?i=356','95.28.16.227','2014-01-06 12:34:26','2014-01-06 12:34:26','Для того что бы начать играть и зарабатывать, вам нужно зарегистрироваться в игре и купить животных для своей фермы. \r\nНа выбор 5 животных: курица, свинья, коза, овца и корова. На вашей ферме может быть любое количество животных. \r\nКаждое животное дает определенную продукцию, которую можно продать на рынке и получить за неё золотые монеты. \r\nЗолотые монеты можно вывести на ваш реальный счет PAYEER... \r\n \r\nПреимущества нашей игры: \r\n \r\n- Пополнение и выплаты на все популярные платежные системы; \r\n- Автоматическое накопление и выкуп продукции системой; \r\n- Никаких ограничений на срок жизни ваших животных, купленные животные остаются у вас навсегда; \r\n- Прозрачность статистики резерва, гарантирует вам постоянные выплаты; \r\n- Доброжелательная техническая поддержка 16 часов в день, 7 дней в неделю. \r\n \r\nРегистрация: http://fermandia.biz/?i=356',0,'spam','Mozilla/5.0 (Windows NT 6.0; rv:16.0) Gecko/20100101 Firefox/16.0','',0,0),(63,6,'sabinakryglova','khvolsonkhvolstr@gmail.com','http://navi.kz','134.249.53.133','2014-01-06 19:22:24','2014-01-06 19:22:24',' хронический цистит ',0,'spam','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','',0,0),(64,10,'extreme traffic','laura-rivers109@hotmail.com','http://mass-website-traffic.net','178.137.166.35','2014-01-14 16:55:15','2014-01-14 16:55:15','hi there praca-w-domu.net.pl admin discovered your blog via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered site which offer to dramatically increase traffic to your site http://mass-website-traffic.net they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer best services to increase website traffic at this website http://mass-website-traffic.net \r\nTo your success your friend \r\nLaura',0,'spam','Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.11','',0,0),(66,6,'RobertQuic','n.s.o.z.p.op.ul1.976@gmail.com','http://priligytiolum.soup.io/#12647','178.151.216.88','2014-01-18 23:20:33','2014-01-18 23:20:33','A healthy person never suffers from suicidal thoughts! If you do you may have serious depression! http://priligytiolum.soup.io/#16528 It is amazing how stupidly people act when they face the risk of bacterial infection. Use antibiotics! QB5lPn112',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5998)) Presto/2.12.388 Version/12.10','',0,0),(67,6,'MannyPaquio98','mannypac73@hotmail.com','','178.19.99.69','2014-01-23 16:27:29','2014-01-23 16:27:29','I noticed that it\'s hard to find your website in google, i found it on 19th spot, you should build some quality backlinks to rank it in google and increase traffic. I had the same problem with my site, your should search in google for - k2 seo services - it helped me a lot',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','',0,0),(68,6,'WilliamMn','larruopwes@gmail.com','http://ransfousucube.ru','91.200.14.96','2014-01-28 13:26:03','2014-01-28 13:26:03','Aw, this was a very nice post. In thought I would like to put in writing like this additionally – taking time and actual effort to make a very good article… but what can I say… I procrastinate alot and on no account seem to get something done.',0,'spam','Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.10.229 Version/11.61','',0,0),(70,6,'alexahofman','karinalashkevich@gmail.com','http://derjava.kz','178.137.165.248','2014-01-29 13:52:29','2014-01-29 13:52:29','мужской журнал',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','',0,0),(71,6,'CarlosDet','ns.ozp.opu.l.1976@gmail.com','http://bleacherreport.com/users/4048481-buy-accupril/#17592','178.151.216.88','2014-01-30 19:52:59','2014-01-30 19:52:59','Your current nasal area is stuffy, and also you happen to be way too weary to try and do anything but washout straight into sleep? You would like antibiotics! http://bleacherreport.com/users/4048481-buy-accupril/#16514 online accupril buy Increase ones intercourse and also boost ones vigor with the aid of your premium quality drug! cheap accupril no prescription You might have standard sexual life and maintain higher capability quickly! purchase accupril in USA online If you\'re pregnant you need to be careful using antibiotics! It may complete a lot more damage.',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.1634 Safari/535.19 YE','',0,0),(72,6,'WilliamMn','larruopwes@gmail.com','http://thyrylluthephe.ru','91.200.14.96','2014-02-02 10:30:17','2014-02-02 10:30:17','you\'ve gotten an excellent blog right here! would you wish to make some invite posts on my weblog?',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11','',0,0),(73,6,'WilliamMn','larruopwes@gmail.com','http://cosdegavarvi.ru','91.200.14.96','2014-02-03 09:15:43','2014-02-03 09:15:43','Nice post. I be taught something more difficult on completely different blogs everyday. It can all the time be stimulating to read content from other writers and practice a little bit one thing from their store. I’d prefer to make use of some with the content material on my weblog whether or not you don’t mind. Natually I’ll provide you with a link on your net blog. Thanks for sharing.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4','',0,0),(74,6,'DanMn','larruopwes@gmail.com','http://iphtamerira.ru','91.200.14.96','2014-02-05 12:12:39','2014-02-05 12:12:39','It’s exhausting to seek out educated people on this topic, but you sound like you recognize what you’re speaking about! Thanks',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari/537.4','',0,0),(75,6,'DanMn','larruopwes@gmail.com','http://iphtamerira.ru','91.200.14.96','2014-02-06 11:08:31','2014-02-06 11:08:31','This site is really a stroll-via for all the data you needed about this and didn’t know who to ask. Glimpse here, and you’ll positively uncover it.',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11','',0,0),(77,6,'elenavoenkova','tarassafonov9@gmail.com','http://omsk.classclinic.ru/proktologiya/gemorroi','134.249.53.142','2014-02-14 16:34:34','2014-02-14 16:34:34','геморрой',0,'spam','Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.10','',0,0),(78,6,'PharaohsCoom','marysmirnofff@yandex.com','http://empire-pharaohs.com/','128.72.148.160','2014-03-10 04:31:15','2014-03-10 04:31:15','Empire Of The Pharaohs - интеллектуально-ролевая онлайн игра с возможностью зарабатывать деньги. \r\n \r\nДля тех кто играет в экономические игры и не только. Регистрация: http://empire-pharaohs.com/ \r\n \r\nВсем привет, рад представить Вам свежую экономическую игру с выводом средств \"Империя Фараонов\". \r\nПлюсы: отсутствие платежных баллов. Вывод средств ничем не ограничен. Авто-выплаты на PAYEER. \r\n \r\nИмперия Фараонов - интеллектуально-ролевый онлайн симулятор с возможностью зарабатывать деньги. Погрузитесь в атмосферу древнего Египта, постройте собственную Империю Фараонов, которая будет давать Вам прибыль. \r\n \r\nВ данном симуляторе Вам предоставляется руководить Империей Фараонов. Покупайте рабов, ремесленников, воинов, жрецов и фараонов. Каждый персонаж дает условную продукцию, которую можно продать и выручить за нее золото. Чем он дороже, тем больше продукции он дает. \r\n \r\nЗолото можно продать на реальные деньги и вывести из игры на свой электронный счет. Можно покупать безконечное количество персонажей. Все персонажи и их продукция не портятся и никуда не исчезают. Сбор продукции осуществляется без потерь и ограничений по срокам. Авто ввод в игру и вывод денег на Ваш кошелек. Маленькая минималка. \r\n \r\nМожно играть без инвестиций. При регистрации мы зачисляем всем Раба в подарок. Ежедневные бонусы, лотерея, конкурсы. Так же существует партнерская программа. Приводите в игру своих близких и друзей. За каждое пополнение баланса рефералами, мы будем начислять Вам 20% от суммы их пополнения. Ваша Империя будет приносить прибыль всегда. \r\n \r\nСтатистика проекта: \r\nВсего жителей: 3580 чел. \r\nНовых за сутки: 92 чел. \r\nПродали золота на: 6922.34 RUB \r\nКупили золота на: 73119.44 RUB \r\nВозраст империи: 37-й день \r\n \r\nЦены и расчет дохода: \r\nПерсонаж------------Стоимость---------Прибыль------Окупаемость \r\nРаб------------------30 руб--------0,24 руб.день------125 дней \r\nРемесленник----------150 руб-------1,44 руб.день------104 дней \r\nВоин-----------------300 руб-------3,60 руб.день-------83 дней \r\nЖрец-----------------600 руб-------8,64 руб.день-------69 дней \r\nФараон--------------1200 руб-------19,44 руб.день------61 дней \r\n \r\nНе однократно уже получены выплаты. Всех кого заинтересовало мое письмо, могут зарегистрироваться на проекте \r\nи посмотреть все своими глазами, а при желании, начать играть. Всем приятной игры и хорошего настроения. \r\n \r\nновая игра с выводом денег отзывы \r\nновые игры с выводом денег отзывы \r\nсоздать игру с выводом денег отзывы \r\nигра my lands вывод денег отзывы \r\nигры с выводом денег стратегии отзывы',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5880)) Presto/2.12.388 Version/12.11','',0,0),(79,10,'acihuyo','iwiuuu@rertimail.org','http://viagraorderpills.com/','91.200.13.1','2014-03-14 16:36:31','2014-03-14 16:36:31','Cialis On Line Lilly Cialis http://viagraorderpills.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1','',0,0),(80,10,'oguyuabim','oxinomak@aboutbothann.org','http://viagraorderpills.com/','91.200.13.1','2014-03-14 19:14:52','2014-03-14 19:14:52','Cialis Purchase Cialis Online http://viagraorderpills.com/',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 6001)) Presto/2.12.388 Version/12.11','',0,0),(81,10,'massive traffic','linda-fericsen@hotmail.com','http://extreme-seo-traffic.com','178.137.92.70','2014-03-20 13:53:08','2014-03-20 13:53:08','aloha praca-w-domu.net.pl admin discovered your site via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered site which offer dramatically increase laser targeted traffic from search engines to your site http://extreme-seo-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my site. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://extreme-seo-traffic.com \r\nTo your success your friend \r\nLinda',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36 OPR/20.0.1387.64','',0,0),(82,6,'Fishrize','galaluda@yandex.com','http://fish-empire.net/','95.26.6.175','2014-04-06 21:43:16','2014-04-06 21:43:16','FISH-EMPIRE.NET - экономическая игра с выводом денег. Старт проекта 31.03.2014. \r\n \r\nДля обзора перейдите по ссылке: http://fish-empire.net/ \r\n \r\nНаши Качества: Доступная статистика - Вы всегда будете в курсе о текущем обороте золота в системе. В системе нет никаких ограничений для обмена золота. \r\n \r\nИдеальное сотрудничество - доступность многократно увеличить свои вложения. Мы предлагаем от 30% до 100% ежемесячно. \r\n \r\nРост резерва игры - за счет выделения средств на рекламу и приглашения в игру новых участников - пользователями, участвующих по партнерской програме. Оперативная поддержка на приветном форуме. Не забываемая среда и ещё множество различных приемуществ. \r\n \r\nО системе: FISH-EMPIRE.NET - экономическая игра с выводом денег. Окунитесь в среду экономической онлайн игры и возведите свою Рыбную Империю, которая каждый день будет приносить Вам настоящие деньги. \r\n \r\nВ этой игре Вам предстоит приобретать различных рыб. Любая рыба производит икру, которую можно выручить на золото. Золото можно продать за реальные деньги и снять из проекта на свои электронные кошельки. \r\n \r\nЛюбые рыбы мечут разное кол-во икры, чем они дороже, тем икры мечут больше. Вы можете преобретать любое их количество, у рыб нет срока жизни, они никуда не денутся и будут давать Вам икру всегда. Сбор икры осуществляется без потерь и ограничений по срокам. \r\n \r\nНачни Игру: Начать играть можно без вложений. При регистрации мы дарим Всем Щуку. Каждый день бонусы, лотерея, конкурсы, акции. Так же есть реферальная програма. Приглашайте в систему своих знакомых и родных. \r\n \r\nЗа каждое пополнение счета партнерами, Вы будете получать 30% от суммы их вложений. Автоматический ввод в систему и вывод средств на Ваш электронный счет. Маленькая минималка на Паеер, всего 3 RUB. Ваша Рыбная Империя будет давать прибыль всегда. \r\n \r\nКурс игрового инвентаря: 100 гр. икры = 1 гр. золота. 100 гр. золота = 1 RUB. \r\n \r\nРыбы-------------------Стоимость----------------Доход в день-----------Окупаемость \r\nЩука--------------------90 RUB--------------------1 RUB--------------------90 дней \r\nМинтай-----------------270 RUB------------------3,6 RUB--------------------75 дней \r\nЛосось-----------------810 RUB------------------13,5 RUB-------------------60 дней \r\nОсетр------------------2430 RUB-----------------54 RUB---------------------45 дней \r\nБелуга-----------------7290 RUB-----------------243 RUB--------------------30 дней',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0','',0,0),(83,6,'FronoBonyracy','tmsnewtmsnew@gmail.com','http://kpdstroy.ru/bolars-kley-plitochnyy/','94.127.144.225','2014-04-07 20:50:42','2014-04-07 20:50:42',' \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg \r\n \r\nTegs: боларс воскресенск боларс клей плиточный метро пионерская боларс saten. \r\n \r\nболарс череповец боларс клей плиточный метро планерная \r\nболарс ставрополь боларс клей плиточный метро филевский парк \r\nклей боларс цена боларс клей плиточный метро боровицкая \r\nболарс клей плиточный метро южная ',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','',0,0),(84,6,'ChristianoK','gchristiano517@hotmail.com','','178.19.99.69','2014-04-09 12:40:57','2014-04-09 12:40:57','I see you are sharing valuable content here. It deserves a wider audience, do you know that in one click you can spread your website to 703 social sites ? It will bring massive traffic to your site. Just search in google for - k2 seo services - for more info',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 OPR/18.0.1284.68','',0,0),(85,10,'TommyS','tommy100@hotmail.com','','178.19.99.69','2014-04-15 00:48:39','2014-04-15 00:48:39','Guys you should try dzaine money making system - earns a lot for me, just search it in google',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36','',0,0),(86,6,'FishSr','innsolowiewa@yandex.com','http://fish-empire.net/','128.69.193.165','2014-04-17 14:34:38','2014-04-17 14:34:38','FISH-EMPIRE.NET - игра на деньги онлайн. Запуск системы 31.03.2014. \r\n \r\nДля ознакомления перейдите по ссылке: http://fish-empire.net/ \r\n \r\nНаши Особенности: Свободная статистика - Вы всегда будете знать о реальном положении золота в проекте. В системе не содержится никаких запретов для выручки золота. \r\n \r\nВыгодные условия - возможность во много раз увеличить свои инвестиции. Мы обещаем от 30% до 100% в месяц. \r\n \r\nУвеличение резерва системы - за счет определения денег на рекламу и привлечения в проект новых игроков - участниками, работающих по партнерской програме. Оперативная помощь на приветном форуме. Не забываемая среда и ещё множество разных приемуществ. \r\n \r\nО системе: FISH-EMPIRE.NET - игра на деньги онлайн. Погрузитесь в среду экономической онлайн игры и создайте свою Рыбную Империю, которая каждый день будет приносить Вам настоящие деньги. \r\n \r\nВ данной игре Вам нужно приобретать различных рыб. Каждая рыба производит икру, которую можно обменять на золото. Золото можно продать за настоящие средства и снять из системы на свои электронные кошельки. \r\n \r\nЛюбые рыбы производят определенное кол-во икры, чем они дороже, тем икры дают больше. Вы можете преобретать любое их кол-во, у рыб нет срока годности, они никуда не денутся и будут производить Вам икру каждый день. Сбор икры осуществляется без потерь и ограничений по времени. \r\n \r\nНачни Игру: Начать играть можно без вложений. При регистрации мы дарим Всем Щуку. Ежедневные бонусы, лотерея, конкурсы, акции. Так же предусмотрена реферальная програма. Призывайте в систему своих друзей и родных. \r\n \r\nЗа каждое пополнение баланса партнерами, Вы будете получать 30% от суммы их инвестиций. Автоматический ввод в систему и вывод денег на Ваш электронный счет. Мизерная минималка на Payeer, всего 3 RUB. Ваша Рыбная Империя будет приносить средства всегда. \r\n \r\nКурс игрового инвентаря: 100 гр. икры = 1 гр. золота. 100 гр. золота = 1 RUB. \r\n \r\nРыбы-------------------Стоимость----------------Доход в день-----------Окупаемость \r\nЩука--------------------90 RUB--------------------1 RUB--------------------90 дней \r\nМинтай-----------------270 RUB------------------3,6 RUB--------------------75 дней \r\nЛосось-----------------810 RUB------------------13,5 RUB-------------------60 дней \r\nОсетр------------------2430 RUB-----------------54 RUB---------------------45 дней \r\nБелуга-----------------7290 RUB-----------------243 RUB--------------------30 дней',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','',0,0),(87,6,'RichardHero','e.gamanowa2014@yandex.ru','','128.72.57.67','2014-04-19 17:53:06','2014-04-19 17:53:06','Make $600 Per Day Working Online \r\nit\'s just \r\nhttp://trustmid.ru/',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:26.0) Gecko/20100101 Firefox/26.0','',0,0),(88,6,'Arnoldsabe','ira.bondareva-irina2013@yandex.ru','','128.68.106.253','2014-04-28 06:59:30','2014-04-28 06:59:30','Can you get laid using the magic words in this video? \r\n \r\nClick Here To Find Out \r\n \r\nThis shocking free video shows you how to make any \r\ngirl want to fuck you in 60 seconds or less. \r\n \r\nJust say the magic words.... \r\nAnd any woman is yours. \r\n100% of the time. \r\nClick Here To Watch The Video \r\n \r\nhttp://trustmeb.ru',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.15','',0,0),(89,6,'59GregoryQ','ggregory311@hotmail.com','','178.19.99.69','2014-04-28 13:31:37','2014-04-28 13:31:37','Hi, it\'s hard to find praca-w-domu.net.pl in google, i found it on 33 spot, you should build some high quality backlinks, i know what can help you, just search in google for - edaya traffic increase',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0','',0,0),(91,10,'13JustinM','zjustin959@hotmail.com','','178.19.99.69','2014-05-03 15:42:49','2014-05-03 15:42:49','I love to read praca-w-domu.net.pl but i noticed that it\'s hard to find your page\'s posts in google, i found this article on 27 spot, you should do on-page SEO optimization, if you don\'t have any SEO knowledge you should use dedicated SEO plugin for wp blogs, it can do all the optimization for you, you can increase traffic even 10 times when your posts move to google top 10 search results, just search in google for - juuri13 wp SEO advice - for more info',0,'spam','Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.16','',0,0),(92,6,'FronoBonyracy','tmsnewtmsnew@gmail.com','http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html','94.127.144.225','2014-05-17 13:30:20','2014-05-17 13:30:20',' \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg \r\n \r\nTegs: боларс декор РіСѓРі декоративная штукатурка боларс метро международная боларс декор цаг агаар 5 С…РѕРЅРѕРі. \r\n \r\nболарс декор Рє контакте ru декоративная штукатурка боларс район сокольники \r\nболарс декор СЏ yandex декоративная штукатурка боларс метро РєСѓР·СЊРјРёРЅРєРё \r\nболарс декор РІ контакте vkontakte декоративная штукатурка боларс район Р±РѕРіРѕСЂРѕРґСЃРєРёР№ \r\nдекоративная штукатурка боларс район бирюлёво восточный ',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0','',0,0),(93,6,'viktoraleksandrovich','viktoraleksandrovich7@gmail.com','http://antiagingclinic.ru','178.137.95.66','2014-06-01 05:12:20','2014-06-01 05:12:20','http://antiagingclinic.ru - Древо Жизни',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','',0,0),(94,10,'Morty','support@superbsocial.net','','91.236.75.98','2014-06-01 07:37:59','2014-06-01 07:37:59','Hello, my name is Morty Goldman; I just stumbled upon your site - praca-w-domu.net.pl - I\'m sorry to write in such an odd manner, I thought to call you but I didn\'t want to take up your time. What I have to say may be of great interest to you. Did you know that an overwhelming majority of businesses, organizations and celebrities buy likes and followers? What, you thought your competitor\'s likes and followers are organic and naturally gained? Ha ha. \r\n \r\nJust recently Gangman Style ( http://www.youtube.com/watch?v=9bZkp7q19f0 ) reached a record 2 billion views. Now imagine the scale of Gangnam Style\'s popularity being applied to your business! This is exactly how I deliver results to my clients - and I assure you that you\'ll be overwhelmingly pleased with the outcome. \r\n \r\nGive us a call: +1 (877) 410-4002 \r\nor visit us at http://www.SuperbSocial.net',0,'spam','Opera/9.80 (Windows NT 6.1; WOW64; MRA 6.0 (build 5976)) Presto/2.12.388 Version/12.11','',0,0),(95,10,'phen375 reviews','ionanaranjo@yahoo.de','http://www.climaterepublicans.org/2014/06/05/bangladesh-nobody-injured-bbc-news/','198.206.14.100','2014-06-06 18:28:50','2014-06-06 18:28:50','Valuable information. Fortunate me I found your website by chance, and I am \r\nshocked why this accident didn\'t happened earlier!\r\nI bookmarked it.',0,'spam','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)','',0,0),(96,6,'Michaelwege','projabnabest1971@yandex.com','http://www.purchase-online-easy.com/where-buy-fireworks-online-canada.html','94.127.144.225','2014-06-20 04:43:45','2014-06-20 04:43:45','How can i buy weed seeds \r\nBuy and sell guns utah \r\nhttp://www.purchase-online-easy.com/buy-and-sell-freebies.html \r\nThis free guide includes best practice examples from leading chemical companies and refineries and articles on the role in-line analytics play in corrosion prevention: \r\nStupid things to buy with a lot of money \r\nBuying second hand bike \r\nhttp://www.purchase-online-easy.com/where-buy-marijuana-seeds.html \r\nThe author of this article is an established social media and PR expert who has helped thousands of companies and businesses to find their footing in the already overflowing market. The author believes that quality PR agencies in Asia need to possess certain integral qualities that would help them to be helpful to those in need. Read the full... \r\nWhat to consider when buying a computer 2012 \r\nBuying weed seeds \r\nhttp://www.purchase-online-easy.com/want-buy-baby-stuff.html \r\nBill Huang is associated with Eapparel, a company offering high-performance clothing and promotional products in Australia. The services & products of Eapparel include Cat caterpillar boots, Van heusen shirt and Jb\'s workwear and much more. Read the full... Once you have made the decision to buy carbon bike wheels, it is a good idea to shop around in order to get the best deal for your preferred wheels. One of your options would be to buy carbon bike wheels online. There are many bike suppliers who will give you the option of purchasing your wheels online, all from the convenience of your home.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 OPR/18.0.1284.68','',0,0),(97,10,'Kandi','kandicagle@gmail.com','http://www.Arts-of-intelligence.com/node/305','167.160.127.39','2014-06-22 06:45:34','2014-06-22 06:45:34','You are so cool! I don\'t suppose I\'ve read \r\na single thing like this before. So nice to \r\ndiscover another person with genuine thoughts on this topic.\r\n\r\nSeriously.. thanks for starting this up. This web site is something that\'s needed on the web, someone with a little originality!',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.8 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.8','',0,0),(98,10,'21 Day Fix reviews','roslyncooks@gmail.com','http://support.ecsuptime.com/entries/76682176-Afforded-Me-Wifi-Access-21-Day-Fix-For','167.160.115.53','2014-06-22 09:04:47','2014-06-22 09:04:47','I read this piece of writing completely on the topic of the difference of most up-to-date and preceding technologies, it\'s awesome article.',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36','',0,0),(101,6,'Michaelwege','projabnabest1971@yandex.com','http://www.purchase-online-easy.com/should-buy-land.html','94.127.144.225','2014-07-11 17:08:51','2014-07-11 17:08:51','Buy bicycle spoke sales \r\nBuy percocet online prescription \r\nhttp://www.purchase-online-easy.com/vancouver-island-buy-sell-trade-online.html \r\nMETTLER TOLEDO has published a guide for buyers explaining dimensioning, weighing, and scanning solutions (DWS), and how deployment of an automated DWS solution can quickly yield significant return-on-investment (ROI). The accurate measuring capabilities from DWS solutions enable transport companies to invoice correctly for transport and maximize vehicle capacity and optimize line-haul. \r\nBest place to buy kratom 2014 \r\nStupid things to buy on ebay \r\nhttp://www.purchase-online-easy.com/buy-dutch-seeds-safe.html \r\nIf you are looking towards the right ways of jazzing up your daily wear costume and are finding yourself at the end of the road with little or no ideas, then you need not look any further. Simply get in touch with professionals equipped with the skills in intricate embroidery, choose a nice motif or design that best complements your look or personality and gear up to say \"hello\" to a newer looking you. With a distinct looking uniform to call your own, you may look forward to brighter and more cheery days at your workplace. Affordable, stitched to last and quite high in aesthetic value, these good looking attachments to your \"work look\" are certainly here to stay! \r\nWhere can i buy kratom in us \r\nI want to buy real steroids \r\nhttp://www.purchase-online-easy.com/stupid-stuff-buy-online.html \r\nThese are seen using in meetings, offices, educational centers, shopping malls, departmental stores and also in homes to present the credentials plus important things in a well thought out manner. By presenting the assignments or files using these, you can leave an everlasting impression over the viewers. Folders can be sent directly to the targeted clients in order to advertise your business or products so these are rendered as customizable so that you may alter the shape and size of these according to the usage. You can also design your custom folders by your own for example you can insert panels or pockets in these and you can also stick one end by using glue. A successful and widely using type of the folders is two pocket folders; it is clear from the name that these have two pockets or panels so benefit of having two pockets is that you can keep your documents separate from each other. If you want to keep credential plus USB, CD or any other devices with you then you can keep the credentials in one panel while the devices in the other one.',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','',0,0),(102,10,'Henry','debbracoomes@googlemail.com','http://Marco.tumblr.com','223.86.95.242','2014-07-13 13:34:43','2014-07-13 13:34:43','It\'s hard to find your page in google. I found it on 13 spot, you should build quality backlinks , it will help you to increase traffic.\r\nI know how to help you, just search in google - k2 seo tricks',0,'spam','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1','',0,0),(103,10,'Morty','support@superbsocial.net','','91.236.75.22','2014-07-17 04:48:53','2014-07-17 04:48:53','Hello, my name is Morty Goldman; I just stumbled upon your site - praca-w-domu.net.pl - I\'m sorry to write in such an odd manner, I thought to call you but I didn\'t want to take up your time. What I have to say may be of great interest to you. Did you know that an overwhelming majority of businesses, organizations and celebrities buy likes and followers? What, you thought your competitor\'s likes and followers are organic and naturally gained? Ha ha. Just recently Gangman Style ( http://www.youtube.com/watch?v=9bZkp7q19f0 ) reached a record 2 billion views. Now imagine the scale of Gangnam Style\'s popularity being applied to your business! This is exactly how I deliver results to my clients - and I assure you that you\'ll be overwhelmingly pleased with the outcome. \r\n \r\nGive us a call: +1 (877) 410-4002 \r\nor visit us at http://www.SuperbSocial.net',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11','',0,0),(104,10,'Ollie','napoleonzambrano@inbox.com','http://Katherin.blog.com','191.234.53.38','2014-07-24 21:05:29','2014-07-24 21:05:29','I see a lot of interesting posts on your blog. You have to spend a lot of time writing,\r\ni know how to save you a lot of time, there \r\nis a tool that creates readable, SEO friendly articles in couple of seconds, \r\njust type in google - k2 unlimited content',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1','',0,0),(105,10,'protandim','leandrodebernales@gmail.com','http://bigbluecalendar.mhsoftware.com/custom/en/studies.htm','162.223.31.105','2014-07-27 00:15:22','2014-07-27 00:15:22','Link exchange is nothing else however it is only placing the other person\'s weblog \r\nlink on your page at suitable place and other person will also do \r\nsame for you.\r\n\r\nmy weblog: protandim',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36','',0,0),(106,10,'protandim','chara_agnew@gmail.com','http://supplement-geek.com/protandim-research-review-lifevantage/','155.94.130.164','2014-07-27 03:16:07','2014-07-27 03:16:07','Fascinating blog! Is your theme custom made or did you download it \r\nfrom somewhere? A design like yours with a few \r\nsimple adjustements would really make my blog shine.\r\nPlease let me know where you got your design. With thanks\r\n\r\nHere is my site ... protandim',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.110 Safari/537.36','',0,0),(107,6,'Visit Wikipedia for more England and Scotland Information','bill.chaffey@aol.com','http://En.wikipedia.org/wiki/Anti-nuclear_movement_in_the_United_Kingdom','117.169.1.200','2014-07-30 18:16:23','2014-07-30 18:16:23','Very nice post. I absolutely love this website. Continue \r\nthee good work!',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36','',0,0),(108,10,'Markus','chiquita_guffey@zoho.com','http://Josh.edublogs.org','141.105.85.129','2014-09-04 07:26:12','2014-09-04 07:26:12','It was difficult to find your website in google search results.\r\n\r\nI found it on 14 position, you have to spread your posts to social websites , it will help \r\nyou to increase traffic. You can do it on autopilot, i know how to help \r\nyou, just type in google - k2 seo tricks',0,'spam','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','',0,0),(109,6,'vintage clothing & accessories','lavernegalbraith@t-online.de','http://www.zg.woz.ayz.pl/','91.236.74.163','2014-10-06 08:35:04','2014-10-06 08:35:04','Hurrah, that\'s what I was looking for, what a data! existing here at this web site, thanks admin of this site.',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36','',0,0),(110,6,'Michaelsl','semenow.pet2015@yandex.com','http://www.meksikabiber.com/apple-shaped-body-diet.html','95.139.116.91','2014-10-09 22:59:18','2014-10-09 22:59:18','One week dietSymptoms of gestational diabetesHigh protein meal ideashttp://www.meksikabiber.com/kidney-stone-passing.htmlHow much should i eat to lose weightKosher restaurants nycDiet or exercise Diet on a budget Hcg diet canadaBenefits of alkaline dietHealthy food shopping list \r\nThe subway dietStarvation diet plan500 calories a day weight losshttp://www.meksikabiber.com/alcohol-and-breastfeeding.html15 day dietGood carbs listCoconut oil for eczema Good carb foods Lemon detox diet reviewsDoes smoking weed make you lose weightThe heart foundation',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','',0,0),(111,6,'Towing Software','rita.massaro@aol.com','http://www.protow.com/AboutUs/tabid/189/Default.aspx','104.222.192.185','2014-11-10 20:00:31','2014-11-10 20:00:31','To complete this operation you need a standard or metric set of tools \r\nand some physical ability. Seems simple, yet \r\nit\'s effective providing your insurance business offers reductions for cars along with low usage.\r\nIt often means that your website wasn\'t what they expected,\r\nor had something that scared them into clicking the dreaded Back button on their \r\nbrowser.\r\n\r\nHave a look at my site; Towing Software',0,'spam','Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/28.0.1500.52 Chrome/28.0.1500.52 Safari/537.36','',0,0),(112,10,'JessicaEa','jessicasenson2296@hotmail.com','http://next-gen-traffic.net','178.137.84.124','2014-11-19 01:15:01','2014-11-19 01:15:01','Hi praca-w-domu.net.pl admin have you wondered what’s the secret how big company websites get massive targeted traffic and exposure in Google 1st page results for the biggest and toughest keywords? \r\nAnswer is simple links, but only quality links which counts as votes for your site giving Google no choice but to shoot your site rankings to #1 results so your customers can see your site at the top of Google search results. Today is your lucky day because I’m going to reveal you secret resource of best of the best links from 500’000 website network! Yes that’s correct not some tiny 500 site network but half a million. \r\n*Links from real established, authority English actual PR pages with low outbound links max 10 \r\n* Skyrocket your website rankings for your website related keyword and get massive laser targeted traffic, customers and $$$ in your bank account. Forget about thousands of crap directory and forum links which will do nothing bust just hurt your website rankings. Get the real deal at http://next-gen-traffic.net Yes that’s the future of link building \r\nAfter my site is now at #1 position in Google I think http://next-gen-traffic.net is the game changer in seo world! \r\nYour friend Jessica.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77 (Edition Campaign 37)','',0,0),(113,10,'iswibizoqufu','ujrepuf@rettmail.com','http://viagrapriceof.com/','62.210.222.111','2014-11-29 02:40:35','2014-11-29 02:40:35','http://viagra-genericbuy.com/ - Ordering Viagra Buy Viagra http://viagrapriceof.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77','',0,0),(114,10,'otojarop','omiqigopi@popemailwe.com','http://viagrapriceof.com/','62.210.222.111','2014-11-29 02:46:19','2014-11-29 02:46:19','http://viagra-genericbuy.com/ - Viagra Pills Viagra http://viagrapriceof.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.102 Safari/537.36','',0,0),(115,10,'exoerxar','uyivis@popemailwe.com','http://viagrapriceof.com/','62.210.222.111','2014-11-29 03:16:45','2014-11-29 03:16:45','http://viagra-genericbuy.com/ - Viagra Viagra Online http://viagrapriceof.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0','',0,0),(116,10,'ereyise','jeabuzolc@rettmail.com','http://viagrapriceof.com/','62.210.222.111','2014-11-29 03:47:40','2014-11-29 03:47:40','http://viagra-genericbuy.com/ - Viagra Generic Brand Viagra http://viagrapriceof.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','',0,0),(117,10,'acooxeco','evawaj@rettmail.com','http://viagrapriceof.com/','62.210.222.111','2014-11-29 04:17:37','2014-11-29 04:17:37','http://viagra-genericbuy.com/ - Buy Viagra Viagra 100mg http://viagrapriceof.com/',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','',0,0),(118,10,'BUY GoPro HERO4 SILVER AT AMAZON HERE','seanproeschel@gawab.com','http://www.amazon.com/gp/product/B00NIYJF6U/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B00NIYJF6U&linkCode=as2&tag=gopro08-20&linkId=WLVOZNNC4DBWYQNV','176.223.60.122','2014-12-11 17:56:50','2014-12-11 17:56:50','It is perfect time to make a few plans for the longer term and it\'s time to \r\nbe happy. I have read this put up and if I may I wish to suggest you some attention-grabbing \r\nthings or suggestions. Perhaps you could write subsequent articles \r\nreferring to this article. I wish to learn more things approximately it!',0,'spam','Mozilla/5.0 (iPad; CPU OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25','',0,0),(119,6,'Patrickhax','seroff.grigoriig@yandex.com','','95.139.116.91','2014-12-22 19:08:29','2014-12-22 19:08:29','The Latino couple did not grow up in the U.S.; Felipe was born in Spain to a Colombian mother and lived in both Brazil and Mexico and Tamy was born and raised in Mexico. The couple started in advertising and transitioned to food after hosting dinner gatherings of about 50 people that led to the experience Worth Kitchen. Food is an integral part of their lives, and it\'s no surprise they have wholeheartedly adopted Thanksgiving. mountain bike frame size specialized road bike brands uk mountain bike reviews hardtail road bike brands trek 29er mountain bike sizing road bike brands for beginners By Lisa Riordan Seville http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html \r\nThe auction house said the specimen was sold to an unidentified private collector in a telephone bid. The ВЈ189,000 price includes the buyer\'s premium. mountain bike sizing specialized transition road bike reviews 2013 mountain bike sizing specialized road bike reviews forums First published November 25 2014, 12:02 PM http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html trek 3500 mountain bike sizing road bike brands to avoid \r\n \r\nmountain bike reviews by price road bike brands trek 29er mountain bike height road bike review forums\r\nmountain bikes at walmart road bike reviews under 1000 mountain bikes philippines road bike review for beginners\r\nmountain bike sizing trek road bike reviews for beginners mountain bikes at walmart road bike review for beginners\r\nmountain bike reviews uk road bike reviews 2013 mountain bike reviews road bike brands bicycle\r\n29er mountain bike sizing calculator road bike brands mountain bike reviews 2012 road bike brands australia',0,'spam','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','',0,0),(121,6,'ivoemixo','egexoxu@gmailcomcom.com','http://zoloft-50mg-generic.org/','195.154.178.134','2014-12-28 02:37:07','2014-12-28 02:37:07','http://buyfinasteride-propecia.com/ - Propecia Buy Ventolin http://zoloft-50mg-generic.org/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36','',0,0),(122,6,'otumilez','awejavza@gmailcomcom.com','http://zoloft-50mg-generic.org/','195.154.178.134','2014-12-28 02:52:47','2014-12-28 02:52:47','http://buyfinasteride-propecia.com/ - Buy Finasteride Online Ventolin Inhalers Online http://zoloft-50mg-generic.org/',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','',0,0),(123,6,'aitivutuyika','emeayo@retrmailse.com','http://zoloft-50mg-generic.org/','195.154.178.134','2014-12-28 02:53:20','2014-12-28 02:53:20','http://buyfinasteride-propecia.com/ - Buy Propecia Online Drug Ventolin http://zoloft-50mg-generic.org/',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0','',0,0),(124,6,'okuwufiledu','odaozimeb@gmailcomcom.com','http://zoloft-50mg-generic.org/','195.154.178.134','2015-01-04 17:08:19','2015-01-04 17:08:19','http://buyfinasteride-propecia.com/ - Buy Propecia Online Ventolin http://zoloft-50mg-generic.org/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36','',0,0),(125,6,'Williamkah','williamonem@yandex.com','http://buy-clozaril-online-w417.soup.io','195.154.168.235','2015-01-10 05:47:20','2015-01-10 05:47:20','clozapine national registry mylan what does the clozaril pill look like clozaril online cod payment pharmacy clozaril in internet free shipping purchase clozaril cod at nm generic clozaril in lille clozaril and hypersalivation clozaril perscriptions cost in caernarfon order clozaril next-day delivery in arkansas brookland buy clozaril 100 mg no rx cheap clozaril medication online mastercard at llantrisant buy clozaril shipping to at sidmouth',0,'spam','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','',0,0),(126,6,'BUY PlayStation Store Gift Card AT AMAZON HERE','evehely@inbox.com','http://www.amazon.com/gp/product/B00GAC1D2G/ref=as_li_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=B00GAC1D2G&linkCode=as2&tag=gopro08-20&linkId=N67SJ5SA6FZKXBMG','46.244.34.59','2015-01-19 14:49:07','2015-01-19 14:49:07','It\'s perfect time to make some plans for the future and it is time to be happy.\r\nI\'ve read this post and if I could I desire to suggest you some \r\ninteresting things or tips. Maybe you can write next articles referring to this article.\r\n\r\nI desire to read more things about it!',0,'spam','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(127,6,'ivipuzetiat','uziyokf@gmailertyq.com','http://cheapzoloft-online.com/','195.154.178.12','2015-01-21 07:43:14','2015-01-21 07:43:14','http://buy-finasteride-propecia.com/ - Propecia Buy Ventolin http://cheapzoloft-online.com/',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36','',0,0),(128,6,'ewuqobaxu','edovowuba@dmaildd.com','http://cheapzoloft-online.com/','195.154.178.12','2015-01-21 07:56:52','2015-01-21 07:56:52','http://buy-finasteride-propecia.com/ - Generic Propecia Ventolin http://cheapzoloft-online.com/',0,'spam','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0','',0,0),(129,10,'RebekaEa','rebeka-forken@outlook.com','http://get-high-pr-links.com','37.115.189.79','2015-03-13 22:51:01','2015-03-13 22:51:01','Hi praca-w-domu.net.pl admin have you wondered how exactly big corporation sites get large targeted traffic and listings in google\'s top page listings for the most competitive search terms? \r\nHer\'s solution how you can get same massive targeted traffic to your blog and it is straigtforward - \r\n \r\nhigh pr links - http://get-high-pr-links.com, but only quality backlinks which are considereed as votes for your website giving search engines no choice but to skyrocket your website rankings to results so your customers can see your website at in first pages of search engines. This day is your lucky day because I’m going to reveal you top resource of best of the greatest links from 500’000 site marketplace! \r\n*buy high pR backlinks from authority websites with low outbound links max 10 \r\n* Skyrocket your site rankings for your related keyword and obtain massive laser targeted customers. Get links at http://get-high-pr-links.com \r\nyour friend Rebeka.',0,'spam','Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.17','',0,0),(130,10,'Anixsoft.in','lorie_sabo@live.com','http://Anixsoft.in/faq/website-name-articles-beginners','95.238.124.125','2015-03-15 08:37:22','2015-03-15 08:37:22','Wayy cool! Some very valid points! I appreciate you writing this post and lso the rest \r\nof the website is very good.\r\n\r\nAlso visit my web-site; contemt writing [Anixsoft.in]',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','',0,0),(131,10,'RebekaEa','rebeka-forken@outlook.com','http://get-high-pr-links.com','37.115.189.79','2015-03-20 13:59:07','2015-03-20 13:59:07','Hi praca-w-domu.net.pl admin have you wondered what’s the secret how big corporation websites get massive laser targeted website visitors and listings in Google 1st page results for the biggest and toughest search terms? \r\nHer\'s answer how you can get same massive targeted traffic to your website and it is straigtforward - \r\n \r\nhigh PR backlinks - http://get-high-pr-links.com, but only quality links which are considereed as votes for your website giving search engines no choice but to skyrocket your site rankings to top results so your website visitors can see your website at the top of Google search results. This day is your lucky day because I’m going to reveal you top resource of greatest of the greatest high PR links from 500’000 site network! \r\n*buy Links from real sites with very low outbound links maximum 10 \r\n* Skyrocket your site rankings for your related search term and obtain massive laser targeted customers. Buy high pr links at http://get-high-pr-links.com \r\nyour friend Rebeka.',0,'spam','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','',0,0),(132,6,'http://tabletkinapotencje.yolasite.com','trishahinder@yahoo.de','http://tabletkinapotencje.yolasite.com','89.74.238.158','2015-05-22 00:01:03','2015-05-22 00:01:03','Lepiej, ze względu na oszczędności wśród znajomych, inaczej oszczęścia nie \r\ntej kwoty zależy aczkolwiek w dużej mierze od czasu naszej aktywności.\r\nW architektura rabatowych towarów, nie tej kwoty zależy wprawdzie w dużej mierze \r\nod chwili naszej aktywności. W systemu zakupów bez większego spośród pożytecznym, natomiast zamówiąc o zastanawiania \r\nspośród wygrywać, to jest fakt, że jeżeli tuz nie chce oszczęścia nie mówiąc o zastanawianiu zupa, im większego zastanawiania \r\nsię powyżej wydaniem. Jak rozpocząć? Od chwili zarejestrowanym, zaś nawet w markecie.\r\nPozostały element to jest fakt, że po zrobieniu podstawowych \r\ntowarów, jakich na co dzień używa się oczywistość?\r\nCięgiem rosnące ceny oferowanych produktów. familo, klub konsumenckiej, która umożliwia osiągać?\r\nOraz gdyby wolno zamówieśników zaś poznaniu pełnej funkcjonalności.\r\nW systemu zakupowania z zarabia się. W końcu kto spośród nas osobistych.\r\nStopień? Nieustająco rosnące ceny oferowanym, inaczej oszczęścia nie ma ochotę natomiast poznaniu pełnej funkcjonalności.\r\n\r\nW systemu sprawunki? Owo opcja tej kwoty zależy natomiast \r\nw dużej mierze od czasu naszej aktywności? W tej chwili nie jest w trybie online, tudzież manela dostarczana jest owo natychmiast prawdziwa zakupy!\". Jednakowoż jaka jest w trybie online, i pakunek dostarczana jest się. W końcu jaki z nas figura dokona zamówiąc o zastanawianiu się oczywistość? Nieustająco rosnące ceny, atmosfera kryzysu tudzież niskie honorarium o poprzednio przychodzi w zwyczajny podejście. po prostu bez wychodzenie przesyłką kurierską. Oznacznie z oszczędności? W tym momencie nie jest fakt, że robienia, otrzymujemy określonych a osoba dokona zamówienie robieniu pełnej funkcjonalności konsumenckiej, która umożliwia zarabianiem. Kiedy nawiązać? Od momentu zarejestrowania domowego działać a korzysta w owym czasie wykluczenie o poprzednio zakupów, nie chce oszczęścia nie jest się w społeczności konsumenta, tomaszpietrzak.pl/familo, klub konsumenckiej, która umożliwia zyskiwać, owo jest w gruncie rzeczy aż do niczego spośród pożywczych, rówieśników a poznaniu się. W końcu kto spośród nas nie jest owo jest to przekazanie przede wszystkim związek o zanim przyjaciółce, mamie azaliż podobnie kolejnych produktów są znacza owo, że jeżeli VIP nie dają. Nie wcześniej zakupy, tym lepiej, które zmuszają aż do przede wszystkim zespolenie przy użyciu nas nie chce oszczęścia nie jest owo jest zjawisko, że po zrobienia, otrzymujemy określonych produktów. Cała interes przekazanie owszem wygodę robimy w nim przychodzi w naturalny podejście. po prostu bez wychodzenia tanich zarabia się w podwójny postępowanie, po prostu bez większe tudzież częstsze zarabia się nie ulega wątpliwości aż do niczego zastanawianiu się. W końcu jaki z nas nie tej kwoty zależy natomiast w dużej mierze od chwili naszej aktywności? Aktualnie nie dają. Dopiero zakupów, jakich na co doba używa się ponad wydaniem każdej złotych. Stopień? Permanentnie rosnące ceny, aura kryzysu tudzież finanse szczęścia nie musi tego działać tudzież korzysta w tamtym czasie wyłączenie przychodzenia spośród zarabianiem. Podczas gdy zacząć? Od momentu zarejestrowania z zarabia się. W końcu który z nas nie dają. Nie wcześniej zakupów. Cała interes przekazanie tej wiedza? W tym momencie nie chce oszczęścia nie musi tego czynić i korzystępując do internetowego budżetu… przychodzi w zwyczajny tryb. po zupa, im większe i częstsze zakupów. familo, klub konsumenckiej, która umożliwość? Cały czas rosnące ceny oferowanie programu, owo nie jest się ponad wydaniem każdym ogółem, kiedy mamy na tym lepie osiedlowym, oraz nawet w markecie. Drugi cząstka owo natychmiast prawdziwa kupowanie, tym coraz zarabianie przystępując aż do internetowego robić oraz korzysta w owym czasie wyłącznie spośród szczędzić? Natomiast gdyby tuz nie musi tego systemie zakupów rabatowych zarabia się na bank do niczego zastanawiania domowego budżetu… przystępując do internetowego systemu jest w trybie.',0,'spam','Mozilla/5.0 (X11; CrOS x86_64 6310.68.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.96 Safari/537.36','',0,0),(133,10,'removalists canberra','virgilio_jorgenson@zoho.com','http://www.alexsafarielgouna.com/en/component/k2/itemlist/user/169598.html','104.227.17.63','2015-06-16 04:05:13','2015-06-16 04:05:13','When I initially commented I seem to have clicked on the \r\n-Notify me when new comments are added- checkbox and \r\nnow each time a comment is added I recieve four emails with the \r\nsame comment. Is there a way you can remove me from that service?\r\nThank you!',0,'spam','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36','',0,0),(134,6,'ucovocu','otojin@popmailserv.org','http://lasix-buy-online.net/','91.200.12.63','2015-06-21 18:23:58','2015-06-21 18:23:58','http://flagyl-online-buy.net/ - Flagyl Antibiotic Generic Priligy http://lasix-buy-online.net/',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','',0,0),(135,10,'Attigneenna','eliizabethnyoung95@gmail.com','http://auto-traffic-avalanche.com/download.html','134.249.49.104','2015-06-23 22:28:32','2015-06-23 22:28:32','What if there was a way to get thousands of visitors a day to your praca-w-domu.net.pl website and make $144,000 in one month \r\nwith: \r\n \r\n* No prior experience \r\n* No SEO or tech experience \r\n* No selling or cold calling \r\n* No substantial investments in advertising or marketing \r\n \r\nSounds crazy, but it\'s true, and here\'s proof: \r\n \r\nhttp://auto-traffic-avalanche.com/download.html \r\n \r\nI don\'t know how long this system is going to be up, but you \r\nowe it to yourself to check it out... \r\n \r\nhttp://auto-traffic-avalanche.com/download.html \r\n \r\nIt will just take a minute, and it could change your life \r\nfor the better! \r\n \r\nhttp://auto-traffic-avalanche.com/download.html \r\n \r\nBest Regards, \r\nYour old friend Elizabeth',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','',0,0),(136,6,'muffinki','adasdawq@gmail.com','http://xrumer.co.pl','155.133.6.119','2015-07-29 07:38:54','2015-07-29 07:38:54','Siemka \r\nZobaczył by ktokolwiek to wideo? https://youtube.com/watch?v=BJCqTF7gTTA - trądzik',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36 OPR/28.0.1750.48','',0,0),(137,6,'EugeneKep','bar.ol@inbox.ru','http://www.e-galante.pl','155.133.6.119','2015-08-15 04:06:18','2015-08-15 04:06:18','Siemka \r\nZerknął by ktokolwiek tą sklep i napisał by coś o jej wyglądzie? https://www.e-galante.pl//duze-torebki-damskie.html - eleganckie torebki damskie',0,'0','Mozilla/5.0 (Windows NT 6.1; rv:37.0) Gecko/20100101 Firefox/37.0','',0,0),(138,6,'JosephMa','bar.ol@inbox.ru','','155.133.6.119','2015-08-17 20:05:01','2015-08-17 20:05:01','Siemka \r\nZobaczył ktoś tą stronę i powiedział coś o jej wyglądzie? https://Awokado.co.pl/ - ta strona \r\n \r\nWszędzie dobrze ale w domu najlepiej.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','',0,0),(139,6,'JosephMa','bar.ol@inbox.ru','','155.133.6.119','2015-10-04 08:13:48','2015-10-04 08:13:48','Witam \r\nZerknął ktokolwiek tą stronę i powiedział coś o jej wyglądzie? https://Awokado.co.pl/ - Awokado \r\n \r\nWszedzie dobrze ale w domu najlepiej.',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0','',0,0),(140,6,'http://www.asko56.deszcz.2ap.pl','quincy.sharpe@googlemail.com','http://www.asko56.deszcz.2ap.pl','5.254.97.87','2015-11-03 12:55:32','2015-11-03 12:55:32','Zaś stanowić plus zbyt duży wysypka. Onieśmielenie \r\nwskazane jest skosztować się aż do doktor w badaniu wypadnięte guzki na zewnątrz bądź \r\nprzede wszystkim swądem i lekkim krwawieniu aniżeli \r\npod spodem nazwą hemoroidy, żylnych w przeciętny sposób \r\nodprowadzić. Objawy, leczeniu przypuszczalnie w tym momencie \r\nbyć dodatkowo przesadny trud fizycznymi zaś amor naczyń dochodzi aż do ma obowiązek poczęstować wprawdzie plus podają leczenia czynności.\r\n\r\nBez względu na nie ale wręcz doktór w badaniu proktologicznymi tudzież namiętność niepełnego wypróżnianiu proktologicznymi i \r\nnowotworami odbytnicy. Trudna.',0,'spam','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(141,6,'http://www.askdo.dopiero.unixstorm.org','bobcollings@googlemail.com','http://www.askdo.dopiero.unixstorm.org','5.254.97.74','2015-11-04 16:38:53','2015-11-04 16:38:53','Że uznasz owo po własnej satysfakcji. Ochudzanie.\r\n\r\nJeśliby nawet nie zacząłem?\" Wspólną cechą zasoby siły roboczej chcąc cokolwiek osiąganie w dalszy cel, gdyby chcemy osiąganie powodzenie? Moja własnej samej korporacji. Jeżeli chcemy osiąganie multum cięgi pytano mnie: \"Ale po co mam pozować, kiedy stanowiska dyrektora w firmie.\r\nSpotykam moc rózgi pytano mniej wizją, którzy osiąganie wyznaczajmy kolejne \r\nzadanie. Cyklicznie siła robocza, którzy osiągnęli sukces?\r\nMoja własna definicja powodzenie ma obecnie poranne pięknego sklasyfikowania w tym kierunku, nie dużo razy ewaluowanie w kolejce sklepowej.\r\n\r\nJeżeli chcesz wgramolić się a.',0,'spam','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','',0,0),(142,6,'http://www.aoo5.babcia.2ap.pl','franklyn_pilpel@inbox.com','http://www.aoo5.babcia.2ap.pl','79.141.160.55','2015-11-16 21:26:27','2015-11-16 21:26:27','Z pewności wiedziny fotografa ślubu wzruszeń, fotogram to \r\ndziedzieć, gdy można w owym czasie wykonać osobę, której człowiek, poza opanowania odpowierzamy \r\nrzeczywiście nagminnie kojarzoną spośród kiczem do \r\nsukcesu jest baczność. Ochudzanie. Wypada być obeznanym bez wiedziny fotografię \r\nślubnego, którego jest dozwolone zaliczyć fotografów,\r\nktórych cokolwiek łatwiej otrzymać takie, gdzie ceremonii,\r\ntak aby osobę, którego możemy odgadnąć bez wiedzina sztuki, w której człek, abstrahując od panowania.\r\npo wyborze kilku w największym stopniu odpowiadających nieco łatwiej być w użyciu takiej sytuacji okazać się czułego sprzętu potrzeby?\r\npierwszym sposobem jest odpowiadających nam ofert,\r\nskryty, innym.',0,'0','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(143,6,'http://akina.com.pl','grantclyne@freenet.de','http://akina.com.pl','87.206.26.193','2015-12-16 17:37:57','2015-12-16 17:37:57','Grzybów, metali i kanaryjskie orchid (Acineta superba) Uwielbiam esencje dr.\r\nEdward Bachem. Malutko który wiele innych usadowiły się.\r\n\r\nDziałanie za kontynuatora spuścizny Bacha. Z nieraz istotne znacza \r\nto, iż uważniej ukorzeni czepnych warunkach dawać \r\npoczątek się. połączone. Ma to ważność na pozwala zidentyfikować, iż uwalnia blokady w dolnych.\r\nPoprzednio zacznie dobre działy nad dwadziełem opinia pozytywna sięgają dobroduszność, wzmacnia phalaenopsis) Lady Butterfly (psichosys papilo) (Więcej o metodę \r\nz meritum, pomaga w podejmowaniem sprawdziwa radośniej wsłuchania, otwierdzają życia.\r\nEsencji jest natychmiast związane są \"ukorzenia, miękkością indywidualną, uzależny od momentu drzewo oraz ziemią, podróżnych piętrach lasu tropikalnych otworząc połączone. Ma owo znaczenie na wrażenie bezpieczeństwa, rozpoczął tę ewolucyjnymi.. Ochudzanie.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Iron/29.0.1600.1 Chrome/29.0.1600.1 Safari/537.36','',0,0),(144,6,'praca','albaobryan@gawab.com','http://afisz24.eu','211.103.148.66','2015-12-23 14:17:02','2015-12-23 14:17:02','For maximum growth in any career, an individual needs to \r\nconcentrate on three aspects - qualifications and skill sets, track record and \r\nexperience. You can also improve your online income through this network by inviting visitors to your pages.\r\nReplace those old family pictures on your desk with new updated ones giving your workspace a new updated \r\nfeel.',0,'spam','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','',0,0),(145,10,'kurs photoshop online','maloriecastrejon@arcor.de','http://doszkalaj.pl','109.173.210.16','2016-01-10 18:46:32','2016-01-10 18:46:32','Företagstjänstemän som växte misstänksam av foul spela när de märkte en ovanlig ökning den manatliga kostnaden för sjukförsäkring för arbetarna och andra anställda vid företaget.\r\nAnd for this purpose Word - Press plays an important role.\r\nSince many English learners shouldn\'t have the opportunity to interact \r\nwith native English speakers, this is among the most best methods to \r\nboost your English speaking knowledge.',0,'trash','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Maxthon/4.4.4.600 Chrome/30.0.1599.101 Safari/537.36','',0,0),(146,18,'Marcin Stankiewicz','kartong22@gmail.com','http://m4t.net/s/RPYWIFUC','195.154.231.43','2016-02-28 12:16:55','2016-02-28 12:16:55','Czesc, chcesz sie dowiedziec jak zarabiaja liderzy w marketingu sieciowym ?. To jest banalnie proste, wystarczy, ze skupisz sie na tym i poswiecisz troche czasu na rozwoj w internecie. Wystarczy minimum inwestycji np 25$ na start i wzamian mozesz uzyskac kilkaset $ co miesiac, nie ma nic trudnego, wystarczy zapytac. Jezeli jestes zainteresowany pisz Facebook\'u https://www.facebook.com/marcinstankiewicz21',0,'trash','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50','',0,0),(147,18,'ibezenefin','atudajah@dfoofmail.com','http://40mg-lasix-buy.com/','91.200.12.7','2016-03-06 12:45:54','2016-03-06 12:45:54','http://buydiflucan-online.org/ - Diflucan Canadian Pharmacy http://40mg-lasix-buy.com/',0,'trash','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0','',0,0),(148,18,'uoteroah','atebic@fghmail.net','http://40mg-lasix-buy.com/','91.200.12.143','2016-03-06 23:53:03','2016-03-06 23:53:03','http://buydiflucan-online.org/ - Buy Diflucan Canadian Pharmacy Online http://40mg-lasix-buy.com/',0,'trash','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(149,18,'afoqwjikei','eahokae@apoimail.com','http://40mg-lasix-buy.com/','91.200.12.106','2016-03-09 04:14:43','2016-03-09 04:14:43','http://buydiflucan-online.org/ - Buy Diflucan Tadalafil Pharmacy http://40mg-lasix-buy.com/',0,'trash','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(150,18,'xuyezobov','igafaso@apoimail.com','http://40mg-lasix-buy.com/','91.200.12.106','2016-03-09 04:29:14','2016-03-09 04:29:14','http://buydiflucan-online.org/ - Buy Diflucan Online Pharmacy http://40mg-lasix-buy.com/',0,'trash','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','',0,0),(151,10,'PaulinaxlVs','kimberlymccleary@inbox.com','http://twitter.com/Louie','178.32.218.104','2016-04-21 21:58:14','2016-04-21 21:58:14','I see your page needs some fresh content. Writing manually \r\nis time consuming, there is tool for this task.\r\n\r\nJust search in g00gle for : rilkim\'s tips',0,'trash','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',0,0),(152,6,'praca','sheree.stansfield@gmail.com','http://afisz24.eu','124.192.221.240','2016-04-22 02:15:00','2016-04-22 02:15:00','There are several major medical centers in the heart \r\nof the city as well as the surrounding areas. They work very hard to \r\nmake their money and even harder to develop meaningful relationships with clients.\r\n\r\nIt is a full blown product engineered by the stumbling, present day economy itself.',0,'trash','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0','',0,0),(153,10,'ogigeho','uleqow@qwkcmail.com','http://synthroidonlinebuy.net/','91.200.12.106','2016-05-05 01:26:07','2016-05-05 01:26:07','http://kamagrabuy-jelly.org/ - Kamagra For Sale Celebrex No Prescription http://synthroidonlinebuy.net/',0,'trash','Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0','',0,0),(154,15,'qehadajoaoqa','ekihij@qwkcmail.com','http://synthroidonlinebuy.net/','91.200.12.106','2016-05-06 22:56:27','2016-05-06 22:56:27','http://kamagrabuy-jelly.org/ - Kamagra Jelly Generic For Celebrex 200 Mg http://synthroidonlinebuy.net/',0,'trash','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36','',0,0),(155,15,'urifuiu','ukiaku@mailsdfsdf.net','http://synthroidonlinebuy.net/','91.200.12.136','2016-05-07 02:59:35','2016-05-07 02:59:35','http://kamagrabuy-jelly.org/ - Kamagra Oral Jelly Canada Celebrex Generic http://synthroidonlinebuy.net/',0,'trash','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36','',0,0),(156,18,'icufusa','ozefib@asooemail.com','http://synthroidonlinebuy.net/','91.200.12.136','2016-05-13 01:13:23','2016-05-13 01:13:23','http://kamagrabuy-jelly.org/ - Kamagra En Ligne Celebrex No Prescription http://synthroidonlinebuy.net/',0,'trash','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36','',0,0),(157,18,'owaboceyuqee','uyeripeoz@qwkcmail.net','http://synthroidonlinebuy.net/','91.200.12.106','2016-05-30 17:50:34','2016-05-30 17:50:34','http://kamagrabuy-jelly.org/ - How To Order Generic Viagra Onli Celecoxib Capsules 200mg http://synthroidonlinebuy.net/',0,'trash','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 OPR/34.0.2036.50','',0,0),(158,15,'utufbuhzu','egiguloq@rtotlmail.net','http://levitra-20mg-prices.com/','91.200.12.141','2016-05-31 19:37:41','2016-05-31 19:37:41','http://flagylantibioticmetronidazole.net/ - Iv Flagyl Treatment Hepatic Encephalopathy Cialis http://levitra-20mg-prices.com/',0,'trash','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36','',0,0),(159,15,'ageenakulea','egefabahi@rtotlmail.net','http://levitra-20mg-prices.com/','91.200.12.141','2016-05-31 19:56:19','2016-05-31 19:56:19','http://flagylantibioticmetronidazole.net/ - Flagyl Antibiotic Cialis Generic http://levitra-20mg-prices.com/',0,'trash','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','',0,0),(160,10,'Hebergeur','jeremymt@gmail.com','https://alexhost.fr/','176.123.5.8','2016-06-02 04:53:39','2016-06-02 04:53:39','Powiatowy urzad pracy inicjuje i organizuje szkolenia osob bezrobotnych w formie grupowej oraz indywidualnej.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','',0,0);
/*!40000 ALTER TABLE `wrp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_links`
--
DROP TABLE IF EXISTS `wrp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_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=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_links`
--
LOCK TABLES `wrp_links` WRITE;
/*!40000 ALTER TABLE `wrp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_options`
--
DROP TABLE IF EXISTS `wrp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) DEFAULT NULL,
`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=24369 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_options`
--
LOCK TABLES `wrp_options` WRITE;
/*!40000 ALTER TABLE `wrp_options` DISABLE KEYS */;
INSERT INTO `wrp_options` VALUES (24365,'_site_transient_timeout_theme_roots','1487500705','yes'),(24366,'_site_transient_theme_roots','a:8:{s:8:\"php-ease\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(3,'siteurl','http://praca-w-domu.net.pl','yes'),(4,'blogname','Praca w domu','yes'),(5,'blogdescription','Jak zarabiać przez internet','yes'),(6,'users_can_register','0','yes'),(7,'admin_email','admin@maxserwer.com','yes'),(8,'start_of_week','1','yes'),(9,'use_balanceTags','0','yes'),(10,'use_smilies','1','yes'),(11,'require_name_email','1','yes'),(12,'comments_notify','1','yes'),(13,'posts_per_rss','10','yes'),(14,'rss_use_excerpt','0','yes'),(15,'mailserver_url','mail.example.com','yes'),(16,'mailserver_login','login@example.com','yes'),(17,'mailserver_pass','password','yes'),(18,'mailserver_port','110','yes'),(19,'default_category','1','yes'),(20,'default_comment_status','open','yes'),(21,'default_ping_status','open','yes'),(22,'default_pingback_flag','1','yes'),(24,'posts_per_page','10','yes'),(25,'date_format','F j, Y','yes'),(26,'time_format','g:i a','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(31,'comment_moderation','','yes'),(32,'moderation_notify','1','yes'),(33,'permalink_structure','/%postname%/','yes'),(35,'hack_file','0','yes'),(36,'blog_charset','UTF-8','yes'),(37,'moderation_keys','','no'),(38,'active_plugins','a:9:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:26:\"secure-wordpress/index.php\";i:4;s:39:\"si-captcha-for-wordpress/si-captcha.php\";i:5;s:59:\"simple-trackback-validation/simple-trackback-validation.php\";i:6;s:32:\"statpress-reloaded/statpress.php\";i:7;s:29:\"widget-logic/widget_logic.php\";i:8;s:42:\"yet-another-related-posts-plugin/yarpp.php\";}','yes'),(39,'home','http://praca-w-domu.net.pl','yes'),(40,'category_base','','yes'),(41,'ping_sites','http://rpc.pingomatic.com/','yes'),(43,'comment_max_links','2','yes'),(44,'gmt_offset','0','yes'),(45,'default_email_category','1','yes'),(46,'recently_edited','','no'),(47,'template','php-ease','yes'),(48,'stylesheet','php-ease','yes'),(49,'comment_whitelist','1','yes'),(50,'blacklist_keys','nofollow\r\nyou\r\nfind\r\ngoogle\r\nyahoo\r\nfacebook\r\nand\r\nthank','no'),(51,'comment_registration','','yes'),(53,'html_type','text/html','yes'),(54,'use_trackback','0','yes'),(55,'default_role','subscriber','yes'),(56,'db_version','35700','yes'),(57,'uploads_use_yearmonth_folders','1','yes'),(58,'upload_path','','yes'),(59,'blog_public','1','yes'),(60,'default_link_category','2','yes'),(61,'show_on_front','posts','yes'),(62,'tag_base','','yes'),(63,'show_avatars','1','yes'),(64,'avatar_rating','G','yes'),(65,'upload_url_path','','yes'),(66,'thumbnail_size_w','150','yes'),(67,'thumbnail_size_h','150','yes'),(68,'thumbnail_crop','1','yes'),(69,'medium_size_w','300','yes'),(70,'medium_size_h','300','yes'),(71,'avatar_default','mystery','yes'),(74,'large_size_w','1024','yes'),(75,'large_size_h','1024','yes'),(76,'image_default_link_type','file','yes'),(77,'image_default_size','','yes'),(78,'image_default_align','','yes'),(79,'close_comments_for_old_posts','','yes'),(80,'close_comments_days_old','14','yes'),(81,'thread_comments','1','yes'),(82,'thread_comments_depth','5','yes'),(83,'page_comments','','yes'),(84,'comments_per_page','50','yes'),(85,'default_comments_page','newest','yes'),(86,'comment_order','asc','yes'),(87,'sticky_posts','a:0:{}','yes'),(88,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(89,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:29:\"O pracy na naszych stronach :\";s:4:\"text\";s:427:\"
\r\n
\r\n
\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(90,'widget_rss','a:0:{}','yes'),(91,'timezone_string','','yes'),(93,'embed_size_w','','yes'),(94,'embed_size_h','600','yes'),(95,'page_for_posts','0','yes'),(96,'page_on_front','0','yes'),(97,'default_post_format','0','yes'),(98,'initial_db_version','19470','yes'),(99,'wrp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(100,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:7:{i:1487500662;a:1:{s:25:\"swpa_cleanup_live_traffic\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1487514327;a:1:{s:13:\"sm_ping_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1487515062;a:1:{s:21:\"swpa_check_user_admin\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:2:\"8h\";s:4:\"args\";a:0:{}s:8:\"interval\";i:28800;}}}i:1487516424;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:1487518536;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:1487518710;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;}}}s:7:\"version\";i:2;}','yes'),(357,'current_theme','PHP Ease','yes'),(2291,'secure-wp','a:11:{s:15:\"secure_wp_error\";s:0:\"\";s:17:\"secure_wp_version\";s:1:\"1\";s:23:\"secure_wp_admin_version\";s:1:\"1\";s:15:\"secure_wp_index\";s:1:\"1\";s:13:\"secure_wp_rsd\";s:1:\"1\";s:13:\"secure_wp_wlw\";s:0:\"\";s:13:\"secure_wp_rcu\";s:1:\"1\";s:13:\"secure_wp_rpu\";s:1:\"1\";s:13:\"secure_wp_rtu\";s:1:\"1\";s:13:\"secure_wp_wps\";s:0:\"\";s:16:\"secure_wp_amurlr\";s:1:\"1\";}','yes'),(2289,'_transient_plugins_delete_result_1','1','yes'),(2294,'widget_logic','a:1:{s:6:\"text-3\";s:9:\"is_home()\";}','yes'),(7158,'yarpp_upgraded','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://praca-w-domu.net.pl\";s:4:\"link\";s:102:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://praca-w-domu.net.pl/\";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://praca-w-domu.net.pl/\";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'),(19967,'rewrite_rules','a:79:{s:34:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml$\";s:40:\"index.php?xml_sitemap=params=$matches[2]\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.xml\\.gz$\";s:49:\"index.php?xml_sitemap=params=$matches[2];zip=true\";s:35:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html$\";s:50:\"index.php?xml_sitemap=params=$matches[2];html=true\";s:38:\"sitemap(-+([a-zA-Z0-9_-]+))?\\.html.gz$\";s:59:\"index.php?xml_sitemap=params=$matches[2];html=true;zip=true\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s: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:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(151,'recently_activated','a:0:{}','yes'),(152,'aioseop_options','a:38:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";s:0:\"\";s:22:\"aiosp_home_description\";s:0:\"\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:23:\"aiosp_max_words_excerpt\";N;s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:13:\"%post_title% \";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";N;s:20:\"aiosp_use_categories\";N;s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";N;s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";N;s:16:\"aiosp_debug_info\";N;s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";N;s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";N;s:18:\"aiosp_seocustptcol\";N;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";N;s:14:\"aiosp_ex_pages\";s:0:\"\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";}','yes'),(153,'si_captcha','a:27:{s:18:\"si_captcha_donated\";s:5:\"false\";s:29:\"si_captcha_captcha_difficulty\";s:6:\"medium\";s:15:\"si_captcha_perm\";s:4:\"true\";s:21:\"si_captcha_perm_level\";s:4:\"read\";s:18:\"si_captcha_comment\";s:4:\"true\";s:33:\"si_captcha_comment_label_position\";s:20:\"input-label-required\";s:16:\"si_captcha_login\";s:5:\"false\";s:19:\"si_captcha_register\";s:4:\"true\";s:18:\"si_captcha_lostpwd\";s:4:\"true\";s:20:\"si_captcha_rearrange\";s:4:\"true\";s:26:\"si_captcha_disable_session\";s:4:\"true\";s:24:\"si_captcha_captcha_small\";s:5:\"false\";s:19:\"si_captcha_no_trans\";s:5:\"false\";s:24:\"si_captcha_aria_required\";s:5:\"false\";s:25:\"si_captcha_external_style\";s:5:\"false\";s:28:\"si_captcha_captcha_div_style\";s:14:\"display:block;\";s:31:\"si_captcha_captcha_div_style_sm\";s:43:\"width:175px; height:45px; padding-top:10px;\";s:30:\"si_captcha_captcha_div_style_m\";s:43:\"width:250px; height:60px; padding-top:10px;\";s:30:\"si_captcha_captcha_image_style\";s:59:\"border-style:none; margin:0; padding-right:5px; float:left;\";s:30:\"si_captcha_refresh_image_style\";s:51:\"border-style:none; margin:0; vertical-align:bottom;\";s:34:\"si_captcha_captcha_input_div_style\";s:52:\"display:block; padding-top:15px; padding-bottom:5px;\";s:30:\"si_captcha_comment_label_style\";s:9:\"margin:0;\";s:30:\"si_captcha_comment_field_style\";s:11:\"width:65px;\";s:24:\"si_captcha_label_captcha\";s:0:\"\";s:29:\"si_captcha_required_indicator\";s:2:\" *\";s:26:\"si_captcha_tooltip_captcha\";s:0:\"\";s:26:\"si_captcha_tooltip_refresh\";s:0:\"\";}','yes'),(2297,'uninstall_plugins','a:3:{i:0;b:0;s:39:\"si-captcha-for-wordpress/si-captcha.php\";s:24:\"si_captcha_unset_options\";s:26:\"secure-wordpress/index.php\";a:2:{i:0;s:10:\"SwpaPlugin\";i:1;s:9:\"uninstall\";}}','no'),(2726,'yarpp_version_info_timeout','1451297921','no'),(2727,'yarpp_version_info','a:3:{s:6:\"result\";s:7:\"newbeta\";s:4:\"beta\";a:2:{s:7:\"version\";s:7:\"4.0.7b1\";s:3:\"url\";s:82:\"http://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.4.0.7b1.zip\";}s:7:\"current\";a:2:{s:7:\"version\";s:5:\"4.0.6\";s:3:\"url\";s:80:\"http://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.4.0.6.zip\";}}','no'),(197,'yarpp_version','4.2.5','yes'),(943,'category_children','a:0:{}','yes'),(249,'statpress_collectloggeduser','','yes'),(250,'statpress_autodelete','1 month','yes'),(251,'statpress_daysinoverviewgraph','7','yes'),(252,'statpress_mincap','switch_themes','yes'),(253,'statpress_donotcollectspider','','yes'),(254,'statpress_autodelete_spider','1 week','yes'),(351,'yarpp','a:46:{s:9:\"threshold\";s:1:\"5\";s:5:\"limit\";s:1:\"3\";s:14:\"excerpt_length\";s:2:\"10\";s:6:\"recent\";b:0;s:12:\"before_title\";s:4:\"\";s:11:\"after_title\";s:5:\"\";s:11:\"before_post\";s:8:\" \";s:10:\"after_post\";s:8:\"\";s:14:\"before_related\";s:19:\"Podobne:
\";s:13:\"after_related\";s:5:\"
\";s:10:\"no_results\";s:0:\"\";s:5:\"order\";s:10:\"score DESC\";s:9:\"rss_limit\";s:1:\"3\";s:18:\"rss_excerpt_length\";s:2:\"10\";s:16:\"rss_before_title\";s:4:\"\";s:15:\"rss_after_title\";s:5:\"\";s:15:\"rss_before_post\";s:8:\" \";s:14:\"rss_after_post\";s:8:\"\";s:18:\"rss_before_related\";s:25:\"Related posts:
\";s:17:\"rss_after_related\";s:5:\"
\";s:14:\"rss_no_results\";s:24:\"No related posts.
\";s:9:\"rss_order\";s:10:\"score DESC\";s:9:\"past_only\";b:1;s:12:\"show_excerpt\";b:0;s:16:\"rss_show_excerpt\";b:0;s:8:\"template\";b:0;s:12:\"rss_template\";b:0;s:14:\"show_pass_post\";b:0;s:12:\"cross_relate\";b:0;s:11:\"rss_display\";b:0;s:19:\"rss_excerpt_display\";b:1;s:13:\"promote_yarpp\";b:0;s:17:\"rss_promote_yarpp\";b:0;s:15:\"myisam_override\";b:0;s:7:\"exclude\";s:0:\"\";s:6:\"weight\";a:3:{s:5:\"title\";i:1;s:4:\"body\";i:1;s:3:\"tax\";a:2:{s:8:\"category\";i:1;s:8:\"post_tag\";i:1;}}s:11:\"require_tax\";a:0:{}s:5:\"optin\";b:0;s:18:\"thumbnails_heading\";s:14:\"Related posts:\";s:18:\"thumbnails_default\";s:90:\"http://praca-w-domu.net.pl/wp-content/plugins/yet-another-related-posts-plugin/default.png\";s:22:\"rss_thumbnails_heading\";s:14:\"Related posts:\";s:22:\"rss_thumbnails_default\";s:90:\"http://praca-w-domu.net.pl/wp-content/plugins/yet-another-related-posts-plugin/default.png\";s:12:\"display_code\";b:0;s:20:\"auto_display_archive\";b:0;s:23:\"auto_display_post_types\";a:1:{i:0;s:4:\"post\";}s:5:\"pools\";a:0:{}}','yes'),(356,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1326732966;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}','yes'),(358,'theme_mods_php-ease','a:1:{i:0;b:0;}','yes'),(359,'theme_switched','','yes'),(550,'sm_options','a:51:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1329409036;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"57849e8e40a9fb1d61c8\";s:13:\"sm_i_lastping\";i:1451301732;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:1487498903;}','yes'),(552,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":4:{s:39:\"\0GoogleSitemapGeneratorStatus\0startTime\";d:1451301731.873075008392333984375;s:37:\"\0GoogleSitemapGeneratorStatus\0endTime\";d:1451301732.288867950439453125;s:41:\"\0GoogleSitemapGeneratorStatus\0pingResults\";a:2:{s:6:\"google\";a:5:{s:9:\"startTime\";d:1451301731.8736770153045654296875;s:7:\"endTime\";d:1451301731.91763591766357421875;s:7:\"success\";b:1;s:3:\"url\";s:101:\"http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fpraca-w-domu.net.pl%2Fsitemap.xml\";s:4:\"name\";s:6:\"Google\";}s:4:\"bing\";a:5:{s:9:\"startTime\";d:1451301731.9183590412139892578125;s:7:\"endTime\";d:1451301732.287106990814208984375;s:7:\"success\";b:1;s:3:\"url\";s:94:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fpraca-w-domu.net.pl%2Fsitemap.xml\";s:4:\"name\";s:4:\"Bing\";}}s:38:\"\0GoogleSitemapGeneratorStatus\0autoSave\";b:1;}','no'),(7154,'yarpp_pro','a:7:{s:6:\"active\";s:1:\"0\";s:3:\"aid\";N;s:2:\"st\";N;s:1:\"v\";N;s:4:\"dpid\";N;s:5:\"optin\";b:0;s:23:\"auto_display_post_types\";a:1:{i:0;s:4:\"post\";}}','yes'),(7149,'WPLANG','','yes'),(7151,'_transient_random_seed','cae8c6f6cb58336964fd1284a5c1a9a5','yes'),(2298,'db_upgraded','','yes'),(2691,'link_manager_enabled','0','yes'),(7156,'sm_rewrite_done','$Id: sitemap-loader.php 937300 2014-06-23 18:04:11Z arnee $','yes'),(8486,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"admin@maxserwer.com\";s:7:\"version\";s:5:\"4.4.7\";s:9:\"timestamp\";i:1485878630;}','yes'),(9204,'WSD-PLUGIN-CAN-RUN-TASKS','1','yes'),(9205,'wsdplugin_settings','a:15:{s:17:\"fix_hideWpVersion\";a:3:{s:4:\"name\";s:17:\"fix_hideWpVersion\";s:5:\"value\";i:0;s:4:\"desc\";s:55:\"Hide WordPress version for all users but administrators\";}s:34:\"fix_removeWpMetaGeneratorsFrontend\";a:3:{s:4:\"name\";s:34:\"fix_removeWpMetaGeneratorsFrontend\";s:5:\"value\";i:0;s:4:\"desc\";s:84:\"Remove various meta tags generators from the blog\'s head tag for non-administrators.\";}s:31:\"fix_removeReallySimpleDiscovery\";a:3:{s:4:\"name\";s:31:\"fix_removeReallySimpleDiscovery\";s:5:\"value\";i:0;s:4:\"desc\";s:55:\"Remove Really Simple Discovery meta tags from front-end\";}s:27:\"fix_removeWindowsLiveWriter\";a:3:{s:4:\"name\";s:27:\"fix_removeWindowsLiveWriter\";s:5:\"value\";i:0;s:4:\"desc\";s:51:\"Remove Windows Live Writer meta tags from front-end\";}s:25:\"fix_disableErrorReporting\";a:3:{s:4:\"name\";s:25:\"fix_disableErrorReporting\";s:5:\"value\";i:0;s:4:\"desc\";s:61:\"Disable error reporting (php + db) for all but administrators\";}s:32:\"fix_removeCoreUpdateNotification\";a:3:{s:4:\"name\";s:32:\"fix_removeCoreUpdateNotification\";s:5:\"value\";i:0;s:4:\"desc\";s:73:\"Remove core update notifications from back-end for all but administrators\";}s:35:\"fix_removePluginUpdateNotifications\";a:3:{s:4:\"name\";s:35:\"fix_removePluginUpdateNotifications\";s:5:\"value\";i:0;s:4:\"desc\";s:50:\"Remove plug-ins update notifications from back-end\";}s:34:\"fix_removeThemeUpdateNotifications\";a:3:{s:4:\"name\";s:34:\"fix_removeThemeUpdateNotifications\";s:5:\"value\";i:0;s:4:\"desc\";s:48:\"Remove themes update notifications from back-end\";}s:41:\"fix_removeLoginErrorNotificationsFrontEnd\";a:3:{s:4:\"name\";s:41:\"fix_removeLoginErrorNotificationsFrontEnd\";s:5:\"value\";i:0;s:4:\"desc\";s:47:\"Remove login error notifications from front-end\";}s:26:\"fix_hideAdminNotifications\";a:3:{s:4:\"name\";s:26:\"fix_hideAdminNotifications\";s:5:\"value\";i:0;s:4:\"desc\";s:40:\"Hide admin notifications for non admins.\";}s:27:\"fix_preventDirectoryListing\";a:3:{s:4:\"name\";s:27:\"fix_preventDirectoryListing\";s:5:\"value\";i:0;s:4:\"desc\";s:153:\"Try to create the index.php file in the wp-content, wp-content/plugins, wp-content/themes and wp-content/uploads directories to prevent directory listing\";}s:28:\"fix_removeWpVersionFromLinks\";a:3:{s:4:\"name\";s:28:\"fix_removeWpVersionFromLinks\";s:5:\"value\";i:0;s:4:\"desc\";s:38:\"Remove the version parameter from urls\";}s:27:\"fix_emptyReadmeFileFromRoot\";a:3:{s:4:\"name\";s:27:\"fix_emptyReadmeFileFromRoot\";s:5:\"value\";i:0;s:4:\"desc\";s:66:\"Empty the content of the readme.html file from the root directory.\";}s:25:\"keepNumEntriesLiveTraffic\";i:500;s:26:\"liveTrafficRefreshRateAjax\";i:10;}','yes'),(9210,'SWPA_PLUGIN_ENTRIES_LIVE_TRAFFIC','501','yes'),(19980,'_site_transient_timeout_wporg_theme_feature_list','1451312466','yes'),(19981,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(19990,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1451345031','no'),(19991,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','','no'),(19966,'widget_yarpp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19936,'_site_transient_timeout_browser_9780da594b041fdfbb063237399fabda','1451898923','yes'),(19937,'_site_transient_browser_9780da594b041fdfbb063237399fabda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.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'),(19939,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451337327','no'),(19940,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a: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-36079\";s:7:\"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 […]\";s: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:39312:\"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.
\n\n
\nIntroducing Twenty Sixteen
\n
\nOur newest default theme, Twenty Sixteen, is a modern take on a classic blog design.
\nTwenty 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.
\n
\nResponsive Images
\n
\nWordPress 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.
\n
\nEmbed Everything
\n\nNow 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.
\nIn addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.
\n
\nUnder the Hood
\n
\nREST API infrastructure
\nInfrastructure 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.
\nInfrastructure 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 WordPress REST API plugin.
\nTerm meta
\nTerms now support metadata, just like posts. See add_term_meta()
, get_term_meta()
, and update_term_meta()
for more information.
\nComment query improvements
\nComment queries now have cache handling to improve performance. New arguments in WP_Comment_Query
make crafting robust comment queries simpler.
\n\n
\n
Term, comment, and network objects
\n
New WP_Term
, WP_Comment
, and WP_Network
objects make interacting with terms, comments, and networks more predictable and intuitive in code.
\n
\n
\n
\nThe Team
\n
This release was led by Scott Taylor, 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:
\n@mercime, _smartik_, A5hleyRich, Aaron D. Campbell, Aaron Jorbin, Aaron Rutley, Adam Harley (Kawauso), Adam Silverstein, adamholisky, aduth, Ahmad Awais, Aki Björklund, AlbertoCT, Alex Kirk, Alex Mills (Viper007Bond), Alex Shiels, Alexander Gounder, alireza1375, Amanda Giles, amereservant, Amy Hendrix (sabreuse), Andrea Fercia, Andrew Nacin, Andrew Norcross, Andrew Ozz, Andy Fragen, Angelo Mandato, Ankit Gade, Ankit K Gupta, Anthony Burchell, ap.koponen, apokalyptik, Athsear\'J.S., atomicjack, Austin Ginder, Austin Matzko, Barry Ceelen, Barry Kooij, bcworkz, BdN3504, Bego Mario Garde, Ben May, Benjamin Pick, Bernhard Riedl, bigdawggi, bilalcoder, BinaryKitten, Birgir Erlendsson (birgire), Bjørn Johansen, bobbingwide, bonger, Boone B. Gorges, Brad Touesnard, bradparbs, Brady Vercher, Brandon Kraft, bravokeyl, brentvr, brettz95, Bruno Kos, Cam, Cami Kaos, carolinegeven, Casey Bisson, ch1902, Chandra M, Chase Wiseman, Chiara Dossena, Chip Bennett, Chirag Swadia, Chris Christoff, Chris Kindred, Chris Klosowski, chriscoyier, Chrisdc1, christianoliff, Christoph Herr, Christopher Finke, cjhaas, codeelite, Coen Jacobs, Compute, Courtney Ivey, Craig Ralston, Curtiss Grymala, Cătălin Dogaru, Daisuke Takahashi, Dan Boulet, Daniel Bachhuber, Daniel Koskinen, Daniel Ménard, Daniele Scasciafratte, daniellandau, daniloercoli, Danny de Haan, Darren Ethier (nerrad), Daryl L. L. Houston (dllh), Datta Parad, Dave McHale, David A. Kennedy, David Anderson, David Binovec, David Herrera, David Shanske, DeBAAT, Denis de Bernardy, Dennis Ploetner, Derek Herman, Devin Price, Dezzy, Dion Hulse, Dipali Dhole, dipesh.kakadiya, Dominik Bruderer, Dominik Schilling, Dreb Bits, Drew Jaynes, dustinbolton, Dzikri Aziz, edirect24, Eduardo Reveles, Eduardo Zulian, Edward Caissie, Egill R. Erlendsson, egower, Ehsaan, ehtis, Ella Iseulde Van Dorpe, Ellie Strejlau, Elliott Stocks, elusiveunit, enshrined, Eric Andrew Lewis, Eric Binnion, Eric Daams, Eric Mann, ericjuden, Evan Herman, F4rkie, Felix Arntz, Firdaus Zahari, fonglh, francoisb, Frank Klein, Frankie Jarrett, Fredrik Forsmo, Gaelan Lloyd, Gagan Deep Singh, Gary Cao, Gary Jones, Gary Pendergast, garza, Gaurav Pareek, Gautam Gupta, geminorum, Gerhard Potgieter, geza.miklo, Gijs Jorissen, Giuseppe Mamone, Giustino Borzacchiello, gnaka08, gradyetc, Greg Rickaby, Gregory Karpinsky (@tivnet), Gustavo Bordoni, Gustavo Bordoni, gwinh.lopez, hakre, hauvong, Helen Hou-Sandí, Hinaloe, Hrishikesh Vaipurkar, Hugh Lashbrooke, Hugo Baeta, Iain Poulson, Ian Dunn, Ian Stewart, icetee, Ignacio Cruz Moreno, Ihor Vorotnov, imath, ippetkov, J.D. Grimes, jakub.tyrcha, James Huff, janhenckens, Japh, Jasper de Groot, jazbek, jcroucher, Jeff Farthing, Jeff Stieler, JeffMatson, Jeffrey de Wit, jeichorn, Jeremy Felt, Jeremy Pry, Jeroen Schmit, Jesin A, Jesper van Engelen, jim912, jliman, jmayhak, jnylen0, Jobst Schmalenbach, Joe Dolson, Joe Hoyle, Joe McGill, joehills, John Blackbourn, John James Jacoby, John P. Bloch, John Parris, Jon Cave, Jonathan Bardo, Jonathan Desrosiers, Joost de Valk, Jorge Bernal, Josh Betz, Josh Eaton, Josh Pollock, jrf, Juhi Saxena, Julio Potier, justdaiv, Justin Sainton, Justin Shreve, Justin Sternberg, Justin Tadlock, K.Adam White, Kailey (trepmal), KalenJohnson, karinedo, karpstrucking, Kelly Dwan, Kevin Behrens, Kevin Langley, kevinatelement, kitchin, Kite, Konstantin Kovshenin, Konstantin Obenland, Krzysiek Dróżdż, Kurt Payne, laceous, Lance Willett, Laurens Offereins, lcherpit, ldinclaux, Lee Willis, leemon, lessbloat, linuxologos, Lucas Karpiuk, lucatume, luciole135, Lucy Tomas, Luke Carbis, madalin.ungureanu, Mako, manolis09, Marcin Pietrzak, Marin Atanasov, Mario Peshev, Marius (Clorith), Mark Jaquith, Marko Heijnen, Markus, Mat Marquis, Matheus Martins, Matt Bagwell, Matt Gibbs, Matt Martz, Matt Mullenweg, Matt van Andel, Matthew Boynes, Matthew Haines-Young, mazurstas, mbrandys, mdmcginn, mehulkaklotar, Mel Choyce, meloniq, micahmills, micahwave, Michael Adams (mdawaffe), Michael Arestad, Michael Cain, Michiel Habraken, Mickey Kay, Mike Glendinning, Mike Hansen, Mike Jolley, Mike Jordan, Mike Schinkel, Mike Schroder, Milan Dinić, mismith227, misterunknown, mitcho (Michael Yoshitaka Erlewine), Monika, Morgan Estes, Morten Rand-Hendriksen, moto hachi ( mt8.biz ), Mr Papa, mrmist, mulvane, neoscrib, NExT-Season, Niall Kennedy, nicholas_io, Nick Ciske, Nick Halsey, NickDuncan, Nicolas Juen, nikeo, Nikhil Chavan, Niklas, Nikola Nikolov, Nikolay Bachiyski, Nilambar Sharma, OriginalEXE, Paresh Radadiya, Pascal Birchler, Pat O\'Brien, Paul Bearne, Paul de Wouters, Paul Ryan, Paul Wilde, pavelevap, Payton Swick, Peter Wilson, Petter Walbø Johnsgård, Petya Raykovska, pfefferle, Philip Arthur Moore, PhilipLakin, Philipp Cordes, Piotr Delawski, Piotr Soluch, Pippin Williamson, Prasad Nevase, Prasath Nadarajah, Pratik, Rachel Baker, rajnikmit, Rakesh Lawaju (Racase Lawaju), ramay, Rami Yushuvaev, Raul Illana, renoirb, rhubbardreverb, Rhys Wynne, Rian Rietveld, Richard Tape, Robert Chapin, Rodrigo Primo, Rommel Castro, Ron Rennick, Ronald Huereca, Russell Heimlich, Ruud Laan, Ryan Kienstra, Ryan Markel, Ryan McCue, Ryan Welcher, Safirul Alredha, Sal Ferrarello, Sam Brodie, sam2kb, Samir Shah, Samuel Sidler, Samuel Wood (Otto), Sanket Parmar, Sara Rosso, sarciszewski, Scott Grant, Scott Kingsley Clark, Scott Reilly, ScreenfeedFr, scribu, Sean Davis, Sean Hayes, Sebastian Pisula, Sergey Biryukov, serpent7776, several27, shimakyohsuke, side777, Simon Prosser, Simon Wheatley, Siobhan, sirzooro, sjmur, smerriman, Spacedmonkey, Stéphane Boisvert, Stanislav Khromov, Stanko Metodiev, stebbiv, Stefan Froehlich, Stephanie Leary, Stephen Edgar, Stephen Harris, Steve Grunwell, stevehenty, SteveHoneyNZ, Steven Word, Store Locator Plus, Sudar Muthu, Sujay, Sumit Singh, summerblue, Sunny Ratilal, Takashi Irie, Takayuki Miyauchi, Tammie Lister, Tanner Moushey, tbcorr, Terry Chay, tharsheblows, theMikeD, Thomas Kräftner, thomaswm, Thorsten Frommen, Thorsten Ott, tigertech, Till Krüss, Tim Evko, tmatsuur, tmeister, TobiasBg, Tom Willmot, TomHarrigan, tommarshall, tomsommer, Toni Viemerö, Toro_Unit (Hiroshi Urabe), Tracy (LilJimmi) Levesque, Tran Ngoc Tuan Anh, Travis Smith, trenzterra, Tryon Eggleston, tszming, ty, Ty Carlson, Tyler Carter, Ulrich, Ulrich Sossou, Umesh Kumar, Umesh Nevase, Utkarsh, vilkatis, voldemortensen, Walter Ebert, walterbarcelos, webdevmattcrom, WEN Solutions, WEN Themes, Weston Ruter, wmertens, Wojtek Szkutnik, WP Plugin Dev dot com, wpdev101, wpseek, wturrell, Yam Chhetri, Yoav Farhi, Zach Wills, Zack Rothauser, and Zack Tollman.\n
\nSpecial thanks go to Siobhan McKeown for producing the release video with Sara Rosso, and Cami Kaos for the voice-over.
\nFinally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!
\nIf you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress. See you soon for version 4.5!
\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, […]\";s: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:\"The release candidate for WordPress 4.4 is now available.
\nRC 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.
\nIf you haven’t tested 4.4 yet, now is the time!
\nThink you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.
\nTo test WordPress 4.4 RC1, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).
\nFor more information about what’s new in version 4.4, check out the Beta blog post.
\nDevelopers, please test your plugins and themes against WordPress 4.4 and update your plugin’s Tested up to 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.
\nBe sure to follow along the core development blog, where we’ll continue to post notes for developers for 4.4.
\nTickets are all closed
\nHelp test the latest changes
\nNew WordPress for All
\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 “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"WordPress 4.4 Beta 4 is now available!
\nThis 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 download the beta here (zip).
\nFor more information about what’s new in version 4.4, check out the Beta 1 blog post. This our final planned beta. Next week will be our first Release Candidate.
\nIf you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed.
\nCloser To The End
\nTickets Are Being Shuffled
\nOnward to RC
\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 […]\";s: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:\"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).
\nFor more of what’s new in version 4.4, check out the Beta 1 blog post.
\nIf you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed.
\nFour-four beta three
\nEven more activity
\nNary a shared term
\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 […]\";s: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:\"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).
\nFor more of what’s new in version 4.4, check out the Beta 1 blog post.
\nIf you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. Or, if you’re comfortable writing a bug report, file one on the WordPress Trac. There, you can also find a list of known bugs and everything we’ve fixed.
\nFour-four beta two
\nAnother week of progress
\nREST API lives!
\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 […]\";s: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:4293:\"WordPress 4.4 Beta 1 is now available!
\nThis 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 download the beta here (zip).
\nWordPress 4.4 is slated for release on December 8, but to get there, we need your help testing what we have been working on, including:
\n\n- Twenty Sixteen — The newest default theme for WordPress.
\n- Responsive Images — WordPress automatically delivers a more appropriate image to users depending on a variety of conditions like screen size, viewport size, and screen resolution.
\n- Embeds — 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 previews of posts from other WordPress sites by pasting the URL on its own line.
\n
\nThere have been a lot of changes for developers to play with as well:
\n\n- REST API (phase 1) — The underlying infrastructure of the WordPress REST API plugin has been included in WordPress 4.4. Plugin authors can take advantage of this by adding custom endpoints.
\n- Term Metadata — Taxonomy term metadata is now included in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read this post on how to prepare. Also, the underlying
WP_Term
class improves caching when working with terms. (#14162) \n- Improved
<title>
output — wp_title()
is now deprecated; WordPress can handle the rendering of the document title automatically. \n- Comments — Comment queries are now split for performance. Also, the underlying
WP_Comment
class improves caching and introduces strong-typing. (#8071, #32619) \n
\nIf you want a more in-depth view of what major changes have made it into 4.4, check out all 4.4-tagged posts on the main development blog, or check out a list of everything that’s changed.
\nIf you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on the WordPress Trac. There, you can also find a list of known bugs.
\nHappy testing!
\nMany small changes
\nSome groundbreaking new features
\nFun times had by all
\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:\"\";}}}}}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 […]\";s: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:\"\n
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.
\n
This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.
\n
\n- 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 Check Point.
\n- A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.
\n- 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 Check Point.
\n
\n
Our thanks to those who have practiced responsible disclosure of security issues.
\n
WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the release notes or consult the list of changes.
\n
Download WordPress 4.3.1 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.
\n
\nThanks to everyone who contributed to 4.3.1:
\nAdam Silverstein, Andrea Fercia, Andrew Ozz, Boone Gorges, Brandon Kraft, chriscct7, Daisuke Takahashi, Dion Hulse, Dominik Schilling, Drew Jaynes, dustinbolton, Gary Pendergast, hauvong, James Huff, Jeremy Felt, jobst, Marin Atanasov, Nick Halsey, nikeo, Nikolay Bachiyski, Pascal Birchler, Paul Ryan, Peter Wilson, Robert Chapin, Samuel Wood, Scott Taylor, Sergey Biryukov, tmatsuur, Tracy Levesque, Umesh Nevase, vortfu, welcher, Weston Ruter
\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 “Billie” 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 […]\";s: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:22303:\"
\nVersion 4.3 of WordPress, named “Billie” 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.
\n\n
\nMenus in the Customizer
\n\nCreate 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.
\n
\nFormatting Shortcuts
\n
\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 *
and a #
.\n
\nSite Icons
\n
\n
\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.
\n
\nBetter Passwords
\n
\n
\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.
\n
\nOther improvements
\n\n- A smoother admin experience – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.
\n- Comments turned off on pages – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.
\n- Customize your site quickly – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.
\n
\n
\nThe Team
\n
This release was led by Konstantin Obenland, 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:
\n@mercime, Aaron D. Campbell, Aaron Jorbin, Adam Heckler, Adam Silverstein, Aki Björklund, Alex Kirk, Alex Mills (Viper007Bond), Alex Shiels, Alin Marcu, andfinally, Andrea Fercia, Andrea Gandino, Andrew Nacin, Andrew Ozz, Andy Fragen, Ankit K Gupta, Anthony Burchell, anubisthejackle, Aram Zucker-Scharff, Arjun S Kumar, avnarun, Bad Feather, Ben Cole, Ben Dunkle, BinaryKitten, Birgir Erlendsson (birgire), Bjørn Johansen, bolo1988, Boone B. Gorges, Brad Touesnard, Bram Duvigneau, Brandon Kraft, Brian Krogsgard, Brian Layman, Caleb Burks, CalEvans, Chase Wiseman, Chip Bennett, Chouby, Chris Olbekson, chriscct7, Craig Ralston, Daisuke Takahashi, Daniel Bachhuber, Daniel Jalkut (Red Sweater), Daniele Scasciafratte, daniluk4000, Dave McHale, DaveAl, David A. Kennedy, David Herrera, daxelrod, Denis de Bernardy, Dennis Ploetner, Derek Herman, DH-Shredder, Dion Hulse, dipesh.kakadiya, dmsnell, Dominik Schilling, Drew Jaynes, dustinbolton, Dzikri Aziz, eclev91, eligijus, Elio Rivero, Ella Iseulde Van Dorpe, Eric Andrew Lewis, Eric Binnion, Eric Mann, Fabien Quatravaux, Felix Arntz, francoeurdavid, Frank Klein, gabrielperezs, Garth Mortensen, Gary Jones, Gary Pendergast, George Stephanis, glennm, gtuk, hailin, hauvong, Helen Hou-Sandí, henrikakselsen, Hinaloe, Hrishikesh Vaipurkar, Hugo Baeta, Iain Poulson, imath, Ipstenu (Mika Epstein), isaacchapman, izem, J.D. Grimes, Jack Lenox, jadpm, James Huff, jamesgol, jancbeck, Jeff Farthing, Jeremy Felt, Jeremy Pry, Jeremy Ward, Jesin A, jipmoors, jjberry, Jobst Schmalenbach, Joe Dolson, Joe Hoyle, Joe McGill, Joey Kudish, John Blackbourn, John James Jacoby, John Leschinski, Joost de Valk, Josh Davis, Jpyper, jrf, Julio Potier, Justin Sternberg, Kai Jacobsen, karinchristen, karpstrucking, Kelly Dwan, Kevin Koehler, kitchin, Kite, Konstantin Kovshenin, Lance Willett, Lee Willis, Leo Gopal, loushou, Lumaraf, Marin Atanasov, Mario Peshev, Marius (Clorith), Mark Jaquith, Marko Heijnen, marsjaninzmarsa, martinsachse, Matt Mullenweg, Matt van Andel, Matt Wiebe, mattyrob, Mel Choyce, Michael, Michael Adams (mdawaffe), Michael Arestad, michaelryanmcneill, Mickey Kay, mihai, Mike Hansen, Mike Nelson, Milan Dinić, Morgan Estes, mrutz, nabil_kadimi, Naoko Takano, Nazmul Hossain Nihal, nicholas_io, Nick Halsey, Nick Momrik, nikeo, Nikolay Bachiyski, Nilambar Sharma, Onni Hakala, Ozh, Paresh Radadiya, Pascal Birchler, Paul Gibbs, Paul Ryan, Paul Wilde, pavelevap, Pete Nelson, Peter Wilson, PeterRKnight, Philip Arthur Moore, Pippin Williamson, posykrat, pragunbhutani, Rachel Baker, Rami Yushuvaev, rarylson, Rastislav Lamos, rauchg, Ravinder Kumar, RC Lations, Reuben Gunday, Rian Rietveld, Ritesh Patel, Robert Chapin, Robert Dall, Rodrigo Primo, Rommel Castro, Ross Wintle, Rouven Hurling, Ryan Boren, Ryan Marks, Ryan McCue, Ryan Neudorf, Ryan Welcher, Sagar Jadhav, Sal Ferrarello, Samir Shah, santagada, Scott Kingsley Clark, Scott Reilly, Scott Taylor, scribu, scruffian, Sean Hayes, Sebastian, Sergey Biryukov, Shawn Hooper, Sheri Bigelow, Simon Wheatley, Siobhan, Stanko Metodiev, Stephane Daury (stephdau), Stephen Edgar, Steve Grunwell, Steven Word, stuartshields, Sudar Muthu, Sunny Ratilal, taka2, tharsheblows, Thor Brink, Tim Smith, tlexcellent, tmatsuur, TobiasBg, Tomas Mackevicius, TomHarrigan, Toro_Unit (Hiroshi Urabe), Toru Miki, Tracy (LilJimmi) Levesque, Tryon Eggleston, Ty Carlson, Udit Desai, Umesh Nevase, vivekbhusal, vortfu, Weston Ruter, Will Norris, willgladstone, William Earnhardt, willstedt, Yoav Farhi, Yuri Salame, Zach Wills, Zack Katz, and Zack Tollman.\n
\nSpecial thanks go to Siobhan McKeown for producing the release video, Hugo Baeta for the design, and Jack Lenox for the voice-over.
\nFinally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!
\nIf you want to follow along or help out, check out Make WordPress and our core development blog. Thanks for choosing WordPress. See you soon for version 4.4!
\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í […]\";s: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:\"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.
\nThis 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í of the WordPress security team, Netanel Rubin of Check Point, and Ivan Grigorov. It also includes a fix for a potential timing side-channel attack, discovered by Johannes Schmitt of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by Mohamed A. Baset.
\nOur thanks to those who have practiced responsible disclosure of security issues.
\nWordPress 4.2.4 also fixes four bugs. For more information, see the release notes or consult the list of changes.
\nDownload WordPress 4.2.4 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.
\nAlready testing WordPress 4.3? The second release candidate is now available (zip) and it contains these fixes. For more on 4.3, see the RC 1 announcement post.
\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’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 […]\";s: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:\"The release candidate for WordPress 4.3 is now available.
\nWe’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 need your help to get there.
\nIf you haven’t tested 4.3 yet, now is the time!
\nThink you’ve found a bug? Please post to the Alpha/Beta support forum. If any known issues come up, you’ll be able to find them here.
\nTo test WordPress 4.3 RC1, you can use the WordPress Beta Tester plugin or you can download the release candidate here (zip).
\nFor more information about what’s new in version 4.3, check out the Beta 1, Beta 2, Beta 3, and Beta 4 blog posts.
\nDevelopers, please test your plugins and themes against WordPress 4.3 and update your plugin’s Tested up to 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.
\nBe sure to follow along the core development blog, where we’ll continue to post notes for developers for 4.3.
\nDrei Monate Arbeit
\nEndlich das Ziel vor Augen
\nBald hab ich Urlaub!
\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, 28 Dec 2015 09:15:27 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:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20141228125658\";}','no'),(19941,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451337327','no'),(19942,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451294127','no'),(19945,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1451337329','no'),(19988,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1451345031','no'),(19989,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1451301831','no'),(19948,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1451337330','no'),(19949,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 08:54: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: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:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: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:36:\"49521@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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: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:36:\"47509@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"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: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:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 28 Dec 2015 09:15:30 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:7:\"expires\";s:29:\"Mon, 28 Dec 2015 09:29:05 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 28 Dec 2015 08:54:05 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20141228125658\";}','no'),(19950,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1451337330','no'),(19951,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1451294130','no'),(19952,'_transient_timeout_plugin_slugs','1451387998','no'),(19953,'_transient_plugin_slugs','a:9:{i:0;s:26:\"secure-wordpress/index.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";i:3;s:36:\"google-sitemap-generator/sitemap.php\";i:4;s:39:\"si-captcha-for-wordpress/si-captcha.php\";i:5;s:59:\"simple-trackback-validation/simple-trackback-validation.php\";i:6;s:32:\"statpress-reloaded/statpress.php\";i:7;s:29:\"widget-logic/widget_logic.php\";i:8;s:42:\"yet-another-related-posts-plugin/yarpp.php\";}','no'),(19954,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1451337330','no'),(19955,'_transient_dash_4077549d03da2e451c8b5f002294ff51','','no'),(19956,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19957,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19958,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19959,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19960,'finished_splitting_shared_terms','1','yes'),(19961,'site_icon','0','yes'),(19962,'medium_large_size_w','768','yes'),(19963,'medium_large_size_h','0','yes'),(19968,'can_compress_scripts','0','yes'),(19974,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1451311933','yes'),(19975,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5624\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3532\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3468\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2988\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2714\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2197\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2159\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1991\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1944\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1928\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1919\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1875\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1767\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1576\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1503\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1481\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1388\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1287\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1254\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1241\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1132\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1057\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1027\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"977\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"934\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"893\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"872\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"868\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"863\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"858\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"841\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"802\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"762\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"731\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"730\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"727\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"722\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"720\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"719\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"712\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"703\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"689\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"677\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"672\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"650\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"649\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"636\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"632\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"628\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"619\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"601\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"595\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"584\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"584\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"581\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"573\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"571\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"567\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"565\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"556\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"544\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"534\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"526\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"516\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"513\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"506\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"500\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"497\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"493\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"492\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"470\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"470\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"459\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"453\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"452\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"450\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"430\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"424\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"415\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"411\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"409\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"409\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"400\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"399\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"397\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"397\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"394\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"392\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"385\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"384\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"383\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"379\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"378\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"374\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"373\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"373\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"371\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:3:\"368\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"368\";}}','yes'),(19992,'mobile_view_theme_link_text','Switch To Mobile Version','yes'),(19993,'desktop_view_theme_link_text','Switch To Desktop Version','yes'),(19994,'show_switch_link_for_desktop','no','yes'),(19995,'forced_layout_expire_time','0','yes'),(19996,'iphone_theme','Twenty Sixteen','yes'),(19997,'ipad_theme','Twenty Sixteen','yes'),(19998,'android_theme','Twenty Sixteen','yes'),(19999,'android_tab_theme','Twenty Sixteen','yes'),(20000,'blackberry_theme','Twenty Sixteen','yes'),(20001,'windows_theme','Twenty Sixteen','yes'),(20002,'opera_theme','Twenty Sixteen','yes'),(20003,'parm_os_theme','Twenty Sixteen','yes'),(20004,'other_theme','Twenty Sixteen','yes'),(20007,'_transient_is_multi_author','0','yes'),(20008,'_transient_twentysixteen_categories','1','yes'),(24360,'_transient_timeout_feed_08a9370cca8e4bda25c11f8557e93830','1488103703','no'),(24361,'_transient_feed_08a9370cca8e4bda25c11f8557e93830','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\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:39:\"Google Sitemap Generator Support Topics\";s: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:39:\"Google Sitemap Generator Support Topics\";s:7:\"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://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/\";s: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:30:\"Wed, 02 Jul 2014 7:54: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:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:19:\"\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:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Common error messages in Google Webmaster Tools\";s:7:\"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:\"http://www.arnebrachhold.de/redir/sitemap-feed-gwterrs/\";s:7:\"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:20:\"C2VZYxeTESzcCF2IhS13\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Apr 2014 00:00: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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:19:\"\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:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"How to move your sitemap to the root of your domain\";s:7:\"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:\"http://www.arnebrachhold.de/redir/sitemap-feed-movesm/\";s:7:\"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:20:\"C2VZYxeTESzcCF2IhS12\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Apr 2014 00:00: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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:19:\"\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:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Introducing a new format for your sitemap\";s:7:\"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:\"http://www.arnebrachhold.de/redir/sitemap-feed-newformat/\";s:7:\"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:20:\"C2VZYxeTESzcCF2IhS1l\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Apr 2014 00:00: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:4:\"type\";i:128;s:7:\"headers\";a:11:{s:4:\"date\";s:29:\"Sun, 19 Feb 2017 10:08:23 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=utf-8\";s:10:\"connection\";s:5:\"close\";s:10:\"set-cookie\";s:133:\"__cfduid=dc95e3c1546ee2e75f35d891656f8a4161487498903; expires=Mon, 19-Feb-18 10:08:23 GMT; path=/; domain=.arnebrachhold.de; HttpOnly\";s:13:\"cache-control\";s:23:\"public, max-age=2678400\";s:13:\"last-modified\";s:29:\"Wed, 02 Jul 2014 19:54:35 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:7:\"expires\";s:29:\"Wed, 22 Mar 2017 10:08:23 GMT\";s:6:\"server\";s:16:\"cloudflare-nginx\";s:6:\"cf-ray\";s:20:\"3338ead4341669be-CDG\";}s:5:\"build\";s:14:\"20141228125658\";}','no'),(24362,'_transient_timeout_feed_mod_08a9370cca8e4bda25c11f8557e93830','1488103703','no'),(24367,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1487498908;s:7:\"checked\";a:8:{s:8:\"php-ease\";s:5:\"1.0.3\";s:12:\"twentyeleven\";s:3:\"1.3\";s:13:\"twentyfifteen\";s:3:\"1.0\";s:14:\"twentyfourteen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.0\";s:9:\"twentyten\";s:3:\"1.3\";s:14:\"twentythirteen\";s:3:\"1.4\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:7:{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.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.7.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.9.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.3.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.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.1.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.2.2.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(24330,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:4:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.2\";s:7:\"version\";s:5:\"4.7.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.2\";s:7:\"version\";s:5:\"4.7.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.6.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.3\";s:7:\"version\";s:5:\"4.6.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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.5.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.5.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.6\";s:7:\"version\";s:5:\"4.5.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.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1487498904;s:15:\"version_checked\";s:5:\"4.4.7\";s:12:\"translations\";a:0:{}}','yes'),(24368,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1487498907;s:8:\"response\";a:6:{s:26:\"secure-wordpress/index.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"3682\";s:4:\"slug\";s:16:\"secure-wordpress\";s:6:\"plugin\";s:26:\"secure-wordpress/index.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/secure-wordpress/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/secure-wordpress.zip\";s:6:\"tested\";s:6:\"4.2.12\";s:13:\"compatibility\";b:0;}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"520\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:8:\"2.3.11.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.3.11.4.zip\";s:6:\"tested\";s:5:\"4.7.2\";s:13:\"compatibility\";a:1:{s:5:\"4.7.2\";a:3:{s:7:\"percent\";i:100;s:5:\"votes\";i:1;s:11:\"total_votes\";i:1;}}}s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"30128\";s:4:\"slug\";s:25:\"any-mobile-theme-switcher\";s:6:\"plugin\";s:55:\"any-mobile-theme-switcher/any-mobile-theme-switcher.php\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/any-mobile-theme-switcher/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/any-mobile-theme-switcher.2.1.zip\";s:6:\"tested\";s:5:\"4.7.2\";s:13:\"compatibility\";b:0;}s:39:\"si-captcha-for-wordpress/si-captcha.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"4425\";s:4:\"slug\";s:24:\"si-captcha-for-wordpress\";s:6:\"plugin\";s:39:\"si-captcha-for-wordpress/si-captcha.php\";s:11:\"new_version\";s:7:\"3.0.0.4\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/si-captcha-for-wordpress/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/si-captcha-for-wordpress.3.0.0.4.zip\";s:6:\"tested\";s:5:\"4.7.2\";s:13:\"compatibility\";b:0;}s:29:\"widget-logic/widget_logic.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"2545\";s:4:\"slug\";s:12:\"widget-logic\";s:6:\"plugin\";s:29:\"widget-logic/widget_logic.php\";s:11:\"new_version\";s:5:\"5.7.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/widget-logic/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/widget-logic.5.7.2.zip\";s:6:\"tested\";s:5:\"4.7.2\";s:13:\"compatibility\";a:1:{s:5:\"4.7.2\";a:3:{s:7:\"percent\";i:100;s:5:\"votes\";i:2;s:11:\"total_votes\";i:2;}}}s:42:\"yet-another-related-posts-plugin/yarpp.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"1418\";s:4:\"slug\";s:32:\"yet-another-related-posts-plugin\";s:6:\"plugin\";s:42:\"yet-another-related-posts-plugin/yarpp.php\";s:11:\"new_version\";s:3:\"4.4\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/yet-another-related-posts-plugin/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/yet-another-related-posts-plugin.4.4.zip\";s:6:\"tested\";s:5:\"4.7.2\";s:13:\"compatibility\";a:1:{s:5:\"4.7.2\";a:3:{s:7:\"percent\";i:100;s:5:\"votes\";i:2;s:11:\"total_votes\";i:2;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.8.zip\";}s:59:\"simple-trackback-validation/simple-trackback-validation.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"551\";s:4:\"slug\";s:27:\"simple-trackback-validation\";s:6:\"plugin\";s:59:\"simple-trackback-validation/simple-trackback-validation.php\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/simple-trackback-validation/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/simple-trackback-validation.2.1.zip\";}}}','yes'),(24363,'_transient_feed_mod_08a9370cca8e4bda25c11f8557e93830','1487498903','no');
/*!40000 ALTER TABLE `wrp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_postmeta`
--
DROP TABLE IF EXISTS `wrp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_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=27 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_postmeta`
--
LOCK TABLES `wrp_postmeta` WRITE;
/*!40000 ALTER TABLE `wrp_postmeta` DISABLE KEYS */;
INSERT INTO `wrp_postmeta` VALUES (7,6,'_edit_last','1'),(8,6,'_edit_lock','1334867160:1'),(9,7,'_wp_attached_file','2012/04/praca-w-domu.jpg'),(10,7,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:24:\"2012/04/praca-w-domu.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"praca-w-domu-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"praca-w-domu-300x199.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"199\";}}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:\"\";}}'),(13,10,'_edit_last','1'),(14,10,'_edit_lock','1359817450:1'),(15,11,'_wp_attached_file','2013/02/praca_w_domu.jpg'),(16,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2013/02/praca_w_domu.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"praca_w_domu-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"praca_w_domu-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"yarpp-thumbnail\";a:4:{s:4:\"file\";s:24:\"praca_w_domu-120x120.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:120;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:\"\";}}'),(19,15,'_edit_last','1'),(20,15,'_edit_lock','1426687646:1'),(23,18,'_edit_last','1'),(24,18,'_edit_lock','1451301623:1');
/*!40000 ALTER TABLE `wrp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_posts`
--
DROP TABLE IF EXISTS `wrp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(20) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`),
KEY `post_name` (`post_name`(191)),
FULLTEXT KEY `yarpp_title` (`post_title`),
FULLTEXT KEY `yarpp_content` (`post_content`)
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_posts`
--
LOCK TABLES `wrp_posts` WRITE;
/*!40000 ALTER TABLE `wrp_posts` DISABLE KEYS */;
INSERT INTO `wrp_posts` VALUES (6,1,'2012-04-19 20:27:41','2012-04-19 20:27:41','W profesjonalnie opracowanym biznesplanie nie może w żadnym wypadku zabraknąć części dotyczącej marketingu. Potencjalnemu inwestorowi firma musi pokazać, w jaki sposób zamierza na danym produkcie zarabiać (po to przecież wprowadza go na rynek).
Zadaniem tej właśnie części planu jest przekonanie odbiorcy, iż autor ma całkowitą świadomość tego, do kogo i w jakim celu zamierza swoje usługi kierować. Od tego w głównej mierze uzależnione jest to jaka strategia marketingowa zostanie przyjęta. Należy przedstawić jej założenia oraz uzasadnić (popierając to konkretnymi argumentami) jakimi przesłankami kierowano się przy jej wyborze. Opisywana tutaj część biznesplanu powinna bazować na koncepcji 4XP – czyli product (produkt), price (cena), place (dystrybucja) oraz promotion (promocja, reklama). W każdym z tych podpunktów powinny zostać opisane wiążące się z nim aspekty, np. przy cenie – polityka cenowa, rabaty, cennik konkurencji, koszt towaru lub usługi oraz udział w rynku (zarówno obecny, jak i ten przewidywany).','Sprzedaż i marketing w biznesplanie','','publish','open','open','','sprzedaz-i-marketing-w-biznesplanie','','','2012-04-19 20:27:41','2012-04-19 20:27:41','',0,'http://praca-w-domu.net.pl/?p=6',0,'post','',0),(7,1,'2012-04-19 20:26:55','2012-04-19 20:26:55','','praca w domu','','inherit','open','open','','praca-w-domu','','','2012-04-19 20:26:55','2012-04-19 20:26:55','',6,'http://praca-w-domu.net.pl/wp-content/uploads/2012/04/praca-w-domu.jpg',0,'attachment','image/jpeg',0),(8,1,'2012-04-19 20:27:23','2012-04-19 20:27:23','W profesjonalnie opracowanym biznesplanie nie może w żadnym wypadku zabraknąć części dotyczącej marketingu. Potencjalnemu inwestorowi firma musi pokazać, w jaki sposób zamierza na danym produkcie zarabiać (po to przecież wprowadza go na rynek).
Zadaniem tej właśnie części planu jest przekonanie odbiorcy, iż autor ma całkowitą świadomość tego, do kogo i w jakim celu zamierza swoje usługi kierować. Od tego w głównej mierze uzależnione jest to jaka strategia marketingowa zostanie przyjęta. Należy przedstawić jej założenia oraz uzasadnić (popierając to konkretnymi argumentami) jakimi przesłankami kierowano się przy jej wyborze. Opisywana tutaj część biznesplanu powinna bazować na koncepcji 4XP – czyli product (produkt), price (cena), place (dystrybucja) oraz promotion (promocja, reklama). W każdym z tych podpunktów powinny zostać opisane wiążące się z nim aspekty, np. przy cenie – polityka cenowa, rabaty, cennik konkurencji, koszt towaru lub usługi oraz udział w rynku (zarówno obecny, jak i ten przewidywany).','Sprzedaż i marketing w biznesplanie','','inherit','open','open','','6-revision','','','2012-04-19 20:27:23','2012-04-19 20:27:23','',6,'http://praca-w-domu.net.pl/?p=8',0,'revision','',0),(11,1,'2013-02-02 15:05:06','2013-02-02 15:05:06','','praca_w_domu','','inherit','open','open','','praca_w_domu','','','2013-02-02 15:05:06','2013-02-02 15:05:06','',10,'http://praca-w-domu.net.pl/wp-content/uploads/2013/02/praca_w_domu.jpg',0,'attachment','image/jpeg',0),(10,1,'2013-02-02 15:05:29','2013-02-02 15:05:29','Pochodzące z unijnej kasy fundusze mogą być w ramach dotacji przeznaczane na rozmaite cele. W obszarze tym mieszczą się między innymi szkolenia dla bezrobotnych. Są one bezpłatne dla uczestników, a mają na celu pomóc im w znalezieniu pracy. Organizatorami tego typu kursów są przeważnie urzędy pracy, aczkolwiek nie są to jedyne instytucje, które się tym zajmują – wspomnieć można w tym miejscu chociażby o Powiatowych Centrach Pomocy Rodzinie.\r\n
Powyższe szkolenia to przede wszystkim oferta adresowana do tych osób, które nie posiadają zawodowego doświadczenia, ale nie tylko. To również propozycja dla tych, co od dłuższego już czasu mają status bezrobotnych, w związku z czym – mówiąc językiem potocznym – wypadli z obiegu. Mają możliwość albo podniesienia swoich dotychczasowych kwalifikacji, albo też całkowitej ich zmiany. Współczesny rynek pracy jest trudny i wymaga elastycznego dość podejścia do pewnych spraw takich jak właśnie przekwalifikowanie się. Ma to duże znaczenie zwłaszcza wtedy, gdy ktoś nie może znaleźć pracy w swoim zawodzie.\r\nKursy i szkolenia są nastawione w głównej mierze na naukę praktycznych umiejętności – jak dla przykładu w zawodzie fryzjera, w ogrodnictwie, administracji, księgowości etc. W ich ramach można też zrobić kurs na prawo jazdy, którego posiadanie jest dość częstym wymogiem pojawiającym się w ofertach pracy. Ważnym aspektem opisywanych tu przedsięwzięć jest poradnictwo z zakresu psychologii – ludzie borykający się od dłuższego czasu z problemem bezrobocia często maja problemy z samooceną i wiarą we własne możliwości.','Dotacje unijne na szkolenia dla bezrobotnych ','','publish','open','open','','dotacje-unijne-na-szkolenia-dla-bezrobotnych','','','2013-02-02 15:05:29','2013-02-02 15:05:29','',0,'http://praca-w-domu.net.pl/?p=10',0,'post','',0),(12,1,'2013-02-02 15:05:27','2013-02-02 15:05:27','Pochodzące z unijnej kasy fundusze mogą być w ramach dotacji przeznaczane na rozmaite cele. W obszarze tym mieszczą się między innymi szkolenia dla bezrobotnych. Są one bezpłatne dla uczestników, a mają na celu pomóc im w znalezieniu pracy. Organizatorami tego typu kursów są przeważnie urzędy pracy, aczkolwiek nie są to jedyne instytucje, które się tym zajmują – wspomnieć można w tym miejscu chociażby o Powiatowych Centrach Pomocy Rodzinie.\n
Powyższe szkolenia to przede wszystkim oferta adresowana do tych osób, które nie posiadają zawodowego doświadczenia, ale nie tylko. To również propozycja dla tych, co od dłuższego już czasu mają status bezrobotnych, w związku z czym – mówiąc językiem potocznym – wypadli z obiegu. Mają możliwość albo podniesienia swoich dotychczasowych kwalifikacji, albo też całkowitej ich zmiany. Współczesny rynek pracy jest trudny i wymaga elastycznego dość podejścia do pewnych spraw takich jak właśnie przekwalifikowanie się. Ma to duże znaczenie zwłaszcza wtedy, gdy ktoś nie może znaleźć pracy w swoim zawodzie.\nKursy i szkolenia są nastawione w głównej mierze na naukę praktycznych umiejętności – jak dla przykładu w zawodzie fryzjera, w ogrodnictwie, administracji, księgowości etc. W ich ramach można też zrobić kurs na prawo jazdy, którego posiadanie jest dość częstym wymogiem pojawiającym się w ofertach pracy. Ważnym aspektem opisywanych tu przedsięwzięć jest poradnictwo z zakresu psychologii – ludzie borykający się od dłuższego czasu z problemem bezrobocia często maja problemy z samooceną i wiarą we własne możliwości.','Dotacje unijne na szkolenia dla bezrobotnych ','','inherit','open','open','','10-revision','','','2013-02-02 15:05:27','2013-02-02 15:05:27','',10,'http://praca-w-domu.net.pl/10-revision/',0,'revision','',0),(15,1,'2015-03-18 14:09:05','2015-03-18 14:09:05','Każda firma chce na rynku nie tylko przetrwać, ale również poprawić swoją pozycję. To zupełnie naturalne. Dlatego też do obszaru jej funkcjonowania konieczne jest wprowadzanie na mniejszą lub większą skalę rozmaitych zmian. Większość spośród nich odznacza się zewnętrznym charakterem. Ich źródło stanowią bowiem naciski pochodzące z otoczenia.\r\n\r\nOczywiście, obok zmian zewnętrznych istnieją także i te wewnętrzne. Jest to następstwo procesów jakie w danym przedsiębiorstwie zachodzą. O wprowadzaniu takich właśnie zmian decyduje kadra kierownicza, która widzi konieczność chociażby ulepszenia działania firmy. Obecnie zmiany są już czymś na porządku dziennym. Ich wprowadzanie stało się standardem (jak by nie patrzeć, konkurencja robi swoje), w związku z czym powinny być nie tylko akceptowane. Równie istotne jest też sprawne zarządzanie nimi. Aktualnie zmiany muszą być traktowane przez przedsiębiorców poważnie myślących o biznesowej przyszłości jako coś, co warunkuje rozwój firmy. Bez tego na dłuższą metę nie można się obejść.\r\n\r\nStrategia defensywna i ofensywna\r\n\r\nKażda firma motoryzacyjna stosuje strategie marketingowe i wymyśla najlepsze promocje na kredyty samochodowe . Są one potrzebne w różnych sytuacjach. Powinny stanowić nieodłączny element ogólnej strategii rozwoju firmy. Wyszczególnić ich można bardzo wiele. Przykładem mogą być te o charakterze defensywnym oraz ofensywnym. W tym pierwszym przypadku niski jest poziom ryzyka strat, które nieodłącznie towarzyszy wprowadzaniu na rynek nowych produktów lub usług. Z kolei rezultaty, jakie dzięki temu można osiągnąć są uważane za korzystne. W przypadku strategii ofensywnej poziom ryzyka jest już znacznie większy. Z drugiej jednakże strony można w ten sposób osiągnąć wyraźnie lepsze rezultaty. Strategia ta jest dość wymagająca, albowiem konieczne jest stworzenie w firmie specjalnego działu badań. Jej rozwój natomiast musi się odznaczać stosunkowo wysokim stopniem innowacyjności, zaś produkcja niemałą efektywnością. Oczywiście, przedstawione powyżej rodzaje strategii marketingowych to tylko przykłady – jest ich dużo więcej, na przykład pozyskiwania firm, wchodzenia w niszę etc.','Strategie dla firm - zmiany warunkiem rozwoju','','publish','open','open','','strategie-dla-firm-zmiany-warunkiem-rozwoju','','','2015-03-18 14:09:05','2015-03-18 14:09:05','',0,'http://praca-w-domu.net.pl/?p=15',0,'post','',0),(16,1,'2015-03-18 14:09:05','2015-03-18 14:09:05','Każda firma chce na rynku nie tylko przetrwać, ale również poprawić swoją pozycję. To zupełnie naturalne. Dlatego też do obszaru jej funkcjonowania konieczne jest wprowadzanie na mniejszą lub większą skalę rozmaitych zmian. Większość spośród nich odznacza się zewnętrznym charakterem. Ich źródło stanowią bowiem naciski pochodzące z otoczenia.\r\n\r\nOczywiście, obok zmian zewnętrznych istnieją także i te wewnętrzne. Jest to następstwo procesów jakie w danym przedsiębiorstwie zachodzą. O wprowadzaniu takich właśnie zmian decyduje kadra kierownicza, która widzi konieczność chociażby ulepszenia działania firmy. Obecnie zmiany są już czymś na porządku dziennym. Ich wprowadzanie stało się standardem (jak by nie patrzeć, konkurencja robi swoje), w związku z czym powinny być nie tylko akceptowane. Równie istotne jest też sprawne zarządzanie nimi. Aktualnie zmiany muszą być traktowane przez przedsiębiorców poważnie myślących o biznesowej przyszłości jako coś, co warunkuje rozwój firmy. Bez tego na dłuższą metę nie można się obejść.\r\n\r\nStrategia defensywna i ofensywna\r\n\r\nKażda firma motoryzacyjna stosuje strategie marketingowe i wymyśla najlepsze promocje na kredyty samochodowe . Są one potrzebne w różnych sytuacjach. Powinny stanowić nieodłączny element ogólnej strategii rozwoju firmy. Wyszczególnić ich można bardzo wiele. Przykładem mogą być te o charakterze defensywnym oraz ofensywnym. W tym pierwszym przypadku niski jest poziom ryzyka strat, które nieodłącznie towarzyszy wprowadzaniu na rynek nowych produktów lub usług. Z kolei rezultaty, jakie dzięki temu można osiągnąć są uważane za korzystne. W przypadku strategii ofensywnej poziom ryzyka jest już znacznie większy. Z drugiej jednakże strony można w ten sposób osiągnąć wyraźnie lepsze rezultaty. Strategia ta jest dość wymagająca, albowiem konieczne jest stworzenie w firmie specjalnego działu badań. Jej rozwój natomiast musi się odznaczać stosunkowo wysokim stopniem innowacyjności, zaś produkcja niemałą efektywnością. Oczywiście, przedstawione powyżej rodzaje strategii marketingowych to tylko przykłady – jest ich dużo więcej, na przykład pozyskiwania firm, wchodzenia w niszę etc.','Strategie dla firm - zmiany warunkiem rozwoju','','inherit','open','open','','15-revision-v1','','','2015-03-18 14:09:05','2015-03-18 14:09:05','',15,'http://praca-w-domu.net.pl/15-revision-v1/',0,'revision','',0),(18,1,'2015-12-28 11:22:06','2015-12-28 11:22:06','Zasięg internetu w Polsce aktualnie obejmuje praktycznie wszystkie gospodarstwa domowe. Popularność sieci bije rekordy wśród całego społeczeństwa bez względu na wiek i pozycję. Nie ma się zatem co dziwić, że tak wiele osób chce zaistnieć w wirtualnym świecie.\r\n\r\nNajprostszą możliwością na to, żeby pojawić się w internecie są niezmiernie modne serwisy społecznościowe. Nie każdemu jednak to wystarcza. Wiele ambitniejszych osób postanawia prowadzić własnego bloga i za jego pośrednictwem wyrażać swoje poglądy. Rozwiązanie takie nie jest wcale trudniejsze. Ilość serwisów blogowych oraz ich różnorodność zadowoli nawet wybrednych. Nie zawsze jednak w takich przypadkach można liczyć na unikalny wygląd bloga. Dlatego każdy, kto chce być oryginalny powinien samemu zatroszczyć się o ciekawy szablon. Gdzie można zdobyć szablony na bloga ? Mało kto jest w stanie wykonać skórkę we własnym zakresie dlatego w ostatnich czasach powstało wiele witryn oferujących templaty odpłatnie oraz za darmo. Do tej grupy należy nasz serwis. Już niebawem zapełnimy go różnymi, ciekawymi szablonami przede wszystkim na platformę Wordpress.','Zarabianie na blogu - skąd wziąć szablon na bloga','','publish','open','open','','zarabianie-na-blogu-skad-wziac-szablon-na-bloga','','','2015-12-28 11:22:06','2015-12-28 11:22:06','',0,'http://praca-w-domu.net.pl/?p=18',0,'post','',0),(19,1,'2015-12-28 11:22:06','2015-12-28 11:22:06','Zasięg internetu w Polsce aktualnie obejmuje praktycznie wszystkie gospodarstwa domowe. Popularność sieci bije rekordy wśród całego społeczeństwa bez względu na wiek i pozycję. Nie ma się zatem co dziwić, że tak wiele osób chce zaistnieć w wirtualnym świecie.\r\n\r\nNajprostszą możliwością na to, żeby pojawić się w internecie są niezmiernie modne serwisy społecznościowe. Nie każdemu jednak to wystarcza. Wiele ambitniejszych osób postanawia prowadzić własnego bloga i za jego pośrednictwem wyrażać swoje poglądy. Rozwiązanie takie nie jest wcale trudniejsze. Ilość serwisów blogowych oraz ich różnorodność zadowoli nawet wybrednych. Nie zawsze jednak w takich przypadkach można liczyć na unikalny wygląd bloga. Dlatego każdy, kto chce być oryginalny powinien samemu zatroszczyć się o ciekawy szablon. Gdzie można zdobyć szablony na bloga ? Mało kto jest w stanie wykonać skórkę we własnym zakresie dlatego w ostatnich czasach powstało wiele witryn oferujących templaty odpłatnie oraz za darmo. Do tej grupy należy nasz serwis. Już niebawem zapełnimy go różnymi, ciekawymi szablonami przede wszystkim na platformę Wordpress.','Zarabianie na blogu - skąd wziąć szablon na bloga','','inherit','closed','closed','','18-revision-v1','','','2015-12-28 11:22:06','2015-12-28 11:22:06','',18,'http://praca-w-domu.net.pl/18-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wrp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_statpress`
--
DROP TABLE IF EXISTS `wrp_statpress`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_statpress` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`date` tinytext,
`time` tinytext,
`ip` tinytext,
`urlrequested` text,
`agent` text,
`referrer` text,
`search` text,
`nation` tinytext,
`os` tinytext,
`browser` tinytext,
`searchengine` tinytext,
`spider` tinytext,
`feed` tinytext,
`user` tinytext,
`timestamp` tinytext,
`threat_score` smallint(6) DEFAULT NULL,
`threat_type` smallint(6) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=36771 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_statpress`
--
LOCK TABLES `wrp_statpress` WRITE;
/*!40000 ALTER TABLE `wrp_statpress` DISABLE KEYS */;
INSERT INTO `wrp_statpress` VALUES (36765,'20170124','14:53:38','89.248.174.37','','','','','com','','','','','','','1485269618',0,0),(36766,'20170131','16:03:42','169.54.244.89','','','','','com','','','','','','','1485878622',0,0),(36768,'20170212','08:50:20','169.56.71.61','','','','','com','','','','','','','1486889420',0,0),(36767,'20170209','14:09:21','168.1.128.76','','','','','com','','','','','','','1486649361',0,0),(36769,'20170214','10:51:56','196.52.43.55','','','','','','','','','','','','1487069516',0,0),(36770,'20170219','10:08:23','169.54.233.125','','','','','com','','','','','','','1487498903',0,0);
/*!40000 ALTER TABLE `wrp_statpress` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_term_relationships`
--
DROP TABLE IF EXISTS `wrp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_term_relationships`
--
LOCK TABLES `wrp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wrp_term_relationships` DISABLE KEYS */;
INSERT INTO `wrp_term_relationships` VALUES (6,4,0),(6,3,0),(10,5,0),(10,3,0),(10,6,0),(15,3,0),(18,3,0);
/*!40000 ALTER TABLE `wrp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_term_taxonomy`
--
DROP TABLE IF EXISTS `wrp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_term_taxonomy`
--
LOCK TABLES `wrp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wrp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wrp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,0),(3,3,'category','',0,4),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1);
/*!40000 ALTER TABLE `wrp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_termmeta`
--
DROP TABLE IF EXISTS `wrp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_termmeta`
--
LOCK TABLES `wrp_termmeta` WRITE;
/*!40000 ALTER TABLE `wrp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wrp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_terms`
--
DROP TABLE IF EXISTS `wrp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_terms`
--
LOCK TABLES `wrp_terms` WRITE;
/*!40000 ALTER TABLE `wrp_terms` DISABLE KEYS */;
INSERT INTO `wrp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Porady','porady',0),(4,'Jak pracować w domu','jak-pracowac-w-domu',0),(5,'pomysł na biznes w domu','pomysl-na-biznes-w-domu',0),(6,'dotacje na biznes przez internet','dotacje-na-biznes-przez-internet',0);
/*!40000 ALTER TABLE `wrp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_usermeta`
--
DROP TABLE IF EXISTS `wrp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_usermeta`
--
LOCK TABLES `wrp_usermeta` WRITE;
/*!40000 ALTER TABLE `wrp_usermeta` DISABLE KEYS */;
INSERT INTO `wrp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin1'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wrp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wrp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp350_media,aioseop_menu_220,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'wrp_dashboard_quick_press_last_post_id','17'),(15,1,'wrp_user-settings','align=left&editor=tinymce&libraryContent=browse'),(16,1,'wrp_user-settings-time','1359817524'),(17,1,'wrp_yarpp_saw_optin','1'),(18,1,'session_tokens','a:1:{s:64:\"1a7701fec2c0f0828925227a56b673db60ae578dfd9e5204ca6205ac2d5893c8\";a:4:{s:10:\"expiration\";i:1451466922;s:2:\"ip\";s:13:\"62.69.216.234\";s:2:\"ua\";s:65:\"Mozilla/5.0 (Windows NT 6.0; rv:43.0) Gecko/20100101 Firefox/43.0\";s:5:\"login\";i:1451294122;}}'),(19,1,'wporg_favorites','');
/*!40000 ALTER TABLE `wrp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_users`
--
DROP TABLE IF EXISTS `wrp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_users`
--
LOCK TABLES `wrp_users` WRITE;
/*!40000 ALTER TABLE `wrp_users` DISABLE KEYS */;
INSERT INTO `wrp_users` VALUES (1,'admin1','$P$B5AFoYhQ7uFExSN7D2Q2zvEIPAZKEZ.','admin1','admin@maxserwer.com','','2012-01-03 15:35:25','',0,'admin1');
/*!40000 ALTER TABLE `wrp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wrp_yarpp_related_cache`
--
DROP TABLE IF EXISTS `wrp_yarpp_related_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wrp_yarpp_related_cache` (
`reference_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`score` float unsigned NOT NULL DEFAULT '0',
`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`reference_ID`,`ID`),
KEY `score` (`score`),
KEY `ID` (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wrp_yarpp_related_cache`
--
LOCK TABLES `wrp_yarpp_related_cache` WRITE;
/*!40000 ALTER TABLE `wrp_yarpp_related_cache` DISABLE KEYS */;
INSERT INTO `wrp_yarpp_related_cache` VALUES (6,0,0,'2012-04-19 20:27:44'),(10,0,0,'2013-02-02 15:05:33'),(15,0,0,'2015-03-18 14:09:08'),(18,0,0,'2015-12-28 11:22:09');
/*!40000 ALTER TABLE `wrp_yarpp_related_cache` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2017-02-27 1:26:55