-- phpMyAdmin SQL Dump
-- version 3.3.9
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 14-07-2011 a las 16:25:13
-- Versión del servidor: 5.1.53
-- Versión de PHP: 5.3.4
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!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 */;
--
-- Base de datos: `originalhouse`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_commentmeta`
--
CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
--
-- Volcar la base de datos para la tabla `wp_commentmeta`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_comments`
--
CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT '',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_approved` (`comment_approved`),
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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Volcar la base de datos para la tabla `wp_comments`
--
INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Sr WordPress', '', 'http://wordpress.org/', '', '2011-06-28 15:12:45', '2011-06-28 15:12:45', 'Hola, esto es un comentario.
Para borrar un comentario sólo tienes que entrar y ver los comentarios de la entrada. Entonces tendrás la opción de editar o borrar.', 0, 'post-trashed', '', '', 0, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_customback`
--
CREATE TABLE IF NOT EXISTS `wp_customback` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`postid` bigint(20) DEFAULT NULL,
`url` text,
`rep` varchar(5) DEFAULT 'none',
`color` varchar(25) DEFAULT NULL,
`css` text,
`displaytype` tinyint(1) DEFAULT '3',
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;
--
-- Volcar la base de datos para la tabla `wp_customback`
--
INSERT INTO `wp_customback` (`id`, `postid`, `url`, `rep`, `color`, `css`, `displaytype`) VALUES
(1, 48, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-inicio.jpg', 'none', '', '', 5),
(2, 44, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-inicio.jpg', 'none', '', '', 5),
(3, 58, '', 'none', '', '', 0),
(4, 57, '', 'none', '', '', 0),
(5, 65, 'http://localhost/originalhouse/wp-content/uploads/2011/06/3-muebles.jpg', 'none', '', '', 0),
(6, 61, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-la-tienda.jpg', 'none', '', '', 5),
(7, 83, '', 'none', '', '', 0),
(8, 82, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-servicios.jpg', 'none', '', '', 5),
(9, 89, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-localizanos.jpg', 'none', '', '', 5),
(10, 88, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-localizanos.jpg', 'none', '', '', 5),
(11, 97, '', 'none', '', '', 0),
(12, 96, '', 'none', '', '', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_links`
--
CREATE TABLE IF NOT EXISTS `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;
--
-- Volcar la base de datos para la tabla `wp_links`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_nivoslider4wp`
--
CREATE TABLE IF NOT EXISTS `wp_nivoslider4wp` (
`nivoslider4wp_id` int(11) NOT NULL AUTO_INCREMENT,
`nivoslider4wp_type` text,
`nivoslider4wp_order` int(11) DEFAULT NULL,
`nivoslider4wp_text_headline` text,
`nivoslider4wp_x` int(11) DEFAULT NULL,
`nivoslider4wp_y` int(11) DEFAULT NULL,
`nivoslider4wp_x2` int(11) DEFAULT NULL,
`nivoslider4wp_y2` int(11) DEFAULT NULL,
`nivoslider4wp_w` int(11) DEFAULT NULL,
`nivoslider4wp_h` int(11) DEFAULT NULL,
`nivoslider4wp_image_link` text,
`nivoslider4wp_image_status` char(1) DEFAULT NULL,
PRIMARY KEY (`nivoslider4wp_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;
--
-- Volcar la base de datos para la tabla `wp_nivoslider4wp`
--
INSERT INTO `wp_nivoslider4wp` (`nivoslider4wp_id`, `nivoslider4wp_type`, `nivoslider4wp_order`, `nivoslider4wp_text_headline`, `nivoslider4wp_x`, `nivoslider4wp_y`, `nivoslider4wp_x2`, `nivoslider4wp_y2`, `nivoslider4wp_w`, `nivoslider4wp_h`, `nivoslider4wp_image_link`, `nivoslider4wp_image_status`) VALUES
(14, 'jpeg', 1, '', 0, 16, 717, 427, 717, 411, '', NULL),
(3, 'jpeg', 2, '', 0, 0, 960, 550, 960, 550, '', NULL),
(4, 'jpeg', 3, '', 0, 0, 960, 550, 960, 550, '', NULL),
(5, 'jpeg', 4, '', 0, 0, 960, 550, 960, 550, '', NULL),
(6, 'jpeg', 5, '', 0, 0, 960, 550, 960, 550, '', NULL),
(7, 'jpeg', 6, '', 0, 0, 960, 550, 960, 550, '', NULL),
(8, 'jpeg', 7, '', 0, 1, 958, 550, 958, 549, '', NULL),
(9, 'jpeg', 11, '', 0, 0, 960, 550, 960, 550, '', NULL),
(10, 'jpeg', 10, '', 0, 0, 960, 550, 960, 550, '', NULL),
(11, 'jpeg', 9, '', 0, 0, 960, 550, 960, 550, '', NULL),
(12, 'jpeg', 8, '', 0, 0, 960, 550, 960, 550, '', NULL),
(13, 'jpeg', 0, '', 0, 3, 681, 393, 681, 390, '', NULL);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_options`
--
CREATE TABLE IF NOT EXISTS `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`blog_id` int(11) NOT NULL DEFAULT '0',
`option_name` varchar(64) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1505 ;
--
-- Volcar la base de datos para la tabla `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, 'siteurl', 'http://localhost/originalhouse', 'yes'),
(2, 0, 'blogname', 'Original House', 'yes'),
(3, 0, 'blogdescription', 'Muebles y decoración de estilo asiatico y moderno', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'darranz@rodax-software.com', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '0', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '1', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '0', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'closed', 'yes'),
(19, 0, 'default_ping_status', 'open', 'yes'),
(20, 0, 'default_pingback_flag', '1', 'yes'),
(21, 0, 'default_post_edit_rows', '20', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'j F, Y', 'yes'),
(24, 0, 'time_format', 'G:i', 'yes'),
(25, 0, 'links_updated_date_format', 'j F, Y G:i', 'yes'),
(26, 0, 'links_recently_updated_prepend', '', 'yes'),
(27, 0, 'links_recently_updated_append', '', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:13:{i:0;s:33:"admin-menu-editor/menu-editor.php";i:1;s:33:"duplicate-post/duplicate-post.php";i:2;s:53:"google-maps-v3-shortcode/Google-Maps-v3-Shortcode.php";i:3;s:30:"lightbox-plus/lightboxplus.php";i:4;s:51:"make-filename-lowercase/make-filename-lowercase.php";i:5;s:26:"mp3-jplayer/mp3jplayer.php";i:6;s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";i:7;s:47:"plugin-update-blocker/plugin-update-blocker.php";i:8;s:57:"sanitize-spanish-filenames/sanitize-spanish-filenames.php";i:9;s:35:"thecartpress/TheCartPress.class.php";i:10;s:23:"tubepress/tubepress.php";i:11;s:41:"wordpress-importer/wordpress-importer.php";i:12;s:27:"wp-pagenavi/wp-pagenavi.php";}', 'yes'),
(37, 0, 'home', 'http://localhost/originalhouse', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '2', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:2:{i:0;s:95:"D:\\Trabajo\\OriginalHouse\\trunk\\src/wp-content/plugins/simple-nivo-slider/simple-nivo-slider.php";i:1;s:0:"";}', 'no'),
(45, 0, 'template', 'originalhouse', 'yes'),
(46, 0, 'stylesheet', 'originalhouse', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '18226', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '', 'yes'),
(57, 0, 'blog_public', '1', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'page', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '0', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '300', 'yes'),
(68, 0, 'medium_size_h', '300', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '0', 'yes'),
(71, 0, 'enable_xmlrpc', '0', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', 'file', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '', 'yes'),
(78, 0, 'close_comments_days_old', '14', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', '', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '0', 'yes'),
(94, 0, 'page_on_front', '44', 'yes'),
(95, 0, 'default_post_format', '0', 'yes'),
(96, 0, 'wp_user_roles', 'a:7:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:81:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;s:17:"read_wpsc-product";b:1;s:22:"read_wpsc-product-file";b:1;s:16:"tcp_edit_product";b:1;s:17:"tcp_edit_products";b:1;s:24:"tcp_edit_others_products";b:1;s:20:"tcp_publish_products";b:1;s:16:"tcp_read_product";b:1;s:18:"tcp_delete_product";b:1;s:15:"tcp_users_roles";b:1;s:15:"tcp_edit_orders";b:1;s:15:"tcp_read_orders";b:1;s:17:"tcp_edit_settings";b:1;s:16:"tcp_edit_plugins";b:1;s:16:"tcp_update_price";b:1;s:16:"tcp_update_stock";b:1;s:25:"tcp_downloadable_products";b:1;s:18:"tcp_edit_addresses";b:1;s:14:"tcp_edit_taxes";b:1;s:23:"tcp_shortcode_generator";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;}}s:8:"customer";a:2:{s:4:"name";s:8:"Customer";s:12:"capabilities";a:5:{s:15:"tcp_read_orders";b:1;s:18:"tcp_edit_addresses";b:1;s:25:"tcp_downloadable_products";b:1;s:4:"read";b:1;s:7:"level_0";b:1;}}s:8:"merchant";a:2:{s:4:"name";s:8:"Merchant";s:12:"capabilities";a:51:{s:16:"tcp_edit_product";b:1;s:17:"tcp_edit_products";b:1;s:24:"tcp_edit_others_products";b:1;s:20:"tcp_publish_products";b:1;s:16:"tcp_read_product";b:1;s:18:"tcp_delete_product";b:1;s:15:"tcp_edit_orders";b:1;s:15:"tcp_read_orders";b:1;s:16:"tcp_update_price";b:1;s:16:"tcp_update_stock";b:1;s:18:"tcp_edit_addresses";b:1;s:25:"tcp_downloadable_products";b:1;s:15:"tcp_users_roles";b:1;s:17:"tcp_edit_settings";b:1;s:16:"tcp_edit_plugins";b:1;s:14:"tcp_edit_taxes";b:1;s:23:"tcp_shortcode_generator";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: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;}}}', 'yes'),
(97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(102, 0, 'sidebars_widgets', 'a:3:{s:19:"wp_inactive_widgets";a:21:{i:0;s:10:"woo_tabs-2";i:1;s:14:"woo_adwidget-2";i:2;s:20:"woo_blogauthorinfo-2";i:3;s:12:"woo_flickr-2";i:4;s:12:"woo_search-2";i:5;s:13:"woo_twitter-2";i:6;s:15:"woo_subscribe-2";i:7;s:7:"pages-2";i:8;s:10:"calendar-2";i:9;s:7:"links-2";i:10;s:6:"text-2";i:11;s:5:"rss-2";i:12;s:11:"tag_cloud-2";i:13;s:10:"nav_menu-2";i:14;s:14:"woo_archives-2";i:15;s:23:"dc_jqaccordion_widget-2";i:16;s:14:"recent-posts-2";i:17;s:17:"recent-comments-2";i:18;s:10:"archives-2";i:19;s:12:"categories-2";i:20;s:6:"meta-2";}s:7:"primary";a:1:{i:0;s:23:"dc_jqaccordion_widget-3";}s:13:"array_version";i:3;}', 'yes'),
(103, 0, 'cron', 'a:5:{i:1310646077;a:1:{s:22:"wpsc_hourly_cron_tasks";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:1310656368;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:1310656372;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1310664077;a:1:{s:21:"wpsc_daily_cron_tasks";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'),
(104, 0, '_transient_doing_cron', '1310643118', 'yes'),
(397, 0, 'tubepress-disableHttpTransportCurl', '', 'yes'),
(395, 0, 'tubepress-searchProvider', 'youtube', 'yes'),
(107, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, '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:30:"http://localhost/originalhouse";s:4:"link";s:106:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/originalhouse/";s:3:"url";s:139:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/originalhouse/";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:22:"Blog oficial WordPress";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:30:"Otras noticias sobre WordPress";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(1453, 0, '_site_transient_timeout_theme_roots', '1310640757', 'yes'),
(1454, 0, '_site_transient_theme_roots', 'a:1:{s:13:"originalhouse";s:7:"/themes";}', 'yes'),
(266, 0, 'current_theme', 'Original House', 'yes'),
(736, 0, 'db_upgraded', '', 'yes'),
(1489, 0, '_transient_timeout_feed_mod_8fa202021a0c51f109142bc571ee925a', '1310683439', 'no'),
(1490, 0, '_transient_feed_mod_8fa202021a0c51f109142bc571ee925a', '1310640239', 'no'),
(1491, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1310683439', 'no'),
(1487, 0, '_transient_timeout_feed_8fa202021a0c51f109142bc571ee925a', '1310683439', 'no'),
(1488, 0, '_transient_feed_8fa202021a0c51f109142bc571ee925a', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\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:83:"\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:4:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"link:http://localhost/originalhouse/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/originalhouse/&tbm=blg&tbs=sbd: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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"Results 1 - 10 of about 111 for link:http://localhost/originalhouse/.";s:7:"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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"Mandriva Forum (en) • View topic - log in fails - home directory ...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://forum.mandriva.com/en/viewtopic.php?t=135223&p=847301";s: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:507:"[root@localhost home]# cat /etc/fstab # Entry for /dev/sda1 : UUID=81494177-1bee-4f6e-a709-681992215e63 / ext2 acl,noatime 1 1 # Entry for /dev/sda2 : UUID=40e99d98-ceea-41b0-9f72-83120658d99a /home ext2 acl,noatime 1 2 ... Thanks for the link, the thing is i couldnt find a Home/[username] directory, it wasnt there ... so i created one using mkdir and now everything seems to work but all my data is gone :-( . If i run the commands detailed on the link above, ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:19:"Mandriva Forum (en)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"deanyit";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Sat, 25 Jun 2011 18:16:49 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:76:"FreakY TriKz: MakeUseOf.com: “Latest Hilarious Picks [Geeky Fun ...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://freaky-trikz.blogspot.com/2011/05/makeuseofcom-latest-hilarious-picks_13.html";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:536:"Go to “http://localhost/” and you'll see a perfect mirror replica of your live website! Now you can tweak your theme, new ads, or otherwise play around with the local version of your website before you decide to move the changes to your live ... The link will prompt the package manager to install the package for you. You can also fire up the Synaptic Package Manager and type in compizconfig-settings-manager . You'll see it along with another package called “simple-ccsm“. ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:12:"freaky trikz";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"RAPZAP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Fri, 13 May 2011 14:22:00 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"TVIDs with Music Jukebox";s:7:"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:"http://www.networkedmediatank.com/showthread.php?tid=51003";s: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:576:"The link I am adding is http://localhost.drives:8883/USB_DRIVE_C-3/index.htm and specifying 'ALL' pages. The xml file is updated with. Code: <tvids> <RED>http://localhost.drives:8883/USB_DRIVE_C-3/index.htm</RED> </tvids> ... Edit2: Actually, if I just edit the index_main.htm file with my code, all of the other index pages and details pages have the original 'home' code which reverts back to the index_main.htm page... than with the updated index_main.htm page, ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:33:"Networked Media Tank - All Forums";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"unknown";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Tue, 29 Mar 2011 19:34:09 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:66:"朝乾夕惕|SpunkMars++ » 【原创】RRDtool Cacti 安装总结";s:7:"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:123:"http://www.spunkmars.org/2010/12/09/%E3%80%90%E5%8E%9F%E5%88%9B%E3%80%91rrdtool-cacti-%E5%AE%89%E8%A3%85%E6%80%BB%E7%BB%93/";s: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:685:"这个软件,它老是就编译不出pangocairo.pc这个文件,最后还得老老实实去rrdtool官网下载它提供的第三方软件和库,地址如下:http://oss.oetiker.ch/rrdtool/pub/libs/ ,里面同个软件还有几个版本,都挑里面较新的装,因为毕竟装的是rrdtool-1.4.4版本。 其实只要熟悉了pkgconfig管理库 .... 因为在我的httpd.conf里设置的网站主目录是/data/htdocs/www ,所以Cacti的访问地址为:http://localhost/cacti. 设置Cacti: 浏览器里登录http://localhost/cacti. 默认用户名和密码都是admin. 第一次登录需强制更换新密码 ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:24:"朝乾夕惕|SpunkMars++";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Thu, 09 Dec 2010 01:11:53 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"virt-manager (only) will not X forward";s:7:"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:120:"http://forums.opensuse.org/english/get-technical-help-here/applications/447580-virt-manager-only-will-not-x-forward.html";s: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:520:"The application 'virt-manager.py' lost its connection to the display localhost:12.0; most likely the X server was shut down or you killed/destroyed the application. That lead me to this post which had a solution, and a good explanation as well: ... $HOME, so the original $HOME/.Xauthority is still used. Then, userhelper (or su -) use the pam_xauth module. pam_xauth does not use $HOME/.Xauthority, but "invoking user's home directory"/.Xauthority, i.e. /root/. ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:15:"openSUSE Forums";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"LewsTherinTelemon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 08 Dec 2010 08:00:00 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Ampache - Streming Sterver Teil 1 | Stefan's Weblog";s:7:"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:35:"http://www.strobelstefan.de/?p=1051";s: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:260:"Ruft man im Webbrowser den Installationsdialog über http://localhost/ampacheauf, dann wird ein Fehler ausgegeben. Kurz gesagt der Webserver Apache hat keinen Zugriff auf Ampache. Mit zwei Befehlen auf der Konsole kann man das aber ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:15:"Stefan''s Weblog";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Stefan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Thu, 25 Nov 2010 10:01:36 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"solaris5.10 ipMP配置_两树娑罗_百度空间";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://hi.baidu.com/godblade/blog/item/3ec43995b23f175bd0135ee1.html";s: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:506:"The 2 floating addresses are the external ones. If one of the NICs detects link failure, the address tied to that NIC fails over to the working NIC. When the NIC comes back up, the address fails back to its original home. .... cat /etc/ hosts # # Internet host table # 127.0.0.1 localhost 192.168.10.10 REALNAME loghost 192.168.10.11 DUMMY1 192.168.10.12 DUMMY2 #. What does this do? It sets up two dummy (private) IP addresses that are fixed to the interfaces. ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:12:"两树娑罗";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"arsex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Mon, 22 Nov 2010 05:40:00 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"ASA Syslog errors from MSSQL - Spiceworks Community";s:7:"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:72:"http://community.spiceworks.com/topic/99299-asa-syslog-errors-from-mssql";s: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:522:"For some reason the old administrator used a lot of references to its IP address rather than using localhost or 127.0.0.1. Instead the admin entered the actual IP address into the configs. I've cleaned up everything i can find but apparently i haven't found them all. ... Check the Jobs, and Database Link. It look to me that the DB may have a database link pointing to the same database. This is a trick that's being used for some DBA to accomplished tricky tasks. ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:20:"Spiceworks Community";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"mattrk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 19 May 2010 21:36:58 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Calabrian Journey « Nick Mancuso's 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://nickmancuso.wordpress.com/2009/10/28/calabrian-journey/";s: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:499:"Version:1.0 StartHTML:0000000202 EndHTML:0000021481 StartFragment:0000002631 EndFragment:0000021445 SourceURL:file://localhost/Users/nickmancuso/Desktop/Assorted%20Essays/CALABRIAN%20MEMORIES.doc .... In America, many of us have lost that link to our roots, our common roots. I have lost the flavor of our differences. Of the cities and towns my ancestors emigrated from. We have become part of the sweltering homogenized masses of men and women of the industrial ...";s: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:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:19:"Nick Mancuso''s 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:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Nick Mancuso";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Wed, 28 Oct 2009 08:32:00 GMT";s: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:47:"\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:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:44:"Angel Garden Statues | Garden Gnomes Statues";s:7:"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:"http://gardengnomestatues.org/angel-garden-statues/";s: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:531:"[affmage source="chitika" results="0"][/affmage] angel garden statues. Yardworks original home lawn and garden decoration, by Pacific Enterprises Inc.. CAL NO. 94545 no information? looking elements No angel statue. SF-9170 made in China. approx. 5 inches tall rabbit, angel holding, polyresin, the need to replace the broken item. No information more available. Since you are a Yahoo user, try the following link: Good luck in your search http://local.yahoo.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:32:"http://purl.org/dc/elements/1.1/";a:3:{s:9:"publisher";a:1:{i:0;a:5:{s:4:"data";s:21:"Garden Gnomes Statues";s: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:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"admin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"date";a:1:{i:0;a:5:{s:4:"data";s:29:"Tue, 09 Nov 2010 03:44:06 GMT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:3:"111";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";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:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"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:7:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Thu, 14 Jul 2011 10:44:02 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";s:143:"PREF=ID=efec9d3c4c544640:FF=0:TM=1310640242:LM=1310640242:S=rxNbqDPqAjTfLULr; expires=Sat, 13-Jul-2013 10:44:02 GMT; path=/; domain=.google.com";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(122, 0, '_transient_timeout_plugin_slugs', '1310726716', 'no'),
(123, 0, '_transient_plugin_slugs', 'a:14:{i:0;s:33:"admin-menu-editor/menu-editor.php";i:1;s:43:"custom-post-background/custom-post-back.php";i:2;s:33:"duplicate-post/duplicate-post.php";i:3;s:53:"google-maps-v3-shortcode/Google-Maps-v3-Shortcode.php";i:4;s:30:"lightbox-plus/lightboxplus.php";i:5;s:51:"make-filename-lowercase/make-filename-lowercase.php";i:6;s:26:"mp3-jplayer/mp3jplayer.php";i:7;s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";i:8;s:47:"plugin-update-blocker/plugin-update-blocker.php";i:9;s:57:"sanitize-spanish-filenames/sanitize-spanish-filenames.php";i:10;s:35:"thecartpress/TheCartPress.class.php";i:11;s:23:"tubepress/tubepress.php";i:12;s:41:"wordpress-importer/wordpress-importer.php";i:13;s:27:"wp-pagenavi/wp-pagenavi.php";}', 'no'),
(124, 0, 'recently_activated', 'a:11:{s:47:"custom-admin-branding/custom_admin_branding.php";i:1310639192;s:30:"fluency-admin/wp-fluency-2.php";i:1310639080;s:26:"copy-post/ds_copy_post.php";i:1310635584;s:41:"simple-nivo-slider/simple-nivo-slider.php";i:1310569119;s:15:"audio/audio.php";i:1310557269;s:29:"simple-music/simple-music.php";i:1310548805;s:47:"extended-super-admins/extended_super_admins.php";i:1310494224;s:26:"google-maps/googlemaps.php";i:1310404986;s:45:"pronamic-google-maps/pronamic-google-maps.php";i:1310404862;s:41:"really-easy-slider/really-easy-slider.php";i:1310048500;s:43:"custom-post-background/custom-post-back.php";i:1310042864;}', 'yes'),
(1493, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1310683441', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1494, 0, '_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:50:"\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:25:"http://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:"Tue, 12 Jul 2011 21:41: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:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/?v=3.3-aortic-dissection";s:7:"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:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"WordPress 3.2.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:50:"http://wordpress.org/news/2011/07/wordpress-3-2-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/07/wordpress-3-2-1/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Jul 2011 19:49: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1982";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:358:"After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to [...]";s: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:"Andrew Nacin";s: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:1129:"
After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.
\nFor a full list of fixes, view the changelog the list of tickets. Our release haiku:
\nJSON, the admin
\nA little bit tidier
\nEdge cases covered
Download 3.2.1 or update now from the Dashboard → Updates menu in your site’s admin area.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/07/wordpress-3-2-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WordPress 3.2 now available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/07/gershwin/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/07/gershwin/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jul 2011 21:07: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1924";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:"Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update 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:14127:"Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a download on WordPress.org. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We’re dedicating this release to noted composer and pianist George Gershwin.
\nBefore we get to the release, in anticipation of the State of the Word speech at the upcoming WordCamp San Francisco (the annual WordPress conference) we’re doing a survey or census of the WordPress world. If you have a moment, please fill out this survey and we’ll share what we learn by publishing the aggregate results in August.
\nThe focus for this release was making WordPress faster and lighter. The first thing you’ll notice when you log in to 3.2 is a refreshed dashboard design that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 new Twenty Eleven theme, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new distraction-free writing or zen mode, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)
\n\nUnder the hood there have been a number of improvements, not the least of which is the streamlining enabled by our previously announced plan of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The admin bar has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new approve & reply feature speeds up your conversation management. You’ll notice in your first update after 3.2 that we’ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes updates significantly faster on all hosting platforms. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple rotating header images to highlight all of your favorite photos.
\nThere is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the Codex page on 3.2 or the Trac milestone which includes the 400+ tickets closed in this release.
\nWe now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let’s give a round of applause to these fine folks who contributed to 3.2:
\nAaron Brazell, Aaron Campbell, Aaron Jorbin, Adam Harley, Alex Concha, ampt, Andrew Nacin, Andrew Ozz, andrewryno, andy, Austin Matzko, BenChapman, Ben Dunkle, bluntelk, Boone Gorges, Brandon Allen, Brandon Burke, Caspie, cfinke, charlesclarkson, chexee, coffee2code, Cristi Burcă, daniloercoli, Daryl Koopersmith, David Cowgill, David Trower, demetris, Devin Reams, Dion Hulse, dllh, Dominik Schilling, Doug Provencio, dvwallin, Dylan Kuhn, Eric Mann, fabifott, Franklin Tse, Frumph, garyc40, Glenn Ansley, guyn, hakre, hebbet, Helen Hou-Sandi, hew, holizz, Ian Stewart, Jacob Gillespie, Jane Wells, Jayjdk, Jeff Farthing, Joachim Kudish, joelhardi, John Blackbourn, John Ford, John James Jacoby, JohnONolan, Jon Cave, joostdevalk, Jorge Bernal, Joseph Scott, Justin Sternberg, Justin Tadlock, kevinB, Knut Sparhell, kovshenin, Kuraishi, Lance Willett, linuxologos, lloydbudd, Luc De Brouwer, marcis20, Mark Jaquith, Mark McWilliams, Martin Lormes, Matías Ventura, Matt Martz, Matt Thomas, MattyRob, mcepl, mdawaffe, Michael Fields, MichaelH, michaeltyson, Mike Schroder, Milan Dinić, mintindeed, mitchoyoshitaka, Mohammad Jangda, mrroundhill, natecook, nathanrice, Niall Kennedy, Nick Bohle, Nikolay Bachiyski, nuxwin, Otto, pavelevap, pete.mall, Peter Westwood, Prasath Nadarajah, Ptah Dunbar, Rafael Poveda, Rahe, Ramiy, Rasheed Bydousi, Reuben Gunday, Robert Chapin, Ron Rennick, Ross Hanney, Ryan Boren, Ryan Imel, Safirul Alredha, Samir Shah, saracannon, sbressler, Sergey Biryukov, shakenstirred, Sidney Harrell, Simon Prosser, sorich87, szadok, tetele, tigertech, trepmal, Utkarsh Kukreti, valentinas, webduo, Xavier Borderie, Yoav Farhi, Ze Fontainhas, and ziofix.
\nBonus: On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? Don’t forget to take a minute for our survey.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://wordpress.org/news/2011/07/gershwin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:53:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Are You Ready for WordPress 3.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:66:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 03 Jul 2011 23:32: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:8:"category";a:5:{i:0;a:5:{s:4:"data";s:7:"Hosting";s: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:12:"health check";s: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:20:"minimum requirements";s: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:5:{s:4:"data";s:5:"MySQL";s: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:5:{s:4:"data";s:3:"PHP";s:7:"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=1952";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:312:"WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing. PHP and MySQL As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage [...]";s: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:"Jane Wells";s: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:4342:"WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing.
\nAs of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don’t caught with your pants dashboard down — make sure you’re running compatible versions of PHP and MySQL before you update tomorrow when WordPress 3.2 is released.
Log in to your hosting account, and check to make sure you have at least PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you’re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.
\nIf you don’t know how to find this information in your hosting account or you don’t even know how to access your hosting control panel because someone else manages that for you, don’t fret. You can find out if you’re ready for 3.2 with the Health Check plugin. In your dashboard, go to Plugins → Add New and search for “health check” (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.
\nIf you need more help, contact your host’s customer service and use this email template to ask them to help you.
\n\nHi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site’s setup meets these requirements. If I’m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!
If your host replies that they can’t update to these versions, it might be time to look for a new host.
\nWith 3.2, we’re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even Microsoft is ready to leave behind. From now on, if you access your WordPress dashboard from an outdated browser, we’ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you’re using an out-of-date browser, chances are you’re missing out.
\nIf your browser is out of date, you’ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you’re using IE6, though, the box will be red, and your dashboard will not function properly. If you’re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here’s a sample email you can use to ask your boss/administrator/IT guys to update the browser.
\n\nHi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.
Welcome to the future!
\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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:44:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"WordPress 3.1.4 (and 3.2 Release Candidate 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:50:"http://wordpress.org/news/2011/06/wordpress-3-1-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/06/wordpress-3-1-4/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jun 2011 19:00: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:2:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1927";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:368:"WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions. This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening [...]";s: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:"Ryan Boren";s: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:2016:"
WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.
\nThis release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers Alexander Concha and Jon Cave of our security team. Consult the change log for more details.
\nDownload WordPress 3.1.4 or update immediately from the Dashboard → Updates menu in your site’s admin area.
\nThis release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.
\nTo test WordPress 3.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.
\nBonus: For more on what to test and what to do if you find an issue, please read our Beta 1 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:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/06/wordpress-3-1-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.2 Release Candidate 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:68:"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate-2/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Jun 2011 23:15:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"Testing";s:7:"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=1915";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:358:"Howdy! The second release candidate for WordPress 3.2 is now available. If you haven’t tested WordPress 3.2 yet, now is the time — please though, not on your live site unless you’re extra adventurous. We’ve handled a number of issues since RC1, including additional Twenty Eleven tweaks, a new theme support option for defaulting to [...]";s: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:"Andrew Nacin";s: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:1876:"Howdy! The second release candidate for WordPress 3.2 is now available. If you haven’t tested WordPress 3.2 yet, now is the time — please though, not on your live site unless you’re extra adventurous.
\nWe’ve handled a number of issues since RC1, including additional Twenty Eleven tweaks, a new theme support option for defaulting to randomized headers, and various RTL fixes.
\nPlugin and theme authors, please test your plugins and themes now, so that if there is a compatibility issue, we can figure it out before the final release. Users are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause. If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:
\nTo test WordPress 3.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).
\nIf any known issues crop up, you’ll be able to find them here. If you’d like to know which levers to pull in your testing, check out a list of features in our Beta 1 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:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"Passwords Reset";s:7:"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:50:"http://wordpress.org/news/2011/06/passwords-reset/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/06/passwords-reset/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Jun 2011 23:57: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1908";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:376:"Earlier today the WordPress team noticed suspicious commits to several popular plugins (AddThis, WPtouch, and W3 Total Cache) containing cleverly disguised backdoors. We determined the commits were not from the authors, rolled them back, pushed updates to the plugins, and shut down access to the plugin repository while we looked for anything else unsavory. We’re [...]";s: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:1290:"Earlier today the WordPress team noticed suspicious commits to several popular plugins (AddThis, WPtouch, and W3 Total Cache) containing cleverly disguised backdoors. We determined the commits were not from the authors, rolled them back, pushed updates to the plugins, and shut down access to the plugin repository while we looked for anything else unsavory.
\nWe’re still investigating what happened, but as a prophylactic measure we’ve decided to force-reset all passwords on WordPress.org. To use the forums, trac, or commit to a plugin or theme, you’ll need to reset your password to a new one. (Same for bbPress.org and BuddyPress.org.)
\nAs a user, make sure to never use the same password for two different services, and we encourage you not to reset your password to be the same as your old one.
\nSecond, if you use AddThis, WPtouch, or W3 Total Cache and there’s a possibility you could have updated in the past day, make sure to visit your updates page and upgrade each to the latest version.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/06/passwords-reset/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:47:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"WordPress 3.2 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:66:"http://wordpress.org/news/2011/06/wordpress-3-2-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Jun 2011 04:28:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:7:"Testing";s:7:"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=1890";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:341:"The first release candidate (RC1) for WordPress 3.2 is now available. An RC comes after the beta period and before final release. We think we’re done, but with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible we’ve missed something. So if you haven’t tested WordPress 3.2 yet, now [...]";s: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:"Andrew Nacin";s: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:2297:"The first release candidate (RC1) for WordPress 3.2 is now available.
\nAn RC comes after the beta period and before final release. We think we’re done, but with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible we’ve missed something. So if you haven’t tested WordPress 3.2 yet, now is the time! Please though, not on your live site unless you’re extra adventurous.
\nThings to keep in mind:
\nIf you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:
\nTo test WordPress 3.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).
\nHappy testing!
\nIf you’d like to know which levers to pull in your testing, check out a list of features in our Beta 1 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:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:47:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WordCamp San Francisco Call for Speakers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2011/05/wordcamp-san-francisco-call-for-speakers/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/news/2011/05/wordcamp-san-francisco-call-for-speakers/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 18:59:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s: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:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"wcsf";s:7:"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=1886";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:425:"The annual WordPress conference, WordCamp San Francisco (home of the very first WordCamp), is now accepting speaker applications. Past speakers have included core WordPress developers, people building successful businesses on WordPress, popular bloggers, people from related projects and businesses…you name it. In addition to Matt Mullenweg’s annual “State of the Word” address, WCSF has played [...]";s: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:"Jane Wells";s: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:905:"The annual WordPress conference, WordCamp San Francisco (home of the very first WordCamp), is now accepting speaker applications. Past speakers have included core WordPress developers, people building successful businesses on WordPress, popular bloggers, people from related projects and businesses…you name it. In addition to Matt Mullenweg’s annual “State of the Word” address, WCSF has played host to talks by people like Mark Jaquith, Matt Cutts, Richard Stallman, Scott Berkun, Karl Fogel, Tim Ferriss, Tara Hunt, Chris Pirillo, and John Lilly. With 3 days of content this year instead of just one, the list of speakers should be even more impressive. If you think you’d make a good addition to this year’s roster, check out the WCSF Call for Speakers.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.org/news/2011/05/wordcamp-san-francisco-call-for-speakers/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:47:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WordPress 3.1.3 (and WordPress 3.2 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:50:"http://wordpress.org/news/2011/05/wordpress-3-1-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2011/05/wordpress-3-1-3/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 May 2011 18:43:28 +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:8:"Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1838";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:408:"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou [...]";s: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:"Mark Jaquith";s: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:3497:"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:
\nConsult the change log for more details.
\nDownload WordPress 3.1.3 or update automatically from the Dashboard → Updates menu in your site’s admin area.
\nIn other news, our development of WordPress 3.2 development continues right on schedule. We released Beta 1 thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.
\nThis is still beta software, so we don’t recommend that you use it on production sites. But if you’re a plugin developer, a theme developer, or a site administrator, you should be running this on your test environments and reporting any bugs you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!
\nThe plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!
\nHere are some of the things that changed since Beta 1:
\nIt seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!
\nAs always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.
\nIf all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.
\nHere’s some of what’s new:
\nRemember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)
\nTheme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.
\nNote to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.
\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:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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:31:"http://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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 14 Jul 2011 10:44:03 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:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Tue, 12 Jul 2011 21:41:21 GMT";s:4:"x-nc";s:11:"HIT luv 138";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (129, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1309317175', 'no'), (130, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', '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:72:"\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:39:"WordPress Plugins » View: Most 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:51:"http://wordpress.org/extend/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:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Jun 2011 15:02:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"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:15:{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:33:"uberdose on "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:65:"http://wordpress.org/extend/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:40:"753@http://wordpress.org/extend/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:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s: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: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:30:"BraveNewCode Inc. on "WPtouch"";s:7:"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://wordpress.org/extend/plugins/wptouch/#post-5468";s: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 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/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:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s: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:30:"Alex Rabe on "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:62:"http://wordpress.org/extend/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:41:"1169@http://wordpress.org/extend/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:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s: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: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:36:"Frederick Townes on "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:62:"http://wordpress.org/extend/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:42:"12073@http://wordpress.org/extend/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:135:"Improve site performance and user experience via 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: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:36:"Takayuki Miyoshi on "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:61:"http://wordpress.org/extend/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:41:"2141@http://wordpress.org/extend/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: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:22:"edo888 on "GTranslate"";s:7:"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:"http://wordpress.org/extend/plugins/gtranslate/#post-14437";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Nov 2009 17:35: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:42:"14437@http://wordpress.org/extend/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:108:"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!";s: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:6:"edo888";s: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:96:"nicashmu on "Post video players, slideshow albums, photo galleries and music / podcast playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415";s: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 Jan 2011 16:16:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23415@http://wordpress.org/extend/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:"Post your videos, photo galleries/flash slideshows easily and in seconds.";s: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:"nicashmu";s: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:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"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:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s: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 Aug 2009 01:20: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:42:"12636@http://wordpress.org/extend/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:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s: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:"Mike Challis";s: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:29:"Arne on "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:70:"http://wordpress.org/extend/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:40:"132@http://wordpress.org/extend/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:4:"Arne";s: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:38:"Brian Colinger on "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:66:"http://wordpress.org/extend/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:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"SEO Design Solutions on "SEO Ultimate"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/seo-ultimate/#post-10779";s: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, 21 May 2009 16:15:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"10779@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:147:"This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:20:"SEO Design Solutions";s: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:37:"Michael Torbert on "WP Security Scan"";s:7:"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:63:"http://wordpress.org/extend/plugins/wp-security-scan/#post-4986";s: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, 29 Mar 2008 20:05: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:41:"4986@http://wordpress.org/extend/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:63:"Scans your WordPress installation for security vulnerabilities.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Michael Torbert";s: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:28:"casibus on "ourSTATS 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:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s: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, 29 May 2010 14:16: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@http://wordpress.org/extend/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:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"casibus";s: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:29:"Joe Dolson on "WP to Twitter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wp-to-twitter/#post-7509";s: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, 30 Oct 2008 20:13: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"7509@http://wordpress.org/extend/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:"Posts a Twitter update when you update your WordPress blog or post to your blogroll, using your chosen URL shortening service. Requires PHP 5 and cURL";s: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:"Joe Dolson";s: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:75:"_mjk_ on "AddThis featuring Sharing Buttons / Facebook Like / Tweet Button"";s:7:"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://wordpress.org/extend/plugins/addthis/#post-8124";s: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, 17 Dec 2008 16:03:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8124@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:123:"The AddThis Social Bookmarking Widget allows any visitor to bookmark and share your site easily with many popular services.";s: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:5:"_mjk_";s: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:52:"http://wordpress.org/extend/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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 28 Jun 2011 15:12:56 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:13:"last-modified";s:19:"2007-03-30 20:08:18";s:14:"content-length";s:4:"7980";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'), (131, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1309317175', 'no'), (132, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1309273975', 'no'), (1501, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1310683443', 'no'), (1502, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1310640243', 'no'), (1503, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1310683443', 'no'), (1504, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '', 'no'), (1499, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1310683443', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1500, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Weblog Tools Collection: WordPress 3.2.1 Released";s:7:"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:41:"http://weblogtoolscollection.com/?p=10240";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/jGTTLfuxsB4/";s: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:719:"WordPress 3.2.1 has been released. This quick maintenance release fixes a minor JSON-related server incompatibility that only affected a few users and adds a few finishing touches to the new Dashboard and Twenty Eleven theme.
\nThis is the first release to make use of the new update system, which only replaces changes files, so you should notice a much quicker process compared to previous automated updates.
\nAfter more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.
\nFor a full list of fixes, view the changelog the list of tickets. Our release haiku:
\nJSON, the admin
\nA little bit tidier
\nEdge cases covered
Download 3.2.1 or update now from the Dashboard → Updates menu in your site’s admin area.
";s: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, 12 Jul 2011 19:49:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Gravatar: Open Profile Data";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://blog.gravatar.com/?p=229";s:7:"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://blog.gravatar.com/2011/07/12/open-profile-data/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3394:"Did you know that in addition to the hCard markup on profile pages, we support a number of other completely open, standards-based formats for accessing profile data on Gravatar? These formats are all accessed using a similar method to how Gravatar images have been requested. Full details are provided in the Developer Resources section of the site which has been completely refreshed! Here are the formats that are available:
\nThe raw data formats (JSON, XML, PHP) are based on the Portable Contacts standard to improve interoperability with existing tools and systems, while the other formats are existing standards for sharing certain pieces of data. We’ll be providing some example implementations to demonstrate just how powerful these options can be, and I’m sure that we’ll start seeing some creative implementations from folks in the near future.
\nHere was the initial announcement around the coming profile data formats which I made at WordCamp San Francisco 2010 in May. You can also view the video on WordPress.tv.
\nThe FCC just released their first plugin for WordPress (a faceted search widget) and writes about why. Does your organization have a cool plugin you’ve written but not released yet? I know we do. Hopefully they will get the plugin in the repo soon.
";s: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, 12 Jul 2011 16:21:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 7/12";s:7:"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:41:"http://weblogtoolscollection.com/?p=10234";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Nx_QKbQnn3k/";s: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:1154:"
News Leak is designed to give the website a professional look with ready to use Social networking support.
\n
Rosey invokes a peaceful, soft, and warm mood.
\n
Tweaker4 is a theme specifically built for those who love tweaking their own themes.
\nWP Super Cache 1.0 will be out soon(ish) but I need testers to bang on the development version available on the download page.
\nThis version should be significantly faster if you have a lot of mobile visitors, plus it adds support for https secure pages. The speed came about by saving those files as static files in the supercache directories rather than the old “legacy caching” of WP Cache. You’ll see files like index-mobile.html(.gz) and index-https.html(.gz) in those directories. Be aware that if you use a flat permalink structure the plugin opens the root supercache directory for reading to find the index* files. This may or may not be an issue with directories containing a very large number of directories (10,000+ for example).
\nHTTPS support is built into the mod_rewrite rules so those files are served by the web server directly, but PHP serves the mobile clients. Only now you’ll be able to cache many times more mobile pages than before. There’s negligible speed difference between PHP and mod_rewrite modes anyway in normal operation.
\nThere’s also a handy little “donotcachepage” GET parameter now. Add that, giving it the value of a secret key from the Advanced settings page and the current page will not be cached in any way.
\nThere is lots of new code in the plugin. It’s running fine here, and a few other people have had no problems but I need more feedback. If you have a development server please give this a go, and if it works ok I believe it’s good enough to go live, under supervision. Don’t go install it on a Friday afternoon…
\nWith the upgrade to WordPress 3.2 I moved this site and my photoblog to a Multisite install so I’ve been looking at making Supercache work better in that environment too.
\nI also installed Varnish as a front end cache and woah, I’m impressed. Setup was fairly easy though it’s still not 100% right. When I make posts the following page is a blank page except for the blog title, and when I (as a logged in user) leave a comment I get a 500 error and wp-comments-post.php doesn’t redirect. I’m still trying to debug those issues. I mentioned this on Google Plus a few days ago but expect a follow up post on Varnish with docs in the near future.
\nNow all I need is traffic. I should blog more!
\n\nRelated Posts
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 11 Jul 2011 21:37:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"Donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Matt: Fifty Million";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38346";s:7:"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:35:"http://ma.tt/2011/07/fifty-million/";s: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:1365:"As noted on TNW and Adweek, yesterday we passed over 50,000,000 websites, blogs, portfolios, stores, pet projects, and of course cat websites powered by WordPress. I had the good fortune to celebrate this milestone with a few hundred WordPressers at WordCamp Montreal yesterday. (During my Town Hall I wasn’t aware we had passed the number until someone shouted from the audience.) It’s always fun to pass a big round number and over the weekend many libations were consumed with friends old and new, but ultimately the press has always been more concerned with those top-line numbers than we have in the WordPress community. More sites being created is a good benchmark for our adoption, but ultimately WordPress matters not for the blogs it creates but for the lives it affects. We have some huge opportunities this year, particularly around making our software more accessible to the next 50 or 500 million people who want to have a voice online, something I hope to talk more about at WordCamp San Francisco next month.
";s: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, 11 Jul 2011 17:23:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"Weblog Tools Collection: WordPress Powers 50 Million Websites";s:7:"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:41:"http://weblogtoolscollection.com/?p=10230";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/vxv_-HP7CO0/";s: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:734:"The official stats over at WordPress.com have been updated to count WordPress installations as well as WordPress.com blogs, and the total number of WordPress-powered sites has just reached a startling 50.1 million!
\nFor comparison, that’s just a little bit less than the populations of California and Florida combined, and about 19% of all known sites on the web.
\nFor those of you who were here when WordPress began in 2003, did you ever imagine that its use would spread so rapidly?
\nAdvanced Code Editor enables syntax highlighting in the integrated themes and plugins source code editors. Supports PHP, HTML, CSS and JS.
\nBefore And After allows scheduling of text within posts and pages.
\nUI Labs offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface. These are unofficial core UI experiments – who knows what could happen?
\nWPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.
\nMemeburn has a new interview up: The future of WordPress: Q&A with founder 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 08 Jul 2011 21:22:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Matt: Tribe’s Fourth: Jarobi White";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38342";s:7:"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:"http://ma.tt/2011/07/tribes-fourth-jarobi-white/";s: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:374:"What Exactly Does Jarobi White, the Mysterious Fourth Member of A Tribe Called Quest, Actually Do? He has a WordPress blog, for one.

Caution is a three-column theme that just screams danger, caution and risk.
\n
Instapic is a fun theme styled after the popular Instagram, allowing you to mimic the features that Instagram offers (minus the photo filters), yet run the photo blog on your own.
\n
PlusOne looks exactly like the Google+ interface.
\n
Twenty Eleven is a sophisticated, lightweight, and adaptable theme built for WordPress 3.2.
\nCheck out this amazing story of a black macaque monkey that picks up a photographer’s camera and takes self-portraits.
";s: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, 07 Jul 2011 19:45:01 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:62:"Weblog Tools Collection: Get a Sneak Peek at the new Code Poet";s:7:"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:41:"http://weblogtoolscollection.com/?p=10215";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/0D7gqsz9_h4/";s: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:779:"Code Poet is a directory of trusted WordPress professionals, developers, designers, and consultants brought to you by the folks at Automattic, and it’s getting a rather significant overhaul.
\nThe new Code Poet, which can be seen at the beta site, will make it easier than ever before to find WordPress professionals by specialty, location, and even budget.
\nDo you have what it takes to be a Code Poet? Apply now to be a part of this awesome directory!
\nIn our never ending quest to bring awesome profile power to gravatar users, we’ve added support for three awesome services: Gowalla, GoodReads and Google Profiles. And yes, it is true, given we are called Gravatar, we do have a secret preference for G named services.
\nYou can add these new services to your Gravatar Profile the same way you add any other service. Just click “Edit My Profile” under the “My Account” menu at the top of Gravatar.com and then go to the “Verified Services” section. Enjoy!
\n![]()
With WordPress 3.2 out the door it seemed like a good time to try out the the Twenty Eleven theme. A few minor tweaks later and I’m pretty happy with the look.
\n
I’m still on the look out for a good header image, any suggestions?
";s: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, 06 Jul 2011 14:05:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Plugin Releases for 7/6";s:7:"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:41:"http://weblogtoolscollection.com/?p=10212";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/bNucPLmFqFc/";s: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:1594:"Moo Gravatar Box auto-detects and shows in real-time the Gravatar image when users are filling the comment form.
\nSmugMug for WordPress is designed to help professional and amateur photographers integrate their public and private SmugMug galleries into their WordPress websites and blogs.
\nFast Secure Contact Form lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.
\nHealth Check will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
\nVideoPress allows blog administrators to upload new videos to their WordPress.com video account and manage existing videos from the convenience of their self-hosted WordPress.org blog’s administrative interface. Authors can add any VideoPress video into a blog post through the use of a simple shortcode and customizations.
\nWe’ll be doing some maintenance to BuddyPress.org this week, so don’t be alarmed if a few things aren’t working or go missing for a little while. We’ll try to make it as painless as possible, and we promise it will be worth it in the end.
Richard MacManus asks Is More Zen, Less Plus The Way to Go?.
";s: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, 06 Jul 2011 10:25: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Matt: 3.2 Video & Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38334";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2011/07/3-2-video-design/";s: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:393:"As you may have seen, the WordPress community released version 3.2 “Gershwin” yesterday. Here’s the announcement video with some of the new features:
\n\nWhen you get a chance also check out MT’s post about the Design of 3.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:"Tue, 05 Jul 2011 18:44: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:47:"Weblog Tools Collection: WordPress 3.2 Released";s:7:"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:41:"http://weblogtoolscollection.com/?p=10209";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xfAxFKaf11Y/";s: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:1156:"WordPress 3.2 has been released! WordPress is now faster and lighter, with a new Dashboard, new default theme, distraction free writing, admin bar enhancements, and much more.
\nWordPress now requires a minimum of PHP 5.2.4 and MySQL 5.0, so make sure that you’re ready before upgrading. Support for the long-outdated Internet Explorer 6 has been dropped too, but there are many alternatives.
\nTo avoid any potential issues, make sure that you temporarily deactivate all of your plugins before upgrading, and refer to the WordPress 3.2 Troubleshooting Master List if you run into any problems.
\n\nAvailable immediately is BuddyPress 1.2.9. This is a bug-fix release of the 1.2 branch to ensure full compatibility with WordPress 3.2. (Note: This does not use the new bbPress 2.0! We’re working on it!)
\nBuddyPress 1.2.9 includes fixes related to the new version of jQuery (1.6.1) that comes packaged with with WordPress 3.2. These changes affect the javascript and ajax behaviors in the bp-default theme. You can read more about them on the WordPress development blog. If your BuddyPress site runs bp-default (or a child theme of it) you’ll need to update to BuddyPress 1.2.9 immediately after updating to WordPress 3.2.
\nQuestions? Let us know in the comments or in the support forums, and stay on the lookout for an early preview of BuddyPress 1.3 sometime in July!
\nDownload BuddyPress 1.2.9 from WordPress Extend or BuddyPress.org.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jul 2011 21:46:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"John James Jacoby";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"Dev Blog: WordPress 3.2 now available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1924";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://wordpress.org/news/2011/07/gershwin/";s: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:13941:"Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a download on WordPress.org. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We’re dedicating this release to noted composer and pianist George Gershwin.
\nBefore we get to the release, in anticipation of the State of the Word speech at the upcoming WordCamp San Francisco (the annual WordPress conference) we’re doing a survey or census of the WordPress world. If you have a moment, please fill out this survey and we’ll share what we learn by publishing the aggregate results in August.
\nThe focus for this release was making WordPress faster and lighter. The first thing you’ll notice when you log in to 3.2 is a refreshed dashboard design that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 new Twenty Eleven theme, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new distraction-free writing or zen mode, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)
\n\nUnder the hood there have been a number of improvements, not the least of which is the streamlining enabled by our previously announced plan of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The admin bar has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new approve & reply feature speeds up your conversation management. You’ll notice in your first update after 3.2 that we’ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes updates significantly faster on all hosting platforms. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple rotating header images to highlight all of your favorite photos.
\nThere is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the Codex page on 3.2 or the Trac milestone which includes the 400+ tickets closed in this release.
\nWe now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let’s give a round of applause to these fine folks who contributed to 3.2:
\nAaron Brazell, Aaron Campbell, Aaron Jorbin, Adam Harley, Alex Concha, ampt, Andrew Nacin, Andrew Ozz, andrewryno, andy, Austin Matzko, BenChapman, Ben Dunkle, bluntelk, Boone Gorges, Brandon Allen, Brandon Burke, Caspie, cfinke, charlesclarkson, chexee, coffee2code, Cristi Burcă, daniloercoli, Daryl Koopersmith, David Cowgill, David Trower, demetris, Devin Reams, Dion Hulse, dllh, Dominik Schilling, Doug Provencio, dvwallin, Dylan Kuhn, Eric Mann, fabifott, Franklin Tse, Frumph, garyc40, Glenn Ansley, guyn, hakre, hebbet, Helen Hou-Sandi, hew, holizz, Ian Stewart, Jacob Gillespie, Jane Wells, Jayjdk, Jeff Farthing, Joachim Kudish, joelhardi, John Blackbourn, John Ford, John James Jacoby, JohnONolan, Jon Cave, joostdevalk, Jorge Bernal, Joseph Scott, Justin Sternberg, Justin Tadlock, kevinB, Knut Sparhell, kovshenin, Kuraishi, Lance Willett, linuxologos, lloydbudd, Luc De Brouwer, marcis20, Mark Jaquith, Mark McWilliams, Martin Lormes, Matías Ventura, Matt Martz, Matt Thomas, MattyRob, mcepl, mdawaffe, Michael Fields, MichaelH, michaeltyson, Mike Schroder, Milan Dinić, mintindeed, mitchoyoshitaka, Mohammad Jangda, mrroundhill, natecook, nathanrice, Niall Kennedy, Nick Bohle, Nikolay Bachiyski, nuxwin, Otto, pavelevap, pete.mall, Peter Westwood, Prasath Nadarajah, Ptah Dunbar, Rafael Poveda, Rahe, Ramiy, Rasheed Bydousi, Reuben Gunday, Robert Chapin, Ron Rennick, Ross Hanney, Ryan Boren, Ryan Imel, Safirul Alredha, Samir Shah, saracannon, sbressler, Sergey Biryukov, shakenstirred, Sidney Harrell, Simon Prosser, sorich87, szadok, tetele, tigertech, trepmal, Utkarsh Kukreti, valentinas, webduo, Xavier Borderie, Yoav Farhi, Ze Fontainhas, and ziofix.
\nBonus: On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? Don’t forget to take a minute for our survey.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jul 2011 21:07:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:23;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WordPress.tv: Introducing WordPress 3.2 “Gershwin”";s:7:"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:27:"http://wordpress.tv/?p=6472";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.tv/2011/07/04/introducing-wordpress-3-2-gershwin/";s: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:1801:"
Blue and Grey is a modern theme with a decent design. Main colors used in the theme are blue and grey.
\n
Commune is a minimalist WordPress theme. The theme is also compatible with WP-PageNavi for a nice pagination.
\n
GreenLeaf is a green-based two-column theme with a right sidebar.
\nWordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing.
\nAs of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don’t caught with your pants dashboard down — make sure you’re running compatible versions of PHP and MySQL before you update tomorrow when WordPress 3.2 is released.
Log in to your hosting account, and check to make sure you have at least PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you’re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.
\nIf you don’t know how to find this information in your hosting account or you don’t even know how to access your hosting control panel because someone else manages that for you, don’t fret. You can find out if you’re ready for 3.2 with the Health Check plugin. In your dashboard, go to Plugins → Add New and search for “health check” (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.
\nIf you need more help, contact your host’s customer service and use this email template to ask them to help you.
\n\nHi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site’s setup meets these requirements. If I’m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!
If your host replies that they can’t update to these versions, it might be time to look for a new host.
\nWith 3.2, we’re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even Microsoft is ready to leave behind. From now on, if you access your WordPress dashboard from an outdated browser, we’ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you’re using an out-of-date browser, chances are you’re missing out.
\nIf your browser is out of date, you’ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you’re using IE6, though, the box will be red, and your dashboard will not function properly. If you’re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here’s a sample email you can use to ask your boss/administrator/IT guys to update the browser.
\n\nHi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.
Welcome to the future!
\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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 03 Jul 2011 23:32: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Plugin Releases for 7/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:41:"http://weblogtoolscollection.com/?p=10201";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wcgcl6RyBdw/";s: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:1321:"
Before And After allows scheduling of text within posts and pages.
\nJava Applet Embed allows you to insert Java applets into your WordPress blog.
\nAdsense Float shows Google AdSense ads at a prominent position on your site, which maximizes the CTR and revenue of your site.
\nExploit Scanner searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.
\nFast Secure Contact Form lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.
\n
Ambrosia is a modern, minimalistic, accessible, super clean, WordPress theme built with the latest W3C standards (HTML5 and CSS3).
\n
Industrial would suit a mechanical, industrial and/or engineering blog.
\n
Starter is a perfect super-crisp and clean look (black and white) to start a new blog or get back to the heart of great blogging.
\nWordPress 3.1.4 and 3.2 RC3 have been released. WordPress 3.1.4 is primarily a security release which addresses one particular issue and “also incorporates several other security fixes and hardening measures.”
\nWordPress 3.2 RC3 is described as “about all that stood in the way of a final release of WordPress 3.2.” It contains a few minor fixes and the same security improvements from 3.1.4.
\nIf you’re still on the 3.1 branch, update now to secure your blog. If you’re curious about 3.2, or you’re a theme or plugin developer, grab the Beta Tester plugin now to try it out.
\nWordPress 3.2 is almost here! Can you feel the excitement in the air?
\nWordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.
\nThis release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers Alexander Concha and Jon Cave of our security team. Consult the change log for more details.
\nDownload WordPress 3.1.4 or update immediately from the Dashboard → Updates menu in your site’s admin area.
\nThis release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.
\nTo test WordPress 3.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.
\nBonus: For more on what to test and what to do if you find an issue, please read our Beta 1 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jun 2011 19:00: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Ryan Boren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Joseph: pressfs – Read Only Media Support";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://josephscott.org/?p=4353";s:7:"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:72:"http://josephscott.org/archives/2011/06/pressfs-read-only-media-support/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1335:"Last night I tagged version 0.3.0 of pressfs, which includes read only support for media files managed by WordPress. You access these files via the new top level directory: /media. Entries in /media look like:
\n\n-r-------- 1 joseph root 47487 2010-08-03 20:52 boat.jpg\n\n
Copying media files is as easy as cp /var/wp/media/boat.jpg /tmp/boat.jpg
To support read only media files I added two new methods to the pressfs WordPress plugin: get_media_list and get_media_file. The new get_media_file method is a bit different in that it does not return JSON, instead it returns the raw data of the file.
There are still some questions about the best way to structure this data for WordPress installs that have a large number of media files. For now I just wanted something functional that people could use.
\nThe source is at https://github.com/josephscott/pressfs or you can download pressfs 0.3.0 as a zip file. A tar.gz of pressfs 0.3.0 is also available.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jun 2011 14:26:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:31;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WordPress.tv: Heather Gold – Tools For Tummeling";s:7:"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:27:"http://wordpress.tv/?p=6072";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.tv/2011/06/29/heather-gold-tools-for-tummeling/";s: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:1798:"Bulk Remove Comments allows you to remove all pending comments from your database with one click.
\nWP-NOTCAPTCHA adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, or both. In order to post comments, users will have to range icons in right (upright) place.
\nAmazon Tools allows you to display Amazon product information on your blog and earn commission through Amazon Associates.
\nJoseph Scott has written pressfs, a WordPress filesystem. Cool!
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2011 02:52:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:58:"Weblog Tools Collection: WordPress Theme Releases for 6/26";s:7:"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:41:"http://weblogtoolscollection.com/?p=10182";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/uYhx7NA4QO0/";s: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:1618:"
Rocket Wood is a WordPress theme for business, portfolio, or corporate built with latest WordPress 3.1 features.
\n
Simple is a flexible, minimal theme focused on great typography.
\n
Urban Classic is great for a city business or corporation. It uses rich colours, valid xhtml, and three columns.
\n
zeeSynergie is a two column WordPress theme in an elegant and sleek design that fits perfectly for a blog or small business website.
\nThe Robustness Principle Reconsidered in the most recent ACM Queue. Hat tip: Mark Pilgrim.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Jun 2011 18:28:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:38;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:45:"Matt: WP Blocked in Kazakhstan and Kyrgyzstan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38328";s:7:"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:61:"http://ma.tt/2011/06/wp-blocked-in-kazakhstan-and-kyrgyzstan/";s: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:593:"Here’s an update on WordPress woes in Kazakhstan and Kyrgyzstan. As far as I know we’ve had no contact with KazakhTelecom. Typically this happens when they don’t like something a blog is saying, so they block or degrade service for everybody. The footer of the site links to Global Voices Anonymous Blogging with WordPress and Tor guide, which is still excellent all these years later.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Jun 2011 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:39;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Matt: Local Development Tips";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=38326";s:7:"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:"http://ma.tt/2011/06/local-development-tips/";s: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:154:"Mark Jaquith writes WordPress local dev tips: DB & plugins.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Jun 2011 17:09: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:40;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"Weblog Tools Collection: WordPress 3.2 RC2 Released";s:7:"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:41:"http://weblogtoolscollection.com/?p=10178";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/D7mZdCCaN7U/";s: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:1091:"WordPress 3.2 RC2 has been released. There have been a few changes made since RC1, including a few Twenty Eleven tweaks, a new option to randomize header images, and some RTL fixes.
\nThis may be the last release candidate before the final, so now’s the time for developers to test their themes and plugins, if they have not done so already.
\nIf you find any bugs, please check the known issues first, then file a bug report. If you need any help, please feel free to contact the WordPress.org Support Forums.
\nHave you tried WordPress 3.2 yet? What do you think so far?
\n{EAV_BLOG_VER:c967aa2d93c7cb18} Mark Maunder writes Can WordPress Developers survive without InnoDB? MyISAM vs InnoDB benchmarks.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Jun 2011 02:47:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Dev Blog: WordPress 3.2 Release Candidate 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=1915";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1875:"Howdy! The second release candidate for WordPress 3.2 is now available. If you haven’t tested WordPress 3.2 yet, now is the time — please though, not on your live site unless you’re extra adventurous.
\nWe’ve handled a number of issues since RC1, including additional Twenty Eleven tweaks, a new theme support option for defaulting to randomized headers, and various RTL fixes.
\nPlugin and theme authors, please test your plugins and themes now, so that if there is a compatibility issue, we can figure it out before the final release. Users are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause. If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:
\nTo test WordPress 3.2, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).
\nIf any known issues crop up, you’ll be able to find them here. If you’d like to know which levers to pull in your testing, check out a list of features in our Beta 1 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Jun 2011 23:15:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:43;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 6/24";s:7:"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:41:"http://weblogtoolscollection.com/?p=10176";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/vxQ_-3Bj22o/";s: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:1627:"Gravatar Reminder is a very simple plugin to remind people to get a Gravatar.
\nWP Get allows you to display content in posts dynamically, depending on URL parameters.
\nAddThis allows any visitor to bookmark and share your site easily with many popular services.
\nBenchmark Email Lite creates a newsletter signup form widget.
\njQuery Vertical Accordion Menu creates vertical accordion menus from any WordPress custom menu.
\nW3 Total Cache allows you to improve site performance and user experience via caching.
\nWPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.
\nRunning a WordPress site on your local machine is a great way to do development. I’ve taken advantage of this to do development while on flights (and yes, I realize that in about 5 years it’s going to seem positively quaint that there used to be flights without Internet access).
\nToday, I’d like to tackle two common issues when running a WordPress site locally:
\nMy assumptions:
\nYour database user and password are (or should) be different on your localhost than they are on your production environment. One way to handle this is to have wp-config.php not be in version control and have everyone make their own. Boo. Stop taking things out of version control. Another solution I’ve seen is that people modify the wp-config.php and just try to be really careful not to commit their local changes. Again, boo.
Here’s how to do it. Open up your wp-config.php file.
\nif ( file_exists( dirname( __FILE__ ) . ''/local-config.php'' ) ) {\n include( dirname( __FILE__ ) . ''/local-config.php'' );\n define( ''WP_LOCAL_DEV'', true ); // We''ll talk about this later\n} else {\n define( ''DB_NAME'', ''production_db'' );\n define( ''DB_USER'', ''production_user'' );\n define( ''DB_PASSWORD'', ''production_password'' );\n define( ''DB_HOST'', ''production_db_host'' );\n}\n\nIgnore the WP_LOCAL_DEV define… I’ll explain that later.
Now open up your .gitignore file.
\n/dir-that-contains-wp-config/local-config.php\n\n
There. Now you can just create a local-config.php file and put your DB_* defines in there. And thanks to the .gitignore addition, you won’t have to worry about accidentally committing your local config.
But what if you want to override other defines locally? Well, just modify them in wp-config.php like so:
\nif ( !defined( ''SCRIPT_DEBUG'' ) )\n define( ''SCRIPT_DEBUG'', false );\n\n
And make sure they’re after the local-config.php block. Now you can override these defines as well.
I’m a big fan of VaultPress from Automattic. But this is not something you want to run on your localhost. Other backup plugins probably fall into this category of “production-only.”
\nThe bad way to do this is to remember to disable this plugin after you import a DB snapshot to your localhost. Boo. Remember WP_LOCAL_DEV that we set earlier? Let’s use it.
I’ve written a quick “must-use” plugin to handle conditional plugin disabling. Get it here, and put it in the mu-plugins directory (create it in your WP content directory if you don’t already have one).
The part you modify is at the bottom:
\n\nnew CWS_Disable_Plugins_When_Local_Dev( array( ''vaultpress.php'' ) );\n\n
I’ve jump-started you by putting vaultpress.php in there. Add plugin filenames to that array as necessary. Don’t forget that most plugins are in a subdirectory, so they’ll be in the form plugin-name/plugin-name.php.
Now those plugins won’t be active when doing local dev (based on the presence of local-config.php).
The WordPress team noticed some suspicious changes made to the AddThis, WPtouch, and W3 Total Cache plugins in the official plugin directory. The three plugins have been updated to remove the suspicious code, and all account passwords on WordPress.org have been reset as a precautionary measure. If you have an account on WordPress.org, you’ll need to reset your password.
\nTo avoid future problems, or at the very least notice such activity sooner, the WordPress team has enabled notification emails for all plugin developers for whenever their plugin files are changed.
\nIf you have a WordPress.com account or a self-hosted WordPress blog, this reset did not affect your own user account, but you should probably immediately upgrade your copies of AddThis, WPtouch, and W3 Total Cache, if you’re using them of course.
\nExpanDrive, a program I’ve used for years, allows you to mount FTP, SFTP, or S3 accounts as local drives on your computer on Mac or Windows. They just released their new Windows version, and it’s fast and slick. They support key authentication, which is my must-have feature.
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 22 Jun 2011 13:12:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 14 Jul 2011 10:44:05 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Thu, 14 Jul 2011 10:30:19 GMT";s:14:"content-length";s:6:"115057";s:4:"x-nc";s:11:"HIT luv 139";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (137, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1309317175', 'no'), (138, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', '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:72:"\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:33:"WordPress Plugins » View: Newest";s:7:"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:47:"http://wordpress.org/extend/plugins/browse/new/";s: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:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Jun 2011 15:05:28 +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:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"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:15:{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:37:"wokamoto on "Feed Template Customize"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/feed-template-customize/#post-27843";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Jun 2011 05:26: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:42:"27843@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"This plugin modifies RSS feeds and ATOM feeds as you want.";s: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:"wokamoto";s: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:50:"gopiplus on "Image vertical reel scroll slideshow"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/image-vertical-reel-scroll-slideshow/#post-27803";s: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, 26 Jun 2011 12:35: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27803@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"Image vertical reel scroll slideshow wordpress plugin will create the vertical scroll slideshow on the website. It create the slideshow like reel.";s: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:"gopiplus";s: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:40:"DaoByDesign on "Contact Form 7 Honeypot"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/contact-form-7-honeypot/#post-27817";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2011 03:15: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27817@http://wordpress.org/extend/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:69:"Contact Form 7 - Adds honeypot functionality to Contact Form 7 forms.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"DaoByDesign";s: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:48:"Ciprian Turcu on "Custom Scheduled Posts 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:77:"http://wordpress.org/extend/plugins/custom-scheduled-posts-widget/#post-27828";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2011 13:18: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27828@http://wordpress.org/extend/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:"Custom skeduled Posts. This widget gives you the ability to show skeduled posts for start and end times on the widget content.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Ciprian Turcu";s: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:29:"FanQuake on "Handy Functions"";s:7:"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:63:"http://wordpress.org/extend/plugins/handy-functions/#post-27827";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2011 12:04:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27827@http://wordpress.org/extend/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:133:"Handy Functions allows you to add and use the functions that you would normally add to your functions.php, in your WordPress backend.";s: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:"FanQuake";s: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:14:"soso on "SMTP"";s:7:"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:"http://wordpress.org/extend/plugins/smtp/#post-27657";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 21 Jun 2011 18:31:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27657@http://wordpress.org/extend/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:81:"Allows you to configure and use a SMTP server (such as Gmail) for sending emails.";s: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:"soso";s: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:29:"Magic Toolbox on "Magic Zoom"";s:7:"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:72:"http://wordpress.org/extend/plugins/magic-zoom-for-wordpress/#post-27709";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Jun 2011 16:14:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27709@http://wordpress.org/extend/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:"Magic Zoom will zoom into your images to reveal beautiful detail. Simply hover your mouse over the image.";s: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:"Magic Toolbox";s: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:23:"Hax on "File Un-Attach"";s:7:"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:"http://wordpress.org/extend/plugins/file-un-attach/#post-27597";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 18 Jun 2011 23:24:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27597@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:118:"This plugin will allow you to attach a single file to multiple posts, but will also will allow you to detach any 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:3:"Hax";s: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:23:"brent_ono on "Lavalinx"";s:7:"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:"http://wordpress.org/extend/plugins/lavalinx/#post-27480";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Jun 2011 21:37:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27480@http://wordpress.org/extend/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:59:"SEO link building tool for dynamic, contextual link trades.";s: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:"brent_ono";s: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:42:"jumpple on "Jumpple - Your website keeper"";s:7:"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://wordpress.org/extend/plugins/jumpple/#post-27343";s: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, 09 Jun 2011 15:34:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27343@http://wordpress.org/extend/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:197:"Jumpple is your website protector - this plugin will notify you if something is wrong with your site. See also: http://www.jumpple.com | FAQ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"jumpple";s: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:30:"Shahnur Alam on "Quick Notice"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/quick-notice/#post-27596";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 18 Jun 2011 17:14: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:42:"27596@http://wordpress.org/extend/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:66:"This plugin will help you to display a sticky message in your site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Shahnur Alam";s: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:45:"Mindvalley on "Mindvalley Comments Moderator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/mindvalley-comment-moderator/#post-27743";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Jun 2011 12:03:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27743@http://wordpress.org/extend/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:"Create a custom role that enables only Comment Moderation actions 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:10:"Mindvalley";s: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:51:"hyperdude on "Alan''s BBC Technolgy News RSS 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:77:"http://wordpress.org/extend/plugins/bbc-tech-news-rss-feed-widget/#post-27753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 24 Jun 2011 19:42: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:42:"27753@http://wordpress.org/extend/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:78:"This plug-in adds a very simple RSS feed from the BBC technology news section.";s: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:"hyperdude";s: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:36:"themecrest1 on "Login With Facebook"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/facebook-with-login/#post-27590";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 18 Jun 2011 09:57: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:42:"27590@http://wordpress.org/extend/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:59:"The simplest way to access site with Your Facebook Account.";s: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:"themecrest1";s: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:33:"mucash on "MuCash Micro-payments"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/mucash-micro-payments/#post-27584";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 17 Jun 2011 19:59: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:42:"27584@http://wordpress.org/extend/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:"MuCash is micro-payments made simple. With just a few clicks your readers can buy articles, make donations, and more... as small as a single penny!";s: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:6:"mucash";s: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:48:"http://wordpress.org/extend/plugins/rss/view/new";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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 28 Jun 2011 15:12:57 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:13:"last-modified";s:19:"2011-06-28 05:26:27";s:14:"content-length";s:4:"7868";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'), (139, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1309317175', 'no'), (140, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1309273975', 'no'), (1314, 0, 'js_paging', 'false', 'yes'), (886, 0, 'grid_number_per_row', '4', 'yes'), (842, 0, 'wpsc_database_check', '5f52024aae4a520f09f51cd8b6535b960c7cb81c', 'yes'), (1080, 0, '_transient_timeout_wpsc_path_wpsc-products_page.php', '1309982649', 'no'), (1081, 0, '_transient_wpsc_path_wpsc-products_page.php', 'D:\\Trabajo\\OriginalHouse\\trunk\\src/wp-content/themes/originalhouse/wpsc-products_page.php', 'no'), (887, 0, 'show_images_only', '1', 'yes'), (888, 0, 'wpsc_sort_by', 'name', 'yes'), (889, 0, 'wpsc_dropshop_theme', 'light', 'yes'), (890, 0, 'wpsc_lightbox', 'thickbox', 'yes'), (891, 0, 'wpsc_comments_which_products', '1', 'yes'), (895, 0, 'wpsc_page_number_position', '2', 'yes'), (1353, 0, 'googlemaps_height', '250px', 'yes'), (1370, 0, 'category_children', 'a:0:{}', 'yes'), (458, 0, 'wpsc_minor_version', '391083', 'yes'), (378, 0, 'tubepress-tagValue', 'armani house', 'yes'), (379, 0, 'tubepress-userValue', 'OriginalHouseDecor', 'yes'), (380, 0, 'tubepress-developerKey', 'AI39si5uUzupiQW9bpzGqZRrhvqF3vBgRqL-I_28G1zWozmdNJlskzMDQEhpZ-l2RqGf_6CNWooL96oJZRrqKo-eJ9QO_QppMg', 'yes'), (381, 0, 'tubepress-vimeoKey', '', 'yes'), (382, 0, 'tubepress-vimeoSecret', '', 'yes'), (383, 0, 'tubepress-widget-title', 'TubePress', 'yes'), (384, 0, 'tubepress-widget-tagstring', '[tubepress thumbHeight=''105'' thumbWidth=''135'']', 'yes'), (385, 0, 'tubepress-vimeoUploadedByValue', 'mattkaar', 'yes'), (386, 0, 'tubepress-vimeoLikesValue', 'coiffier', 'yes'), (387, 0, 'tubepress-vimeoAppearsInValue', 'royksopp', 'yes'), (388, 0, 'tubepress-vimeoSearchValue', 'cats playing piano', 'yes'), (389, 0, 'tubepress-vimeoCreditedToValue', 'patricklawler', 'yes'), (390, 0, 'tubepress-vimeoChannelValue', 'splitscreenstuff', 'yes'), (391, 0, 'tubepress-vimeoGroupValue', 'hdxs', 'yes'), (392, 0, 'tubepress-vimeoAlbumValue', '140484', 'yes'), (393, 0, 'tubepress-cacheDirectory', '', 'yes'), (394, 0, 'tubepress-searchResultsRestrictedToUser', '', 'yes'), (143, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1309317176', 'no'), (144, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', '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:72:"\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:43:"WordPress Plugins » View: Recently Updated";s:7:"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:"http://wordpress.org/extend/plugins/browse/updated/";s: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:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 28 Jun 2011 15:08:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2855";s:7:"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:15:{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:31:"paul.irish on "Infinite Scroll"";s:7:"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:"http://wordpress.org/extend/plugins/infinite-scroll/#post-6138";s: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, 29 Jun 2008 23:30: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:41:"6138@http://wordpress.org/extend/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:102:"Automatically append the next page of posts (via AJAX) to your page when a user scrolls to the bottom.";s: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:"paul.irish";s: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:48:"Ciprian Turcu on "Custom Scheduled Posts 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:77:"http://wordpress.org/extend/plugins/custom-scheduled-posts-widget/#post-27828";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2011 13:18: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27828@http://wordpress.org/extend/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:"Custom skeduled Posts. This widget gives you the ability to show skeduled posts for start and end times on the widget content.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Ciprian Turcu";s: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:29:"FanQuake on "Handy Functions"";s:7:"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:63:"http://wordpress.org/extend/plugins/handy-functions/#post-27827";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 Jun 2011 12:04:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27827@http://wordpress.org/extend/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:133:"Handy Functions allows you to add and use the functions that you would normally add to your functions.php, in your WordPress backend.";s: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:"FanQuake";s: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:48:"edward mindreantre on "ThreeWP Activity Monitor"";s:7:"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:72:"http://wordpress.org/extend/plugins/threewp-activity-monitor/#post-16151";s: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, 23 Feb 2010 00:46: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"16151@http://wordpress.org/extend/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:53:"Track and display site or network-wide user activity.";s: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:18:"edward mindreantre";s: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:29:"Magic Toolbox on "Magic Zoom"";s:7:"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:72:"http://wordpress.org/extend/plugins/magic-zoom-for-wordpress/#post-27709";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 23 Jun 2011 16:14:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"27709@http://wordpress.org/extend/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:"Magic Zoom will zoom into your images to reveal beautiful detail. Simply hover your mouse over the image.";s: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:"Magic Toolbox";s: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:25:"rewish on "WP Zen-Coding"";s:7:"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:61:"http://wordpress.org/extend/plugins/wp-zen-coding/#post-16056";s: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, 17 Feb 2010 13:32: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:42:"16056@http://wordpress.org/extend/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:62:"Plugin to introduce `Zen Coding` into the admin page(wp-admin)";s: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:6:"rewish";s: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:43:"edward mindreantre on "ThreeWP Ajax Search"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/threewp-ajax-search/#post-23393";s: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, 03 Jan 2011 16:29:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23393@http://wordpress.org/extend/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:106:"Enables ajax searches for content. The default settings work automatically with Twentyten and derivatives.";s: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:18:"edward mindreantre";s: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:33:"AI.Takeuchi on "Cf Shopping Cart"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/cf-shopping-cart/#post-15748";s: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, 04 Feb 2010 09:02: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:42:"15748@http://wordpress.org/extend/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:"Cf Shopping Cart is simple shopping cart plugin for WordPress.\nThis plugin be working with Custom Field and more plugins.\nThereby website can have fle";s: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:"AI.Takeuchi";s: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:26:"bestwebsoft on "Portfolio"";s:7:"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://wordpress.org/extend/plugins/portfolio/#post-25798";s: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, 11 Apr 2011 17:34: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:42:"25798@http://wordpress.org/extend/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:80:"Portfolio allows you to create a page with information about your past projects.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"bestwebsoft";s: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:40:"Ronak Gandhi on "Awesome Flickr 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:77:"http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/#post-26391";s: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, 07 May 2011 15:51: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:42:"26391@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:128:"Create a photo gallery of your Flickr photos on your WordPress enabled website\nenabling you to customize it the way you like it.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Ronak Gandhi";s: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:29:"Desertsnowman on "DB Toolkit"";s:7:"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:"http://wordpress.org/extend/plugins/db-toolkit/#post-18292";s: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, 30 May 2010 11:57: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:42:"18292@http://wordpress.org/extend/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:112:"Database Interface Toolkit creates interfaces (capture/update forms, reports, charts etc.) from database tables.";s: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:"Desertsnowman";s: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:39:"timothyja on "Linux Promotional Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/linux-promotional-plugin/#post-27777";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Jun 2011 15:05: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:42:"27777@http://wordpress.org/extend/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:108:"A SMALL popup with customizable message about the avaliablity of a free OS replacement for Windows, and Mac.";s: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:"timothyja";s: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:31:"mathzqy on "Latex for WordPess"";s:7:"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:"http://wordpress.org/extend/plugins/latex/#post-4855";s: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, 16 Mar 2008 12:46: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:41:"4855@http://wordpress.org/extend/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:95:"This plugin provide an easy and elegant solution to add and display your mathematical fourmula.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"mathzqy";s: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:42:"Hugh WIll Fayle on "Multi Post Newsletter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/multi-post-newsletter/#post-23459";s: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, 06 Jan 2011 07:36: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:42:"23459@http://wordpress.org/extend/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:"The Multi Post Newsletter is a simple plugin, which provides to link several posts to a newsletter. This procedure is similar to the categories. Withi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"Hugh WIll Fayle";s: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:28:"Stargazer on "WP-BlackCheck"";s:7:"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:61:"http://wordpress.org/extend/plugins/wp-blackcheck/#post-11090";s: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, 05 Jun 2009 12:52: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:42:"11090@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:125:"WP-BlackCheck is an Anti-Spam Solution for Wordpress blocking spam using local detection and a centralized Blacklist Service.";s: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:"Stargazer";s: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:52:"http://wordpress.org/extend/plugins/rss/view/updated";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:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Tue, 28 Jun 2011 15:12:58 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:13:"last-modified";s:19:"2008-06-29 23:30:06";s:14:"content-length";s:4:"8009";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'), (145, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1309317176', 'no'), (146, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1309273976', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (149, 0, 'catablog-options', 'a:18:{s:7:"version";s:7:"1.2.9.7";s:14:"thumbnail-size";s:3:"160";s:10:"image-size";s:3:"600";s:16:"background-color";s:7:"#000000";s:12:"paypal-email";s:0:"";s:17:"keep-aspect-ratio";b:1;s:16:"lightbox-enabled";b:1;s:15:"lightbox-render";b:0;s:17:"lightbox-selector";s:15:".catablog-image";s:11:"link-target";s:0:"";s:17:"link-relationship";s:0:"";s:10:"view-theme";s:277:"%DESCRIPTION%
\r\n %BUY-NOW-BUTTON%\r\nNew Beta releases for TheCartPress 1.1.0
\nNewest features of this release
\nThe major features are ‘Custom Post types and custom taxonomies manager’, ‘Custom templates’ and the new widget called ‘TCP Archives’.
\nSo you could create new Custom Post types and taxonomies. You could assign templates to the post types, taxonomies or terms, and with the new widget called ‘TCP Archives’, you could display yearly/weekly/daily/etc links for the different ‘post types’.
And remember, you could create saleable Post types. So, now, you could create more eCommerces in one eCommerce.
\nWith the Custom templates, you’ll can have different looks for the different products you sell in your eCommerce…
Newest features into TheCartPress 1.1.0
\nDownload it now, but remember, it’s only for testing purpose.
\nEnjoy it!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:75:"http://thecartpress.com/2011/07/new-beta-release-is-available-1-1-0-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"TheCartPress Product Options new Beta release is available, 1.0.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:97:"http://thecartpress.com/2011/06/thecartpress-product-options-new-beta-release-is-available-1-0-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:106:"http://thecartpress.com/2011/06/thecartpress-product-options-new-beta-release-is-available-1-0-3/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 20 Jun 2011 10:55: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1615";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:210:"New beta release for TheCartPress-ProductOptions ( or how to add colours and sizes to your products) Newest features of this release Modify all in product-options list Fixed some bugs Download it now. Enjoy it!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Sensei";s: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:329:"New beta release for TheCartPress-ProductOptions ( or how to add colours and sizes to your products)
\nNewest features of this release
\nEnjoy it!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:102:"http://thecartpress.com/2011/06/thecartpress-product-options-new-beta-release-is-available-1-0-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"New Beta release is available, 1.1.0 (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:70:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:79:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0-3/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 20 Jun 2011 08:25:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1611";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:523:"New Beta releases for TheCartPress 1.1.0 Newest features of this release Custom fields designer Checkout improvement: Transaction id Newest features into TheCartPress Checkout editor Billing Options Ex box for checkout Limit in tcp_shortcodes Grid layout (by default) in tcp_shortcodes and Product List Widgets Shipping Cost calculate by states/regions Name of Countries internationalisation tcp_checkout_validate_before_enter filter in Checkout Download it now, but remember, it’s only for testing purpose. Enjoy it!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Sensei";s: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:723:"New Beta releases for TheCartPress 1.1.0
\nNewest features of this release
\nNewest features into TheCartPress
\nDownload it now, but remember, it’s only for testing purpose.
\nEnjoy it!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:75:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"New Beta release is available, 1.1.0 (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:70:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:79:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0-2/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 Jun 2011 07:12: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1594";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:463:"New Beta releases for TheCartPress 1.1.0 Newest features of this release Shipping Cost calculate by states/regions Name of Countries internationalisation tcp_checkout_validate_before_enter filter in Checkout Newest features into TheCartPress Checkout editor Billing Options Ex box for checkout Limit in tcp_shortcodes Grid layout (by default) in tcp_shortcodes and Product List Widgets Download it now, but remember, it’s only for testing purpose. Enjoy it!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Sensei";s: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:645:"New Beta releases for TheCartPress 1.1.0
\nNewest features of this release
\nNewest features into TheCartPress
\nDownload it now, but remember, it’s only for testing purpose.
\nEnjoy it!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:75:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Showcase group";s:7:"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:47:"http://thecartpress.com/2011/06/showcase-group/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"http://thecartpress.com/2011/06/showcase-group/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 08 Jun 2011 11:45: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1558";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:207:"The Community of TheCartPress has created a new group called Showcase. In this group everybody could share their works made with TheCartPress. Make a link to your eCommerces, visit the Showcase. Best regards";s: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:6:"Sensei";s: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:301:"The Community of TheCartPress has created a new group called Showcase.
\nIn this group everybody could share their works made with TheCartPress.
\nMake a link to your eCommerces, visit the Showcase.
\nBest regards
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"http://thecartpress.com/2011/06/showcase-group/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"New Beta release is available, 1.1.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 08 Jun 2011 10:16:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1555";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:296:"New Beta releases for TheCartPress 1.1.0 Newest features into TheCartPress Checkout editor Billing Options Ex box for checkout Limit in tcp_shortcodes Grid layout (by default) in tcp_shortcodes and Product List Widgets Download it now, but remember, it’s only for testing purpose. Enjoy it!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Sensei";s: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:433:"New Beta releases for TheCartPress 1.1.0
\nNewest features into TheCartPress
\nDownload it now, but remember, it’s only for testing purpose.
\nEnjoy it!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://thecartpress.com/2011/06/new-beta-release-is-available-1-1-0/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Product Options plugin 1.0.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:61:"http://thecartpress.com/2011/05/product-options-plugin-1-0-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:70:"http://thecartpress.com/2011/05/product-options-plugin-1-0-2/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 11:45: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1543";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:228:"Launched TheCartPress Product Options 1.0.2, one of the plugins for our e-Commece plugin for WordPress. This new release adds these features: Fix some little bugs Adding new hooks Support TheCartPress 1.0.9 We hope you enjoy it!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Sensei";s: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:287:"Launched TheCartPress Product Options 1.0.2, one of the plugins for our e-Commece plugin for WordPress.
\nThis new release adds these features:
We hope you enjoy it!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:66:"http://thecartpress.com/2011/05/product-options-plugin-1-0-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"TheCartPress e-Commerce 1.0.9 is available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://thecartpress.com/2011/05/thecartpress-e-commerce-1-0-9-is-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:84:"http://thecartpress.com/2011/05/thecartpress-e-commerce-1-0-9-is-available/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 May 2011 11:13:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1540";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:757:"Launched TheCartPress 1.0.9, e-Commece cart plugin for WordPress: Simple Wish list (Suggested in the community) Settings: Hide downloadable menu (Suggested in the community) Settings: Products per page (Suggested in the community) Settings: Currency layout (Suggested in the community) Print order from order edit page (Suggested in the community) FlateRate/ShippingCost instance names (Suggested in the community) Tax!: International tax management (Suggested in the community) BuyButton: You could make your own buy buttons (Suggested in the community) New Chekout: Developed again. Now, … Continue reading ";s: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:6:"Sensei";s: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:1221:"Launched TheCartPress 1.0.9, e-Commece cart plugin for WordPress:
\nAnd that’s all. Enjoy it.
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:80:"http://thecartpress.com/2011/05/thecartpress-e-commerce-1-0-9-is-available/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:44:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"TheCartPress CSV Loader 1.0.4 is available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://thecartpress.com/2011/05/thecartpress-csv-loader-1-0-4-is-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:84:"http://thecartpress.com/2011/05/thecartpress-csv-loader-1-0-4-is-available/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 May 2011 15:57: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:2:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1518";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:414:"Launched a new version of the plugin TheCartPress CSVLoader. This release is numered like 1.0.4. This new release fix a bug with the session management. And, of course, we have a new beta release for TheCartPress 1.0.9. This new beta fix some bugs in the Checkout page. You could download it from here. Notice that the plugin TheCartPress-states has disappeared. It has been integrated into TheCartPress Enjoy it!!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Sensei";s: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:516:"Launched a new version of the plugin TheCartPress CSVLoader. This release is numered like 1.0.4.
\nThis new release fix a bug with the session management.
And, of course, we have a new beta release for TheCartPress 1.0.9. This new beta fix some bugs in the Checkout page.
\nYou could download it from here.
Notice that the plugin TheCartPress-states has disappeared. It has been integrated into TheCartPress
\nEnjoy it!!
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:80:"http://thecartpress.com/2011/05/thecartpress-csv-loader-1-0-4-is-available/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"New beta release is available (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:64:"http://thecartpress.com/2011/05/new-beta-release-is-available-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:73:"http://thecartpress.com/2011/05/new-beta-release-is-available-2/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 18 May 2011 16:30:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://thecartpress.com/?p=1510";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:602:"A new beta release has been upload. In this new version, a bug in the checkout has been fixed. You could test the new Template feature. In the left menu you could find a new menu called Templates. TheCartPress allows you to create different templates and assign them to some places, for example to the end of the checkout. Those Templates are like post, you could type text, attach images, add shortcodes, etc. For example, if you set a Template … Continue reading ";s: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:6:"Sensei";s: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:635:"A new beta release has been upload.
\nIn this new version, a bug in the checkout has been fixed.
\nYou could test the new Template feature. In the left menu you could find a new menu called Templates.
\nTheCartPress allows you to create different templates and assign them to some places, for example to the end of the checkout. Those Templates are like post, you could type text, attach images, add shortcodes, etc. For example, if you set a Template to the checkout-end point, the Template will be shown when the customers complete the checkout process.
\nAnd more enjoyable features!
\nBest regards
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://thecartpress.com/2011/05/new-beta-release-is-available-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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:29:"http://thecartpress.com/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:12:{s:4:"date";s:29:"Thu, 14 Jul 2011 10:43:56 GMT";s:6:"server";s:21:"Apache/2.2.3 (CentOS)";s:12:"x-powered-by";s:9:"PHP/5.2.6";s:10:"set-cookie";a:3:{i:0;s:44:"PHPSESSID=ce8dmp0dncbkvugoli99hklef7; path=/";i:1;s:65:"bp-message=deleted; expires=Wed, 14-Jul-2010 10:43:57 GMT; path=/";i:2;s:70:"bp-message-type=deleted; expires=Wed, 14-Jul-2010 10:43:57 GMT; path=/";}s:7:"expires";s:29:"Thu, 19 Nov 1981 08:52:00 GMT";s:13:"cache-control";s:62:"no-store, no-cache, must-revalidate, post-check=0, pre-check=0";s:6:"pragma";s:8:"no-cache";s:10:"x-pingback";s:34:"http://thecartpress.com/xmlrpc.php";s:13:"last-modified";s:29:"Tue, 12 Jul 2011 16:55:27 GMT";s:4:"etag";s:34:""a840e69c2f19e85fc9f2d29649fb4498"";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no'), (1475, 0, 'tcp_product_category_children', 'a:5:{i:12;a:12:{i:0;i:17;i:1;i:18;i:2;i:19;i:3;i:20;i:4;i:21;i:5;i:22;i:6;i:23;i:7;i:24;i:8;i:25;i:9;i:26;i:10;i:28;i:11;i:29;}i:26;a:3:{i:0;i:30;i:1;i:31;i:2;i:32;}i:17;a:3:{i:0;i:33;i:1;i:34;i:2;i:35;}i:14;a:3:{i:0;i:46;i:1;i:47;i:2;i:48;}i:15;a:8:{i:0;i:49;i:1;i:50;i:2;i:51;i:3;i:52;i:4;i:53;i:5;i:54;i:6;i:55;i:7;i:56;}}', 'yes'), (832, 0, 'mfbfw_callbackOnStart', '', 'yes'), (738, 0, '_site_transient_timeout_browser_01cd422dbf48e2ae3adc97f5e3e61a34', '1310462248', 'yes'), (739, 0, '_site_transient_browser_01cd422dbf48e2ae3adc97f5e3e61a34', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:10:"14.0.803.0";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'), (1106, 0, '_transient_timeout_feed_90e981c8bf563214b04d7165f7da5b7f', '1309982992', 'no'), (1107, 0, '_transient_feed_90e981c8bf563214b04d7165f7da5b7f', 'a:3:{s:3:"url";s:52:"http://getshopped.org/category/wp-e-commerce-plugin/";s:8:"feed_url";s:57:"http://getshopped.org/category/wp-e-commerce-plugin/feed/";s:5:"build";s:14:"20090627192103";}', 'no'), (1108, 0, '_transient_timeout_feed_mod_90e981c8bf563214b04d7165f7da5b7f', '1309982992', 'no'), (1109, 0, '_transient_feed_mod_90e981c8bf563214b04d7165f7da5b7f', '1309939792', 'no'), (1110, 0, '_transient_timeout_feed_2ab3e749fe117f8942138a191652d94b', '1309982992', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1111, 0, '_transient_feed_2ab3e749fe117f8942138a191652d94b', '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:50:"\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:38:"GetShopped.org » WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:21:"http://getshopped.org";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jul 2011 23:35:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.0.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:"item";a:10:{i:0;a:6:{s:4:"data";s:48:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"Plans for WP e-Commerce Plugin 3.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://getshopped.org/getshopped-news/plans-for-wp-e-commerce-plugin-3-9/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:82:"http://getshopped.org/getshopped-news/plans-for-wp-e-commerce-plugin-3-9/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 04 Jul 2011 23:35: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:8:"category";a:5:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce 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:"";}i:2;a:5:{s:4:"data";s:11:"3.9 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:"";}i:3;a:5:{s:4:"data";s:7:"coupons";s: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:5:{s:4:"data";s:19:"payment gateway API";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2982";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:315:"You’ll be pleased to know that we’ve been busy working on some new and exciting features for 3.9, which is expected to be ready in a few months. We decided that this release will focus on giving the WordPress e-Commerce Plugin a more robust and stable API. To be more specific, in our upcoming 3.9 [...]";s: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:"Gary Cao";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:78:"http://getshopped.org/getshopped-news/plans-for-wp-e-commerce-plugin-3-9/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"11";s: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 \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Plugin compatibility matrix";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://getshopped.org/getshopped-news/plugin-compatibility-matrix/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://getshopped.org/getshopped-news/plugin-compatibility-matrix/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 Jun 2011 12:28:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2895";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:306:"Kia Ora team. A member of the wider WordPress community, has suggested that we provide a Plugin compatibly matrix. So this week we’re going to put together exactly that, the list will be based on our findings and research and we will make that list available to you via a page on our website as [...]";s: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:"Dan Milward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://getshopped.org/getshopped-news/plugin-compatibility-matrix/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s: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:42:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"A Comprehensive Guide For Upgrading WP-e-Commerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://getshopped.org/getshopped-news/a-comprehensive-guide-for-upgrading-wp-e-commerce/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:97:"http://getshopped.org/getshopped-news/a-comprehensive-guide-for-upgrading-wp-e-commerce/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Jun 2011 06:24:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:8:"Tutorial";s: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:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2865";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:324:"Hi team. I’m just posting this on behalf of our friend Matthew Jones from Storefront Themes. It is a great read for people having issues upgrading from 3.7 versions of the WP e-Commerce to the new shiny, hot, sexy, delicious *cough – uhum*, new 3.8 version of our Plugin. Enjoy!!! Hi everyone, my name is [...]";s: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:"Dan Milward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:93:"http://getshopped.org/getshopped-news/a-comprehensive-guide-for-upgrading-wp-e-commerce/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"11";s: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 \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:48:"Coupons for 3.9 and Coupons to Custom Post Types";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://getshopped.org/getshopped-news/coupons-for-3-9-and-coupons-to-custom-post-types/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:96:"http://getshopped.org/getshopped-news/coupons-for-3-9-and-coupons-to-custom-post-types/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Jun 2011 01:44: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:2:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2861";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:345:"We’re in the process of upgrading our Coupon System for the WP e-Commerce 3.9 release. We already have code that converts Coupons to Custom Post Types in our Google Code repository – forged by Scott Basgard and the guys at WebDevStudios – which we’re busy adding to 3.9 now. And since we’re working on coupons [...]";s: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:"Dan Milward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:92:"http://getshopped.org/getshopped-news/coupons-for-3-9-and-coupons-to-custom-post-types/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"43";s: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:42:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Ron Paul 2012 running WordPress e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://getshopped.org/wp-e-commerce-plugin/ron-paul-2012-running-wordpress-e-commerce-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:102:"http://getshopped.org/wp-e-commerce-plugin/ron-paul-2012-running-wordpress-e-commerce-plugin/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Jun 2011 00:28:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:20:"WP e-Commerce 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:"";}i:1;a:5:{s:4:"data";s:8:"showcase";s: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:9:"political";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2961";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:298:"Being a Kiwi living in New Zealand I don’t know a LOT about American politics, there is what I read online, what they show on the news, there is the odd good book. Its all good stuff and personally I’m a big fan, every time I goto the USA I feel welcomed and a part of something [...]";s: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:"Dan Milward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:98:"http://getshopped.org/wp-e-commerce-plugin/ron-paul-2012-running-wordpress-e-commerce-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:42:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WP e-Commerce 3.8.4 and Gold Cart 2.9.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:78:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-4-and-gold-cart-2-9-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:87:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-4-and-gold-cart-2-9-2/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 May 2011 05:29: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:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:9:"Gold Cart";s: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:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2833";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:308:"Well everyone it seems we are coming to the end of updates and bug fixes for 3.8. The WP e-Commerce Plugin team would like to thank everyone for getting involved – if you have reported bugs, submitted code, or simply providing us with ideas and feedback then we salute you. We have all been going [...]";s: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:"Gary Cao";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-4-and-gold-cart-2-9-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"83";s: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 \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"WP-e-Commerce 3.8.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:58:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-3/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 08 May 2011 23:38: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2786";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:303:"We are pleased to say that 3.8.3 is now ready for your stores. Like 3.8.1 and 3.8.2 this release covers more fixes and issues, if you have reported a problem or provided us with a fix or contribution then thanks!, without your help none of this is possible. These bug fix updates should be slowing [...]";s: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:"Mychelle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"81";s: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:45:"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:99:"Automatic Sales Tax for WordPress e-Commerce has arrived… and brings with it Multi-page Checkout!";s:7:"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:143:"http://getshopped.org/getshopped-news/automatic-sales-tax-for-wordpress-e-commerce-has-arrived%e2%80%a6-and-brings-with-it-multi-page-checkout/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:152:"http://getshopped.org/getshopped-news/automatic-sales-tax-for-wordpress-e-commerce-has-arrived%e2%80%a6-and-brings-with-it-multi-page-checkout/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 01 May 2011 22:27:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:3:"Tax";s: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:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2755";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:"We’re excited to finally announce the release of TaxNOW for WordPress e-Commerce! This WordPress plugin is packed with features to help North American users reduce the workload of running an online business and staying compliant with sales tax laws. Version 1.0 Features TaxNOW from Evolving Office extends the functionality of your WordPress e-Commerce shopping cart [...]";s: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:"Dan Milward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:148:"http://getshopped.org/getshopped-news/automatic-sales-tax-for-wordpress-e-commerce-has-arrived%e2%80%a6-and-brings-with-it-multi-page-checkout/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"8";s: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 \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WP e-Commerce 3.9 Wish List";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://getshopped.org/getshopped-news/wp-e-commerce-3-9-wish-list/";s: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:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://getshopped.org/getshopped-news/wp-e-commerce-3-9-wish-list/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 30 Apr 2011 06:39:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2752";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:322:"The WP e-Commerce 3.8 Plugin release has been a really awesome success. It has been a great opportunity for us to improve our code base and align our Plugin with the very latest WordPress standards. Now that we use Custom Post Types for Products and the smoking hot WordPress User Interface for managing your product [...]";s: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:"Dan Milward";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://getshopped.org/getshopped-news/wp-e-commerce-3-9-wish-list/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"49";s: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 \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"WP e-Commerce 3.8.2 and Gold Cart Plugin 2.9.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:85:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-2-and-gold-cart-plugin-2-9-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:94:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-2-and-gold-cart-plugin-2-9-1/#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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Apr 2011 04:36: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:15:"GetShopped 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:"";}i:1;a:5:{s:4:"data";s:20:"WP e-Commerce Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://getshopped.org/?p=2719";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:317:"We are pleased to say that 3.8.2 is now ready for your stores. Like 3.8.1 this release covers more fixes and issues that have been reported by you, our beloved community, please see below for the full list of changes and modifications, we hope to bring you another few minor releases before we start development [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"Gary Cao";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:90:"http://getshopped.org/getshopped-news/wp-e-commerce-3-8-2-and-gold-cart-plugin-2-9-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"75";s: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:57:"http://getshopped.org/category/wp-e-commerce-plugin/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:17:{s:6:"server";s:21:"Apache/2.2.3 (CentOS)";s:12:"x-powered-by";s:22:"W3 Total Cache/0.9.2.3";s:13:"last-modified";s:29:"Mon, 04 Jul 2011 23:35:35 GMT";s:4:"vary";s:17:"Cookie,User-Agent";s:7:"expires";s:29:"Wed, 06 Jul 2011 09:04:58 GMT";s:6:"pragma";s:8:"no-cache";s:13:"cache-control";s:59:"private, no-cache, no-store, proxy-revalidate, no-transform";s:4:"etag";s:32:"bb444e99622f5581d6b85ed225c22b57";s:10:"x-pingback";s:32:"http://getshopped.org/xmlrpc.php";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:14:"content-length";s:5:"12341";s:4:"date";s:29:"Wed, 06 Jul 2011 08:10:23 GMT";s:9:"x-varnish";s:10:"1235767298";s:3:"age";s:1:"0";s:3:"via";s:11:"1.1 varnish";s:10:"connection";s:5:"close";s:7:"x-cache";s:4:"MISS";}s:5:"build";s:14:"20090627192103";}', 'no'), (742, 0, 'can_compress_scripts', '1', 'yes'), (1480, 0, 'framework_woo_export_options', 'YTo2Nzp7czoxOToic2JtX3dvb19zYm1fb3B0aW9ucyI7czo3MzoiYToyOntzOjg6InNpZGViYXJzIjthOjA6e31zOjg6InNldHRpbmdzIjthOjE6e3M6NzoiaW5mb2JveCI7czo0OiJzaG93Ijt9fSI7czoxODoid29vX2FsdF9zdHlsZXNoZWV0IjtzOjExOiJkZWZhdWx0LmNzcyI7czoxMjoid29vX2F1dG9faW1nIjtzOjU6ImZhbHNlIjtzOjE0OiJ3b29fYm9keV9jb2xvciI7czo3OiIjMDAwMDAwIjtzOjEyOiJ3b29fYm9keV9pbWciO3M6NzU6Imh0dHA6Ly9sb2NhbGhvc3Qvb3JpZ2luYWxob3VzZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMS8wNi9mb25kb251ZXZhd2ViLmpwZyI7czoxMjoid29vX2JvZHlfcG9zIjtzOjEzOiJjZW50ZXIgY2VudGVyIjtzOjE1OiJ3b29fYm9keV9yZXBlYXQiO3M6OToibm8tcmVwZWF0IjtzOjIwOiJ3b29fYnJlYWRjcnVtYnNfc2hvdyI7czo0OiJ0cnVlIjtzOjE2OiJ3b29fYnV0dG9uX2NvbG9yIjtzOjc6IiM3Zjc4NzUiO3M6MTI6Indvb19jb21tZW50cyI7czo0OiJwb3N0IjtzOjExOiJ3b29fY29ubmVjdCI7czo0OiJ0cnVlIjtzOjE5OiJ3b29fY29ubmVjdF9ibG9nZ2VyIjtzOjQyOiJodHRwOi8vZWxibG9nZGVvcmlnaW5hbGhvdXNlLmJsb2dzcG90LmNvbS8iO3M6MTk6Indvb19jb25uZWN0X2NvbnRlbnQiO3M6MDoiIjtzOjIxOiJ3b29fY29ubmVjdF9kZWxpY2lvdXMiO3M6MDoiIjtzOjIwOiJ3b29fY29ubmVjdF9mYWNlYm9vayI7czo4MToiaHR0cDovL3d3dy5mYWNlYm9vay5jb20vcGFnZXMvT1JJR0lOQUwtSE9VU0UtTW9iaWxpYXJpby15LWRlY29yYWNpb24vMTYxMzY1MDAxMzYzIjtzOjE4OiJ3b29fY29ubmVjdF9mbGlja3IiO3M6MDoiIjtzOjIwOiJ3b29fY29ubmVjdF9saW5rZWRpbiI7czowOiIiO3M6MjU6Indvb19jb25uZWN0X25ld3NsZXR0ZXJfaWQiO3M6MDoiIjtzOjE5OiJ3b29fY29ubmVjdF9yZWxhdGVkIjtzOjU6ImZhbHNlIjtzOjE1OiJ3b29fY29ubmVjdF9yc3MiO3M6NDoidHJ1ZSI7czoxNzoid29vX2Nvbm5lY3RfdGl0bGUiO3M6MDoiIjtzOjE5OiJ3b29fY29ubmVjdF90d2l0dGVyIjtzOjM3OiJodHRwOi8vdHdpdHRlci5jb20vIyEvb3JpZ2luYWxob3VzZXNsIjtzOjE5OiJ3b29fY29ubmVjdF95b3V0dWJlIjtzOjA6IiI7czoyMToid29vX2NvbnRhY3Rmb3JtX2VtYWlsIjtzOjA6IiI7czoxNDoid29vX2N1c3RvbV9jc3MiO3M6MDoiIjtzOjE4OiJ3b29fY3VzdG9tX2Zhdmljb24iO3M6Njk6Imh0dHA6Ly9sb2NhbGhvc3Qvb3JpZ2luYWxob3VzZS93cC1jb250ZW50L3VwbG9hZHMvMjAxMS8wNi9mYXZpY29uLmljbyI7czoxMjoid29vX2ZlZWRfdXJsIjtzOjA6IiI7czoxMzoid29vX2ZvbnRfYm9keSI7czoxMzM6ImE6NTp7czo0OiJzaXplIjtzOjI6IjE4IjtzOjQ6InVuaXQiO3M6MjoicHgiO3M6NDoiZmFjZSI7czoxNzoiWWFub25lIEthZmZlZXNhdHoiO3M6NToic3R5bGUiO3M6Njoibm9ybWFsIjtzOjU6ImNvbG9yIjtzOjc6IiM5OTk5OTkiO30iO3M6MTI6Indvb19mb250X25hdiI7czoxMzM6ImE6NTp7czo0OiJzaXplIjtzOjI6IjIwIjtzOjQ6InVuaXQiO3M6MjoicHgiO3M6NDoiZmFjZSI7czoxNzoiWWFub25lIEthZmZlZXNhdHoiO3M6NToic3R5bGUiO3M6Njoibm9ybWFsIjtzOjU6ImNvbG9yIjtzOjc6IiM3Rjc4NzUiO30iO3M6MTk6Indvb19mb250X3Bvc3RfZW50cnkiO3M6MTI2OiJhOjU6e3M6NDoic2l6ZSI7czoyOiIxNiI7czo0OiJ1bml0IjtzOjI6InB4IjtzOjQ6ImZhY2UiO3M6MTA6IkRyb2lkIFNhbnMiO3M6NToic3R5bGUiO3M6Njoibm9ybWFsIjtzOjU6ImNvbG9yIjtzOjc6IiM5OTk5OTkiO30iO3M6MTg6Indvb19mb250X3Bvc3RfbWV0YSI7czoxMjY6ImE6NTp7czo0OiJzaXplIjtzOjI6IjEyIjtzOjQ6InVuaXQiO3M6MjoicHgiO3M6NDoiZmFjZSI7czoxMDoiRHJvaWQgU2FucyI7czo1OiJzdHlsZSI7czo2OiJub3JtYWwiO3M6NToiY29sb3IiO3M6NzoiIzk5OTk5OSI7fSI7czoxOToid29vX2ZvbnRfcG9zdF90aXRsZSI7czoxMzE6ImE6NTp7czo0OiJzaXplIjtzOjI6IjI0IjtzOjQ6InVuaXQiO3M6MjoicHgiO3M6NDoiZmFjZSI7czoxNzoiWWFub25lIEthZmZlZXNhdHoiO3M6NToic3R5bGUiO3M6NDoiYm9sZCI7czo1OiJjb2xvciI7czo3OiIjMTgxODE4Ijt9IjtzOjE5OiJ3b29fZm9udF9zaXRlX3RpdGxlIjtzOjE1OToiYTo1OntzOjQ6InNpemUiO3M6MjoiNDAiO3M6NDoidW5pdCI7czoyOiJweCI7czo0OiJmYWNlIjtzOjQzOiJDYWxpYnJpLCBDYW5kYXJhLCBTZWdvZSwgT3B0aW1hLCBzYW5zLXNlcmlmIjtzOjU6InN0eWxlIjtzOjY6Im5vcm1hbCI7czo1OiJjb2xvciI7czo3OiIjRkZGRkZGIjt9IjtzOjE2OiJ3b29fZm9udF90YWdsaW5lIjtzOjEzMzoiYTo1OntzOjQ6InNpemUiO3M6MjoiMTgiO3M6NDoidW5pdCI7czoyOiJweCI7czo0OiJmYWNlIjtzOjE3OiJZYW5vbmUgS2FmZmVlc2F0eiI7czo1OiJzdHlsZSI7czo2OiJub3JtYWwiO3M6NToiY29sb3IiO3M6NzoiIzk5OTk5OSI7fSI7czoyMjoid29vX2ZvbnRfd2lkZ2V0X3RpdGxlcyI7czoxMzQ6ImE6NTp7czo0OiJzaXplIjtzOjI6IjE2IjtzOjQ6InVuaXQiO3M6MjoicHgiO3M6NDoiZmFjZSI7czoyMDoiVGVybWluYWwgRG9zaXMgTGlnaHQiO3M6NToic3R5bGUiO3M6NDoiYm9sZCI7czo1OiJjb2xvciI7czo3OiIjN0Y3ODc1Ijt9IjtzOjE5OiJ3b29fZm9vdGVyX2FmZl9saW5rIjtzOjA6IiI7czoxNToid29vX2Zvb3Rlcl9sZWZ0IjtzOjQ6InRydWUiO3M6MjA6Indvb19mb290ZXJfbGVmdF90ZXh0IjtzOjA6IiI7czoxNjoid29vX2Zvb3Rlcl9yaWdodCI7czo0OiJ0cnVlIjtzOjIxOiJ3b29fZm9vdGVyX3JpZ2h0X3RleHQiO3M6MDoiIjtzOjE3OiJ3b29fZm9vdGVyX3NvY2lhbCI7czo0OiJ0cnVlIjtzOjIwOiJ3b29fZ29vZ2xlX2FuYWx5dGljcyI7czowOiIiO3M6MTQ6Indvb19ob21lX2ludHJvIjtzOjU4OiJTaSB0dSBjYXNhIHNlIHBhcmVjZSBhIHRvZGFzLCBub3NvdHJvcyBubyB0ZW5lbW9zIGxhIGN1bHBhIjtzOjE0OiJ3b29fbGlua19jb2xvciI7czo3OiIjN2Y3ODc1IjtzOjIwOiJ3b29fbGlua19ob3Zlcl9jb2xvciI7czo0OiIjZmZmIjtzOjg6Indvb19sb2dvIjtzOjcyOiJodHRwOi8vbG9jYWxob3N0L29yaWdpbmFsaG91c2Uvd3AtY29udGVudC91cGxvYWRzLzIwMTEvMDYvbG9nby1yb2pvMi5naWYiO3M6MTk6Indvb19wYWdpbmF0aW9uX3R5cGUiO3M6MTU6InBhZ2luYXRlZF9saW5rcyI7czoxNzoid29vX3Bpc19oYXJkX2Nyb3AiO3M6NDoidHJ1ZSI7czoxNDoid29vX3Bpc19yZXNpemUiO3M6NDoidHJ1ZSI7czoxNToid29vX3Bvc3RfYXV0aG9yIjtzOjU6ImZhbHNlIjtzOjE2OiJ3b29fcG9zdF9jb250ZW50IjtzOjc6ImV4Y2VycHQiO3M6MjI6Indvb19wb3N0X2ltYWdlX3N1cHBvcnQiO3M6NDoidHJ1ZSI7czoxMDoid29vX3Jlc2l6ZSI7czo0OiJ0cnVlIjtzOjEzOiJ3b29fcnNzX3RodW1iIjtzOjU6ImZhbHNlIjtzOjEyOiJ3b29fc2luZ2xlX2giO3M6MzoiMzAwIjtzOjEyOiJ3b29fc2luZ2xlX3ciO3M6MzoiMzAwIjtzOjE1OiJ3b29fc2l0ZV9sYXlvdXQiO3M6MTE6ImxheW91dC1mdWxsIjtzOjE5OiJ3b29fc3Vic2NyaWJlX2VtYWlsIjtzOjA6IiI7czoxMToid29vX3RhZ2xpbmUiO3M6NToiZmFsc2UiO3M6MTM6Indvb190ZXh0dGl0bGUiO3M6NToiZmFsc2UiO3M6MTU6Indvb190aHVtYl9hbGlnbiI7czoxMToiYWxpZ25jZW50ZXIiO3M6MTE6Indvb190aHVtYl9oIjtzOjM6IjE4NSI7czoxNjoid29vX3RodW1iX3NpbmdsZSI7czo0OiJ0cnVlIjtzOjIyOiJ3b29fdGh1bWJfc2luZ2xlX2FsaWduIjtzOjEwOiJhbGlnbnJpZ2h0IjtzOjExOiJ3b29fdGh1bWJfdyI7czozOiIxODUiO3M6MTQ6Indvb190aXRsZV9zaG93IjtzOjU6ImZhbHNlIjtzOjE0OiJ3b29fdHlwb2dyYXBoeSI7czo1OiJmYWxzZSI7fQ==', 'yes'), (1460, 0, 'duplicate_post_version', '1.1', 'yes'), (1409, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:2:{i:0;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:49:"http://es.wordpress.org/wordpress-3.2.1-es_ES.zip";s:6:"locale";s:5:"es_ES";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:49:"http://es.wordpress.org/wordpress-3.2.1-es_ES.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;}s:7:"current";s:5:"3.2.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:40:"http://wordpress.org/wordpress-3.2.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.2.1.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.2.1-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.2.1-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.2.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1310633555;s:15:"version_checked";s:5:"3.2.1";}', 'yes'), (1388, 0, '_site_transient_timeout_browser_22e325267b65b2f76d0bc7bbc881459e', '1311153250', 'yes'), (1389, 0, '_site_transient_browser_22e325267b65b2f76d0bc7bbc881459e', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:10:"14.0.814.0";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"12";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'), (1405, 0, 'widget_mp3-jplayer-widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (1406, 0, 'widget_mp3mi-widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (1413, 0, 'nivoslider4wp_width', '960', 'yes'), (1414, 0, 'nivoslider4wp_height', '550', 'yes'), (1415, 0, 'nivoslider4wp_colsBox', '4', 'yes'), (1416, 0, 'nivoslider4wp_rowsBox', '2', 'yes'), (1417, 0, 'nivoslider4wp_animSpeed', '2000', 'yes'), (1418, 0, 'nivoslider4wp_effect', 'fold', 'yes'), (1419, 0, 'nivoslider4wp_pauseTime', '6500', 'yes'), (1420, 0, 'nivoslider4wp_directionNav', 'false', 'yes'), (1421, 0, 'nivoslider4wp_directionNavHide', 'false', 'yes'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1385, 0, 'ws_menu_editor', 'a:3:{s:22:"hide_advanced_settings";b:1;s:19:"menu_format_version";i:4;s:11:"custom_menu";a:19:{s:9:"index.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Escritorio";s:12:"access_level";s:4:"read";s:4:"file";s:9:"index.php";s:9:"css_class";s:43:"menu-top menu-top-first menu-icon-dashboard";s:8:"hookname";s:14:"menu-dashboard";s:8:"icon_url";s:3:"div";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:2:{s:9:"index.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:6:"Inicio";s:12:"access_level";s:4:"read";s:4:"file";s:9:"index.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"index.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:15:"update-core.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:99:"Actualizar 0";s:12:"access_level";s:11:"update_core";s:4:"file";s:15:"update-core.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"index.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}}}s:10:"separator1";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:0:"";s:12:"access_level";s:4:"read";s:4:"file";s:10:"separator1";s:9:"css_class";s:17:"wp-menu-separator";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:1;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:9:"separator";b:1;s:6:"hidden";b:0;s:5:"items";a:0:{}}s:8:"edit.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:8:"Entradas";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:8:"edit.php";s:9:"css_class";s:37:"open-if-no-js menu-top menu-icon-post";s:8:"hookname";s:10:"menu-posts";s:8:"icon_url";s:3:"div";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:4:{s:8:"edit.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:18:"Todas las entradas";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:8:"edit.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:8:"edit.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:12:"post-new.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nueva";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:12:"post-new.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:8:"edit.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:31:"edit-tags.php?taxonomy=category";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:11:"Categorías";s:12:"access_level";s:17:"manage_categories";s:4:"file";s:31:"edit-tags.php?taxonomy=category";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:8:"edit.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}s:31:"edit-tags.php?taxonomy=post_tag";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:25:"Etiquetas de las entradas";s:12:"access_level";s:17:"manage_categories";s:4:"file";s:31:"edit-tags.php?taxonomy=post_tag";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:8:"edit.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:3;s:6:"hidden";b:0;}}}s:10:"upload.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Multimedia";s:12:"access_level";s:12:"upload_files";s:4:"file";s:10:"upload.php";s:9:"css_class";s:24:"menu-top menu-icon-media";s:8:"hookname";s:10:"menu-media";s:8:"icon_url";s:3:"div";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:3;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:2:{s:10:"upload.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:20:"Librería multimedia";s:12:"access_level";s:12:"upload_files";s:4:"file";s:10:"upload.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"upload.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:13:"media-new.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nuevo";s:12:"access_level";s:12:"upload_files";s:4:"file";s:13:"media-new.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"upload.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}}}s:16:"link-manager.php";a:14:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";b:0;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:7:"Enlaces";s:12:"access_level";s:12:"manage_links";s:4:"file";s:16:"link-manager.php";s:9:"css_class";s:24:"menu-top menu-icon-links";s:8:"hookname";s:10:"menu-links";s:8:"icon_url";s:3:"div";s:8:"position";i:4;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:4;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:3:{s:16:"link-manager.php";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:17:"Todos los enlaces";s:12:"access_level";s:12:"manage_links";s:4:"file";s:16:"link-manager.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:16:"link-manager.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:12:"link-add.php";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nuevo";s:12:"access_level";s:12:"manage_links";s:4:"file";s:12:"link-add.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:16:"link-manager.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:36:"edit-tags.php?taxonomy=link_category";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:22:"Categorías de enlaces";s:12:"access_level";s:17:"manage_categories";s:4:"file";s:36:"edit-tags.php?taxonomy=link_category";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:16:"link-manager.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}}}s:23:"edit.php?post_type=page";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:8:"Páginas";s:12:"access_level";s:10:"edit_pages";s:4:"file";s:23:"edit.php?post_type=page";s:9:"css_class";s:23:"menu-top menu-icon-page";s:8:"hookname";s:10:"menu-pages";s:8:"icon_url";s:3:"div";s:8:"position";i:5;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:5;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:2:{s:23:"edit.php?post_type=page";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:18:"Todas las páginas";s:12:"access_level";s:10:"edit_pages";s:4:"file";s:23:"edit.php?post_type=page";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:23:"edit.php?post_type=page";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:27:"post-new.php?post_type=page";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nueva";s:12:"access_level";s:10:"edit_pages";s:4:"file";s:27:"post-new.php?post_type=page";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:23:"edit.php?post_type=page";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}}}s:17:"edit-comments.php";a:14:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:90:"Comentarios 0";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:17:"edit-comments.php";s:9:"css_class";s:27:"menu-top menu-icon-comments";s:8:"hookname";s:13:"menu-comments";s:8:"icon_url";s:3:"div";s:8:"position";i:6;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:6;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:1:{s:17:"edit-comments.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:21:"Todos los comentarios";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:17:"edit-comments.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:17:"edit-comments.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}}}s:30:"edit.php?post_type=tcp_product";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:9:"Productos";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:30:"edit.php?post_type=tcp_product";s:9:"css_class";s:23:"menu-top menu-icon-post";s:8:"hookname";s:22:"menu-posts-tcp_product";s:8:"icon_url";s:3:"div";s:8:"position";i:7;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:7;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:5:{s:30:"edit.php?post_type=tcp_product";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:9:"Productos";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:30:"edit.php?post_type=tcp_product";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:30:"edit.php?post_type=tcp_product";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:34:"post-new.php?post_type=tcp_product";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nuevo";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:34:"post-new.php?post_type=tcp_product";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:30:"edit.php?post_type=tcp_product";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:69:"edit-tags.php?taxonomy=tcp_product_category&post_type=tcp_product";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:11:"Categorías";s:12:"access_level";s:17:"manage_categories";s:4:"file";s:69:"edit-tags.php?taxonomy=tcp_product_category&post_type=tcp_product";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:30:"edit.php?post_type=tcp_product";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}s:64:"edit-tags.php?taxonomy=tcp_product_tag&post_type=tcp_product";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:22:"Etiquetas de productos";s:12:"access_level";s:17:"manage_categories";s:4:"file";s:64:"edit-tags.php?taxonomy=tcp_product_tag&post_type=tcp_product";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:30:"edit.php?post_type=tcp_product";s:14:"is_plugin_page";b:0;}s:8:"position";i:3;s:6:"hidden";b:0;}s:69:"edit-tags.php?taxonomy=tcp_product_supplier&post_type=tcp_product";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:11:"Proveedores";s:12:"access_level";s:17:"manage_categories";s:4:"file";s:69:"edit-tags.php?taxonomy=tcp_product_supplier&post_type=tcp_product";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:4;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:30:"edit.php?post_type=tcp_product";s:14:"is_plugin_page";b:0;}s:8:"position";i:4;s:6:"hidden";b:0;}}}s:31:"edit.php?post_type=tcp_template";a:14:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Plantillas";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:31:"edit.php?post_type=tcp_template";s:9:"css_class";s:23:"menu-top menu-icon-post";s:8:"hookname";s:23:"menu-posts-tcp_template";s:8:"icon_url";s:3:"div";s:8:"position";i:8;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:8;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:2:{s:31:"edit.php?post_type=tcp_template";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Plantillas";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:31:"edit.php?post_type=tcp_template";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:31:"edit.php?post_type=tcp_template";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:35:"post-new.php?post_type=tcp_template";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nuevo";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:35:"post-new.php?post_type=tcp_template";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:31:"edit.php?post_type=tcp_template";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}}}s:9:"woothemes";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:10:"Page Title";s:10:"menu_title";s:14:"Original House";s:12:"access_level";s:14:"manage_options";s:4:"file";s:9:"woothemes";s:9:"css_class";s:32:"menu-top toplevel_page_woothemes";s:8:"hookname";s:23:"toplevel_page_woothemes";s:8:"icon_url";s:69:"http://localhost/originalhouse/wp-content/uploads/2011/06/favicon.ico";s:8:"position";i:9;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:1;}s:8:"position";i:9;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:4:{s:9:"woothemes";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:14:"Original House";s:10:"menu_title";s:13:"Theme Options";s:12:"access_level";s:14:"manage_options";s:4:"file";s:9:"woothemes";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"woothemes";s:14:"is_plugin_page";b:1;}s:8:"position";i:0;s:6:"hidden";b:0;}s:28:"woothemes_framework_settings";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:18:"Framework Settings";s:10:"menu_title";s:18:"Framework Settings";s:12:"access_level";s:14:"manage_options";s:4:"file";s:28:"woothemes_framework_settings";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"woothemes";s:14:"is_plugin_page";b:1;}s:8:"position";i:1;s:6:"hidden";b:0;}s:13:"woothemes_seo";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:3:"SEO";s:10:"menu_title";s:3:"SEO";s:12:"access_level";s:14:"manage_options";s:4:"file";s:13:"woothemes_seo";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"woothemes";s:14:"is_plugin_page";b:1;}s:8:"position";i:2;s:6:"hidden";b:0;}s:26:"woothemes_framework_update";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:19:"WooFramework Update";s:10:"menu_title";s:16:"Update Framework";s:12:"access_level";s:14:"manage_options";s:4:"file";s:26:"woothemes_framework_update";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"woothemes";s:14:"is_plugin_page";b:1;}s:8:"position";i:3;s:6:"hidden";b:0;}}}s:10:"separator2";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:0:"";s:12:"access_level";s:4:"read";s:4:"file";s:10:"separator2";s:9:"css_class";s:17:"wp-menu-separator";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:10;s:9:"separator";b:1;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:10;s:9:"separator";b:1;s:6:"hidden";b:0;s:5:"items";a:0:{}}s:10:"themes.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Apariencia";s:12:"access_level";s:13:"switch_themes";s:4:"file";s:10:"themes.php";s:9:"css_class";s:29:"menu-top menu-icon-appearance";s:8:"hookname";s:15:"menu-appearance";s:8:"icon_url";s:3:"div";s:8:"position";i:11;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:11;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:6:{s:10:"themes.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:5:"Temas";s:12:"access_level";s:13:"switch_themes";s:4:"file";s:10:"themes.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"themes.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:11:"widgets.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:7:"Widgets";s:12:"access_level";s:18:"edit_theme_options";s:4:"file";s:11:"widgets.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"themes.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:13:"nav-menus.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:6:"Menús";s:12:"access_level";s:18:"edit_theme_options";s:4:"file";s:13:"nav-menus.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"themes.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}s:12:"lightboxplus";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:13:"Lightbox Plus";s:10:"menu_title";s:13:"Lightbox Plus";s:12:"access_level";s:14:"manage_options";s:4:"file";s:12:"lightboxplus";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"themes.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:3;s:6:"hidden";b:0;}s:93:"D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/includes/tcp-functions.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:20:"Ajustes del TCP Loop";s:10:"menu_title";s:20:"Ajustes del TCP Loop";s:12:"access_level";s:17:"tcp_edit_settings";s:4:"file";s:93:"D:/Trabajo/OriginalHouse/trunk/src/wp-content/themes/originalhouse/includes/tcp-functions.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:4;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"themes.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:4;s:6:"hidden";b:0;}s:16:"theme-editor.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:6:"Editor";s:10:"menu_title";s:6:"Editor";s:12:"access_level";s:11:"edit_themes";s:4:"file";s:16:"theme-editor.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:5;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:10:"themes.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:5;s:6:"hidden";b:0;}}}s:11:"plugins.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:87:"Plugins 0";s:12:"access_level";s:16:"activate_plugins";s:4:"file";s:11:"plugins.php";s:9:"css_class";s:26:"menu-top menu-icon-plugins";s:8:"hookname";s:12:"menu-plugins";s:8:"icon_url";s:3:"div";s:8:"position";i:12;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:12;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:3:{s:11:"plugins.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:18:"Plugins instalados";s:12:"access_level";s:16:"activate_plugins";s:4:"file";s:11:"plugins.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:11:"plugins.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:18:"plugin-install.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nuevo";s:12:"access_level";s:15:"install_plugins";s:4:"file";s:18:"plugin-install.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:11:"plugins.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:17:"plugin-editor.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:6:"Editor";s:12:"access_level";s:12:"edit_plugins";s:4:"file";s:17:"plugin-editor.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:11:"plugins.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}}}s:9:"users.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:8:"Usuarios";s:12:"access_level";s:10:"list_users";s:4:"file";s:9:"users.php";s:9:"css_class";s:24:"menu-top menu-icon-users";s:8:"hookname";s:10:"menu-users";s:8:"icon_url";s:3:"div";s:8:"position";i:13;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:13;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:3:{s:9:"users.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:18:"Todos los usuarios";s:12:"access_level";s:10:"list_users";s:4:"file";s:9:"users.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"users.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:12:"user-new.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:13:"Añadir nuevo";s:12:"access_level";s:12:"create_users";s:4:"file";s:12:"user-new.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"users.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:11:"profile.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:9:"Tu perfil";s:12:"access_level";s:4:"read";s:4:"file";s:11:"profile.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:9:"users.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}}}s:21:"plugin-update-blocker";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:12:"Herramientas";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:21:"plugin-update-blocker";s:9:"css_class";s:24:"menu-top menu-icon-tools";s:8:"hookname";s:10:"menu-tools";s:8:"icon_url";s:3:"div";s:8:"position";i:14;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:14;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:4:{s:21:"plugin-update-blocker";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:21:"Plugin update blocker";s:10:"menu_title";s:21:"Plugin update blocker";s:12:"access_level";i:8;s:4:"file";s:21:"plugin-update-blocker";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:21:"plugin-update-blocker";s:14:"is_plugin_page";b:1;}s:8:"position";i:0;s:6:"hidden";b:0;}s:9:"tools.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:24:"Herramientas disponibles";s:12:"access_level";s:10:"edit_posts";s:4:"file";s:9:"tools.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:21:"plugin-update-blocker";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:10:"import.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:8:"Importar";s:12:"access_level";s:6:"import";s:4:"file";s:10:"import.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:21:"plugin-update-blocker";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}s:10:"export.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:8:"Exportar";s:12:"access_level";s:6:"export";s:4:"file";s:10:"export.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:21:"plugin-update-blocker";s:14:"is_plugin_page";b:0;}s:8:"position";i:3;s:6:"hidden";b:0;}}}s:19:"options-general.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:7:"Ajustes";s:12:"access_level";s:14:"manage_options";s:4:"file";s:19:"options-general.php";s:9:"css_class";s:27:"menu-top menu-icon-settings";s:8:"hookname";s:13:"menu-settings";s:8:"icon_url";s:3:"div";s:8:"position";i:15;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:15;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:12:{s:19:"options-general.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:9:"Generales";s:12:"access_level";s:14:"manage_options";s:4:"file";s:19:"options-general.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:19:"options-writing.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:9:"Escritura";s:12:"access_level";s:14:"manage_options";s:4:"file";s:19:"options-writing.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:19:"options-reading.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:7:"Lectura";s:12:"access_level";s:14:"manage_options";s:4:"file";s:19:"options-reading.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}s:22:"options-discussion.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:11:"Comentarios";s:12:"access_level";s:14:"manage_options";s:4:"file";s:22:"options-discussion.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:3;s:6:"hidden";b:0;}s:17:"options-media.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Multimedia";s:12:"access_level";s:14:"manage_options";s:4:"file";s:17:"options-media.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:4;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:4;s:6:"hidden";b:0;}s:19:"options-privacy.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:10:"Privacidad";s:12:"access_level";s:14:"manage_options";s:4:"file";s:19:"options-privacy.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:5;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:5;s:6:"hidden";b:0;}s:21:"options-permalink.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:0:"";s:10:"menu_title";s:19:"Enlaces permanentes";s:12:"access_level";s:14:"manage_options";s:4:"file";s:21:"options-permalink.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:6;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:6;s:6:"hidden";b:0;}s:13:"duplicatepost";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:8:"Opciones";s:10:"menu_title";s:14:"Duplicate Post";s:12:"access_level";s:13:"administrator";s:4:"file";s:13:"duplicatepost";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:7;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:7;s:6:"hidden";b:0;}s:14:"mp3jplayer.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:11:"MP3 jPlayer";s:10:"menu_title";s:11:"MP3 jPlayer";s:12:"access_level";i:9;s:4:"file";s:14:"mp3jplayer.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:8;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:8;s:6:"hidden";b:0;}s:70:"tubepress/sys/classes/org/tubepress/impl/env/wordpress/Admin.class.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:17:"TubePress Options";s:10:"menu_title";s:9:"TubePress";s:12:"access_level";s:14:"manage_options";s:4:"file";s:70:"tubepress/sys/classes/org/tubepress/impl/env/wordpress/Admin.class.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:9;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:9;s:6:"hidden";b:0;}s:8:"pagenavi";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:26:"Configuración de PageNavi";s:10:"menu_title";s:8:"PageNavi";s:12:"access_level";s:14:"manage_options";s:4:"file";s:8:"pagenavi";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:10;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:10;s:6:"hidden";b:0;}s:11:"menu_editor";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:11:"Menu Editor";s:10:"menu_title";s:11:"Menu Editor";s:12:"access_level";s:14:"manage_options";s:4:"file";s:11:"menu_editor";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:11;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:19:"options-general.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:11;s:6:"hidden";b:0;}}}s:14:"separator-last";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:0:"";s:12:"access_level";s:4:"read";s:4:"file";s:14:"separator-last";s:9:"css_class";s:17:"wp-menu-separator";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:16;s:9:"separator";b:1;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:16;s:9:"separator";b:1;s:6:"hidden";b:0;s:5:"items";a:0:{}}s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";a:14:{s:10:"menu_title";s:7:"Portada";s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:25:"Nivo Slider for WordPress";s:10:"menu_title";s:25:"Nivo Slider For WordPress";s:12:"access_level";s:4:"read";s:4:"file";s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";s:9:"css_class";s:62:"menu-top toplevel_page_nivo-slider-for-wordpress/nivoslider4wp";s:8:"hookname";s:53:"toplevel_page_nivo-slider-for-wordpress/nivoslider4wp";s:8:"icon_url";s:88:"http://localhost/originalhouse/wp-content/plugins/nivo-slider-for-wordpress/img/menu.png";s:8:"position";i:17;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:1;}s:8:"position";i:17;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:2:{s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:14:"Add/Edit image";s:10:"menu_title";s:14:"Add/Edit image";s:12:"access_level";s:4:"read";s:4:"file";s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:0;s:6:"hidden";b:0;}s:21:"nivoslider4wp-options";a:9:{s:10:"menu_title";N;s:12:"access_level";s:13:"administrator";s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:7:"Options";s:10:"menu_title";s:7:"Options";s:12:"access_level";s:4:"read";s:4:"file";s:21:"nivoslider4wp-options";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:1;s:6:"hidden";b:0;}}}s:33:"thecartpress/admin/OrdersList.php";a:14:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:9:"css_class";N;s:8:"hookname";N;s:8:"icon_url";N;s:6:"custom";N;s:8:"defaults";a:12:{s:10:"page_title";s:0:"";s:10:"menu_title";s:12:"TheCartPress";s:12:"access_level";s:15:"tcp_read_orders";s:4:"file";s:33:"thecartpress/admin/OrdersList.php";s:9:"css_class";s:52:"menu-top toplevel_page_thecartpress/admin/OrdersList";s:8:"hookname";s:43:"toplevel_page_thecartpress/admin/OrdersList";s:8:"icon_url";s:77:"http://localhost/originalhouse/wp-content/plugins/thecartpress/images/tcp.png";s:8:"position";i:18;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:14:"is_plugin_page";b:0;}s:8:"position";i:18;s:9:"separator";b:0;s:6:"hidden";b:0;s:5:"items";a:12:{s:33:"thecartpress/admin/OrdersList.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:7:"Pedidos";s:10:"menu_title";s:7:"Pedidos";s:12:"access_level";s:15:"tcp_read_orders";s:4:"file";s:33:"thecartpress/admin/OrdersList.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:0;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:0;s:6:"hidden";b:0;}s:36:"thecartpress/admin/AddressesList.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:11:"Direcciones";s:10:"menu_title";s:11:"Direcciones";s:12:"access_level";s:18:"tcp_edit_addresses";s:4:"file";s:36:"thecartpress/admin/AddressesList.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:1;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:1;s:6:"hidden";b:0;}s:32:"thecartpress/admin/TaxesList.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:9:"Impuestos";s:10:"menu_title";s:9:"Impuestos";s:12:"access_level";s:14:"tcp_edit_taxes";s:4:"file";s:32:"thecartpress/admin/TaxesList.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:2;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:2;s:6:"hidden";b:0;}s:33:"thecartpress/admin/TaxesRates.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:21:"Tarifas de impuestos";s:10:"menu_title";s:21:"Tarifas de impuestos";s:12:"access_level";s:14:"tcp_edit_taxes";s:4:"file";s:33:"thecartpress/admin/TaxesRates.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:3;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:3;s:6:"hidden";b:0;}s:34:"thecartpress/admin/PluginsList.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:27:"Métodos de Pagos y Envíos";s:10:"menu_title";s:27:"Métodos de Pagos y Envíos";s:12:"access_level";s:16:"tcp_edit_plugins";s:4:"file";s:34:"thecartpress/admin/PluginsList.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:4;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:4;s:6:"hidden";b:0;}s:34:"thecartpress/admin/RelatedCats.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:24:"Categorías relacionadas";s:10:"menu_title";s:24:"Categorías relacionadas";s:12:"access_level";s:17:"tcp_edit_products";s:4:"file";s:34:"thecartpress/admin/RelatedCats.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:5;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:5;s:6:"hidden";b:0;}s:34:"thecartpress/admin/PriceUpdate.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:18:"Actualizar Precios";s:10:"menu_title";s:18:"Actualizar Precios";s:12:"access_level";s:16:"tcp_update_price";s:4:"file";s:34:"thecartpress/admin/PriceUpdate.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:6;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:6;s:6:"hidden";b:0;}s:34:"thecartpress/admin/StockUpdate.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:16:"Actualizar Stock";s:10:"menu_title";s:16:"Actualizar Stock";s:12:"access_level";s:16:"tcp_update_stock";s:4:"file";s:34:"thecartpress/admin/StockUpdate.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:7;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:7;s:6:"hidden";b:0;}s:41:"thecartpress/admin/ShortCodeGenerator.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:23:"Generador de Shortcodes";s:10:"menu_title";s:10:"Shortcodes";s:12:"access_level";s:23:"tcp_shortcode_generator";s:4:"file";s:41:"thecartpress/admin/ShortCodeGenerator.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:8;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:8;s:6:"hidden";b:0;}s:37:"thecartpress/admin/AdminBarConfig.php";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:39:"Configuración barra de administración";s:10:"menu_title";s:39:"Configuración barra de administración";s:12:"access_level";s:17:"tcp_edit_products";s:4:"file";s:37:"thecartpress/admin/AdminBarConfig.php";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:9;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:0;}s:8:"position";i:9;s:6:"hidden";b:0;}s:17:"tcp_settings_page";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:30:"Configuración de TheCartPress";s:10:"menu_title";s:14:"Configuración";s:12:"access_level";s:17:"tcp_edit_settings";s:4:"file";s:17:"tcp_settings_page";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:10;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:10;s:6:"hidden";b:0;}s:17:"ttc_settings_page";a:9:{s:10:"menu_title";N;s:12:"access_level";N;s:4:"file";N;s:10:"page_title";N;s:7:"open_in";N;s:6:"custom";N;s:8:"defaults";a:13:{s:10:"page_title";s:20:"Ajustes del TCP Loop";s:10:"menu_title";s:16:"Ajustes del Loop";s:12:"access_level";s:17:"tcp_edit_settings";s:4:"file";s:17:"ttc_settings_page";s:9:"css_class";s:0:"";s:8:"hookname";s:0:"";s:8:"icon_url";s:0:"";s:8:"position";i:11;s:9:"separator";b:0;s:6:"custom";b:0;s:7:"open_in";s:11:"same_window";s:6:"parent";s:33:"thecartpress/admin/OrdersList.php";s:14:"is_plugin_page";b:1;}s:8:"position";i:11;s:6:"hidden";b:0;}}}}}', 'yes'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1311, 0, 'js_width', '960', 'yes'), (1312, 0, 'js_height', '550', 'yes'), (1476, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1310639144;s:7:"checked";a:15:{s:33:"admin-menu-editor/menu-editor.php";s:5:"1.1.3";s:47:"custom-admin-branding/custom_admin_branding.php";s:5:"3.0.3";s:43:"custom-post-background/custom-post-back.php";s:7:"1.3.1.0";s:33:"duplicate-post/duplicate-post.php";s:5:"1.1.2";s:53:"google-maps-v3-shortcode/Google-Maps-v3-Shortcode.php";s:4:"1.02";s:30:"lightbox-plus/lightboxplus.php";s:5:"2.2.2";s:51:"make-filename-lowercase/make-filename-lowercase.php";s:5:"1.0.0";s:26:"mp3-jplayer/mp3jplayer.php";s:5:"1.7.1";s:43:"nivo-slider-for-wordpress/nivoslider4wp.php";s:5:"0.3.2";s:47:"plugin-update-blocker/plugin-update-blocker.php";s:3:"0.2";s:57:"sanitize-spanish-filenames/sanitize-spanish-filenames.php";s:5:"1.0.2";s:35:"thecartpress/TheCartPress.class.php";s:5:"1.0.9";s:23:"tubepress/tubepress.php";s:5:"2.2.0";s:41:"wordpress-importer/wordpress-importer.php";s:3:"0.4";s:27:"wp-pagenavi/wp-pagenavi.php";s:4:"2.74";}s:8:"response";a:0:{}}', 'yes'), (840, 0, 'lightboxplus_options', 'a:39:{s:18:"lightboxplus_style";s:5:"black";s:16:"use_custom_style";N;s:11:"disable_css";s:1:"1";s:12:"use_php_four";N;s:18:"lightboxplus_multi";N;s:10:"use_inline";N;s:10:"inline_num";s:1:"1";s:10:"transition";s:7:"elastic";s:5:"speed";s:3:"350";s:5:"width";s:5:"false";s:6:"height";s:5:"false";s:11:"inner_width";s:5:"false";s:12:"inner_height";s:5:"false";s:13:"initial_width";s:3:"300";s:14:"initial_height";s:3:"100";s:9:"max_width";s:5:"false";s:10:"max_height";s:5:"false";s:6:"resize";s:1:"1";s:7:"opacity";s:3:"0.8";s:10:"preloading";s:1:"1";s:11:"label_image";s:0:"";s:8:"label_of";s:2:"de";s:8:"previous";s:8:"anterior";s:4:"next";s:9:"siguiente";s:5:"close";s:6:"cerrar";s:13:"overlay_close";s:1:"1";s:9:"slideshow";N;s:14:"slideshow_auto";N;s:15:"slideshow_speed";s:4:"2500";s:15:"slideshow_start";s:5:"start";s:14:"slideshow_stop";s:4:"stop";s:17:"use_caption_title";N;s:20:"gallery_lightboxplus";N;s:18:"multiple_galleries";N;s:16:"use_class_method";N;s:10:"class_name";s:9:"cboxModal";s:16:"no_auto_lightbox";N;s:10:"text_links";N;s:16:"no_display_title";N;}', 'yes'), (810, 0, 'mfbfw_paddingColor', '#FFFFFF', 'yes'), (811, 0, 'mfbfw_padding', '10', 'yes'), (812, 0, 'mfbfw_overlayShow', 'on', 'yes'), (813, 0, 'mfbfw_overlayColor', '#666666', 'yes'), (814, 0, 'mfbfw_overlayOpacity', '0.3', 'yes'), (815, 0, 'mfbfw_zoomOpacity', 'on', 'yes'), (816, 0, 'mfbfw_zoomSpeedIn', '500', 'yes'), (817, 0, 'mfbfw_zoomSpeedOut', '500', 'yes'), (818, 0, 'mfbfw_zoomSpeedChange', '300', 'yes'), (819, 0, 'mfbfw_easing', '', 'yes'), (820, 0, 'mfbfw_easingIn', 'easeOutBack', 'yes'), (821, 0, 'mfbfw_easingOut', 'easeInBack', 'yes'), (822, 0, 'mfbfw_easingChange', 'easeInOutQuart', 'yes'), (823, 0, 'mfbfw_imageScale', 'on', 'yes'), (824, 0, 'mfbfw_enableEscapeButton', 'on', 'yes'), (825, 0, 'mfbfw_showCloseButton', 'on', 'yes'), (826, 0, 'mfbfw_centerOnScroll', 'on', 'yes'), (827, 0, 'mfbfw_hideOnOverlayClick', 'on', 'yes'), (828, 0, 'mfbfw_hideOnContentClick', '', 'yes'), (829, 0, 'mfbfw_loadAtFooter', '', 'yes'), (830, 0, 'mfbfw_frameWidth', '560', 'yes'), (809, 0, 'mfbfw_closeVerPos', 'top', 'yes'), (833, 0, 'mfbfw_callbackOnShow', '', 'yes'), (834, 0, 'mfbfw_callbackOnClose', '', 'yes'), (835, 0, 'mfbfw_galleryType', 'all', 'yes'), (836, 0, 'mfbfw_customExpression', 'jQuery(thumbnails).addClass("fancybox").attr("rel","fancybox").getTitle();', 'yes'), (837, 0, 'mfbfw_nojQuery', '', 'yes'), (838, 0, 'mfbfw_jQnoConflict', 'on', 'yes'), (839, 0, 'mfbfw_uninstall', '', 'yes'), (1426, 0, 'nivoslider4wp_colorCaption', 'ffffff', 'yes'), (1427, 0, 'nivoslider4wp_captionOpacity', '0.8', 'yes'), (1428, 0, 'nivoslider4wp_nivoslider4wp_js', 'footer', 'yes'), (1429, 0, 'nivoslider4wp_imageQuality', '80', 'yes'), (1430, 0, 'nivoslider4wp_js', 'head', 'yes'), (841, 0, 'lightboxplus_init', '1', 'yes'), (1112, 0, '_transient_timeout_feed_mod_2ab3e749fe117f8942138a191652d94b', '1309982992', 'no'), (1113, 0, '_transient_feed_mod_2ab3e749fe117f8942138a191652d94b', '1309939792', 'no'), (1404, 0, 'mp3FoxAdminOptions', 'a:34:{s:11:"initial_vol";s:3:"100";s:9:"auto_play";s:4:"true";s:7:"mp3_dir";s:1:"/";s:12:"player_theme";s:6:"styleF";s:15:"allow_remoteMp3";s:4:"true";s:13:"playlist_AtoZ";s:5:"false";s:12:"player_float";s:4:"none";s:13:"player_onblog";s:5:"false";s:19:"playlist_UseLibrary";s:5:"false";s:13:"playlist_show";s:5:"false";s:17:"remember_settings";s:4:"true";s:17:"hide_mp3extension";s:4:"true";s:16:"show_downloadmp3";s:5:"false";s:20:"disable_template_tag";s:5:"false";s:17:"db_plugin_version";s:5:"1.7.1";s:17:"custom_stylesheet";s:56:"/wp-content/plugins/mp3-jplayer/css/player-silverALT.css";s:10:"echo_debug";s:5:"false";s:19:"add_track_numbering";s:5:"false";s:13:"enable_popout";s:5:"false";s:15:"playlist_repeat";s:5:"false";s:12:"player_width";s:3:"40%";s:17:"popout_background";s:0:"";s:23:"popout_background_image";s:0:"";s:15:"colour_settings";a:19:{s:13:"screen_colour";s:0:"";s:14:"screen_opacity";s:0:"";s:14:"loadbar_colour";s:0:"";s:15:"loadbar_opacity";s:0:"";s:13:"posbar_colour";s:0:"";s:11:"posbar_tint";s:0:"";s:14:"posbar_opacity";s:0:"";s:18:"screen_text_colour";s:0:"";s:15:"playlist_colour";s:0:"";s:13:"playlist_tint";s:0:"";s:16:"playlist_opacity";s:0:"";s:16:"list_text_colour";s:0:"";s:19:"list_current_colour";s:0:"";s:17:"list_hover_colour";s:0:"";s:13:"listBGa_hover";s:0:"";s:15:"listBGa_current";s:0:"";s:11:"volume_grad";s:0:"";s:12:"list_divider";s:0:"";s:9:"indicator";s:0:"";}s:13:"use_fixed_css";s:5:"false";s:12:"paddings_top";s:3:"5px";s:15:"paddings_bottom";s:4:"40px";s:14:"paddings_inner";s:4:"35px";s:17:"popout_max_height";s:3:"600";s:12:"popout_width";s:3:"400";s:19:"popout_button_title";s:0:"";s:15:"max_list_height";s:0:"";s:12:"encode_files";s:4:"true";s:15:"animate_sliders";s:5:"false";}', 'yes'), (1315, 0, 'js_nav', 'false', 'yes'), (1325, 0, 'cd_res_options', 'a:15:{s:9:"res_speed";i:800;s:9:"res_pause";i:6000;s:8:"res_auto";s:4:"true";s:14:"res_continuous";s:4:"true";s:15:"res_controlshow";s:5:"false";s:11:"res_numeric";s:4:"true";s:17:"res_thumb_support";s:3:"off";s:17:"res_disable_style";s:3:"off";s:18:"res_disable_script";s:3:"off";s:10:"res_nextid";s:11:"cd-res-next";s:10:"res_previd";s:11:"cd-res-prev";s:12:"res_nexttext";s:7:"Next »";s:12:"res_prevtext";s:11:"« Previous";s:14:"res_controlsid";s:15:"cd-res-controls";s:27:"res_control_container_class";s:24:"cd-res-control-container";}', 'yes'), (1313, 0, 'js_pause', 'false', 'yes'), (1269, 0, '_transient_random_seed', '92ed898de707fe340efdd158aa856d0d', 'yes'), (1422, 0, 'nivoslider4wp_keyboardNav', 'false', 'yes'), (1348, 0, 'widget_pronamic_google_maps', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (1349, 0, 'Pronamic_Google_maps', 'a:2:{s:9:"installed";b:1;s:6:"active";a:2:{s:4:"page";b:1;s:4:"post";b:1;}}', 'yes'), (1284, 0, 'uninstall_plugins', 'a:3:{i:0;b:0;s:27:"wp-pagenavi/wp-pagenavi.php";s:14:"__return_false";s:41:"simple-nivo-slider/simple-nivo-slider.php";s:15:"snivo_uninstall";}', 'yes'), (1285, 0, 'pagenavi_options', 'a:15:{s:10:"pages_text";s:0:"";s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:10:"« Primera";s:9:"last_text";s:10:"Última »";s:9:"prev_text";s:2:"«";s:9:"next_text";s:2:"»";s:12:"dotleft_text";s:3:"...";s:13:"dotright_text";s:3:"...";s:9:"num_pages";i:10;s:23:"num_larger_page_numbers";i:3;s:28:"larger_page_numbers_multiple";i:10;s:11:"always_show";b:0;s:16:"use_pagenavi_css";b:1;s:5:"style";i:1;}', 'yes'), (1481, 0, '_site_transient_timeout_browser_5cfa67fe63822cce18d16f82bef555ea', '1311245029', 'yes'), (1482, 0, '_site_transient_browser_5cfa67fe63822cce18d16f82bef555ea', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:3:"5.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:1:"5";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'), (1495, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1310683441', 'no'), (1496, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1310640241', 'no'), (1497, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1310683441', 'no'), (1498, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '', 'no'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_postmeta` -- CREATE TABLE IF NOT EXISTS `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2390 ; -- -- Volcar la base de datos para la tabla `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'default'), (26, 33, '_wp_attached_file', '2011/06/1portada.jpg'), (27, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"470";s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:20:"2011/06/1portada.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"1portada-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"1portada-300x235.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"235";}}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:"";}}'), (260, 114, '_wp_attached_file', '2011/06/fondonuevaweb.jpg'), (219, 106, '_wp_attached_file', '2011/06/logo2.gif'), (261, 114, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"942";s:6:"height";s:3:"651";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:25:"2011/06/fondonuevaweb.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"fondonuevaweb-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"fondonuevaweb-300x207.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"207";}}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:"";}}'), (1139, 307, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"633";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''121''";s:4:"file";s:19:"2011/07/dug-741.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"dug-741-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"dug-741-300x236.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"236";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"dug-741-45x35.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"35";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"dug-741-95x75.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"75";}}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:"";}}'), (22, 26, '_wp_attached_file', '2011/06/pattern.jpg'), (23, 26, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1780";s:6:"height";s:3:"302";s:14:"hwstring_small";s:23:"height=''21'' width=''128''";s:4:"file";s:19:"2011/06/pattern.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"pattern-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"pattern-300x50.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"50";}s:5:"large";a:3:{s:4:"file";s:20:"pattern-1024x173.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"173";}}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:"";}}'), (1110, 294, '_edit_lock', '1309973334:1'), (1112, 294, '_edit_last', '1'), (1113, 294, 'seo_follow', 'false'), (1114, 294, 'seo_noindex', 'false'), (28, 34, '_wp_attached_file', '2011/06/2-.jpg'), (29, 34, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"395";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:14:"2011/06/2-.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"2--150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"2--300x197.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}}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:"";}}'), (30, 35, '_wp_attached_file', '2011/06/3-la-tienda.jpg'), (31, 35, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1600";s:6:"height";s:4:"1200";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:23:"2011/06/3-la-tienda.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"3-la-tienda-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"3-la-tienda-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:5:"large";a:3:{s:4:"file";s:24:"3-la-tienda-1024x768.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"768";}}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:"";}}'), (32, 36, '_wp_attached_file', '2011/06/3-muebles.jpg'), (33, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"462";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:21:"2011/06/3-muebles.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"3-muebles-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"3-muebles-300x231.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"231";}}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:"";}}'), (34, 37, '_wp_attached_file', '2011/06/4-servicios.jpg'), (35, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"484";s:14:"hwstring_small";s:23:"height=''96'' width=''119''";s:4:"file";s:23:"2011/06/4-servicios.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"4-servicios-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"4-servicios-300x242.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"242";}}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:"";}}'), (36, 38, '_wp_attached_file', '2011/06/5-ideas-y-consejos.jpg'), (37, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"429";s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:30:"2011/06/5-ideas-y-consejos.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:30:"5-ideas-y-consejos-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:30:"5-ideas-y-consejos-300x214.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"214";}}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:"";}}'), (38, 39, '_wp_attached_file', '2011/06/7-productos.jpg'), (39, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"431";s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:23:"2011/06/7-productos.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"7-productos-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"7-productos-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (40, 40, '_wp_attached_file', '2011/06/8-muebles.jpg'), (41, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"462";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:21:"2011/06/8-muebles.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"8-muebles-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"8-muebles-300x231.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"231";}}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:"";}}'), (42, 41, '_wp_attached_file', '2011/06/9-mesas.jpg'), (43, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"469";s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:19:"2011/06/9-mesas.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"9-mesas-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"9-mesas-300x234.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"234";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (44, 42, '_wp_attached_file', '2011/06/10-mesas-comedor.jpg'), (45, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"597";s:6:"height";s:3:"423";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:28:"2011/06/10-mesas-comedor.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"10-mesas-comedor-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:28:"10-mesas-comedor-300x212.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"212";}}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:"";}}'), (46, 43, '_wp_attached_file', '2011/06/11-mesas-de-centro-001.jpg'), (47, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"452";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:34:"2011/06/11-mesas-de-centro-001.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:34:"11-mesas-de-centro-001-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:34:"11-mesas-de-centro-001-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}}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:"";}}'), (2176, 545, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"650";s:6:"height";s:3:"436";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:13:"2011/07/3.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"3-300x201.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"201";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:11:"3-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:11:"3-95x63.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"63";}}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:"";}}'), (2175, 545, '_wp_attached_file', '2011/07/3.jpg'), (53, 44, '_edit_last', '1'), (54, 44, '_edit_lock', '1310573811:1'), (2267, 566, '_edit_lock', '1310635930:1'), (2268, 566, 'seo_follow', 'false'), (2141, 531, '_wp_attached_file', '2011/07/intro.mp3'), (2142, 531, '_wp_attachment_metadata', 'a:0:{}'), (2143, 532, '_wp_attached_file', '2011/07/intro.ogg'), (2144, 532, '_wp_attachment_metadata', 'a:0:{}'), (2290, 570, '_menu_item_menu_item_parent', '569'), (2285, 569, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2284, 569, '_menu_item_target', ''), (2278, 568, '_menu_item_url', '#'), (61, 57, '_edit_last', '1'), (58, 44, '_wp_page_template', 'template-homepage.php'), (59, 44, 'seo_follow', 'false'), (60, 44, 'seo_noindex', 'false'), (62, 57, '_edit_lock', '1309365223:1'), (63, 57, '_wp_page_template', 'default'), (64, 57, 'seo_follow', 'false'), (65, 57, 'seo_noindex', 'false'), (66, 60, '_menu_item_type', 'post_type'), (67, 60, '_menu_item_menu_item_parent', '0'), (68, 60, '_menu_item_object_id', '44'), (69, 60, '_menu_item_object', 'page'), (70, 60, '_menu_item_target', ''), (71, 60, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (72, 60, '_menu_item_xfn', ''), (73, 60, '_menu_item_url', ''), (75, 61, '_edit_last', '1'), (76, 61, '_edit_lock', '1310404514:1'), (77, 62, '_wp_attached_file', '2011/06/fondo-la-tienda.jpg'), (78, 62, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1197";s:6:"height";s:3:"650";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:27:"2011/06/fondo-la-tienda.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"fondo-la-tienda-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"fondo-la-tienda-300x162.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"162";}s:5:"large";a:3:{s:4:"file";s:28:"fondo-la-tienda-1024x556.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"556";}}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:"";}}'), (79, 63, '_wp_attached_file', '2011/06/fondo-localizanos.jpg'), (80, 63, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1197";s:6:"height";s:3:"650";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:29:"2011/06/fondo-localizanos.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:29:"fondo-localizanos-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:29:"fondo-localizanos-300x162.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"162";}s:5:"large";a:3:{s:4:"file";s:30:"fondo-localizanos-1024x556.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"556";}}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:"";}}'), (81, 64, '_wp_attached_file', '2011/06/fondo-servicios.jpg'), (82, 64, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"1197";s:6:"height";s:3:"650";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:27:"2011/06/fondo-servicios.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"fondo-servicios-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:27:"fondo-servicios-300x162.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"162";}s:5:"large";a:3:{s:4:"file";s:28:"fondo-servicios-1024x556.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"556";}}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:"";}}'), (83, 61, '_wp_page_template', 'default'), (84, 61, 'seo_follow', 'false'), (85, 61, 'seo_noindex', 'false'), (86, 69, '_menu_item_type', 'post_type'), (87, 69, '_menu_item_menu_item_parent', '0'), (88, 69, '_menu_item_object_id', '61'), (89, 69, '_menu_item_object', 'page'), (90, 69, '_menu_item_target', ''), (91, 69, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (92, 69, '_menu_item_xfn', ''), (93, 69, '_menu_item_url', ''), (95, 57, '_wp_trash_meta_status', 'publish'), (96, 57, '_wp_trash_meta_time', '1309371228'), (97, 2, '_wp_trash_meta_status', 'publish'), (98, 2, '_wp_trash_meta_time', '1309371228'), (271, 116, '_menu_item_type', 'post_type'), (956, 211, '_menu_item_object', 'tcp_product_category'), (269, 115, '_menu_item_url', ''), (268, 115, '_menu_item_xfn', ''), (266, 115, '_menu_item_target', ''), (255, 111, '_menu_item_url', ''), (254, 111, '_menu_item_xfn', ''), (108, 76, '_menu_item_type', 'post_type'), (109, 76, '_menu_item_menu_item_parent', '0'), (110, 76, '_menu_item_object_id', '44'), (111, 76, '_menu_item_object', 'page'), (112, 76, '_menu_item_target', ''), (113, 76, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (114, 76, '_menu_item_xfn', ''), (115, 76, '_menu_item_url', ''), (253, 111, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (252, 111, '_menu_item_target', ''), (251, 111, '_menu_item_object', 'category'), (250, 111, '_menu_item_object_id', '1'), (166, 82, 'seo_noindex', 'false'), (249, 111, '_menu_item_menu_item_parent', '0'), (248, 111, '_menu_item_type', 'taxonomy'), (267, 115, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (246, 110, '_menu_item_url', ''), (245, 110, '_menu_item_xfn', ''), (244, 110, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (165, 82, 'seo_follow', 'false'), (243, 110, '_menu_item_target', ''), (242, 110, '_menu_item_object', 'category'), (241, 110, '_menu_item_object_id', '1'), (239, 110, '_menu_item_type', 'taxonomy'), (164, 82, '_wp_page_template', 'default'), (258, 113, '_wp_attached_file', '2011/06/logo-rojo.gif'), (259, 113, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"315";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''32'' width=''128''";s:4:"file";s:21:"2011/06/logo-rojo.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"logo-rojo-150x80.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}s:6:"medium";a:3:{s:4:"file";s:20:"logo-rojo-300x76.gif";s:5:"width";s:3:"300";s:6:"height";s:2:"76";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'), (163, 82, '_edit_lock', '1310401940:1'), (153, 81, '_menu_item_type', 'taxonomy'), (154, 81, '_menu_item_menu_item_parent', '0'), (155, 81, '_menu_item_object_id', '1'), (156, 81, '_menu_item_object', 'category'), (157, 81, '_menu_item_target', ''), (158, 81, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (159, 81, '_menu_item_xfn', ''), (160, 81, '_menu_item_url', ''), (162, 82, '_edit_last', '1'), (214, 103, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"315";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''32'' width=''128''";s:4:"file";s:17:"2011/06/logo1.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"logo1-150x80.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}s:6:"medium";a:3:{s:4:"file";s:16:"logo1-300x76.gif";s:5:"width";s:3:"300";s:6:"height";s:2:"76";}}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:"";}}'), (213, 103, '_wp_attached_file', '2011/06/logo1.gif'), (176, 88, '_edit_last', '1'), (177, 88, '_edit_lock', '1310470081:1'), (178, 88, '_wp_page_template', 'default'), (179, 88, 'seo_follow', 'false'), (180, 88, 'seo_noindex', 'false'), (181, 90, '_menu_item_type', 'post_type'), (182, 90, '_menu_item_menu_item_parent', '0'), (183, 90, '_menu_item_object_id', '88'), (184, 90, '_menu_item_object', 'page'), (185, 90, '_menu_item_target', ''), (186, 90, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (187, 90, '_menu_item_xfn', ''), (188, 90, '_menu_item_url', ''), (190, 96, '_edit_last', '1'), (191, 96, '_edit_lock', '1310040249:1'), (192, 96, '_wp_page_template', 'template-fullwidth.php'), (193, 96, 'seo_follow', 'false'), (194, 96, 'seo_noindex', 'false'), (240, 110, '_menu_item_menu_item_parent', '0'), (262, 115, '_menu_item_type', 'post_type'), (263, 115, '_menu_item_menu_item_parent', '0'), (264, 115, '_menu_item_object_id', '96'), (265, 115, '_menu_item_object', 'page'), (220, 106, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"315";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''32'' width=''128''";s:4:"file";s:17:"2011/06/logo2.gif";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:16:"logo2-150x80.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}s:6:"medium";a:3:{s:4:"file";s:16:"logo2-300x76.gif";s:5:"width";s:3:"300";s:6:"height";s:2:"76";}}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:"";}}'), (272, 116, '_menu_item_menu_item_parent', '0'), (273, 116, '_menu_item_object_id', '82'), (274, 116, '_menu_item_object', 'page'), (275, 116, '_menu_item_target', ''), (276, 116, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (277, 116, '_menu_item_xfn', ''), (278, 116, '_menu_item_url', ''), (955, 211, '_menu_item_object_id', '21'), (280, 117, '_menu_item_type', 'post_type'), (281, 117, '_menu_item_menu_item_parent', '0'), (282, 117, '_menu_item_object_id', '61'), (283, 117, '_menu_item_object', 'page'), (284, 117, '_menu_item_target', ''), (285, 117, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (286, 117, '_menu_item_xfn', ''), (287, 117, '_menu_item_url', ''), (953, 211, '_menu_item_type', 'taxonomy'), (954, 211, '_menu_item_menu_item_parent', '115'), (298, 119, '_menu_item_type', 'post_type'), (299, 119, '_menu_item_menu_item_parent', '0'), (300, 119, '_menu_item_object_id', '88'), (301, 119, '_menu_item_object', 'page'), (302, 119, '_menu_item_target', ''), (303, 119, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (304, 119, '_menu_item_xfn', ''), (305, 119, '_menu_item_url', ''), (316, 121, '_edit_last', '1'), (307, 120, '_menu_item_type', 'post_type'), (308, 120, '_menu_item_menu_item_parent', '0'), (309, 120, '_menu_item_object_id', '82'), (310, 120, '_menu_item_object', 'page'), (311, 120, '_menu_item_target', ''), (312, 120, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (313, 120, '_menu_item_xfn', ''), (314, 120, '_menu_item_url', ''), (317, 121, '_edit_lock', '1310040233:1'), (318, 121, '_wp_page_template', 'template-fullwidth.php'), (319, 121, 'seo_follow', 'false'), (320, 121, 'seo_noindex', 'false'), (321, 123, '_menu_item_type', 'post_type'), (322, 123, '_menu_item_menu_item_parent', '0'), (323, 123, '_menu_item_object_id', '121'), (324, 123, '_menu_item_object', 'page'), (325, 123, '_menu_item_target', ''), (326, 123, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (327, 123, '_menu_item_xfn', ''), (328, 123, '_menu_item_url', ''), (1120, 298, '_wp_attached_file', '2011/07/acro-30a.jpg'), (948, 1, '_wp_trash_meta_time', '1309857479'), (949, 1, '_wp_trash_meta_comments_status', 'a:1:{i:1;s:1:"1";}'), (1121, 298, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"574";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:20:"2011/07/acro-30a.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"acro-30a-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"acro-30a-300x209.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"209";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"acro-30a-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:18:"acro-30a-95x66.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"66";}}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:"";}}'), (947, 1, '_wp_trash_meta_status', 'publish'), (2075, 508, '_wp_attached_file', '2011/07/3vintage.jpg'), (2076, 508, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:20:"2011/07/3vintage.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"3vintage-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"3vintage-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"3vintage-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:18:"3vintage-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2072, 507, '_wp_attached_file', '2011/07/4contemporaneo.jpg'), (2073, 507, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:26:"2011/07/4contemporaneo.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"4contemporaneo-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"4contemporaneo-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:24:"4contemporaneo-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:24:"4contemporaneo-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (355, 133, '_wp_trash_meta_status', 'publish'), (356, 133, '_wp_trash_meta_time', '1309800474'), (357, 134, '_wp_trash_meta_status', 'publish'), (358, 134, '_wp_trash_meta_time', '1309800474'), (959, 211, '_menu_item_xfn', ''), (960, 211, '_menu_item_url', ''), (1123, 299, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"482";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''115''";s:4:"file";s:21:"2011/07/acro-66ml.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"acro-66ml-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"acro-66ml-300x248.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"248";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"acro-66ml-45x37.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"37";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"acro-66ml-90x75.jpg";s:5:"width";s:2:"90";s:6:"height";s:2:"75";}}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:"";}}'), (1136, 306, '_wp_attached_file', '2011/07/dug-661.jpg'), (1126, 301, '_wp_attached_file', '2011/07/ari-102284.jpg'), (1127, 301, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"668";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:22:"2011/07/ari-102284.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"ari-102284-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"ari-102284-300x202.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"202";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"ari-102284-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"ari-102284-95x63.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"63";}}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:"";}}'), (2117, 519, '_edit_last', '1'), (1006, 218, '_edit_lock', '1309891019:1'), (1007, 218, 'seo_follow', 'false'), (1008, 218, 'seo_noindex', 'false'), (1018, 219, '_menu_item_object_id', '39'), (1144, 310, '_wp_attached_file', '2011/07/imo-35-57.jpg'), (1145, 310, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"649";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:21:"2011/07/imo-35-57.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"imo-35-57-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"imo-35-57-300x231.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"231";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-35-57-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-35-57-95x73.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"73";}}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:"";}}'), (1016, 219, '_menu_item_type', 'taxonomy'), (1017, 219, '_menu_item_menu_item_parent', '115'), (1022, 219, '_menu_item_xfn', ''), (1023, 219, '_menu_item_url', ''), (1025, 221, '_edit_lock', '1309891402:1'), (1026, 221, 'seo_follow', 'false'), (1027, 221, 'seo_noindex', 'false'), (1137, 306, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"518";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''110''";s:4:"file";s:19:"2011/07/dug-661.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"dug-661-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"dug-661-300x260.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"260";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"dug-661-45x39.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"39";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"dug-661-86x75.jpg";s:5:"width";s:2:"86";s:6:"height";s:2:"75";}}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:"";}}'), (1021, 219, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1020, 219, '_menu_item_target', ''), (1133, 304, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"755";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''67'' width=''128''";s:4:"file";s:26:"2011/07/cac-599-004463.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"cac-599-004463-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"cac-599-004463-300x158.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"158";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:24:"cac-599-004463-45x23.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"23";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:24:"cac-599-004463-95x50.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"50";}}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:"";}}'), (1122, 299, '_wp_attached_file', '2011/07/acro-66ml.jpg'), (1035, 221, '_edit_last', '1'), (1147, 311, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"680";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''94'' width=''128''";s:4:"file";s:21:"2011/07/imo-35-81.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"imo-35-81-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"imo-35-81-300x220.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"220";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-35-81-45x33.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"33";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-35-81-95x69.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"69";}}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:"";}}'), (1146, 311, '_wp_attached_file', '2011/07/imo-35-81.jpg'), (1142, 309, '_wp_attached_file', '2011/07/dug-w-743.jpg'), (1143, 309, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"470";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''100''";s:4:"file";s:21:"2011/07/dug-w-743.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"dug-w-743-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"dug-w-743-300x287.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"287";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"dug-w-743-45x43.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"43";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"dug-w-743-78x75.jpg";s:5:"width";s:2:"78";s:6:"height";s:2:"75";}}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:"";}}'), (1132, 304, '_wp_attached_file', '2011/07/cac-599-004463.jpg'), (1130, 303, '_wp_attached_file', '2011/07/cac-599-003649.jpg'), (1131, 303, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"714";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:26:"2011/07/cac-599-003649.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"cac-599-003649-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"cac-599-003649-300x168.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"168";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:24:"cac-599-003649-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:24:"cac-599-003649-95x53.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"53";}}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:"";}}'), (1148, 312, '_wp_attached_file', '2011/07/imo-35-113.jpg'), (1149, 312, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"686";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:22:"2011/07/imo-35-113.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"imo-35-113-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"imo-35-113-300x218.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"218";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"imo-35-113-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"imo-35-113-95x69.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"69";}}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:"";}}'), (1151, 313, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"662";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:22:"2011/07/imo-35-126.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"imo-35-126-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"imo-35-126-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"imo-35-126-45x33.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"33";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"imo-35-126-95x71.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"71";}}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:"";}}'), (1150, 313, '_wp_attached_file', '2011/07/imo-35-126.jpg'), (1155, 315, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"530";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/imo-75-25.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"imo-75-25-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"imo-75-25-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-75-25-45x33.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"33";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-75-25-95x71.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"71";}}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:"";}}'), (1156, 316, '_wp_attached_file', '2011/07/imo-75-26-e1309975749890.jpg'), (1157, 316, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"479";s:6:"height";s:3:"399";s:14:"hwstring_small";s:23:"height=''96'' width=''115''";s:4:"file";s:36:"2011/07/imo-75-26-e1309975749890.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:36:"imo-75-26-e1309975749890-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:36:"imo-75-26-e1309975749890-300x249.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"249";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-75-26-45x37.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"37";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-75-26-89x75.jpg";s:5:"width";s:2:"89";s:6:"height";s:2:"75";}}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:"";}}'), (1158, 317, '_wp_attached_file', '2011/07/imo-75-39.jpg'), (1159, 317, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"656";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:21:"2011/07/imo-75-39.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"imo-75-39-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"imo-75-39-300x205.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"205";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-75-39-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-75-39-95x65.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"65";}}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:"";}}'), (1160, 318, '_wp_attached_file', '2011/07/imo-75-46.jpg'), (1161, 318, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/imo-75-46.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"imo-75-46-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"imo-75-46-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-75-46-45x33.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"33";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-75-46-95x71.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"71";}}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:"";}}'), (1162, 319, '_wp_attached_file', '2011/07/ixi-16265.jpg'), (1163, 319, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"508";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''108''";s:4:"file";s:21:"2011/07/ixi-16265.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ixi-16265-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"ixi-16265-300x265.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"265";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"ixi-16265-45x39.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"39";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"ixi-16265-84x75.jpg";s:5:"width";s:2:"84";s:6:"height";s:2:"75";}}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:"";}}'), (1164, 320, '_wp_attached_file', '2011/07/ixi-7600400.jpg'), (1165, 320, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"605";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:23:"2011/07/ixi-7600400.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"ixi-7600400-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"ixi-7600400-300x198.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"198";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:21:"ixi-7600400-45x29.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"29";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:21:"ixi-7600400-95x62.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"62";}}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:"";}}'), (1166, 321, '_wp_attached_file', '2011/07/ixi-7600500.jpg'), (1167, 321, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"527";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''126''";s:4:"file";s:23:"2011/07/ixi-7600500.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"ixi-7600500-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"ixi-7600500-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:21:"ixi-7600500-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:21:"ixi-7600500-95x72.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"72";}}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:"";}}'), (1168, 322, '_wp_attached_file', '2011/07/ixi-7600600.jpg'), (1169, 322, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"593";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''126''";s:4:"file";s:23:"2011/07/ixi-7600600.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"ixi-7600600-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"ixi-7600600-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:21:"ixi-7600600-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:21:"ixi-7600600-95x72.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"72";}}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:"";}}'), (1170, 323, '_wp_attached_file', '2011/07/kubik-1400.jpg'), (1172, 324, '_wp_attached_file', '2011/07/mir-10700.jpg'), (1176, 326, '_wp_attached_file', '2011/07/moy-14608.jpg'), (1177, 326, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"536";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/moy-14608.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-14608-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-14608-300x223.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"223";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-14608-45x33.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"33";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-14608-95x70.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"70";}}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:"";}}'), (1179, 327, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"598";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/07/moy-30137.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30137-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30137-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30137-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30137-95x63.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"63";}}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:"";}}'), (1178, 327, '_wp_attached_file', '2011/07/moy-30137.jpg'), (1180, 328, '_wp_attached_file', '2011/07/moy-30212.jpg'), (1181, 328, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"557";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:21:"2011/07/moy-30212.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30212-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30212-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30212-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30212-95x68.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"68";}}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:"";}}'), (1182, 329, '_wp_attached_file', '2011/07/moy-30298.jpg'), (1183, 329, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"504";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''120''";s:4:"file";s:21:"2011/07/moy-30298.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30298-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30298-300x238.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"238";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30298-45x35.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"35";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30298-95x75.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"75";}}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:"";}}'), (1184, 330, '_wp_attached_file', '2011/07/moy-30313.jpg'), (1185, 330, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"566";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:21:"2011/07/moy-30313.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30313-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30313-300x212.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"212";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30313-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30313-95x67.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"67";}}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:"";}}'), (1186, 331, '_wp_attached_file', '2011/07/moy-30541.jpg'), (1187, 331, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"567";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:21:"2011/07/moy-30541.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30541-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30541-300x211.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"211";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30541-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30541-95x67.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"67";}}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:"";}}'), (1188, 332, '_wp_attached_file', '2011/07/moy-30550.jpg'); INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1189, 332, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"491";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''117''";s:4:"file";s:21:"2011/07/moy-30550.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30550-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30550-300x244.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"244";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30550-45x36.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"36";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30550-92x75.jpg";s:5:"width";s:2:"92";s:6:"height";s:2:"75";}}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:"";}}'), (1190, 333, '_wp_attached_file', '2011/07/moy-30940.jpg'), (1191, 333, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"592";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:21:"2011/07/moy-30940.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30940-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30940-300x202.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"202";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30940-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30940-95x64.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"64";}}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:"";}}'), (1193, 334, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"641";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''79'' width=''128''";s:4:"file";s:21:"2011/07/moy-30950.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-30950-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-30950-300x187.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"187";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-30950-45x28.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"28";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-30950-95x59.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"59";}}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:"";}}'), (1192, 334, '_wp_attached_file', '2011/07/moy-30950.jpg'), (1195, 335, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"579";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:22:"2011/07/moy-145062.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-145062-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-145062-300x207.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"207";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"moy-145062-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"moy-145062-95x65.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"65";}}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:"";}}'), (1194, 335, '_wp_attached_file', '2011/07/moy-145062.jpg'), (1196, 336, '_wp_attached_file', '2011/07/moy-145062j.jpg'), (1197, 336, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"607";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:23:"2011/07/moy-145062j.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"moy-145062j-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"moy-145062j-300x197.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:21:"moy-145062j-45x29.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"29";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:21:"moy-145062j-95x62.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"62";}}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:"";}}'), (1199, 337, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"556";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:22:"2011/07/moy-145071.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-145071-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-145071-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"moy-145071-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"moy-145071-95x68.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"68";}}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:"";}}'), (1201, 338, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"586";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''87'' width=''128''";s:4:"file";s:22:"2011/07/moy-301528.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-301528-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-301528-300x204.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"204";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"moy-301528-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"moy-301528-95x64.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"64";}}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:"";}}'), (1200, 338, '_wp_attached_file', '2011/07/moy-301528.jpg'), (1202, 339, '_wp_attached_file', '2011/07/moy-301529.jpg'), (1203, 339, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"595";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''86'' width=''128''";s:4:"file";s:22:"2011/07/moy-301529.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"moy-301529-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"moy-301529-300x201.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"201";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"moy-301529-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"moy-301529-95x63.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"63";}}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:"";}}'), (1204, 340, '_wp_attached_file', '2011/07/om-555.jpg'), (1205, 340, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''125''";s:4:"file";s:18:"2011/07/om-555.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-555-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-555-300x229.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"229";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-555-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-555-95x72.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"72";}}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:"";}}'), (1206, 341, '_wp_attached_file', '2011/07/om-627.jpg'), (1207, 341, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"500";s:6:"height";s:3:"419";s:14:"hwstring_small";s:23:"height=''96'' width=''114''";s:4:"file";s:18:"2011/07/om-627.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-627-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-627-300x251.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"251";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-627-45x37.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"37";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-627-89x75.jpg";s:5:"width";s:2:"89";s:6:"height";s:2:"75";}}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:"";}}'), (1208, 342, '_wp_attached_file', '2011/07/om-666.jpg'), (1209, 342, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"649";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:18:"2011/07/om-666.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-666-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-666-300x231.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"231";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-666-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-666-95x73.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"73";}}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:"";}}'), (1211, 343, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"517";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''124''";s:4:"file";s:18:"2011/07/om-706.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-706-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-706-300x232.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"232";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-706-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-706-95x73.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"73";}}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:"";}}'), (1210, 343, '_wp_attached_file', '2011/07/om-706.jpg'), (1212, 344, '_wp_attached_file', '2011/07/om-728.jpg'), (1213, 344, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"509";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''122''";s:4:"file";s:18:"2011/07/om-728.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-728-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-728-300x235.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"235";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-728-45x35.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"35";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-728-95x75.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"75";}}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:"";}}'), (1215, 345, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"610";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:18:"2011/07/om-732.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-732-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-732-300x172.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"172";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-732-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-732-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (1214, 345, '_wp_attached_file', '2011/07/om-732.jpg'), (1216, 346, '_wp_attached_file', '2011/07/om-740.jpg'), (1217, 346, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"494";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''118''";s:4:"file";s:18:"2011/07/om-740.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"om-740-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"om-740-300x242.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"242";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:16:"om-740-45x36.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"36";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:16:"om-740-92x75.jpg";s:5:"width";s:2:"92";s:6:"height";s:2:"75";}}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:"";}}'), (1218, 347, '_wp_attached_file', '2011/07/om-1150.jpg'), (1219, 347, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"521";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''125''";s:4:"file";s:19:"2011/07/om-1150.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"om-1150-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"om-1150-300x230.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"230";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"om-1150-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"om-1150-95x72.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"72";}}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:"";}}'), (1220, 348, '_wp_attached_file', '2011/07/om-1151.jpg'), (1221, 348, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"465";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''111''";s:4:"file";s:19:"2011/07/om-1151.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"om-1151-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"om-1151-300x258.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"258";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"om-1151-45x38.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"38";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"om-1151-87x75.jpg";s:5:"width";s:2:"87";s:6:"height";s:2:"75";}}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:"";}}'), (1222, 349, '_wp_attached_file', '2011/07/om-1161.jpg'), (1223, 349, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"401";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''76''";s:4:"file";s:19:"2011/07/om-1161.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"om-1161-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"om-1161-240x300.jpg";s:5:"width";s:3:"240";s:6:"height";s:3:"300";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"om-1161-36x45.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"45";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"om-1161-60x75.jpg";s:5:"width";s:2:"60";s:6:"height";s:2:"75";}}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:"";}}'), (1225, 350, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"556";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:19:"2011/07/om-1167.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"om-1167-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"om-1167-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"om-1167-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"om-1167-95x68.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"68";}}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:"";}}'), (1224, 350, '_wp_attached_file', '2011/07/om-1167.jpg'), (1226, 351, '_wp_attached_file', '2011/07/om-1172.jpg'), (1227, 351, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"429";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''102''";s:4:"file";s:19:"2011/07/om-1172.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"om-1172-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"om-1172-300x279.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"279";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"om-1172-45x41.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"41";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"om-1172-80x75.jpg";s:5:"width";s:2:"80";s:6:"height";s:2:"75";}}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:"";}}'), (1228, 352, '_wp_attached_file', '2011/07/soc-10077.jpg'), (1229, 352, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"644";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''69'' width=''128''";s:4:"file";s:21:"2011/07/soc-10077.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"soc-10077-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"soc-10077-300x163.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"163";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"soc-10077-45x24.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"24";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"soc-10077-95x51.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"51";}}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:"";}}'), (1230, 353, '_wp_attached_file', '2011/07/soc-10093.jpg'), (1231, 353, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"626";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:21:"2011/07/soc-10093.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"soc-10093-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"soc-10093-300x167.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"167";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"soc-10093-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"soc-10093-95x53.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"53";}}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:"";}}'), (1232, 354, '_wp_attached_file', '2011/07/sp-30214.jpg'), (1233, 354, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"557";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:20:"2011/07/sp-30214.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-30214-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-30214-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"sp-30214-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:18:"sp-30214-95x68.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"68";}}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:"";}}'), (1235, 355, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"570";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''89'' width=''128''";s:4:"file";s:20:"2011/07/sp-31440.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31440-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31440-300x210.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"210";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"sp-31440-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:18:"sp-31440-95x66.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"66";}}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:"";}}'), (1234, 355, '_wp_attached_file', '2011/07/sp-31440.jpg'), (1236, 356, '_wp_attached_file', '2011/07/sp-31577.jpg'), (1237, 356, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"627";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''81'' width=''128''";s:4:"file";s:20:"2011/07/sp-31577.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"sp-31577-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"sp-31577-300x191.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"191";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"sp-31577-45x28.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"28";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:18:"sp-31577-95x60.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"60";}}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:"";}}'), (1238, 357, '_wp_attached_file', '2011/07/va-3127.jpg'), (1239, 357, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"704";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:19:"2011/07/va-3127.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-3127-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-3127-300x213.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"213";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"va-3127-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"va-3127-95x67.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"67";}}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:"";}}'), (1242, 359, '_wp_attached_file', '2011/07/va-8316.jpg'), (1243, 359, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"418";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:19:"2011/07/va-8316.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-8316-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-8316-300x215.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"215";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"va-8316-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"va-8316-95x68.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"68";}}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:"";}}'), (1240, 358, '_wp_attached_file', '2011/07/va-8302.jpg'), (1241, 358, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"539";s:6:"height";s:3:"500";s:14:"hwstring_small";s:23:"height=''96'' width=''103''";s:4:"file";s:19:"2011/07/va-8302.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"va-8302-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"va-8302-300x278.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"278";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"va-8302-45x41.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"41";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"va-8302-80x75.jpg";s:5:"width";s:2:"80";s:6:"height";s:2:"75";}}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:"";}}'), (1134, 305, '_wp_attached_file', '2011/07/cac-599-004565.jpg'), (1135, 305, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"774";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''66'' width=''128''";s:4:"file";s:26:"2011/07/cac-599-004565.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"cac-599-004565-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"cac-599-004565-300x155.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"155";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:24:"cac-599-004565-45x23.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"23";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:24:"cac-599-004565-95x49.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"49";}}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:"";}}'), (2277, 568, '_menu_item_xfn', ''), (1138, 307, '_wp_attached_file', '2011/07/dug-741.jpg'), (1005, 218, '_edit_last', '1'), (1080, 294, 'tcp_tax_id', '0'), (1081, 294, 'tcp_back_end_label', ''), (1082, 294, 'tcp_hide_buy_button', ''), (1083, 294, 'tcp_exclude_range', ''), (1084, 294, 'tcp_is_downloadable', ''), (1085, 294, 'tcp_max_downloads', '0'), (1086, 294, 'tcp_days_to_expire', '0'), (1087, 294, 'tcp_type', 'SIMPLE'), (1088, 294, 'tcp_is_visible', '1'), (1089, 294, 'tcp_price', '0'), (1090, 294, 'tcp_weight', '0'), (1091, 294, 'tcp_order', ''), (1092, 294, 'tcp_sku', ''), (1093, 294, 'tcp_stock', '-1'), (1094, 294, 'tcp_type', 'SIMPLE'), (1095, 294, 'tcp_is_visible', '1'), (1096, 294, 'tcp_price', '0'), (1097, 294, 'tcp_sku', ''), (1098, 294, 'tcp_stock', '-1'), (1099, 294, 'tcp_tax_id', '0'), (1102, 294, 'tcp_type', 'SIMPLE'), (1103, 294, 'tcp_is_visible', '1'), (1104, 294, 'tcp_price', '0'), (1105, 294, 'tcp_sku', ''), (1106, 294, 'tcp_stock', '-1'), (1107, 294, 'tcp_tax_id', '0'), (1140, 308, '_wp_attached_file', '2011/07/dug-741-negro.jpg'), (1141, 308, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"695";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''82'' width=''128''";s:4:"file";s:25:"2011/07/dug-741-negro.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"dug-741-negro-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"dug-741-negro-300x194.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"194";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:23:"dug-741-negro-45x29.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"29";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:23:"dug-741-negro-95x61.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"61";}}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:"";}}'), (1198, 337, '_wp_attached_file', '2011/07/moy-145071.jpg'), (1174, 325, '_wp_attached_file', '2011/07/moy-14601.jpg'), (1175, 325, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"448";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''107''";s:4:"file";s:21:"2011/07/moy-14601.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"moy-14601-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"moy-14601-300x267.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"267";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"moy-14601-45x40.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"40";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"moy-14601-84x75.jpg";s:5:"width";s:2:"84";s:6:"height";s:2:"75";}}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:"";}}'), (1171, 323, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"697";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:22:"2011/07/kubik-1400.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"kubik-1400-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"kubik-1400-300x172.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"172";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"kubik-1400-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"kubik-1400-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (1173, 324, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"715";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''71'' width=''128''";s:4:"file";s:21:"2011/07/mir-10700.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"mir-10700-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"mir-10700-300x167.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"167";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"mir-10700-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"mir-10700-95x53.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"53";}}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:"";}}'), (1153, 314, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"594";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:21:"2011/07/imo-75-12.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"imo-75-12-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"imo-75-12-300x227.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"227";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"imo-75-12-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"imo-75-12-95x71.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"71";}}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:"";}}'), (1152, 314, '_wp_attached_file', '2011/07/imo-75-12.jpg'), (1154, 315, '_wp_attached_file', '2011/07/imo-75-25.jpg'), (1128, 302, '_wp_attached_file', '2011/07/ari-102287.jpg'), (1129, 302, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"675";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:22:"2011/07/ari-102287.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"ari-102287-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"ari-102287-300x200.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"200";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"ari-102287-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"ari-102287-95x63.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"63";}}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:"";}}'), (1019, 219, '_menu_item_object', 'wpsc_product_category'), (1125, 300, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"597";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:22:"2011/07/ari-102247.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"ari-102247-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"ari-102247-300x226.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"226";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"ari-102247-45x33.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"33";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"ari-102247-95x71.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"71";}}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:"";}}'), (1124, 300, '_wp_attached_file', '2011/07/ari-102247.jpg'), (958, 211, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (957, 211, '_menu_item_target', ''), (1244, 360, '_wp_attached_file', '2011/07/vic-15671.jpg'), (1245, 360, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"522";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''85'' width=''128''";s:4:"file";s:21:"2011/07/vic-15671.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-15671-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-15671-300x201.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"201";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"vic-15671-45x30.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"30";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"vic-15671-95x63.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"63";}}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:"";}}'), (1246, 361, '_wp_attached_file', '2011/07/vic-16205.jpg'), (1247, 361, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"481";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:21:"2011/07/vic-16205.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-16205-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-16205-300x218.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"218";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"vic-16205-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"vic-16205-95x69.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"69";}}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:"";}}'), (1248, 362, '_wp_attached_file', '2011/07/vic-16224.jpg'), (1249, 362, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"480";s:6:"height";s:3:"350";s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:21:"2011/07/vic-16224.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"vic-16224-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"vic-16224-300x218.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"218";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"vic-16224-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"vic-16224-95x69.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"69";}}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:"";}}'), (1250, 227, '_edit_lock', '1310483816:1'), (1252, 364, '_wp_attached_file', '2011/07/acro-66ml1.jpg'), (1253, 364, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"482";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=''96'' width=''115''";s:4:"file";s:22:"2011/07/acro-66ml1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"acro-66ml1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"acro-66ml1-300x248.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"248";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"acro-66ml1-45x37.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"37";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"acro-66ml1-90x75.jpg";s:5:"width";s:2:"90";s:6:"height";s:2:"75";}}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:"";}}'), (1255, 227, '_edit_last', '1'), (1256, 227, 'seo_follow', 'false'), (1257, 227, 'seo_noindex', 'false'), (1258, 227, 'tcp_tax_id', '0'), (1259, 227, 'tcp_back_end_label', ''), (1260, 227, 'tcp_hide_buy_button', ''), (1261, 227, 'tcp_exclude_range', ''), (1262, 227, 'tcp_is_downloadable', ''), (1263, 227, 'tcp_max_downloads', '0'), (1264, 227, 'tcp_days_to_expire', '0'), (1265, 227, 'tcp_type', 'SIMPLE'), (1266, 227, 'tcp_is_visible', '1'), (1267, 227, 'tcp_price', '697'), (1268, 227, 'tcp_weight', '0'), (1269, 227, 'tcp_order', '0'), (1270, 227, 'tcp_sku', ''), (1271, 227, 'tcp_stock', '-1'), (1295, 243, '_thumbnail_id', '314'), (1275, 228, '_edit_lock', '1309972120:1'), (1278, 294, '_thumbnail_id', NULL), (1279, 227, '_thumbnail_id', '364'), (1280, 228, '_thumbnail_id', '298'), (1281, 229, '_thumbnail_id', '300'), (1282, 230, '_thumbnail_id', '301'), (1283, 231, '_thumbnail_id', '302'), (1284, 232, '_thumbnail_id', '303'), (1285, 233, '_thumbnail_id', '304'), (1286, 234, '_thumbnail_id', '305'), (1287, 235, '_thumbnail_id', '306'), (1288, 236, '_thumbnail_id', '307'), (1289, 237, '_thumbnail_id', '308'), (1290, 238, '_thumbnail_id', '309'), (1291, 239, '_thumbnail_id', '312'), (1292, 240, '_thumbnail_id', '313'), (1293, 241, '_thumbnail_id', '310'), (1294, 242, '_thumbnail_id', '311'), (1296, 244, '_thumbnail_id', '315'), (1298, 246, '_thumbnail_id', '317'), (1299, 247, '_thumbnail_id', '318'), (1300, 248, '_thumbnail_id', '319'), (1301, 249, '_thumbnail_id', '320'), (1302, 250, '_thumbnail_id', '321'), (1303, 251, '_thumbnail_id', '322'), (1304, 252, '_thumbnail_id', '323'), (1305, 253, '_thumbnail_id', '324'), (1306, 254, '_thumbnail_id', '336'), (1307, 255, '_thumbnail_id', '334'), (1308, 256, '_thumbnail_id', '335'), (1309, 257, '_thumbnail_id', '337'), (1310, 258, '_thumbnail_id', '325'), (1311, 259, '_thumbnail_id', '326'), (1312, 260, '_thumbnail_id', '327'), (1313, 261, '_thumbnail_id', '338'), (1314, 262, '_thumbnail_id', '339'), (1315, 263, '_thumbnail_id', '328'), (1316, 264, '_thumbnail_id', '329'), (1317, 265, '_thumbnail_id', '330'), (1318, 266, '_thumbnail_id', '331'), (1319, 267, '_thumbnail_id', '332'), (1320, 268, '_thumbnail_id', '333'), (1321, 269, '_thumbnail_id', '340'), (1322, 270, '_thumbnail_id', '341'), (1323, 271, '_thumbnail_id', '342'), (1324, 272, '_thumbnail_id', '343'), (1325, 273, '_thumbnail_id', '344'), (1326, 274, '_thumbnail_id', '347'), (1327, 275, '_thumbnail_id', '348'), (1328, 276, '_thumbnail_id', '349'), (1329, 277, '_thumbnail_id', '350'), (1330, 278, '_thumbnail_id', '351'), (1331, 279, '_thumbnail_id', '345'), (1332, 280, '_thumbnail_id', '346'), (1333, 281, '_thumbnail_id', '352'), (1334, 282, '_thumbnail_id', '353'), (1335, 283, '_thumbnail_id', '354'), (1336, 284, '_thumbnail_id', '355'), (1337, 285, '_thumbnail_id', '356'), (1338, 286, '_thumbnail_id', '357'), (1339, 287, '_thumbnail_id', '358'), (1340, 288, '_thumbnail_id', '359'), (1341, 289, '_thumbnail_id', '362'), (1342, 290, '_thumbnail_id', '360'), (1343, 291, '_thumbnail_id', '361'), (1344, 294, '_wp_trash_meta_status', 'draft'), (1345, 294, '_wp_trash_meta_time', '1309974184'), (1346, 229, '_edit_lock', '1310031202:1'), (1347, 229, '_edit_last', '1'), (1348, 229, 'seo_follow', 'false'), (1349, 229, 'seo_noindex', 'false'), (1350, 229, '_wp_old_slug', 'ARI 102247'), (1351, 229, 'tcp_tax_id', '0'), (1352, 229, 'tcp_back_end_label', ''), (1353, 229, 'tcp_hide_buy_button', ''), (1354, 229, 'tcp_exclude_range', ''), (1355, 229, 'tcp_is_downloadable', ''), (1356, 229, 'tcp_max_downloads', '0'), (1357, 229, 'tcp_days_to_expire', '0'), (1358, 229, 'tcp_type', 'SIMPLE'), (1359, 229, 'tcp_is_visible', '1'), (1360, 229, 'tcp_price', '649'), (1361, 229, 'tcp_weight', '0'), (1362, 229, 'tcp_order', '0'), (1363, 229, 'tcp_sku', ''), (1364, 229, 'tcp_stock', '-1'), (1400, 245, '_thumbnail_id', '316'), (1365, 237, '_edit_lock', '1309975100:1'), (1366, 237, '_edit_last', '1'), (1367, 237, 'seo_follow', 'false'), (1368, 237, 'seo_noindex', 'false'), (1369, 236, '_wp_old_slug', 'DUG 741'), (1370, 236, 'tcp_tax_id', '0'), (1371, 236, 'tcp_back_end_label', ''), (1372, 236, 'tcp_hide_buy_button', ''), (1373, 236, 'tcp_exclude_range', ''), (1374, 236, 'tcp_is_downloadable', ''), (1375, 236, 'tcp_max_downloads', '0'), (1376, 236, 'tcp_days_to_expire', '0'), (1377, 236, 'tcp_type', 'SIMPLE'), (1378, 236, 'tcp_is_visible', '1'), (1379, 236, 'tcp_price', '0'), (1380, 236, 'tcp_weight', '0'), (1381, 236, 'tcp_order', '0'), (1382, 236, 'tcp_sku', ''), (1383, 236, 'tcp_stock', '-1'), (1384, 237, '_wp_old_slug', 'DUG 741'), (1385, 237, 'tcp_tax_id', '0'), (1386, 237, 'tcp_back_end_label', ''), (1387, 237, 'tcp_hide_buy_button', ''), (1388, 237, 'tcp_exclude_range', ''), (1389, 237, 'tcp_is_downloadable', ''), (1390, 237, 'tcp_max_downloads', '0'), (1391, 237, 'tcp_days_to_expire', '0'), (1392, 237, 'tcp_type', 'SIMPLE'), (1393, 237, 'tcp_is_visible', '1'), (1394, 237, 'tcp_price', '0'), (1395, 237, 'tcp_weight', '0'), (1396, 237, 'tcp_order', '0'), (1397, 237, 'tcp_sku', ''), (1398, 237, 'tcp_stock', '-1'), (1399, 245, '_edit_lock', '1309975543:1'), (1401, 245, '_edit_last', '1'), (1402, 245, 'seo_follow', 'false'), (1403, 245, 'seo_noindex', 'false'), (1404, 245, '_wp_old_slug', 'IMO 75-26'), (1405, 245, 'tcp_tax_id', '0'), (1406, 245, 'tcp_back_end_label', ''), (1407, 245, 'tcp_hide_buy_button', ''), (1408, 245, 'tcp_exclude_range', ''), (1409, 245, 'tcp_is_downloadable', ''), (1410, 245, 'tcp_max_downloads', '0'), (1411, 245, 'tcp_days_to_expire', '0'), (1412, 245, 'tcp_type', 'SIMPLE'), (1413, 245, 'tcp_is_visible', '1'), (1414, 245, 'tcp_price', '0'), (1415, 245, 'tcp_weight', '0'), (1416, 245, 'tcp_order', '0'), (1417, 245, 'tcp_sku', ''), (1418, 245, 'tcp_stock', '-1'), (1419, 316, '_wp_attachment_backup_sizes', 'a:3:{s:9:"full-orig";a:3:{s:5:"width";s:3:"479";s:6:"height";s:3:"400";s:4:"file";s:13:"imo-75-26.jpg";}s:11:"medium-orig";a:3:{s:4:"file";s:21:"imo-75-26-300x250.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"250";}s:14:"thumbnail-orig";a:3:{s:4:"file";s:21:"imo-75-26-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}}'), (1647, 395, '_menu_item_object_id', '88'), (1429, 371, '_menu_item_type', 'taxonomy'), (1430, 371, '_menu_item_menu_item_parent', '447'), (1431, 371, '_menu_item_object_id', '13'), (1432, 371, '_menu_item_object', 'tcp_product_category'), (1433, 371, '_menu_item_target', ''), (1434, 371, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1435, 371, '_menu_item_xfn', ''), (1436, 371, '_menu_item_url', ''), (1646, 395, '_menu_item_menu_item_parent', '0'), (2389, 581, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"301";s:6:"height";s:2:"52";s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:21:"2011/06/logo-rojo.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"logo-rojo-150x52.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"52";}s:6:"medium";a:3:{s:4:"file";s:20:"logo-rojo-300x51.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"51";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"logo-rojo-45x7.jpg";s:5:"width";s:2:"45";s:6:"height";s:1:"7";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"logo-rojo-95x16.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"16";}}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:"";}}'), (2388, 581, '_wp_attached_file', '2011/06/logo-rojo.jpg'), (1645, 395, '_menu_item_type', 'post_type'), (1908, 450, '_menu_item_target', ''), (1907, 450, '_menu_item_object', 'tcp_product_category'), (1906, 450, '_menu_item_object_id', '40'), (1905, 450, '_menu_item_menu_item_parent', '447'), (1904, 450, '_menu_item_type', 'taxonomy'), (1898, 448, '_menu_item_object', 'custom'), (1456, 374, '_menu_item_type', 'taxonomy'), (1457, 374, '_menu_item_menu_item_parent', '448'), (1458, 374, '_menu_item_object_id', '21'), (1459, 374, '_menu_item_object', 'tcp_product_category'), (1460, 374, '_menu_item_target', ''), (1461, 374, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1462, 374, '_menu_item_xfn', ''), (1463, 374, '_menu_item_url', ''), (1643, 394, '_menu_item_url', ''), (1465, 375, '_menu_item_type', 'taxonomy'), (1466, 375, '_menu_item_menu_item_parent', '448'), (1467, 375, '_menu_item_object_id', '28'), (1468, 375, '_menu_item_object', 'tcp_product_category'), (1469, 375, '_menu_item_target', ''), (1470, 375, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1471, 375, '_menu_item_xfn', ''), (1472, 375, '_menu_item_url', ''), (1642, 394, '_menu_item_xfn', ''), (1474, 376, '_menu_item_type', 'taxonomy'), (1475, 376, '_menu_item_menu_item_parent', '448'), (1476, 376, '_menu_item_object_id', '29'), (1477, 376, '_menu_item_object', 'tcp_product_category'), (1478, 376, '_menu_item_target', ''), (1479, 376, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1480, 376, '_menu_item_xfn', ''), (1481, 376, '_menu_item_url', ''), (1483, 377, '_menu_item_type', 'taxonomy'), (1484, 377, '_menu_item_menu_item_parent', '448'), (1485, 377, '_menu_item_object_id', '23'), (1486, 377, '_menu_item_object', 'tcp_product_category'), (1487, 377, '_menu_item_target', ''), (1488, 377, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1489, 377, '_menu_item_xfn', ''), (1490, 377, '_menu_item_url', ''), (1641, 394, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2120, 520, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"648";s:6:"height";s:3:"427";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:13:"2011/07/1.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"1-300x197.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:11:"1-45x29.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"29";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:11:"1-95x62.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"62";}}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:"";}}'), (2119, 520, '_wp_attached_file', '2011/07/1.jpg'), (2118, 519, '_edit_lock', '1310573935:1'), (2116, 518, '_wp_attachment_metadata', 'a:0:{}'), (2115, 518, '_wp_attached_file', '2011/06/favicon.ico'), (1640, 394, '_menu_item_target', ''), (1501, 379, '_menu_item_type', 'taxonomy'), (1502, 379, '_menu_item_menu_item_parent', '516'), (1503, 379, '_menu_item_object_id', '30'), (1504, 379, '_menu_item_object', 'tcp_product_category'), (1505, 379, '_menu_item_target', ''), (1506, 379, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1507, 379, '_menu_item_xfn', ''), (1508, 379, '_menu_item_url', ''), (1639, 394, '_menu_item_object', 'page'), (1510, 380, '_menu_item_type', 'taxonomy'), (1511, 380, '_menu_item_menu_item_parent', '516'), (1512, 380, '_menu_item_object_id', '31'), (1513, 380, '_menu_item_object', 'tcp_product_category'), (1514, 380, '_menu_item_target', ''), (1515, 380, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1516, 380, '_menu_item_xfn', ''), (1517, 380, '_menu_item_url', ''); INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1638, 394, '_menu_item_object_id', '96'), (1519, 381, '_menu_item_type', 'taxonomy'), (1520, 381, '_menu_item_menu_item_parent', '516'), (1521, 381, '_menu_item_object_id', '32'), (1522, 381, '_menu_item_object', 'tcp_product_category'), (1523, 381, '_menu_item_target', ''), (1524, 381, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1525, 381, '_menu_item_xfn', ''), (1526, 381, '_menu_item_url', ''), (1637, 394, '_menu_item_menu_item_parent', '0'), (1528, 382, '_menu_item_type', 'taxonomy'), (1529, 382, '_menu_item_menu_item_parent', '448'), (1530, 382, '_menu_item_object_id', '18'), (1531, 382, '_menu_item_object', 'tcp_product_category'), (1532, 382, '_menu_item_target', ''), (1533, 382, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1534, 382, '_menu_item_xfn', ''), (1535, 382, '_menu_item_url', ''), (1636, 394, '_menu_item_type', 'post_type'), (2110, 516, '_menu_item_target', ''), (2109, 516, '_menu_item_object', 'custom'), (2108, 516, '_menu_item_object_id', '516'), (2107, 516, '_menu_item_menu_item_parent', '448'), (2106, 516, '_menu_item_type', 'custom'), (1897, 448, '_menu_item_object_id', '448'), (1546, 384, '_menu_item_type', 'taxonomy'), (1547, 384, '_menu_item_menu_item_parent', '515'), (1548, 384, '_menu_item_object_id', '34'), (1549, 384, '_menu_item_object', 'tcp_product_category'), (1550, 384, '_menu_item_target', ''), (1551, 384, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1552, 384, '_menu_item_xfn', ''), (1553, 384, '_menu_item_url', ''), (1634, 393, '_menu_item_url', ''), (1555, 385, '_menu_item_type', 'taxonomy'), (1556, 385, '_menu_item_menu_item_parent', '515'), (1557, 385, '_menu_item_object_id', '33'), (1558, 385, '_menu_item_object', 'tcp_product_category'), (1559, 385, '_menu_item_target', ''), (1560, 385, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1561, 385, '_menu_item_xfn', ''), (1562, 385, '_menu_item_url', ''), (1633, 393, '_menu_item_xfn', ''), (1564, 386, '_menu_item_type', 'taxonomy'), (1565, 386, '_menu_item_menu_item_parent', '515'), (1566, 386, '_menu_item_object_id', '35'), (1567, 386, '_menu_item_object', 'tcp_product_category'), (1568, 386, '_menu_item_target', ''), (1569, 386, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1570, 386, '_menu_item_xfn', ''), (1571, 386, '_menu_item_url', ''), (1573, 387, '_menu_item_type', 'taxonomy'), (1574, 387, '_menu_item_menu_item_parent', '448'), (1575, 387, '_menu_item_object_id', '20'), (1576, 387, '_menu_item_object', 'tcp_product_category'), (1577, 387, '_menu_item_target', ''), (1578, 387, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1579, 387, '_menu_item_xfn', ''), (1580, 387, '_menu_item_url', ''), (1632, 393, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1582, 388, '_menu_item_type', 'taxonomy'), (1583, 388, '_menu_item_menu_item_parent', '448'), (1584, 388, '_menu_item_object_id', '22'), (1585, 388, '_menu_item_object', 'tcp_product_category'), (1586, 388, '_menu_item_target', ''), (1587, 388, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1588, 388, '_menu_item_xfn', ''), (1589, 388, '_menu_item_url', ''), (1631, 393, '_menu_item_target', ''), (1591, 389, '_menu_item_type', 'taxonomy'), (1592, 389, '_menu_item_menu_item_parent', '448'), (1593, 389, '_menu_item_object_id', '25'), (1594, 389, '_menu_item_object', 'tcp_product_category'), (1595, 389, '_menu_item_target', ''), (1596, 389, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1597, 389, '_menu_item_xfn', ''), (1598, 389, '_menu_item_url', ''), (1630, 393, '_menu_item_object', 'page'), (1600, 390, '_menu_item_type', 'taxonomy'), (1601, 390, '_menu_item_menu_item_parent', '448'), (1602, 390, '_menu_item_object_id', '24'), (1603, 390, '_menu_item_object', 'tcp_product_category'), (1604, 390, '_menu_item_target', ''), (1605, 390, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1606, 390, '_menu_item_xfn', ''), (1607, 390, '_menu_item_url', ''), (1629, 393, '_menu_item_object_id', '121'), (1609, 391, '_menu_item_type', 'taxonomy'), (1610, 391, '_menu_item_menu_item_parent', '448'), (1611, 391, '_menu_item_object_id', '19'), (1612, 391, '_menu_item_object', 'tcp_product_category'), (1613, 391, '_menu_item_target', ''), (1614, 391, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1615, 391, '_menu_item_xfn', ''), (1616, 391, '_menu_item_url', ''), (1628, 393, '_menu_item_menu_item_parent', '0'), (1618, 392, '_menu_item_type', 'taxonomy'), (1619, 392, '_menu_item_menu_item_parent', '447'), (1620, 392, '_menu_item_object_id', '16'), (1621, 392, '_menu_item_object', 'tcp_product_category'), (1622, 392, '_menu_item_target', ''), (1623, 392, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1624, 392, '_menu_item_xfn', ''), (1625, 392, '_menu_item_url', ''), (1627, 393, '_menu_item_type', 'post_type'), (1648, 395, '_menu_item_object', 'page'), (1649, 395, '_menu_item_target', ''), (1650, 395, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1651, 395, '_menu_item_xfn', ''), (1652, 395, '_menu_item_url', ''), (1899, 448, '_menu_item_target', ''), (1654, 396, '_menu_item_type', 'post_type'), (1655, 396, '_menu_item_menu_item_parent', '0'), (1656, 396, '_menu_item_object_id', '82'), (1657, 396, '_menu_item_object', 'page'), (1658, 396, '_menu_item_target', ''), (1659, 396, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1660, 396, '_menu_item_xfn', ''), (1661, 396, '_menu_item_url', ''), (1900, 448, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1663, 397, '_menu_item_type', 'post_type'), (1664, 397, '_menu_item_menu_item_parent', '0'), (1665, 397, '_menu_item_object_id', '44'), (1666, 397, '_menu_item_object', 'page'), (1667, 397, '_menu_item_target', ''), (1668, 397, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1669, 397, '_menu_item_xfn', ''), (1670, 397, '_menu_item_url', ''), (1896, 448, '_menu_item_menu_item_parent', '447'), (1895, 448, '_menu_item_type', 'custom'), (1681, 399, '_menu_item_type', 'post_type'), (1682, 399, '_menu_item_menu_item_parent', '0'), (1683, 399, '_menu_item_object_id', '82'), (1684, 399, '_menu_item_object', 'page'), (1685, 399, '_menu_item_target', ''), (1686, 399, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1687, 399, '_menu_item_xfn', ''), (1688, 399, '_menu_item_url', ''), (1837, 426, '_wp_attached_file', '2011/06/logo-rojo1.gif'), (1690, 400, '_menu_item_type', 'post_type'), (1691, 400, '_menu_item_menu_item_parent', '0'), (1692, 400, '_menu_item_object_id', '121'), (1693, 400, '_menu_item_object', 'page'), (1694, 400, '_menu_item_target', ''), (1695, 400, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1696, 400, '_menu_item_xfn', ''), (1697, 400, '_menu_item_url', ''), (1699, 404, '_menu_item_type', 'post_type'), (1700, 404, '_menu_item_menu_item_parent', '0'), (1701, 404, '_menu_item_object_id', '61'), (1702, 404, '_menu_item_object', 'page'), (1703, 404, '_menu_item_target', ''), (1704, 404, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1705, 404, '_menu_item_xfn', ''), (1706, 404, '_menu_item_url', ''), (1707, 404, '_menu_item_orphaned', '1309981367'), (1708, 127, '_wp_trash_meta_status', 'publish'), (1709, 127, '_wp_trash_meta_time', '1309981386'), (1710, 128, '_wp_trash_meta_status', 'publish'), (1711, 128, '_wp_trash_meta_time', '1309981386'), (1712, 129, '_wp_trash_meta_status', 'publish'), (1713, 129, '_wp_trash_meta_time', '1309981386'), (1714, 130, '_wp_trash_meta_status', 'publish'), (1715, 130, '_wp_trash_meta_time', '1309981386'), (1716, 133, '_wp_trash_meta_status', 'publish'), (1717, 133, '_wp_trash_meta_time', '1309981386'), (1718, 134, '_wp_trash_meta_status', 'publish'), (1719, 134, '_wp_trash_meta_time', '1309981386'), (1722, 413, '_menu_item_type', 'post_type'), (1723, 413, '_menu_item_menu_item_parent', '0'), (1724, 413, '_menu_item_object_id', '88'), (1725, 413, '_menu_item_object', 'page'), (1726, 413, '_menu_item_target', ''), (1727, 413, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1728, 413, '_menu_item_xfn', ''), (1729, 413, '_menu_item_url', ''), (1740, 415, '_edit_last', '1'), (1731, 414, '_menu_item_type', 'post_type'), (1732, 414, '_menu_item_menu_item_parent', '446'), (1733, 414, '_menu_item_object_id', '61'), (1734, 414, '_menu_item_object', 'page'), (1735, 414, '_menu_item_target', ''), (1736, 414, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1737, 414, '_menu_item_xfn', ''), (1738, 414, '_menu_item_url', ''), (1741, 415, '_edit_lock', '1310040222:1'), (1742, 415, '_wp_page_template', 'default'), (1743, 415, 'seo_follow', 'false'), (1744, 415, 'seo_noindex', 'false'), (2102, 515, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2101, 515, '_menu_item_target', ''), (2100, 515, '_menu_item_object', 'custom'), (2099, 515, '_menu_item_object_id', '515'), (2098, 515, '_menu_item_menu_item_parent', '448'), (2097, 515, '_menu_item_type', 'custom'), (1754, 227, 'tcp_price', '697'), (1755, 228, 'tcp_price', '649'), (1756, 229, 'tcp_price', '649'), (1757, 230, 'tcp_price', '679'), (1758, 231, 'tcp_price', '697'), (1759, 232, 'tcp_price', '635'), (1760, 233, 'tcp_price', '729'), (1761, 234, 'tcp_price', '629'), (1762, 235, 'tcp_price', '1037'), (1763, 236, 'tcp_price', '929'), (1764, 237, 'tcp_price', '929'), (1765, 238, 'tcp_price', '837'), (1766, 239, 'tcp_price', '797'), (1767, 240, 'tcp_price', '998'), (1768, 241, 'tcp_price', '897'), (1769, 242, 'tcp_price', '879'), (1770, 243, 'tcp_price', '729'), (1771, 244, 'tcp_price', '519'), (1772, 245, 'tcp_price', '627'), (1773, 246, 'tcp_price', '928'), (1774, 247, 'tcp_price', '497'), (1775, 248, 'tcp_price', '637'), (1776, 249, 'tcp_price', '657'), (1777, 250, 'tcp_price', '747'), (1778, 251, 'tcp_price', '579'), (1779, 252, 'tcp_price', '697'), (1780, 253, 'tcp_price', '1049'), (1781, 254, 'tcp_price', '719'), (1782, 255, 'tcp_price', '759'), (1783, 256, 'tcp_price', '689'), (1784, 257, 'tcp_price', '597'), (1785, 258, 'tcp_price', '769'), (1786, 259, 'tcp_price', '654'), (1787, 260, 'tcp_price', '579'), (1788, 261, 'tcp_price', '667'), (1789, 262, 'tcp_price', '519'), (1790, 263, 'tcp_price', '619'), (1791, 264, 'tcp_price', '519'), (1792, 265, 'tcp_price', '715'), (1793, 266, 'tcp_price', '657'), (1794, 267, 'tcp_price', '825'), (1795, 268, 'tcp_price', '679'), (1796, 269, 'tcp_price', '842'), (1797, 270, 'tcp_price', '784'), (1798, 271, 'tcp_price', '842'), (1799, 272, 'tcp_price', '898'), (1800, 273, 'tcp_price', '754'), (1801, 274, 'tcp_price', '986'), (1802, 275, 'tcp_price', '798'), (1803, 276, 'tcp_price', '697'), (1804, 277, 'tcp_price', '578'), (1805, 278, 'tcp_price', '947'), (1806, 279, 'tcp_price', '1119'), (1807, 280, 'tcp_price', '832'), (1808, 281, 'tcp_price', '1129'), (1809, 282, 'tcp_price', '1029'), (1810, 283, 'tcp_price', '567'), (1811, 284, 'tcp_price', '589'), (1812, 285, 'tcp_price', '687'), (1813, 286, 'tcp_price', '739'), (1814, 287, 'tcp_price', '629'), (1815, 288, 'tcp_price', '629'), (1816, 289, 'tcp_price', '457'), (1817, 290, 'tcp_price', '397'), (1818, 291, 'tcp_price', '497'), (1819, 234, '_edit_lock', '1310031238:1'), (1820, 234, '_edit_last', '1'), (1821, 234, 'seo_follow', 'false'), (1822, 234, 'seo_noindex', 'false'), (1823, 234, '_wp_old_slug', 'CAC 599-004565'), (1824, 234, 'tcp_tax_id', '0'), (1825, 234, 'tcp_back_end_label', ''), (1826, 234, 'tcp_hide_buy_button', ''), (1827, 234, 'tcp_exclude_range', ''), (1828, 234, 'tcp_is_downloadable', ''), (1829, 234, 'tcp_max_downloads', '0'), (1830, 234, 'tcp_days_to_expire', '0'), (1831, 234, 'tcp_type', 'SIMPLE'), (1832, 234, 'tcp_is_visible', '1'), (1833, 234, 'tcp_weight', '0'), (1834, 234, 'tcp_order', '0'), (1835, 234, 'tcp_sku', ''), (1836, 234, 'tcp_stock', '-1'), (1838, 426, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"315";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''32'' width=''128''";s:4:"file";s:22:"2011/06/logo-rojo1.gif";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"logo-rojo1-150x80.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}s:6:"medium";a:3:{s:4:"file";s:21:"logo-rojo1-300x76.gif";s:5:"width";s:3:"300";s:6:"height";s:2:"76";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"logo-rojo1-45x11.gif";s:5:"width";s:2:"45";s:6:"height";s:2:"11";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"logo-rojo1-95x24.gif";s:5:"width";s:2:"95";s:6:"height";s:2:"24";}}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:"";}}'), (1839, 427, '_wp_attached_file', '2011/06/logo-rojo.png'), (1840, 427, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"315";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''32'' width=''128''";s:4:"file";s:21:"2011/06/logo-rojo.png";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"logo-rojo-150x80.png";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}s:6:"medium";a:3:{s:4:"file";s:20:"logo-rojo-300x76.png";s:5:"width";s:3:"300";s:6:"height";s:2:"76";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"logo-rojo-45x11.png";s:5:"width";s:2:"45";s:6:"height";s:2:"11";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"logo-rojo-95x24.png";s:5:"width";s:2:"95";s:6:"height";s:2:"24";}}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:"";}}'), (2048, 499, '_wp_attached_file', '2011/07/11exotico.jpg'), (2049, 499, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:21:"2011/07/11exotico.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"11exotico-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"11exotico-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"11exotico-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"11exotico-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2184, 544, '_edit_lock', '1310634143:1'), (2045, 498, '_wp_attached_file', '2011/07/12exterior.jpg'), (2046, 498, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:22:"2011/07/12exterior.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"12exterior-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"12exterior-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"12exterior-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"12exterior-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2181, 544, 'image', ''), (2185, 547, '_thumbnail_id', '523'), (2051, 500, '_wp_attached_file', '2011/07/10vanguardista.jpg'), (2052, 500, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:26:"2011/07/10vanguardista.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"10vanguardista-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"10vanguardista-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:24:"10vanguardista-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:24:"10vanguardista-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2186, 547, '_edit_last', '1'), (2178, 544, '_edit_last', '1'), (1877, 446, '_menu_item_type', 'custom'), (1878, 446, '_menu_item_menu_item_parent', '0'), (1879, 446, '_menu_item_object_id', '446'), (1880, 446, '_menu_item_object', 'custom'), (1881, 446, '_menu_item_target', ''), (1882, 446, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1883, 446, '_menu_item_xfn', ''), (1884, 446, '_menu_item_url', '#'), (1901, 448, '_menu_item_xfn', ''), (1886, 447, '_menu_item_type', 'custom'), (1887, 447, '_menu_item_menu_item_parent', '0'), (1888, 447, '_menu_item_object_id', '447'), (1889, 447, '_menu_item_object', 'custom'), (1890, 447, '_menu_item_target', ''), (1891, 447, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1892, 447, '_menu_item_xfn', ''), (1893, 447, '_menu_item_url', '#'), (1902, 448, '_menu_item_url', '#'), (1909, 450, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1910, 450, '_menu_item_xfn', ''), (1911, 450, '_menu_item_url', ''), (1913, 88, '_pronamic_google_maps_active', 'true'), (1914, 88, '_pronamic_google_maps_latitude', '40.4318173'), (1915, 88, '_pronamic_google_maps_longitude', '-3.7121928'), (1916, 88, '_pronamic_google_maps_map_type', 'roadmap'), (1917, 88, '_pronamic_google_maps_zoom', '15'), (1918, 88, '_pronamic_google_maps_title', ''), (1919, 88, '_pronamic_google_maps_description', ''), (1920, 88, '_pronamic_google_maps_address', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid'), (1921, 88, '_pronamic_google_maps_geocode_status', 'OK'), (1922, 470, '_menu_item_type', 'taxonomy'), (1923, 470, '_menu_item_menu_item_parent', '446'), (1924, 470, '_menu_item_object_id', '41'), (1925, 470, '_menu_item_object', 'category'), (1926, 470, '_menu_item_target', ''), (1927, 470, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1928, 470, '_menu_item_xfn', ''), (1929, 470, '_menu_item_url', ''), (1931, 471, '_menu_item_type', 'taxonomy'), (1932, 471, '_menu_item_menu_item_parent', '446'), (1933, 471, '_menu_item_object_id', '42'), (1934, 471, '_menu_item_object', 'category'), (1935, 471, '_menu_item_target', ''), (1936, 471, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (1937, 471, '_menu_item_xfn', ''), (1938, 471, '_menu_item_url', ''), (2054, 501, '_wp_attached_file', '2011/07/9etnico.jpg'), (2055, 501, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:19:"2011/07/9etnico.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"9etnico-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"9etnico-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"9etnico-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"9etnico-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2236, 559, 'image', ''), (2057, 502, '_wp_attached_file', '2011/07/8cosmopolita.jpg'), (2058, 502, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:24:"2011/07/8cosmopolita.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"8cosmopolita-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"8cosmopolita-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:22:"8cosmopolita-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:22:"8cosmopolita-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2059, 503, '_wp_attached_file', '2011/07/7eclectico.jpg'), (2060, 503, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:22:"2011/07/7eclectico.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"7eclectico-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"7eclectico-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"7eclectico-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"7eclectico-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2235, 559, '_thumbnail_id', '523'), (2232, 558, 'seo_noindex', 'false'), (2063, 504, '_wp_attached_file', '2011/07/6colonial.jpg'), (2064, 504, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:21:"2011/07/6colonial.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"6colonial-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"6colonial-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:19:"6colonial-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:19:"6colonial-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2244, 562, '_thumbnail_id', '523'), (2066, 488, '_edit_lock', '1310466113:1'), (2067, 505, '_wp_attached_file', '2011/07/5lounge.jpg'), (2068, 505, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"550";s:14:"hwstring_small";s:23:"height=''73'' width=''128''";s:4:"file";s:19:"2011/07/5lounge.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"5lounge-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"5lounge-300x171.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"171";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:17:"5lounge-45x25.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"25";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:17:"5lounge-95x54.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"54";}}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:"";}}'), (2276, 568, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2275, 568, '_menu_item_target', ''), (2272, 568, '_menu_item_menu_item_parent', '447'), (2274, 568, '_menu_item_object', 'custom'), (2078, 509, '_wp_attached_file', '2011/07/2airezen.jpg'), (2079, 509, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"696";s:14:"hwstring_small";s:23:"height=''92'' width=''128''";s:4:"file";s:20:"2011/07/2airezen.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"2airezen-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"2airezen-300x217.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"217";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:18:"2airezen-45x32.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"32";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:18:"2airezen-95x68.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"68";}}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:"";}}'), (2266, 566, '_edit_last', '1'), (2258, 564, 'image', ''), (2257, 564, 'seo_noindex', 'false'), (2261, 566, 'image', ''), (2262, 566, 'seo_noindex', 'false'), (2251, 564, '_thumbnail_id', '523'), (2271, 568, '_menu_item_type', 'custom'), (2183, 544, 'seo_noindex', 'false'), (2182, 544, 'seo_follow', 'false'), (2177, 544, '_thumbnail_id', '545'), (2280, 569, '_menu_item_type', 'custom'), (2081, 510, '_wp_attached_file', '2011/07/1presentacion.jpg'), (2082, 510, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"736";s:14:"hwstring_small";s:23:"height=''96'' width=''125''";s:4:"file";s:25:"2011/07/1presentacion.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:25:"1presentacion-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:25:"1presentacion-300x230.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"230";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:23:"1presentacion-45x34.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"34";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:23:"1presentacion-95x72.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"72";}}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:"";}}'), (2084, 512, '_wp_attached_file', '2011/06/logo-rojo2.gif'), (2085, 512, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"315";s:6:"height";s:2:"80";s:14:"hwstring_small";s:23:"height=''32'' width=''128''";s:4:"file";s:22:"2011/06/logo-rojo2.gif";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"logo-rojo2-150x80.gif";s:5:"width";s:3:"150";s:6:"height";s:2:"80";}s:6:"medium";a:3:{s:4:"file";s:21:"logo-rojo2-300x76.gif";s:5:"width";s:3:"300";s:6:"height";s:2:"76";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:20:"logo-rojo2-45x11.gif";s:5:"width";s:2:"45";s:6:"height";s:2:"11";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:20:"logo-rojo2-95x24.gif";s:5:"width";s:2:"95";s:6:"height";s:2:"24";}}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:"";}}'), (2289, 570, '_menu_item_type', 'taxonomy'), (2287, 569, '_menu_item_url', '#'), (2286, 569, '_menu_item_xfn', ''), (2086, 415, '_wp_trash_meta_status', 'publish'), (2087, 415, '_wp_trash_meta_time', '1310469162'), (2088, 514, '_menu_item_type', 'taxonomy'), (2089, 514, '_menu_item_menu_item_parent', '0'), (2090, 514, '_menu_item_object_id', '43'), (2091, 514, '_menu_item_object', 'category'), (2092, 514, '_menu_item_target', ''), (2093, 514, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2094, 514, '_menu_item_xfn', ''), (2095, 514, '_menu_item_url', ''), (2283, 569, '_menu_item_object', 'custom'), (2282, 569, '_menu_item_object_id', '569'), (2281, 569, '_menu_item_menu_item_parent', '447'), (2247, 562, 'seo_follow', 'false'), (2246, 562, '_edit_last', '1'), (2245, 562, '_edit_lock', '1310635908:1'), (2273, 568, '_menu_item_object_id', '568'), (2238, 559, '_edit_lock', '1310635857:1'), (2237, 559, '_edit_last', '1'), (2231, 558, 'seo_follow', 'false'), (2222, 556, '_edit_lock', '1310635761:1'), (2221, 556, '_edit_last', '1'), (2220, 556, '_thumbnail_id', '523'), (2219, 556, 'image', ''), (2234, 559, 'seo_follow', 'false'), (2229, 558, '_thumbnail_id', '523'), (2230, 558, 'image', ''), (2228, 558, '_edit_last', '1'), (2208, 553, 'image', ''), (2207, 553, '_thumbnail_id', '523'), (2206, 553, '_edit_last', '1'), (2205, 553, '_edit_lock', '1310635740:1'), (2103, 515, '_menu_item_xfn', ''), (2104, 515, '_menu_item_url', '#'), (2111, 516, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2112, 516, '_menu_item_xfn', ''), (2113, 516, '_menu_item_url', '#'), (2202, 551, '_thumbnail_id', '545'), (2200, 551, 'seo_noindex', 'false'), (2201, 551, 'seo_follow', 'false'), (2192, 547, '_edit_lock', '1310635536:1'), (2190, 547, 'seo_follow', 'false'), (2189, 547, 'image', ''), (2198, 551, 'image', ''), (2199, 551, '_edit_last', '1'), (2121, 519, '_thumbnail_id', '520'), (2128, 522, '_edit_lock', '1310573931:1'), (2127, 522, '_edit_last', '1'), (2124, 519, 'image', ''), (2125, 519, 'seo_follow', 'false'), (2126, 519, 'seo_noindex', 'false'), (2129, 523, '_wp_attached_file', '2011/07/2.jpg'), (2130, 523, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"611";s:6:"height";s:3:"430";s:14:"hwstring_small";s:23:"height=''90'' width=''128''";s:4:"file";s:13:"2011/07/2.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:13:"2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:13:"2-300x211.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"211";}s:14:"mini-thumbnail";a:3:{s:4:"file";s:11:"2-45x31.jpg";s:5:"width";s:2:"45";s:6:"height";s:2:"31";}s:16:"medium-thumbnail";a:3:{s:4:"file";s:11:"2-95x66.jpg";s:5:"width";s:2:"95";s:6:"height";s:2:"66";}}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:"";}}'), (2131, 522, '_thumbnail_id', '523'), (2255, 564, '_edit_last', '1'), (2134, 522, 'image', ''), (2135, 522, 'seo_follow', 'false'), (2136, 522, 'seo_noindex', 'false'), (2256, 564, '_edit_lock', '1310635919:1'), (2254, 564, 'seo_follow', 'false'), (2248, 562, 'seo_noindex', 'false'), (2243, 562, 'image', ''), (2263, 566, '_thumbnail_id', '523'), (2224, 556, 'seo_follow', 'false'), (2223, 556, 'seo_noindex', 'false'), (2233, 559, 'seo_noindex', 'false'), (2227, 558, '_edit_lock', '1310635895:1'), (2210, 553, 'seo_noindex', 'false'), (2209, 553, 'seo_follow', 'false'), (2197, 551, '_edit_lock', '1310635719:1'), (2191, 547, 'seo_noindex', 'false'), (2291, 570, '_menu_item_object_id', '53'), (2292, 570, '_menu_item_object', 'tcp_product_category'), (2293, 570, '_menu_item_target', ''), (2294, 570, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2295, 570, '_menu_item_xfn', ''), (2296, 570, '_menu_item_url', ''), (2298, 571, '_menu_item_type', 'taxonomy'), (2299, 571, '_menu_item_menu_item_parent', '569'), (2300, 571, '_menu_item_object_id', '52'), (2301, 571, '_menu_item_object', 'tcp_product_category'), (2302, 571, '_menu_item_target', ''), (2303, 571, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2304, 571, '_menu_item_xfn', ''), (2305, 571, '_menu_item_url', ''), (2307, 572, '_menu_item_type', 'taxonomy'), (2308, 572, '_menu_item_menu_item_parent', '569'), (2309, 572, '_menu_item_object_id', '49'), (2310, 572, '_menu_item_object', 'tcp_product_category'), (2311, 572, '_menu_item_target', ''), (2312, 572, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2313, 572, '_menu_item_xfn', ''), (2314, 572, '_menu_item_url', ''), (2316, 573, '_menu_item_type', 'taxonomy'), (2317, 573, '_menu_item_menu_item_parent', '569'), (2318, 573, '_menu_item_object_id', '50'), (2319, 573, '_menu_item_object', 'tcp_product_category'), (2320, 573, '_menu_item_target', ''), (2321, 573, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2322, 573, '_menu_item_xfn', ''), (2323, 573, '_menu_item_url', ''), (2325, 574, '_menu_item_type', 'taxonomy'), (2326, 574, '_menu_item_menu_item_parent', '569'), (2327, 574, '_menu_item_object_id', '51'), (2328, 574, '_menu_item_object', 'tcp_product_category'), (2329, 574, '_menu_item_target', ''), (2330, 574, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2331, 574, '_menu_item_xfn', ''), (2332, 574, '_menu_item_url', ''), (2334, 575, '_menu_item_type', 'taxonomy'), (2335, 575, '_menu_item_menu_item_parent', '569'), (2336, 575, '_menu_item_object_id', '55'), (2337, 575, '_menu_item_object', 'tcp_product_category'), (2338, 575, '_menu_item_target', ''), (2339, 575, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2340, 575, '_menu_item_xfn', ''), (2341, 575, '_menu_item_url', ''), (2343, 576, '_menu_item_type', 'taxonomy'), (2344, 576, '_menu_item_menu_item_parent', '569'), (2345, 576, '_menu_item_object_id', '56'), (2346, 576, '_menu_item_object', 'tcp_product_category'), (2347, 576, '_menu_item_target', ''), (2348, 576, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2349, 576, '_menu_item_xfn', ''), (2350, 576, '_menu_item_url', ''), (2352, 577, '_menu_item_type', 'taxonomy'), (2353, 577, '_menu_item_menu_item_parent', '569'), (2354, 577, '_menu_item_object_id', '54'), (2355, 577, '_menu_item_object', 'tcp_product_category'), (2356, 577, '_menu_item_target', ''), (2357, 577, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2358, 577, '_menu_item_xfn', ''), (2359, 577, '_menu_item_url', ''), (2361, 578, '_menu_item_type', 'taxonomy'), (2362, 578, '_menu_item_menu_item_parent', '568'), (2363, 578, '_menu_item_object_id', '46'), (2364, 578, '_menu_item_object', 'tcp_product_category'), (2365, 578, '_menu_item_target', ''), (2366, 578, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2367, 578, '_menu_item_xfn', ''), (2368, 578, '_menu_item_url', ''), (2370, 579, '_menu_item_type', 'taxonomy'), (2371, 579, '_menu_item_menu_item_parent', '568'), (2372, 579, '_menu_item_object_id', '47'), (2373, 579, '_menu_item_object', 'tcp_product_category'), (2374, 579, '_menu_item_target', ''), (2375, 579, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2376, 579, '_menu_item_xfn', ''), (2377, 579, '_menu_item_url', ''), (2379, 580, '_menu_item_type', 'taxonomy'), (2380, 580, '_menu_item_menu_item_parent', '568'), (2381, 580, '_menu_item_object_id', '48'), (2382, 580, '_menu_item_object', 'tcp_product_category'), (2383, 580, '_menu_item_target', ''), (2384, 580, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2385, 580, '_menu_item_xfn', ''), (2386, 580, '_menu_item_url', ''); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `wp_posts` -- CREATE TABLE IF NOT EXISTS `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(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` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=583 ; -- -- Volcar la base de datos para la tabla `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1, 1, '2011-06-28 15:12:45', '2011-06-28 15:12:45', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'trash', 'open', 'open', '', 'hola-mundo', '', '', '2011-07-05 09:17:59', '2011-07-05 09:17:59', '', 0, 'http://localhost/originalhouse/?p=1', 0, 'post', '', 1), (2, 1, '2011-06-28 15:12:45', '2011-06-28 15:12:45', 'Esta es una página de ejemplo, Es diferente a una entrada de un blog porque se mantiene estática y, en la mayoría de temas, se mostrará en la barra de navegación. Casi todo el mundo comienza con una página Sobre mí para presentarse a los potenciales visitantes. Puede decir algo así:\n\n¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)\n\nO algo así:\n\n
La empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta\n\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'trash', 'open', 'open', '', 'pagina-ejemplo', '', '', '2011-06-29 18:13:48', '2011-06-29 18:13:48', '', 0, 'http://localhost/originalhouse/?page_id=2', 0, 'page', '', 0), (520, 1, '2011-07-12 19:38:18', '2011-07-12 17:38:18', '', '1', '', 'inherit', 'closed', 'open', '', '1-3', '', '', '2011-07-12 19:38:18', '2011-07-12 17:38:18', '', 519, 'http://localhost/originalhouse/wp-content/uploads/2011/07/1.jpg', 0, 'attachment', 'image/jpeg', 0), (36, 1, '2011-06-29 14:57:15', '2011-06-29 14:57:15', '', '3 MUEBLES', '', 'inherit', 'open', 'open', '', '3-muebles', '', '', '2011-06-29 14:57:15', '2011-06-29 14:57:15', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/3-muebles.jpg', 0, 'attachment', 'image/jpeg', 0), (34, 1, '2011-06-29 14:57:13', '2011-06-29 14:57:13', '', '2', '', 'inherit', 'open', 'open', '', '2', '', '', '2011-06-29 14:57:13', '2011-06-29 14:57:13', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/2-.jpg', 0, 'attachment', 'image/jpeg', 0), (35, 1, '2011-06-29 14:57:14', '2011-06-29 14:57:14', '', '3 LA TIENDA', '', 'inherit', 'open', 'open', '', '3-la-tienda', '', '', '2011-06-29 14:57:14', '2011-06-29 14:57:14', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/3-la-tienda.jpg', 0, 'attachment', 'image/jpeg', 0), (33, 1, '2011-06-29 14:57:12', '2011-06-29 14:57:12', '', '1PORTADA', '', 'inherit', 'open', 'open', '', '1portada', '', '', '2011-06-29 14:57:12', '2011-06-29 14:57:12', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/1portada.jpg', 0, 'attachment', 'image/jpeg', 0), (106, 1, '2011-06-30 12:16:26', '2011-06-30 12:16:26', '', 'Logo Original House', '', 'inherit', 'closed', 'open', '', 'logo-3', '', '', '2011-06-30 12:16:26', '2011-06-30 12:16:26', '', 23, 'http://localhost/originalhouse/wp-content/uploads/2011/06/logo2.gif', 0, 'attachment', 'image/gif', 0), (540, 1, '2011-07-13 13:46:19', '2011-07-13 11:46:19', '[jQuery Slider]\r\n[mp3j track="intro.mp3" caption="" autoplay="y" loop="n" ind="n" vol="60"]', 'Inicio', '', 'inherit', 'closed', 'open', '', '44-revision-31', '', '', '2011-07-13 13:46:19', '2011-07-13 11:46:19', '', 44, 'http://localhost/originalhouse/?p=540', 0, 'revision', '', 0), (30, 1, '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 'Framework Woo Custom Login Logo', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_custom_login_logo', '', '', '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=30', 0, 'wooframework', '', 0), (29, 1, '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 'Framework Woo Backend Icon', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_backend_icon', '', '', '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=29', 0, 'wooframework', '', 0), (28, 1, '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 'Framework Woo Backend Header Image', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_backend_header_image', '', '', '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=28', 0, 'wooframework', '', 0), (27, 1, '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 'Framework Woo Default Image', '', 'draft', 'closed', 'closed', '', 'woo-wf-framework_woo_default_image', '', '', '2011-06-29 12:39:26', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=27', 0, 'wooframework', '', 0), (25, 1, '2011-06-29 11:42:59', '0000-00-00 00:00:00', '', 'Woo Body Img', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_body_img', '', '', '2011-06-29 11:42:59', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=25', 0, 'wooframework', '', 0), (26, 1, '2011-06-29 11:43:52', '2011-06-29 11:43:52', '', 'pattern', '', 'inherit', 'open', 'open', '', 'pattern', '', '', '2011-06-29 11:43:52', '2011-06-29 11:43:52', '', 25, 'http://localhost/originalhouse/wp-content/uploads/2011/06/pattern.jpg', 0, 'attachment', 'image/jpeg', 0), (24, 1, '2011-06-29 11:42:59', '0000-00-00 00:00:00', '', 'Woo Custom Favicon', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_custom_favicon', '', '', '2011-06-29 11:42:59', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=24', 0, 'wooframework', '', 0), (310, 1, '2011-07-06 16:49:40', '2011-07-06 16:49:40', '', 'IMO-35-57', '', 'inherit', 'closed', 'open', '', 'imo-35-57', '', '', '2011-07-06 16:49:40', '2011-07-06 16:49:40', '', 241, 'http://localhost/originalhouse/wp-content/uploads/2011/07/imo-35-57.jpg', 0, 'attachment', 'image/jpeg', 0), (23, 1, '2011-06-29 11:42:59', '0000-00-00 00:00:00', '', 'Woo Logo', '', 'draft', 'closed', 'closed', '', 'woo-wf-woo_logo', '', '', '2011-06-29 11:42:59', '0000-00-00 00:00:00', '', 0, 'http://localhost/originalhouse/?post_type=wooframework&p=23', 0, 'wooframework', '', 0), (311, 1, '2011-07-06 16:49:41', '2011-07-06 16:49:41', '', 'IMO-35-81', '', 'inherit', 'closed', 'open', '', 'imo-35-81', '', '', '2011-07-06 16:49:41', '2011-07-06 16:49:41', '', 242, 'http://localhost/originalhouse/wp-content/uploads/2011/07/imo-35-81.jpg', 0, 'attachment', 'image/jpeg', 0), (308, 1, '2011-07-06 16:49:38', '2011-07-06 16:49:38', '', 'DUG-741-NEGRO', '', 'inherit', 'closed', 'open', '', 'dug-741-negro', '', '', '2011-07-06 16:49:38', '2011-07-06 16:49:38', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-741-negro.jpg', 0, 'attachment', 'image/jpeg', 0), (309, 1, '2011-07-06 16:49:39', '2011-07-06 16:49:39', '', 'DUG-W-743', '', 'inherit', 'closed', 'open', '', 'dug-w-743', '', '', '2011-07-06 16:49:39', '2011-07-06 16:49:39', '', 238, 'http://localhost/originalhouse/wp-content/uploads/2011/07/dug-w-743.jpg', 0, 'attachment', 'image/jpeg', 0), (37, 1, '2011-06-29 14:57:16', '2011-06-29 14:57:16', '', '4 SERVICIOS', '', 'inherit', 'open', 'open', '', '4-servicios', '', '', '2011-06-29 14:57:16', '2011-06-29 14:57:16', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/4-servicios.jpg', 0, 'attachment', 'image/jpeg', 0), (38, 1, '2011-06-29 14:57:17', '2011-06-29 14:57:17', '', '5 IDEAS Y CONSEJOS', '', 'inherit', 'open', 'open', '', '5-ideas-y-consejos', '', '', '2011-06-29 14:57:17', '2011-06-29 14:57:17', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/5-ideas-y-consejos.jpg', 0, 'attachment', 'image/jpeg', 0), (39, 1, '2011-06-29 14:57:17', '2011-06-29 14:57:17', '', '7 PRODUCTOS', '', 'inherit', 'open', 'open', '', '7-productos', '', '', '2011-06-29 14:57:17', '2011-06-29 14:57:17', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/7-productos.jpg', 0, 'attachment', 'image/jpeg', 0), (40, 1, '2011-06-29 14:57:18', '2011-06-29 14:57:18', '', '8 MUEBLES', '', 'inherit', 'open', 'open', '', '8-muebles', '', '', '2011-06-29 14:57:18', '2011-06-29 14:57:18', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/8-muebles.jpg', 0, 'attachment', 'image/jpeg', 0), (41, 1, '2011-06-29 14:57:19', '2011-06-29 14:57:19', '', '9 MESAS', '', 'inherit', 'open', 'open', '', '9-mesas', '', '', '2011-06-29 14:57:19', '2011-06-29 14:57:19', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/9-mesas.jpg', 0, 'attachment', 'image/jpeg', 0), (42, 1, '2011-06-29 14:57:19', '2011-06-29 14:57:19', '', '10 MESAS COMEDOR', '', 'inherit', 'open', 'open', '', '10-mesas-comedor', '', '', '2011-06-29 14:57:19', '2011-06-29 14:57:19', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/10-mesas-comedor.jpg', 0, 'attachment', 'image/jpeg', 0), (43, 1, '2011-06-29 14:57:20', '2011-06-29 14:57:20', '', '11 MESAS DE CENTRO 001', '', 'inherit', 'open', 'open', '', '11-mesas-de-centro-001', '', '', '2011-06-29 14:57:20', '2011-06-29 14:57:20', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/11-mesas-de-centro-001.jpg', 0, 'attachment', 'image/jpeg', 0), (44, 1, '2011-06-29 15:49:39', '2011-06-29 15:49:39', '[mp3j track="intro.mp3" caption="" autoplay="y" loop="n" ind="n" vol="60"]', 'Inicio', '', 'publish', 'open', 'open', '', 'inicio', '', '', '2011-07-13 18:16:50', '2011-07-13 16:16:50', '', 0, 'http://localhost/originalhouse/?page_id=44', 0, 'page', '', 0), (531, 1, '2011-07-13 13:13:22', '2011-07-13 11:13:22', '', 'intro', '', 'inherit', 'closed', 'open', '', 'intro', '', '', '2011-07-13 13:13:22', '2011-07-13 11:13:22', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/07/intro.mp3', 0, 'attachment', 'audio/mpeg', 0), (46, 1, '2011-06-29 15:47:40', '2011-06-29 15:47:40', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision', '', '', '2011-06-29 15:47:40', '2011-06-29 15:47:40', '', 44, 'http://localhost/originalhouse/?p=46', 0, 'revision', '', 0), (47, 1, '2011-06-29 15:49:39', '2011-06-29 15:49:39', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-2', '', '', '2011-06-29 15:49:39', '2011-06-29 15:49:39', '', 44, 'http://localhost/originalhouse/?p=47', 0, 'revision', '', 0), (48, 1, '2011-06-29 16:10:17', '2011-06-29 16:10:17', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-3', '', '', '2011-06-29 16:10:17', '2011-06-29 16:10:17', '', 44, 'http://localhost/originalhouse/?p=48', 0, 'revision', '', 0), (49, 1, '2011-06-29 16:14:08', '2011-06-29 16:14:08', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-4', '', '', '2011-06-29 16:14:08', '2011-06-29 16:14:08', '', 44, 'http://localhost/originalhouse/?p=49', 0, 'revision', '', 0), (50, 1, '2011-06-29 16:14:23', '2011-06-29 16:14:23', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-5', '', '', '2011-06-29 16:14:23', '2011-06-29 16:14:23', '', 44, 'http://localhost/originalhouse/?p=50', 0, 'revision', '', 0), (51, 1, '2011-06-29 16:14:35', '2011-06-29 16:14:35', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-6', '', '', '2011-06-29 16:14:35', '2011-06-29 16:14:35', '', 44, 'http://localhost/originalhouse/?p=51', 0, 'revision', '', 0), (52, 1, '2011-06-29 16:14:53', '2011-06-29 16:14:53', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-7', '', '', '2011-06-29 16:14:53', '2011-06-29 16:14:53', '', 44, 'http://localhost/originalhouse/?p=52', 0, 'revision', '', 0), (53, 1, '2011-06-29 16:15:46', '2011-06-29 16:15:46', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-8', '', '', '2011-06-29 16:15:46', '2011-06-29 16:15:46', '', 44, 'http://localhost/originalhouse/?p=53', 0, 'revision', '', 0), (54, 1, '2011-06-29 16:15:57', '2011-06-29 16:15:57', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-9', '', '', '2011-06-29 16:15:57', '2011-06-29 16:15:57', '', 44, 'http://localhost/originalhouse/?p=54', 0, 'revision', '', 0), (55, 1, '2011-06-29 16:16:16', '2011-06-29 16:16:16', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-10', '', '', '2011-06-29 16:16:16', '2011-06-29 16:16:16', '', 44, 'http://localhost/originalhouse/?p=55', 0, 'revision', '', 0), (56, 1, '2011-06-29 16:33:10', '2011-06-29 16:33:10', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-11', '', '', '2011-06-29 16:33:10', '2011-06-29 16:33:10', '', 44, 'http://localhost/originalhouse/?p=56', 0, 'revision', '', 0), (57, 1, '2011-06-29 16:33:42', '2011-06-29 16:33:42', 'dsadsadas', 'dsadsa', '', 'trash', 'open', 'open', '', 'dsadsa', '', '', '2011-06-29 18:13:48', '2011-06-29 18:13:48', '', 0, 'http://localhost/originalhouse/?page_id=57', 0, 'page', '', 0), (58, 1, '2011-06-29 16:33:40', '2011-06-29 16:33:40', '', 'dsadsa', '', 'inherit', 'open', 'open', '', '57-revision', '', '', '2011-06-29 16:33:40', '2011-06-29 16:33:40', '', 57, 'http://localhost/originalhouse/?p=58', 0, 'revision', '', 0), (59, 1, '2011-06-29 16:33:35', '2011-06-29 16:33:35', '', 'Inicio', '', 'inherit', 'open', 'open', '', '44-revision-12', '', '', '2011-06-29 16:33:35', '2011-06-29 16:33:35', '', 44, 'http://localhost/originalhouse/?p=59', 0, 'revision', '', 0), (397, 1, '2011-07-06 19:32:32', '2011-07-06 19:32:32', ' ', '', '', 'publish', 'closed', 'open', '', '397', '', '', '2011-07-06 19:38:17', '2011-07-06 19:38:17', '', 0, 'http://localhost/originalhouse/?p=397', 5, 'nav_menu_item', '', 0), (61, 1, '2011-06-29 17:17:15', '2011-06-29 17:17:15', 'ORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.\r\n\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, huimos de la venta fría por Internet y por eso hemos hecho de esta web un catálogo con más de 3.000 referencias. Por la gran rotación y exclusividad de nuestros artículos puede que de alguno de ellos no quedasen existencias.\r\n\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.\r\n\r\nTener una casa de ensueño no tiene por qué ser caro y además podrás financiar tus compras a 6 meses sin intereses.\r\n\r\n\r\n', 'La tienda', '', 'publish', 'open', 'closed', '', 'la-tienda', '', '', '2011-07-11 17:15:13', '2011-07-11 17:15:13', '', 0, 'http://localhost/originalhouse/?page_id=61', 0, 'page', '', 0), (62, 1, '2011-06-29 17:17:03', '2011-06-29 17:17:04', '', 'fondo-la-tienda', '', 'inherit', 'open', 'open', '', 'fondo-la-tienda', '', '', '2011-06-29 17:17:03', '2011-06-29 17:17:04', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-la-tienda.jpg', 0, 'attachment', 'image/jpeg', 0), (63, 1, '2011-06-29 17:17:04', '2011-06-29 17:17:04', '', 'fondo-localizanos', '', 'inherit', 'open', 'open', '', 'fondo-localizanos', '', '', '2011-06-29 17:17:04', '2011-06-29 17:17:04', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-localizanos.jpg', 0, 'attachment', 'image/jpeg', 0), (64, 1, '2011-06-29 17:17:05', '2011-06-29 17:17:05', '', 'fondo-servicios', '', 'inherit', 'open', 'open', '', 'fondo-servicios', '', '', '2011-06-29 17:17:05', '2011-06-29 17:17:05', '', 0, 'http://localhost/originalhouse/wp-content/uploads/2011/06/fondo-servicios.jpg', 0, 'attachment', 'image/jpeg', 0), (65, 1, '2011-06-29 17:15:34', '2011-06-29 17:15:34', 'LA TIENDA\n
· ORIGINAL HOUSE SE CREO EN EL AÑO 2003 COMO ALTERNATIVA A LAS GRANDES SUPERFICIES Y A UNA DEMANDA EN CRECIMIENTO DE UN ESTILO EN DECORACION MAS PERSONAL.\n\n· CONSIDERAMOS QUE NUESTROS ARTICULOS TIENEN QUE ESTAR A LA ALTURA DEL CLIENTE MAS EXIGENTE, POR ESO HUIMOS DE LA VENTA FRIA POR INTERNET Y PREFERIMOS TENER UN CONTACTO MAS PERSONALIZADO CON VOSOTROS. NO DUDEIS EN PONEROS EN CONTACTO PARA CUALQUIER CONSULTA.\n\n· POR LA GRAN ROTACION Y EXCLUSIVIDAD DE NUESTROS ARTICULOS PUEDE QUE DE ALGUNO DE ELLOS NO QUEDEN EXISTENCIAS.\n\n· HEMOS HECHO DE ESTA TIENDA UN PEQUEÑO MAPAMUNDI EN EL QUE PODRAS ENCONTRAR REFERENCIAS A CASI TODOS LOS RINCONES DEL SUDESTE ASIATICO Y A LAS ULTIMAS TENDENCIAS DE OCCIDENTE.\n\n· LUZ TENUE, MUSICA RELAJANTE Y UNA INTENSA MEZCLA DE AROMAS ES LO PRIMERO QUE PERCIBES AL ENTRAR A\nORIGINAL HOUSE\n\nBIENVENIDOS\n\n ', 'Acerca de', '', 'inherit', 'open', 'open', '', '61-revision', '', '', '2011-06-29 17:15:34', '2011-06-29 17:15:34', '', 61, 'http://localhost/originalhouse/?p=65', 0, 'revision', '', 0), (66, 1, '2011-06-29 17:17:15', '2011-06-29 17:17:15', 'LA TIENDA\r\n
· ORIGINAL HOUSE SE CREO EN EL AÑO 2003 COMO ALTERNATIVA A LAS GRANDES SUPERFICIES Y A UNA DEMANDA EN CRECIMIENTO DE UN ESTILO EN DECORACION MAS PERSONAL.\r\n\r\n· CONSIDERAMOS QUE NUESTROS ARTICULOS TIENEN QUE ESTAR A LA ALTURA DEL CLIENTE MAS EXIGENTE, POR ESO HUIMOS DE LA VENTA FRIA POR INTERNET Y PREFERIMOS TENER UN CONTACTO MAS PERSONALIZADO CON VOSOTROS. NO DUDEIS EN PONEROS EN CONTACTO PARA CUALQUIER CONSULTA.\r\n\r\n· POR LA GRAN ROTACION Y EXCLUSIVIDAD DE NUESTROS ARTICULOS PUEDE QUE DE ALGUNO DE ELLOS NO QUEDEN EXISTENCIAS.\r\n\r\n· HEMOS HECHO DE ESTA TIENDA UN PEQUEÑO MAPAMUNDI EN EL QUE PODRAS ENCONTRAR REFERENCIAS A CASI TODOS LOS RINCONES DEL SUDESTE ASIATICO Y A LAS ULTIMAS TENDENCIAS DE OCCIDENTE.\r\n\r\n· LUZ TENUE, MUSICA RELAJANTE Y UNA INTENSA MEZCLA DE AROMAS ES LO PRIMERO QUE PERCIBES AL ENTRAR A\r\nORIGINAL HOUSE\r\n\r\nBIENVENIDOS\r\n\r\n ', 'Acerca de', '', 'inherit', 'open', 'open', '', '61-revision-2', '', '', '2011-06-29 17:17:15', '2011-06-29 17:17:15', '', 61, 'http://localhost/originalhouse/?p=66', 0, 'revision', '', 0), (67, 1, '2011-06-29 17:17:27', '2011-06-29 17:17:27', ' \r\n
· ORIGINAL HOUSE SE CREO EN EL AÑO 2003 COMO ALTERNATIVA A LAS GRANDES SUPERFICIES Y A UNA DEMANDA EN CRECIMIENTO DE UN ESTILO EN DECORACION MAS PERSONAL.\r\n\r\n· CONSIDERAMOS QUE NUESTROS ARTICULOS TIENEN QUE ESTAR A LA ALTURA DEL CLIENTE MAS EXIGENTE, POR ESO HUIMOS DE LA VENTA FRIA POR INTERNET Y PREFERIMOS TENER UN CONTACTO MAS PERSONALIZADO CON VOSOTROS. NO DUDEIS EN PONEROS EN CONTACTO PARA CUALQUIER CONSULTA.\r\n\r\n· POR LA GRAN ROTACION Y EXCLUSIVIDAD DE NUESTROS ARTICULOS PUEDE QUE DE ALGUNO DE ELLOS NO QUEDEN EXISTENCIAS.\r\n\r\n· HEMOS HECHO DE ESTA TIENDA UN PEQUEÑO MAPAMUNDI EN EL QUE PODRAS ENCONTRAR REFERENCIAS A CASI TODOS LOS RINCONES DEL SUDESTE ASIATICO Y A LAS ULTIMAS TENDENCIAS DE OCCIDENTE.\r\n\r\n· LUZ TENUE, MUSICA RELAJANTE Y UNA INTENSA MEZCLA DE AROMAS ES LO PRIMERO QUE PERCIBES AL ENTRAR A\r\nORIGINAL HOUSE\r\n\r\nBIENVENIDOS\r\n\r\n ', 'La Tienda', '', 'inherit', 'open', 'open', '', '61-revision-3', '', '', '2011-06-29 17:17:27', '2011-06-29 17:17:27', '', 61, 'http://localhost/originalhouse/?p=67', 0, 'revision', '', 0), (456, 1, '2011-07-11 17:14:52', '2011-07-11 17:14:52', 'ORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.\r\n\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, huimos de la venta fría por Internet y por eso hemos hecho de esta web un catálogo con más de 3.000 referencias. Por la gran rotación y exclusividad de nuestros artículos puede que de alguno de ellos no quedasen existencias.\r\n\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.\r\n\r\nTener una casa de ensueño no tiene por qué ser caro y además podrás financiar tus compras a 6 meses sin intereses.\r\n\r\n\r\n', 'La tienda', '', 'inherit', 'closed', 'open', '', '61-revision-20', '', '', '2011-07-11 17:14:52', '2011-07-11 17:14:52', '', 61, 'http://localhost/originalhouse/?p=456', 0, 'revision', '', 0), (68, 1, '2011-06-29 17:18:13', '2011-06-29 17:18:13', '
\r\n· ORIGINAL HOUSE SE CREO EN EL AÑO 2003 COMO ALTERNATIVA A LAS GRANDES SUPERFICIES Y A UNA DEMANDA EN CRECIMIENTO DE UN ESTILO EN DECORACION MAS PERSONAL.\r\n\r\n· CONSIDERAMOS QUE NUESTROS ARTICULOS TIENEN QUE ESTAR A LA ALTURA DEL CLIENTE MAS EXIGENTE, POR ESO HUIMOS DE LA VENTA FRIA POR INTERNET Y PREFERIMOS TENER UN CONTACTO MAS PERSONALIZADO CON VOSOTROS. NO DUDEIS EN PONEROS EN CONTACTO PARA CUALQUIER CONSULTA.\r\n\r\n· POR LA GRAN ROTACION Y EXCLUSIVIDAD DE NUESTROS ARTICULOS PUEDE QUE DE ALGUNO DE ELLOS NO QUEDEN EXISTENCIAS.\r\n\r\n· HEMOS HECHO DE ESTA TIENDA UN PEQUEÑO MAPAMUNDI EN EL QUE PODRAS ENCONTRAR REFERENCIAS A CASI TODOS LOS RINCONES DEL SUDESTE ASIATICO Y A LAS ULTIMAS TENDENCIAS DE OCCIDENTE.\r\n\r\n· LUZ TENUE, MUSICA RELAJANTE Y UNA INTENSA MEZCLA DE AROMAS ES LO PRIMERO QUE PERCIBES AL ENTRAR A\r\n
\r\n¡Hola!: Soy físico durante el día, lector de manga por las noches y este es mi blog. Vivo en Albacete y tengo un gato llamado Alex. Me encantan los mojitos (y mirar a la gente corriendo en los parques)\n\nO algo así:\n\n
La empresa Calcetines XYC se fundó en 1973, y ha estado produciendo calcetines de calidad para sus clientes desde entonces. Se encuentra en Vetusta, tiene unos 2.000 empleados e intenta ayudar en lo que puede para mejorar la vida en Vestusta\n\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2011-06-28 15:12:45', '2011-06-28 15:12:45', '', 2, 'http://localhost/originalhouse/?p=72', 0, 'revision', '', 0), (421, 1, '2011-07-06 19:44:07', '2011-07-06 19:44:07', '', 'Cartelera', '', 'inherit', 'closed', 'open', '', '415-revision-2', '', '', '2011-07-06 19:44:07', '2011-07-06 19:44:07', '', 415, 'http://localhost/originalhouse/?p=421', 0, 'revision', '', 0), (74, 1, '2011-06-29 17:18:28', '2011-06-29 17:18:28', '
· ORIGINAL HOUSE SE CREO EN EL AÑO 2003 COMO ALTERNATIVA A LAS GRANDES SUPERFICIES Y A UNA DEMANDA EN CRECIMIENTO DE UN ESTILO EN DECORACION MAS PERSONAL.\r\n\r\n· CONSIDERAMOS QUE NUESTROS ARTICULOS TIENEN QUE ESTAR A LA ALTURA DEL CLIENTE MAS EXIGENTE, POR ESO HUIMOS DE LA VENTA FRIA POR INTERNET Y PREFERIMOS TENER UN CONTACTO MAS PERSONALIZADO CON VOSOTROS. NO DUDEIS EN PONEROS EN CONTACTO PARA CUALQUIER CONSULTA.\r\n\r\n· POR LA GRAN ROTACION Y EXCLUSIVIDAD DE NUESTROS ARTICULOS PUEDE QUE DE ALGUNO DE ELLOS NO QUEDEN EXISTENCIAS.\r\n\r\n· HEMOS HECHO DE ESTA TIENDA UN PEQUEÑO MAPAMUNDI EN EL QUE PODRAS ENCONTRAR REFERENCIAS A CASI TODOS LOS RINCONES DEL SUDESTE ASIATICO Y A LAS ULTIMAS TENDENCIAS DE OCCIDENTE.\r\n\r\n· LUZ TENUE, MUSICA RELAJANTE Y UNA INTENSA MEZCLA DE AROMAS ES LO PRIMERO QUE PERCIBES AL ENTRAR A\r\n
\r\n| \r\n \r\n [tubepress] | \r\n
ORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.
\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, por eso huimos de la venta fría por Internet y preferimos tener un contacto más personalizado con vosotros. No dudéis en poneros en contacto para cualquier consulta.
\r\nPor la gran rotación y exclusividad de nuestros articulos puede que de alguno de ellos no queden existencias.
\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.
\r\nLuz tenue, música relajante y una intensa mezcla de aromas es lo primero que percibes al entrar a
\r\n\r\n
\r\nORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.
\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, por eso huimos de la venta fría por Internet y preferimos tener un contacto más personalizado con vosotros. No dudéis en poneros en contacto para cualquier consulta.
\r\nPor la gran rotación y exclusividad de nuestros articulos puede que de alguno de ellos no queden existencias.
\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.
\r\nLuz tenue, música relajante y una intensa mezcla de aromas es lo primero que percibes al entrar a
\r\n\r\n
\r\nORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.
\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, por eso huimos de la venta fría por Internet y preferimos tener un contacto más personalizado con vosotros. No dudéis en poneros en contacto para cualquier consulta.
\r\nPor la gran rotación y exclusividad de nuestros articulos puede que de alguno de ellos no queden existencias.
\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.
\r\nLuz tenue, música relajante y una intensa mezcla de aromas es lo primero que percibes al entrar a
\r\n\r\n
\r\nORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.
\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, por eso huimos de la venta fría por Internet y preferimos tener un contacto más personalizado con vosotros. No dudéis en poneros en contacto para cualquier consulta.
\r\nPor la gran rotación y exclusividad de nuestros articulos puede que de alguno de ellos no queden existencias.
\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.
\r\nLuz tenue, música relajante y una intensa mezcla de aromas es lo primero que percibes al entrar a
\r\n\r\n
\r\nORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.
\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, por eso huimos de la venta fría por Internet y preferimos tener un contacto más personalizado con vosotros. No dudéis en poneros en contacto para cualquier consulta.
\r\nPor la gran rotación y exclusividad de nuestros articulos puede que de alguno de ellos no queden existencias.
\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.
\r\nLuz tenue, música relajante y una intensa mezcla de aromas es lo primero que percibes al entrar a
\r\n\r\n\r\n
\r\n', 'La Tienda', '', 'inherit', 'closed', 'open', '', '61-revision-8', '', '', '2011-06-29 20:07:57', '2011-06-29 20:07:57', '', 61, 'http://localhost/originalhouse/?p=94', 0, 'revision', '', 0), (96, 1, '2011-06-29 20:12:16', '2011-06-29 20:12:16', '', 'Catálogo', '', 'publish', 'closed', 'open', '', 'catalogo', '', '', '2011-07-07 12:04:09', '2011-07-07 12:04:09', '', 0, 'http://localhost/originalhouse/?page_id=96', 0, 'page', '', 0), (97, 1, '2011-06-29 20:12:14', '2011-06-29 20:12:14', '', 'Catálogo', '', 'inherit', 'closed', 'open', '', '96-revision', '', '', '2011-06-29 20:12:14', '2011-06-29 20:12:14', '', 96, 'http://localhost/originalhouse/?p=97', 0, 'revision', '', 0), (98, 1, '2011-06-29 20:12:16', '2011-06-29 20:12:16', '[catablog]', 'Catálogo', '', 'inherit', 'closed', 'open', '', '96-revision-2', '', '', '2011-06-29 20:12:16', '2011-06-29 20:12:16', '', 96, 'http://localhost/originalhouse/?p=98', 0, 'revision', '', 0), (423, 1, '2011-07-06 19:43:28', '2011-07-06 19:43:28', 'C/ RODRIGUEZ SAN PEDRO, 40\r\n\r\n28015-MADRID\r\n\r\nMETRO:ARGUELLES\r\n\r\nBUS: 2, 16, 21, 61, 202\r\n\r\nPARKING FRENTE A LA TIENDA\r\n\r\nTFNO: 91 543 30 96\r\n\r\nEMAIL: originalhouse@originalhouse.info\r\n\r\n \r\n\r\n \r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-5', '', '', '2011-07-06 19:43:28', '2011-07-06 19:43:28', '', 88, 'http://localhost/originalhouse/?p=423', 0, 'revision', '', 0), (99, 1, '2011-06-29 20:12:43', '2011-06-29 20:12:43', '[catablog template="gallery"]', 'Catálogo', '', 'inherit', 'closed', 'open', '', '96-revision-3', '', '', '2011-06-29 20:12:43', '2011-06-29 20:12:43', '', 96, 'http://localhost/originalhouse/?p=99', 0, 'revision', '', 0), (112, 1, '2011-06-30 12:19:48', '2011-06-30 12:19:48', '
\r\n
\r\nORIGINAL HOUSE se creo en el año 2003 como alternativa a las grandes superficies y a una demanda en crecimiento de un estilo en decoración más personal.
\r\nConsideramos que nuestros artículos tienen que estar a la altura del cliente más exigente, por eso huimos de la venta fría por Internet y preferimos tener un contacto más personalizado con vosotros. No dudéis en poneros en contacto para cualquier consulta.
\r\nPor la gran rotación y exclusividad de nuestros articulos puede que de alguno de ellos no queden existencias.
\r\nHemos hecho de esta tienda un pequeño mapamundi en el que podrás encontrar referencias a casi todos los rincones del sudeste asiático y a las últimas tendencias de occidente.
\r\nLuz tenue, música relajante y una intensa mezcla de aromas es lo primero que percibes al entrar a
\r\n\r\n
\r\n\r\n

\r\n



BIENVENIDOS
\r\n', 'La tienda', '', 'inherit', 'closed', 'open', '', '61-revision-19', '', '', '2011-07-11 17:08:19', '2011-07-11 17:08:19', '', 61, 'http://localhost/originalhouse/?p=455', 0, 'revision', '', 0), (457, 1, '2011-07-11 17:13:50', '2011-07-11 17:13:50', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\n\r\nAbierto de lunes a viernes \r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y \r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados \r\npor la tarde cerrado.', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-10', '', '', '2011-07-11 17:13:50', '2011-07-11 17:13:50', '', 88, 'http://localhost/originalhouse/?p=457', 0, 'revision', '', 0), (458, 1, '2011-07-11 17:16:02', '2011-07-11 17:16:02', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-11', '', '', '2011-07-11 17:16:02', '2011-07-11 17:16:02', '', 88, 'http://localhost/originalhouse/?p=458', 0, 'revision', '', 0), (459, 1, '2011-07-11 17:18:12', '2011-07-11 17:18:12', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n \r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-12', '', '', '2011-07-11 17:18:12', '2011-07-11 17:18:12', '', 88, 'http://localhost/originalhouse/?p=459', 0, 'revision', '', 0), (460, 1, '2011-07-11 17:20:44', '2011-07-11 17:20:44', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n \r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-13', '', '', '2011-07-11 17:20:44', '2011-07-11 17:20:44', '', 88, 'http://localhost/originalhouse/?p=460', 0, 'revision', '', 0), (461, 1, '2011-07-11 17:24:27', '2011-07-11 17:24:27', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="map8" z="5" address="Tokyo, Japan" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-14', '', '', '2011-07-11 17:24:27', '2011-07-11 17:24:27', '', 88, 'http://localhost/originalhouse/?p=461', 0, 'revision', '', 0), (462, 1, '2011-07-11 17:24:55', '2011-07-11 17:24:55', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="map8" z="5" address=" Rodríguez San Pedro, 40, madrid, españa" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-15', '', '', '2011-07-11 17:24:55', '2011-07-11 17:24:55', '', 88, 'http://localhost/originalhouse/?p=462', 0, 'revision', '', 0), (463, 1, '2011-07-11 17:25:03', '2011-07-11 17:25:03', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="5" address=" Rodríguez San Pedro, 40, madrid, españa" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-16', '', '', '2011-07-11 17:25:03', '2011-07-11 17:25:03', '', 88, 'http://localhost/originalhouse/?p=463', 0, 'revision', '', 0), (464, 1, '2011-07-11 17:25:19', '2011-07-11 17:25:19', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="5" address="Rodríguez San Pedro 40, madrid, españa" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-17', '', '', '2011-07-11 17:25:19', '2011-07-11 17:25:19', '', 88, 'http://localhost/originalhouse/?p=464', 0, 'revision', '', 0), (518, 1, '2011-07-12 19:36:56', '2011-07-12 17:36:56', '', 'favicon', '', 'inherit', 'closed', 'open', '', 'favicon', '', '', '2011-07-12 19:36:56', '2011-07-12 17:36:56', '', 24, 'http://localhost/originalhouse/wp-content/uploads/2011/06/favicon.ico', 0, 'attachment', 'image/x-icon', 0), (465, 1, '2011-07-11 17:25:44', '2011-07-11 17:25:44', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="10" address="Rodríguez San Pedro 40, madrid, españa" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-18', '', '', '2011-07-11 17:25:44', '2011-07-11 17:25:44', '', 88, 'http://localhost/originalhouse/?p=465', 0, 'revision', '', 0), (466, 1, '2011-07-11 17:25:54', '2011-07-11 17:25:54', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="15" address="Rodríguez San Pedro 40, madrid, españa" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-19', '', '', '2011-07-11 17:25:54', '2011-07-11 17:25:54', '', 88, 'http://localhost/originalhouse/?p=466', 0, 'revision', '', 0), (467, 1, '2011-07-11 17:26:08', '2011-07-11 17:26:08', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="16" address="Rodríguez San Pedro 40, madrid, españa" marker="yes"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-20', '', '', '2011-07-11 17:26:08', '2011-07-11 17:26:08', '', 88, 'http://localhost/originalhouse/?p=467', 0, 'revision', '', 0), (468, 1, '2011-07-11 17:33:05', '2011-07-11 17:33:05', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="16" address="Rodríguez San Pedro 40, madrid, españa" marker="yes" infowindow="Original House"]\r\n\r\n\r\n ', 'Contacto', '', 'inherit', 'closed', 'open', '', '88-revision-21', '', '', '2011-07-11 17:33:05', '2011-07-11 17:33:05', '', 88, 'http://localhost/originalhouse/?p=468', 0, 'revision', '', 0), (470, 1, '2011-07-12 09:04:48', '2011-07-12 09:04:48', ' ', '', '', 'publish', 'closed', 'open', '', '470', '', '', '2011-07-14 12:00:09', '2011-07-14 10:00:09', '', 0, 'http://localhost/originalhouse/?p=470', 42, 'nav_menu_item', '', 0), (469, 1, '2011-07-11 17:33:54', '2011-07-11 17:33:54', 'C/ Rodríguez San Pedro, 40\r\n28015 - Madrid\r\nMetro: Arguelles\r\nBus: 2, 16, 21, 61, 202\r\nParking frente a la tienda\r\n\r\nTfno: 91 543 30 96\r\nE-mail: originalhouse@originalhouse.info\r\n\r\nAbierto de lunes a viernes\r\nde 10:30h a 14:00h y de 17:30h a 21:00h.\r\nSábados de 11:00h a 14:00h y\r\nde 18:00h a 20:30h.\r\nEn julio y agosto, sábados\r\npor la tarde cerrado.\r\n\r\n[map id="mapa" z="16" address="Rodríguez San Pedro 40, madrid, españa" marker="yes" infowindow="Original House