Instaldeco_Web/db/instaldeco.sql

763 lines
387 KiB
MySQL
Raw Normal View History

-- phpMyAdmin SQL Dump
-- version 3.3.9
-- http://www.phpmyadmin.net
--
-- Servidor: localhost
-- Tiempo de generación: 23-09-2011 a las 20:19:23
-- 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: `instaldeco`
--
-- --------------------------------------------------------
--
-- 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-09-23 17:04:51', '2011-09-23 17:04:51', 'Hola, esto es un comentario.<br /> 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, '1', '', '', 0, 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`
--
INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES
(1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
-- --------------------------------------------------------
--
-- 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=213 ;
--
-- 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/instaldeco', 'yes'),
(2, 0, 'blogname', 'Instaldeco', 'yes'),
(3, 0, 'blogdescription', 'Servicios de Montaje y decoración', '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', 'open', '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', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '0', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '/%year%/%monthnum%/%postname%/', '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:0:{}', 'yes'),
(37, 0, 'home', 'http://localhost/instaldeco', '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', '1', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', '', 'no'),
(45, 0, 'template', 'broadside', 'yes'),
(46, 0, 'stylesheet', 'broadside', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '0', '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', '1', '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', '0', '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', '0', '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', '17', 'yes'),
(94, 0, 'page_on_front', '11', 'yes'),
(95, 0, 'default_post_format', '0', 'yes'),
(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s: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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(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:2:{s:19:"wp_inactive_widgets";a:13:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:8:"search-2";i:8;s:14:"recent-posts-2";i:9;s:17:"recent-comments-2";i:10;s:10:"archives-2";i:11;s:12:"categories-2";i:12;s:6:"meta-2";}s:13:"array_version";i:3;}', 'yes'),
(103, 0, 'cron', 'a:3:{i:1316840695;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:1316883906;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(104, 0, '_transient_doing_cron', '1316797649', 'yes'),
(116, 0, '_site_transient_timeout_browser_4f512b96d61e54437d052ed0b03eb8c5', '1317402305', 'yes'),
(105, 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:1316797656;s:15:"version_checked";s:5:"3.2.1";}', 'yes'),
(106, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1316797503;s:7:"checked";a:2:{s:19:"akismet/akismet.php";s:5:"2.5.3";s:9:"hello.php";s:3:"1.6";}s:8:"response";a:0:{}}', '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'),
(112, 0, 'widget_widget_twentyeleven_ephemera', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, '_site_transient_timeout_theme_roots', '1316809350', 'yes'),
(114, 0, '_site_transient_theme_roots', 'a:3:{s:9:"broadside";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(115, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1316802851;s:7:"checked";a:3:{s:9:"broadside";s:3:"1.0";s:12:"twentyeleven";s:3:"1.2";s:9:"twentyten";s:3:"1.2";}s:8:"response";a:0:{}}', 'yes'),
(117, 0, '_site_transient_browser_4f512b96d61e54437d052ed0b03eb8c5', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"6.0.2";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:"6";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'),
(118, 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:27:"http://localhost/instaldeco";s:4:"link";s:103:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/instaldeco/";s:3:"url";s:136:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/instaldeco/";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'),
(201, 0, 'current_theme', 'Broadside', 'yes'),
(120, 0, 'can_compress_scripts', '1', 'yes'),
(121, 0, '_transient_timeout_feed_d54818a85854ebcb9b5357c7d7c038bf', '1316840707', 'no'),
(122, 0, '_transient_feed_d54818a85854ebcb9b5357c7d7c038bf', '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:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_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:54:"link:http://localhost/instaldeco/ - 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:91:"http://www.google.com/search?ie=utf-8&q=link:http://localhost/instaldeco/&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:87:"Your search - <b>link:http://localhost/instaldeco/</b> - did not match any documents. ";s: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: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: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:"Fri, 23 Sep 2011 17:05:11 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=87a31538b20a40a2:FF=0:TM=1316797511:LM=1316797511:S=JgZ9fHYWPUzTah0u; expires=Sun, 22-Sep-2013 17:05:11 GMT; path=/; domain=.google.com";i:1;s:212:"NID=51=MImeqNX-cUSLFsY8wtS-gW19OltvZpAPzu7nCxesWsOUpd9eTejP4M-CfBq2sw1BmNIJTpOyR62cWld10ZWlZfhG5gKVrq5y57MrjsrPG0uZRgSIsxNZqYrkd8T1Fcgi; expires=Sat, 24-Mar-2012 17:05:11 GMT; path=/; domain=.google.com; HttpOnly";}s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(123, 0, '_transient_timeout_feed_mod_d54818a85854ebcb9b5357c7d7c038bf', '1316840707', 'no'),
(124, 0, '_transient_feed_mod_d54818a85854ebcb9b5357c7d7c038bf', '1316797507', 'no'),
(125, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1316840707', 'no'),
(126, 0, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p>Este widget de escritorio consulta a la <a href="http://blogsearch.google.com/">Búsqueda de blogs de Google </a> de modo que cuando otro blog enlace a su sitio se mostrará aquí. No se ha encontrado ningún enlace entrante… aún. Está bien, no hay prisa.</p>\n', 'no'),
(127, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316840708', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(128, 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:"Fri, 16 Sep 2011 15:08: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:"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:56:"\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:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/software-freedom-day-hackathon/";s: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:74:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/#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, 15 Sep 2011 07:33:56 +0000";s: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:6:{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: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:2;a:5:{s:4:"data";s:6:"Events";s: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:"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:"";}i:4;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:5;a:5:{s:4:"data";s:7:"bughunt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2058";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:359:"Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend&#8217;s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it&#8217;s the last chance to squeeze in features that haven&#8217;t quite been finished, and enhancements and fixes that no one has had time [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(129, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316840708', 'no'),
(130, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1316797508', 'no'),
(131, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1316840708', 'no'),
(132, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.org/news/2011/09/software-freedom-day-hackathon/'' title=''Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekends hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means its the last chance to squeeze in features that havent quite been finished, and enhancements and fixes that no one has had time [&hellip;]''>Software Freedom Day + Hackathon</a> <span class="rss-date">15 septiembre, 2011</span><div class=''rssSummary''>Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekends hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means its the last chance to squeeze in features that havent quite been finished, and enhancements and fixes that no one has had time [&hellip;]</div></li><li><a class=''rsswidget'' href=''http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/'' title=''This coming weekend, two WordCamps will be going on simultaneously — yep, its WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portlan [&hellip;]''>A Tale of Two WordCamps</a> <span class="rss-date">14 septiembre, 2011</span><div class=''rssSummary''>This coming weekend, two WordCamps will be going on simultaneously — yep, its WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portlan [&hellip;]</div></li></ul></div>', 'no'),
(133, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1316840708', 'no'),
(134, 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:"Fri, 23 Sep 2011 16:50:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a: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: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: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: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 fle
(135, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1316840708', 'no'),
(136, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1316797508', 'no'),
(137, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1316840709', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(138, 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:60:"WordPress.tv: Jay Collier: Web Strategy for Higher Education";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=6898";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2011/09/23/jay-collier-web-strategy-for-higher-education/";s: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:1828:"<div id="v-oXavzE1a-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6898/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6898/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6898/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6898&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/09/23/jay-collier-web-strategy-for-higher-education/"><img alt="Jay Collier: Web Strategy for Higher Education" src="http://videos.videopress.com/oXavzE1a/web-strategy-for-higher-education_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 23 Sep 2011 14:08:44 +0000";s:7:"attribs";a:0:
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(139, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1316840709', 'no'),
(140, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1316797509', 'no'),
(141, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1316840709', 'no'),
(142, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/09/23/jay-collier-web-strategy-for-higher-education/'' title='' [&hellip;]''>WordPress.tv: Jay Collier: Web Strategy for Higher Education</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/yrylbhxwr6c/'' title=''There has been some interesting discussion on how many plugins you should use on your WordPress blog, and whether that number contributes to any problems along the way. The fact of the matter is, its really hard to say. In most situations, using an excessive amount of plugins wont cause any problems, but plugins use memory when they run, and shared hosting [&hellip;]''>Weblog Tools Collection: Do You Really Need All of Those Plugins?</a></li><li><a class=''rsswidget'' href=''http://feedproxy.google.com/~r/WordpressTavern/~3/rPBGL04BvEQ/bbpress-2-0-stable-now-available'' title=''After a long time in development, bbPress 2.0 stable has been given the green light. While new version releases are exciting, this particular one for bbPress is especially so as it is a total rethink of how bbPress runs, integrates, and functions as a forums plugin instead of stand-alone software. If youre already using an established bbPress install, movin [&hellip;]''>WPTavern: bbPress 2.0 Stable Now Available</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/09/22/doug-yuen-improving-your-wordpress-productivity/'' title='' [&hellip;]''>WordPress.tv: Doug Yuen: Improving Your WordPress Productivity</a></li><li><a class=''rsswidget'' href=''http://wordpress.tv/2011/09/22/gregory-cornelius-scott-dasse-synchronizing-creativity-with-content-management/'' title='' [&hellip;]''>WordPress.tv: Gregory Cornelius &amp; Scott Dasse: Synchronizing Creativity with Content Management</a></li></ul></div>', 'no'),
(143, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1316840709', 'no'),
(144, 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:"Fri, 23 Sep 2011 16: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a: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:59:"infogeniuz on "infoGeniuz Form Analytics for Gravity Forms"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"http://wordpress.org/extend/plugins/infogeniuz-form-analytics-for-gravity-forms/#post-29919";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Sep 2011 20:37: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:"29919@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:115:"Add number of visits &#38; pageviews, browser &#38; geolocation data to all your Gravity Forms email notifications.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"infogeniuz";s: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:41:"quebarato on "QueBarato! Blog Connection"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/extend/plugins/quebarato-blog-connection/#post-30399";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Sep 2011 23:07:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30399@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:
(145, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1316840709', 'no'),
(146, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1316797509', 'no'),
(147, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1316840710', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(148, 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:"Fri, 23 Sep 2011 16:59: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:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a: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:30:"Shelby DeNike on "Minify Link"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/minifylink/#post-17415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 20 Apr 2010 19:40: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:"17415@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:116:"The Minify Link WordPress plugin simply changes all permalinks on your site to Minify links using the Minify.us 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Shelby DeNike";s: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:29:"dkukral on "Email on Publish"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/email-on-publish/#post-26810";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 May 2011 20:54: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:"26810@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:67:"Plugin for WordPress that email
(149, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1316840710', 'no'),
(150, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1316797510', 'no'),
(151, 0, '_transient_timeout_plugin_slugs', '1316883910', 'no'),
(152, 0, '_transient_plugin_slugs', 'a:2:{i:0;s:19:"akismet/akismet.php";i:1;s:9:"hello.php";}', 'no'),
(153, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1316840710', 'no'),
(154, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Más populares</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/w3-total-cache/''>W3 Total Cache</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=w3-total-cache&amp;_wpnonce=7f0c4e6b78&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''W3 Total Cache''>Instalar</a>)</span>\n<p>Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.</p>\n<h4>Plugins recientes</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/logged-in/''>Logged in</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=logged-in&amp;_wpnonce=42bf5e812b&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''Logged in''>Instalar</a>)</span>\n<p>Allows you to close your site to non-logged in users, by redirecting them to the login page, displaying a message or a specific template file.</p>\n<h4>Actualizados recientemente</h4>\n<h5><a href=''http://wordpress.org/extend/plugins/plista/''>plista</a></h5>&nbsp;<span>(<a href=''plugin-install.php?tab=plugin-information&amp;plugin=plista&amp;_wpnonce=ac6a1ddef4&amp;TB_iframe=true&amp;width=600&amp;height=800'' class=''thickbox'' title=''plista''>Instalar</a>)</span>\n<p>Plugin for displaying plista Recommendations</p>\n', 'no'),
(155, 0, '_site_transient_timeout_wporg_theme_feature_list', '1316813695', 'yes'),
(156, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'),
(158, 0, 'theme_mods_Broadside', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:10:"navigation";i:3;}}', 'yes'),
(159, 0, 'optionsframework', 'a:2:{s:2:"id";s:9:"broadside";s:12:"knownoptions";a:1:{i:0;s:9:"broadside";}}', 'yes'),
(160, 0, 'broadside', 'a:32:{s:13:"email_address";s:0:"";s:11:"footer_text";s:53:"Copyright &copy; 2011 &ndash; Instaldeco S.L. &ndash;";s:13:"facebook_link";s:0:"";s:10:"twitter_id";s:0:"";s:11:"flickr_link";s:0:"";s:10:"vimeo_link";s:0:"";s:11:"google_link";s:0:"";s:16:"stumbleupon_link";s:0:"";s:12:"youtube_link";s:0:"";s:4:"logo";s:75:"http://localhost/instaldeco/wp-content/uploads/2011/09/logo-instaldeco1.png";s:13:"logo_position";s:6:"bottom";s:12:"nav_position";s:3:"top";s:7:"favicon";s:0:"";s:10:"default_bg";s:69:"http://localhost/instaldeco/wp-content/uploads/2011/09/camouflage.png";s:7:"blog_bg";s:94:"http://localhost/instaldeco/wp-content/themes/Broadside/images/backgrounds/blog-background.jpg";s:11:"site_height";s:3:"600";s:16:"scrollbar_height";s:3:"330";s:7:"menu_bg";s:7:"#FF6900";s:14:"headings_color";s:7:"#FF6900";s:11:"static_menu";s:2:"no";s:10:"home_title";s:10:"Instaldeco";s:9:"home_meta";s:85:"Desarrollamos y materializamos cualquier proyecto o idea que llegue a nuestras manos.";s:13:"tracking_code";s:0:"";s:9:"404_error";s:25:"404 Página no encontrada";s:10:"custom_css";s:0:"";s:9:"custom_js";s:0:"";s:9:"animation";s:4:"fade";s:5:"speed";s:4:"1200";s:5:"timer";s:4:"true";s:10:"transition";s:4:"4000";s:6:"arrows";s:5:"false";s:7:"bullets";s:4:"true";}', 'yes'),
(183, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(190, 0, '_transient_random_seed', '3bb3dce2e079d559507740585673f719', 'yes'),
(212, 0, 'rewrite_rules', 'a:94:{s:12:"portfolio/?$";s:29:"index.php?post_type=portfolio";s:42:"portfolio/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=portfolio&feed=$matches[1]";s:37:"portfolio/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?post_type=portfolio&feed=$matches[1]";s:29:"portfolio/page/([0-9]{1,})/?$";s:47:"index.php?post_type=portfolio&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?type=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?type=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?type=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:26:"index.php?type=$matches[1]";s:37:"portfolio/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:47:"portfolio/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:67:"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:62:"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:30:"portfolio/([^/]+)/trackback/?$";s:36:"index.php?portfolio=$matches[1]&tb=1";s:50:"portfolio/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?portfolio=$matches[1]&feed=$matches[2]";s:45:"portfolio/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?portfolio=$matches[1]&feed=$matches[2]";s:38:"portfolio/([^/]+)/page/?([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&paged=$matches[2]";s:45:"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$";s:49:"index.php?portfolio=$matches[1]&cpage=$matches[2]";s:30:"portfolio/([^/]+)(/[0-9]+)?/?$";s:48:"index.php?portfolio=$matches[1]&page=$matches[2]";s:26:"portfolio/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"portfolio/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=11&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|at
(199, 0, 'theme_mods_twentyeleven', 'a:1:{i:0;b:0;}', 'yes');
-- --------------------------------------------------------
--
-- 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=211 ;
--
-- 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'),
(2, 8, '_wp_attached_file', '2011/09/camouflage.png'),
(3, 8, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"2070";s:6:"height";s:4:"1360";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:22:"2011/09/camouflage.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"camouflage-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"camouflage-300x197.png";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}s:5:"large";a:3:{s:4:"file";s:23:"camouflage-1024x672.png";s:5:"width";s:4:"1024";s:6:"height";s:3:"672";}s:20:"post-thumbnail-image";a:3:{s:4:"file";s:22:"camouflage-125x120.png";s:5:"width";s:3:"125";s:6:"height";s:3:"120";}s:10:"team-image";a:3:{s:4:"file";s:22:"camouflage-120x120.png";s:5:"width";s:3:"120";s:6:"height";s:3:"120";}s:19:"portfolio-thumbnail";a:3:{s:4:"file";s:22:"camouflage-135x117.png";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:19:"portfolio-scrolling";a:3:{s:4:"file";s:22:"camouflage-135x117.png";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:17:"portfolio-gallery";a:3:{s:4:"file";s:22:"camouflage-450x287.png";s:5:"width";s:3:"450";s:6:"height";s:3:"287";}}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:"";}}'),
(4, 9, '_wp_attached_file', '2011/09/logo-instaldeco.png'),
(5, 9, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"270";s:6:"height";s:3:"122";s:14:"hwstring_small";s:23:"height=''57'' width=''128''";s:4:"file";s:27:"2011/09/logo-instaldeco.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"logo-instaldeco-150x122.png";s:5:"width";s:3:"150";s:6:"height";s:3:"122";}s:20:"post-thumbnail-image";a:3:{s:4:"file";s:27:"logo-instaldeco-125x120.png";s:5:"width";s:3:"125";s:6:"height";s:3:"120";}s:10:"team-image";a:3:{s:4:"file";s:27:"logo-instaldeco-120x120.png";s:5:"width";s:3:"120";s:6:"height";s:3:"120";}s:19:"portfolio-thumbnail";a:3:{s:4:"file";s:27:"logo-instaldeco-135x117.png";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:19:"portfolio-scrolling";a:3:{s:4:"file";s:27:"logo-instaldeco-135x117.png";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}}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:"";}}'),
(6, 10, '_wp_attached_file', '2011/09/logo-instaldeco1.png'),
(7, 10, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"270";s:6:"height";s:3:"122";s:14:"hwstring_small";s:23:"height=''57'' width=''128''";s:4:"file";s:28:"2011/09/logo-instaldeco1.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:28:"logo-instaldeco1-150x122.png";s:5:"width";s:3:"150";s:6:"height";s:3:"122";}s:20:"post-thumbnail-image";a:3:{s:4:"file";s:28:"logo-instaldeco1-125x120.png";s:5:"width";s:3:"125";s:6:"height";s:3:"120";}s:10:"team-image";a:3:{s:4:"file";s:28:"logo-instaldeco1-120x120.png";s:5:"width";s:3:"120";s:6:"height";s:3:"120";}s:19:"portfolio-thumbnail";a:3:{s:4:"file";s:28:"logo-instaldeco1-135x117.png";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:19:"portfolio-scrolling";a:3:{s:4:"file";s:28:"logo-instaldeco1-135x117.png";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}}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:"";}}'),
(8, 11, '_edit_last', '1'),
(9, 11, '_edit_lock', '1316804482:1'),
(10, 11, '_wpnonce', '3fc6a7e1c2'),
(11, 11, '_wp_http_referer', '/instaldeco/wp-admin/post.php?post=11&action=edit&message=1'),
(12, 11, 'user_ID', '1'),
(13, 11, 'action', 'editpost'),
(14, 11, 'originalaction', 'editpost'),
(15, 11, 'post_author', '1'),
(16, 11, 'post_type', 'page'),
(17, 11, 'original_post_status', 'publish'),
(18, 11, 'referredby', 'http://localhost/instaldeco/wp-admin/post.php?post=11&action=edit&message=1'),
(19, 11, '_wp_original_http_referer', 'http://localhost/instaldeco/wp-admin/post.php?post=11&action=edit&message=1'),
(20, 11, 'auto_draft', '0'),
(21, 11, 'post_ID', '11'),
(22, 11, 'autosavenonce', '00a9b69e7e'),
(23, 11, 'meta-box-order-nonce', '2926899a89'),
(24, 11, 'closedpostboxesnonce', 'e7aa5566e0'),
(25, 11, 'wp-preview', ''),
(26, 11, 'hidden_post_status', 'publish'),
(27, 11, 'post_status', 'publish'),
(28, 11, 'hidden_post_password', ''),
(29, 11, 'hidden_post_visibility', 'public'),
(30, 11, 'visibility', 'public'),
(31, 11, 'post_password', ''),
(32, 11, 'mm', '09'),
(33, 11, 'jj', '23'),
(34, 11, 'aa', '2011'),
(35, 11, 'hh', '18'),
(36, 11, 'mn', '23'),
(37, 11, 'ss', '22'),
(38, 11, 'hidden_mm', '09'),
(39, 11, 'cur_mm', '09'),
(40, 11, 'hidden_jj', '23'),
(41, 11, 'cur_jj', '23'),
(42, 11, 'hidden_aa', '2011'),
(43, 11, 'cur_aa', '2011'),
(44, 11, 'hidden_hh', '18'),
(45, 11, 'cur_hh', '20'),
(46, 11, 'hidden_mn', '23'),
(47, 11, 'cur_mn', '01'),
(48, 11, 'original_publish', 'Actualizar'),
(49, 11, 'publish', 'Publicar'),
(50, 11, 'parent_id', ''),
(51, 11, 'menu_order', '0'),
(52, 11, 'post_title', 'Inicio'),
(53, 11, 'samplepermalinknonce', '9c31276400'),
(54, 11, 'content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.'),
(55, 11, 'metakeyinput', ''),
(56, 11, 'metavalue', ''),
(57, 11, '_ajax_nonce-add-meta', '9dc13bb2ca'),
(58, 11, 'advanced_view', '1'),
(59, 11, 'comment_status', 'open'),
(60, 11, 'ping_status', 'open'),
(61, 11, 'post_name', 'inicio'),
(62, 11, 'post_author_override', '1'),
(63, 11, 'pyre_font_color', 'light'),
(64, 11, 'pyre_background_images', 'http://localhost/instaldeco/wp-content/uploads/2011/09/DSC01339-2.jpg,http://localhost/instaldeco/wp-content/uploads/2011/09/P1020372.jpg'),
(65, 11, 'pyre_heading_sub', 'Servicios de montaje y decoración'),
(66, 11, 'pyre_heading_1', ''),
(67, 11, 'pyre_heading_2', ''),
(68, 11, 'post_mime_type', ''),
(69, 11, 'ID', '11'),
(70, 11, 'post_content', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.'),
(71, 11, 'post_parent', '0'),
(72, 11, 'save', 'Actualizar'),
(73, 11, 'meta', 'a:61:{i:34;a:2:{s:3:"key";s:2:"aa";s:5:"value";s:4:"2011";}i:13;a:2:{s:3:"key";s:6:"action";s:5:"value";s:8:"editpost";}i:58;a:2:{s:3:"key";s:13:"advanced_view";s:5:"value";s:1:"1";}i:22;a:2:{s:3:"key";s:13:"autosavenonce";s:5:"value";s:10:"00a9b69e7e";}i:20;a:2:{s:3:"key";s:10:"auto_draft";s:5:"value";s:1:"0";}i:24;a:2:{s:3:"key";s:20:"closedpostboxesnonce";s:5:"value";s:10:"e7aa5566e0";}i:59;a:2:{s:3:"key";s:14:"comment_status";s:5:"value";s:4:"open";}i:54;a:2:{s:3:"key";s:7:"content";s:5:"value";s:242:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.";}i:43;a:2:{s:3:"key";s:6:"cur_aa";s:5:"value";s:4:"2011";}i:45;a:2:{s:3:"key";s:6:"cur_hh";s:5:"value";s:2:"19";}i:41;a:2:{s:3:"key";s:6:"cur_jj";s:5:"value";s:2:"23";}i:39;a:2:{s:3:"key";s:6:"cur_mm";s:5:"value";s:2:"09";}i:47;a:2:{s:3:"key";s:6:"cur_mn";s:5:"value";s:2:"59";}i:35;a:2:{s:3:"key";s:2:"hh";s:5:"value";s:2:"18";}i:42;a:2:{s:3:"key";s:9:"hidden_aa";s:5:"value";s:4:"2011";}i:44;a:2:{s:3:"key";s:9:"hidden_hh";s:5:"value";s:2:"18";}i:40;a:2:{s:3:"key";s:9:"hidden_jj";s:5:"value";s:2:"23";}i:38;a:2:{s:3:"key";s:9:"hidden_mm";s:5:"value";s:2:"09";}i:46;a:2:{s:3:"key";s:9:"hidden_mn";s:5:"value";s:2:"23";}i:28;a:2:{s:3:"key";s:20:"hidden_post_password";s:5:"value";s:0:"";}i:26;a:2:{s:3:"key";s:18:"hidden_post_status";s:5:"value";s:7:"publish";}i:29;a:2:{s:3:"key";s:22:"hidden_post_visibility";s:5:"value";s:6:"public";}i:69;a:2:{s:3:"key";s:2:"ID";s:5:"value";s:2:"11";}i:33;a:2:{s:3:"key";s:2:"jj";s:5:"value";s:2:"23";}i:51;a:2:{s:3:"key";s:10:"menu_order";s:5:"value";s:1:"0";}i:23;a:2:{s:3:"key";s:20:"meta-box-order-nonce";s:5:"value";s:10:"2926899a89";}i:55;a:2:{s:3:"key";s:12:"metakeyinput";s:5:"value";s:0:"";}i:75;a:2:{s:3:"key";s:13:"metakeyselect";s:5:"value";s:6:"#NONE#";}i:56;a:2:{s:3:"key";s:9:"metavalue";s:5:"value";s:0:"";}i:32;a:2:{s:3:"key";s:2:"mm";s:5:"value";s:2:"09";}i:36;a:2:{s:3:"key";s:2:"mn";s:5:"value";s:2:"23";}i:14;a:2:{s:3:"key";s:14:"originalaction";s:5:"value";s:8:"editpost";}i:17;a:2:{s:3:"key";s:20:"original_post_status";s:5:"value";s:7:"publish";}i:48;a:2:{s:3:"key";s:16:"original_publish";s:5:"value";s:10:"Actualizar";}i:206;a:2:{s:3:"key";s:13:"page_template";s:5:"value";s:12:"homepage.php";}i:50;a:2:{s:3:"key";s:9:"parent_id";s:5:"value";s:0:"";}i:60;a:2:{s:3:"key";s:11:"ping_status";s:5:"value";s:4:"open";}i:15;a:2:{s:3:"key";s:11:"post_author";s:5:"value";s:1:"1";}i:62;a:2:{s:3:"key";s:20:"post_author_override";s:5:"value";s:1:"1";}i:70;a:2:{s:3:"key";s:12:"post_content";s:5:"value";s:242:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.";}i:21;a:2:{s:3:"key";s:7:"post_ID";s:5:"value";s:2:"11";}i:68;a:2:{s:3:"key";s:14:"post_mime_type";s:5:"value";s:0:"";}i:61;a:2:{s:3:"key";s:9:"post_name";s:5:"value";s:6:"inicio";}i:71;a:2:{s:3:"key";s:11:"post_parent";s:5:"value";s:1:"0";}i:31;a:2:{s:3:"key";s:13:"post_password";s:5:"value";s:0:"";}i:27;a:2:{s:3:"key";s:11:"post_status";s:5:"value";s:7:"publish";}i:52;a:2:{s:3:"key";s:10:"post_title";s:5:"value";s:6:"Inicio";}i:16;a:2:{s:3:"key";s:9:"post_type";s:5:"value";s:4:"page";}i:49;a:2:{s:3:"key";s:7:"publish";s:5:"value";s:8:"Publicar";}i:64;a:2:{s:3:"key";s:22:"pyre_background_images";s:5:"value";s:139:"http://localhost/instaldeco/wp-content/uploads/2011/09/DSC01339-2.jpg,\r\nhttp://localhost/instaldeco/wp-content/uploads/2011/09/P1020372.jpg";}i:63;a:2:{s:3:"key";s:15:"pyre_font_color";s:5:"value";s:5:"light";}i:66;a:2:{s:3:"key";s:14:"pyre_heading_1";s:5:"value";s:0:"";}i:67;a:2:{s:3:"key";s:14:"pyre_heading_2";s:5:"value";s:0:"";}i:65;a:2:{s:3:"key";s:16:"pyre_heading_sub";s:5:"value";s:34:"Servicios de montaje y decoración";}i:18;a:2:{s:3:"key";s:10:"referredby";s:5:"value";s:75:
(74, 11, '_ajax_nonce', '7260b9fddd'),
(75, 11, 'metakeyselect', '#NONE#'),
(76, 14, 'action', 'update'),
(77, 14, 'menu', '3'),
(78, 14, 'menu-settings-column-nonce', '38ef3d5a9a'),
(79, 14, 'menu-item', 'a:2:{i:-4;a:10:{s:19:"menu-item-object-id";s:2:"11";s:15:"menu-item-db-id";s:1:"0";s:16:"menu-item-object";s:4:"page";s:19:"menu-item-parent-id";s:1:"0";s:14:"menu-item-type";s:9:"post_type";s:15:"menu-item-title";s:6:"Inicio";s:13:"menu-item-url";s:39:"http://localhost/instaldeco/?page_id=11";s:16:"menu-item-target";s:0:"";s:17:"menu-item-classes";s:0:"";s:13:"menu-item-xfn";s:0:"";}i:-5;a:10:{s:19:"menu-item-object-id";s:1:"2";s:15:"menu-item-db-id";s:1:"0";s:16:"menu-item-object";s:4:"page";s:19:"menu-item-parent-id";s:1:"0";s:14:"menu-item-type";s:9:"post_type";s:15:"menu-item-title";s:18:"Página de ejemplo";s:13:"menu-item-url";s:38:"http://localhost/instaldeco/?page_id=2";s:16:"menu-item-target";s:0:"";s:17:"menu-item-classes";s:0:"";s:13:"menu-item-xfn";s:0:"";}}'),
(80, 14, '_menu_item_type', 'post_type'),
(81, 14, '_menu_item_menu_item_parent', '0'),
(82, 14, '_menu_item_object_id', '11'),
(83, 14, '_menu_item_object', 'page'),
(84, 14, '_menu_item_target', ''),
(85, 14, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(86, 14, '_menu_item_xfn', ''),
(87, 14, '_menu_item_url', ''),
(121, 15, 'menu-name', 'Menú principal'),
(89, 15, 'action', 'update'),
(90, 15, 'menu', '3'),
(91, 15, 'menu-settings-column-nonce', '38ef3d5a9a'),
(92, 15, 'menu-item', 'a:2:{i:-4;a:10:{s:19:"menu-item-object-id";s:2:"11";s:15:"menu-item-db-id";s:1:"0";s:16:"menu-item-object";s:4:"page";s:19:"menu-item-parent-id";s:1:"0";s:14:"menu-item-type";s:9:"post_type";s:15:"menu-item-title";s:6:"Inicio";s:13:"menu-item-url";s:39:"http://localhost/instaldeco/?page_id=11";s:16:"menu-item-target";s:0:"";s:17:"menu-item-classes";s:0:"";s:13:"menu-item-xfn";s:0:"";}i:-5;a:10:{s:19:"menu-item-object-id";s:1:"2";s:15:"menu-item-db-id";s:1:"0";s:16:"menu-item-object";s:4:"page";s:19:"menu-item-parent-id";s:1:"0";s:14:"menu-item-type";s:9:"post_type";s:15:"menu-item-title";s:18:"Página de ejemplo";s:13:"menu-item-url";s:38:"http://localhost/instaldeco/?page_id=2";s:16:"menu-item-target";s:0:"";s:17:"menu-item-classes";s:0:"";s:13:"menu-item-xfn";s:0:"";}}'),
(93, 15, '_menu_item_type', 'post_type'),
(94, 15, '_menu_item_menu_item_parent', '0'),
(95, 15, '_menu_item_object_id', '2'),
(96, 15, '_menu_item_object', 'page'),
(97, 15, '_menu_item_target', ''),
(98, 15, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(99, 15, '_menu_item_xfn', ''),
(100, 15, '_menu_item_url', ''),
(140, 17, '_edit_last', '1'),
(102, 14, 'menu-name', 'Menú principal'),
(103, 14, 'closedpostboxesnonce', 'e7aa5566e0'),
(104, 14, 'meta-box-order-nonce', '2926899a89'),
(105, 14, 'update-nav-menu-nonce', 'a9e80186a6'),
(106, 14, '_wp_http_referer', '/instaldeco/wp-admin/nav-menus.php'),
(107, 14, 'menu-item-title', 'a:2:{i:14;s:6:"Inicio";i:15;s:18:"Página de ejemplo";}'),
(108, 14, 'menu-item-attr-title', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(109, 14, 'menu-item-target', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(110, 14, 'menu-item-classes', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(111, 14, 'menu-item-xfn', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(112, 14, 'menu-item-description', 'a:2:{i:14;s:235:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in dictum elementum.";i:15;s:871:"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í:\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)\r\n\r\nO algo así:\r\n\r\nLa 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\r\n\r\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!";}'),
(113, 14, 'menu-item-db-id', 'a:2:{i:14;s:2:"14";i:15;s:2:"15";}'),
(114, 14, 'menu-item-object-id', 'a:2:{i:14;s:2:"11";i:15;s:1:"2";}'),
(115, 14, 'menu-item-object', 'a:2:{i:14;s:4:"page";i:15;s:4:"page";}'),
(116, 14, 'menu-item-parent-id', 'a:2:{i:14;s:1:"0";i:15;s:1:"0";}'),
(117, 14, 'menu-item-position', 'a:2:{i:14;s:1:"1";i:15;s:1:"2";}'),
(118, 14, 'menu-item-type', 'a:2:{i:14;s:9:"post_type";i:15;s:9:"post_type";}'),
(119, 14, 'save_menu', 'Guardar menú'),
(120, 14, 'menu-locations', 'a:1:{s:10:"navigation";s:1:"3";}'),
(122, 15, 'closedpostboxesnonce', 'e7aa5566e0'),
(123, 15, 'meta-box-order-nonce', '2926899a89'),
(124, 15, 'update-nav-menu-nonce', 'a9e80186a6'),
(125, 15, '_wp_http_referer', '/instaldeco/wp-admin/nav-menus.php'),
(126, 15, 'menu-item-title', 'a:2:{i:14;s:6:"Inicio";i:15;s:18:"Página de ejemplo";}'),
(127, 15, 'menu-item-attr-title', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(128, 15, 'menu-item-target', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(129, 15, 'menu-item-classes', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(130, 15, 'menu-item-xfn', 'a:2:{i:14;s:0:"";i:15;s:0:"";}'),
(131, 15, 'menu-item-description', 'a:2:{i:14;s:235:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in dictum elementum.";i:15;s:871:"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í:\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)\r\n\r\nO algo así:\r\n\r\nLa 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\r\n\r\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!";}'),
(132, 15, 'menu-item-db-id', 'a:2:{i:14;s:2:"14";i:15;s:2:"15";}'),
(133, 15, 'menu-item-object-id', 'a:2:{i:14;s:2:"11";i:15;s:1:"2";}'),
(134, 15, 'menu-item-object', 'a:2:{i:14;s:4:"page";i:15;s:4:"page";}'),
(135, 15, 'menu-item-parent-id', 'a:2:{i:14;s:1:"0";i:15;s:1:"0";}'),
(136, 15, 'menu-item-position', 'a:2:{i:14;s:1:"1";i:15;s:1:"2";}'),
(137, 15, 'menu-item-type', 'a:2:{i:14;s:9:"post_type";i:15;s:9:"post_type";}'),
(138, 15, 'save_menu', 'Guardar menú'),
(139, 15, 'menu-locations', 'a:1:{s:10:"navigation";s:1:"3";}'),
(141, 17, '_wpnonce', 'b0f5b7fd2d'),
(142, 17, '_wp_http_referer', '/instaldeco/wp-admin/post-new.php?post_type=page'),
(143, 17, 'user_ID', '1'),
(144, 17, 'action', 'editpost'),
(145, 17, 'originalaction', 'editpost'),
(146, 17, 'post_author', '1'),
(147, 17, 'post_type', 'page'),
(148, 17, 'original_post_status', 'auto-draft'),
(149, 17, 'referredby', 'http://localhost/instaldeco/wp-admin/post.php?post=11&action=edit&message=1'),
(150, 17, '_wp_original_http_referer', 'http://localhost/instaldeco/wp-admin/post.php?post=11&action=edit&message=1'),
(151, 17, 'auto_draft', '1'),
(152, 17, 'post_ID', '17'),
(153, 17, 'autosavenonce', '00a9b69e7e'),
(154, 17, 'meta-box-order-nonce', '2926899a89'),
(155, 17, 'closedpostboxesnonce', 'e7aa5566e0'),
(156, 17, 'wp-preview', ''),
(157, 17, 'hidden_post_status', 'draft'),
(158, 17, 'post_status', 'publish'),
(159, 17, 'hidden_post_password', ''),
(160, 17, 'hidden_post_visibility', 'public'),
(161, 17, 'visibility', 'public'),
(162, 17, 'post_password', ''),
(163, 17, 'mm', '09'),
(164, 17, 'jj', '23'),
(165, 17, 'aa', '2011'),
(166, 17, 'hh', '19'),
(167, 17, 'mn', '33'),
(168, 17, 'ss', '04'),
(169, 17, 'hidden_mm', '09'),
(170, 17, 'cur_mm', '09'),
(171, 17, 'hidden_jj', '23'),
(172, 17, 'cur_jj', '23'),
(173, 17, 'hidden_aa', '2011'),
(174, 17, 'cur_aa', '2011'),
(175, 17, 'hidden_hh', '19'),
(176, 17, 'cur_hh', '19'),
(177, 17, 'hidden_mn', '33'),
(178, 17, 'cur_mn', '33'),
(179, 17, 'original_publish', 'Publicar'),
(180, 17, 'publish', 'Publicar'),
(181, 17, 'parent_id', ''),
(182, 17, 'menu_order', '0'),
(183, 17, 'post_title', 'Noticias'),
(184, 17, 'samplepermalinknonce', '9c31276400'),
(185, 17, 'content', ''),
(186, 17, 'metakeyselect', '#NONE#'),
(187, 17, 'metakeyinput', ''),
(188, 17, 'metavalue', ''),
(189, 17, '_ajax_nonce-add-meta', '9dc13bb2ca'),
(190, 17, 'advanced_view', '1'),
(191, 17, 'comment_status', 'open'),
(192, 17, 'ping_status', 'open'),
(193, 17, 'post_name', ''),
(194, 17, 'post_author_override', '1'),
(195, 17, 'pyre_font_color', 'light'),
(196, 17, 'pyre_background_images', ''),
(197, 17, 'pyre_heading_sub', ''),
(198, 17, 'pyre_heading_1', ''),
(199, 17, 'pyre_heading_2', ''),
(200, 17, 'post_mime_type', ''),
(201, 17, 'ID', '17'),
(202, 17, 'post_content', ''),
(203, 17, 'post_parent', '0'),
(204, 17, '_edit_lock', '1316802793:1'),
(205, 11, '_wp_page_template', 'homepage.php'),
(206, 11, 'page_template', 'homepage.php'),
(207, 24, '_wp_attached_file', '2011/09/DSC01339-2.jpg'),
(208, 24, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3066";s:6:"height";s:4:"1875";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:22:"2011/09/DSC01339-2.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"DSC01339-2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:22:"DSC01339-2-300x183.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:23:"DSC01339-2-1024x626.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"626";}s:20:"post-thumbnail-image";a:3:{s:4:"file";s:22:"DSC01339-2-125x120.jpg";s:5:"width";s:3:"125";s:6:"height";s:3:"120";}s:10:"team-image";a:3:{s:4:"file";s:22:"DSC01339-2-120x120.jpg";s:5:"width";s:3:"120";s:6:"height";s:3:"120";}s:19:"portfolio-thumbnail";a:3:{s:4:"file";s:22:"DSC01339-2-135x117.jpg";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:19:"portfolio-scrolling";a:3:{s:4:"file";s:22:"DSC01339-2-135x117.jpg";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:17:"portfolio-gallery";a:3:{s:4:"file";s:22:"DSC01339-2-450x287.jpg";s:5:"width";s:3:"450";s:6:"height";s:3:"287";}}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:"";}}'),
(209, 25, '_wp_attached_file', '2011/09/P1020372.jpg'),
(210, 25, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:4:"3165";s:6:"height";s:4:"1940";s:14:"hwstring_small";s:23:"height=''78'' width=''128''";s:4:"file";s:20:"2011/09/P1020372.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"P1020372-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"P1020372-300x183.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"183";}s:5:"large";a:3:{s:4:"file";s:21:"P1020372-1024x627.jpg";s:5:"width";s:4:"1024";s:6:"height";s:3:"627";}s:20:"post-thumbnail-image";a:3:{s:4:"file";s:20:"P1020372-125x120.jpg";s:5:"width";s:3:"125";s:6:"height";s:3:"120";}s:10:"team-image";a:3:{s:4:"file";s:20:"P1020372-120x120.jpg";s:5:"width";s:3:"120";s:6:"height";s:3:"120";}s:19:"portfolio-thumbnail";a:3:{s:4:"file";s:20:"P1020372-135x117.jpg";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:19:"portfolio-scrolling";a:3:{s:4:"file";s:20:"P1020372-135x117.jpg";s:5:"width";s:3:"135";s:6:"height";s:3:"117";}s:17:"portfolio-gallery";a:3:{s:4:"file";s:20:"P1020372-450x287.jpg";s:5:"width";s:3:"450";s:6:"height";s:3:"287";}}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:"";}}');
-- --------------------------------------------------------
--
-- 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=29 ;
--
-- 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-09-23 17:04:51', '2011-09-23 17:04:51', 'Bienvenido a WordPress. Esta es tu primera entrada. Edítala o bórrala, ¡y comienza a publicar!.', '¡Hola mundo!', '', 'publish', 'open', 'open', '', 'hola-mundo', '', '', '2011-09-23 17:04:51', '2011-09-23 17:04:51', '', 0, 'http://localhost/instaldeco/?p=1', 0, 'post', '', 1),
(2, 1, '2011-09-23 17:04:51', '2011-09-23 17:04:51', '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<blockquote>¡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)</blockquote>\n\nO algo así:\n\n<blockquote>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</blockquote>\n\nDeberías ir a <a href="http://localhost/instaldeco/wp-admin/">tu escritorio</a>, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', 'Página de ejemplo', '', 'publish', 'open', 'open', '', 'pagina-ejemplo', '', '', '2011-09-23 17:04:51', '2011-09-23 17:04:51', '', 0, 'http://localhost/instaldeco/?page_id=2', 0, 'page', '', 0),
(3, 1, '2011-09-23 17:05:05', '0000-00-00 00:00:00', '', 'Borrador automático', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-09-23 17:05:05', '0000-00-00 00:00:00', '', 0, 'http://localhost/instaldeco/?p=3', 0, 'post', '', 0),
(4, 1, '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 'Logo', '', 'draft', 'closed', 'closed', '', 'of-logo', '', '', '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/instaldeco/?post_type=optionsframework&p=4', 0, 'optionsframework', '', 0),
(5, 1, '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 'Favicon', '', 'draft', 'closed', 'closed', '', 'of-favicon', '', '', '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/instaldeco/?post_type=optionsframework&p=5', 0, 'optionsframework', '', 0),
(6, 1, '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 'Default Bg', '', 'draft', 'closed', 'closed', '', 'of-default_bg', '', '', '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/instaldeco/?post_type=optionsframework&p=6', 0, 'optionsframework', '', 0),
(7, 1, '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 'Blog Bg', '', 'draft', 'closed', 'closed', '', 'of-blog_bg', '', '', '2011-09-23 17:15:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/instaldeco/?post_type=optionsframework&p=7', 0, 'optionsframework', '', 0),
(8, 1, '2011-09-23 17:32:58', '2011-09-23 17:32:58', '', 'camouflage', '', 'inherit', 'open', 'open', '', 'camouflage', '', '', '2011-09-23 17:32:58', '2011-09-23 17:32:58', '', 6, 'http://localhost/instaldeco/wp-content/uploads/2011/09/camouflage.png', 0, 'attachment', 'image/png', 0),
(9, 1, '2011-09-23 17:34:00', '2011-09-23 17:34:00', '', 'logo-instaldeco', '', 'inherit', 'open', 'open', '', 'logo-instaldeco', '', '', '2011-09-23 17:34:00', '2011-09-23 17:34:00', '', 4, 'http://localhost/instaldeco/wp-content/uploads/2011/09/logo-instaldeco.png', 0, 'attachment', 'image/png', 0),
(10, 1, '2011-09-23 18:08:37', '2011-09-23 18:08:37', '', 'logo-instaldeco', '', 'inherit', 'open', 'open', '', 'logo-instaldeco-2', '', '', '2011-09-23 18:08:37', '2011-09-23 18:08:37', '', 4, 'http://localhost/instaldeco/wp-content/uploads/2011/09/logo-instaldeco1.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2011-09-23 18:23:22', '2011-09-23 18:23:22', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'publish', 'open', 'open', '', 'inicio', '', '', '2011-09-23 20:01:21', '2011-09-23 19:01:21', '', 0, 'http://localhost/instaldeco/?page_id=11', 0, 'page', '', 0),
(12, 1, '2011-09-23 18:22:55', '2011-09-23 18:22:55', '', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2011-09-23 18:22:55', '2011-09-23 18:22:55', '', 11, 'http://localhost/instaldeco/?p=12', 0, 'revision', '', 0),
(13, 1, '2011-09-23 18:23:22', '2011-09-23 18:23:22', '', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-2', '', '', '2011-09-23 18:23:22', '2011-09-23 18:23:22', '', 11, 'http://localhost/instaldeco/?p=13', 0, 'revision', '', 0),
(14, 1, '2011-09-23 18:24:33', '2011-09-23 18:24:33', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in dictum elementum.', '', '', 'publish', 'open', 'open', '', '14', '', '', '2011-09-23 18:24:33', '2011-09-23 18:24:33', '', 0, 'http://localhost/instaldeco/?p=14', 1, 'nav_menu_item', '', 0),
(15, 1, '2011-09-23 18:24:33', '2011-09-23 18:24:33', '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í:\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)\r\n\r\nO algo así:\r\n\r\nLa 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\r\n\r\nDeberías ir a tu escritorio, borrar esta página y crear algunas nuevas con tu contenido. ¡A divertirse!', '', '', 'publish', 'open', 'open', '', '15', '', '', '2011-09-23 18:24:33', '2011-09-23 18:24:33', '', 0, 'http://localhost/instaldeco/?p=15', 2, 'nav_menu_item', '', 0),
(16, 1, '2011-09-23 20:02:24', '2011-09-23 19:02:24', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-autosave', '', '', '2011-09-23 20:02:24', '2011-09-23 19:02:24', '', 11, 'http://localhost/instaldeco/?p=16', 0, 'revision', '', 0),
(17, 1, '2011-09-23 19:33:13', '2011-09-23 18:33:13', '', 'Noticias', '', 'publish', 'open', 'open', '', 'noticias', '', '', '2011-09-23 19:33:13', '2011-09-23 18:33:13', '', 0, 'http://localhost/instaldeco/?page_id=17', 0, 'page', '', 0),
(18, 1, '2011-09-23 19:33:04', '2011-09-23 18:33:04', '', 'Borrador automático', '', 'inherit', 'open', 'open', '', '17-revision', '', '', '2011-09-23 19:33:04', '2011-09-23 18:33:04', '', 17, 'http://localhost/instaldeco/2011/09/17-revision/', 0, 'revision', '', 0),
(19, 1, '2011-09-23 18:24:10', '2011-09-23 18:24:10', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-3', '', '', '2011-09-23 18:24:10', '2011-09-23 18:24:10', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-3/', 0, 'revision', '', 0),
(20, 1, '2011-09-23 19:34:46', '2011-09-23 18:34:46', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-4', '', '', '2011-09-23 19:34:46', '2011-09-23 18:34:46', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-4/', 0, 'revision', '', 0),
(21, 1, '2011-09-23 19:35:17', '2011-09-23 18:35:17', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-5', '', '', '2011-09-23 19:35:17', '2011-09-23 18:35:17', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-5/', 0, 'revision', '', 0),
(22, 1, '2011-09-23 19:36:02', '2011-09-23 18:36:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-6', '', '', '2011-09-23 19:36:02', '2011-09-23 18:36:02', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-6/', 0, 'revision', '', 0),
(23, 1, '2011-09-23 19:36:22', '2011-09-23 18:36:22', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-7', '', '', '2011-09-23 19:36:22', '2011-09-23 18:36:22', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-7/', 0, 'revision', '', 0),
(24, 1, '2011-09-23 19:59:05', '2011-09-23 18:59:05', '', 'DSC01339-2', '', 'inherit', 'open', 'open', '', 'dsc01339-2', '', '', '2011-09-23 19:59:05', '2011-09-23 18:59:05', '', 0, 'http://localhost/instaldeco/wp-content/uploads/2011/09/DSC01339-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(25, 1, '2011-09-23 19:59:09', '2011-09-23 18:59:09', '', 'P1020372', '', 'inherit', 'open', 'open', '', 'p1020372', '', '', '2011-09-23 19:59:09', '2011-09-23 18:59:09', '', 0, 'http://localhost/instaldeco/wp-content/uploads/2011/09/P1020372.jpg', 0, 'attachment', 'image/jpeg', 0),
(26, 1, '2011-09-23 19:36:28', '2011-09-23 18:36:28', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-8', '', '', '2011-09-23 19:36:28', '2011-09-23 18:36:28', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-8/', 0, 'revision', '', 0),
(27, 1, '2011-09-23 19:59:47', '2011-09-23 18:59:47', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-9', '', '', '2011-09-23 19:59:47', '2011-09-23 18:59:47', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-9/', 0, 'revision', '', 0),
(28, 1, '2011-09-23 20:01:03', '2011-09-23 19:01:03', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc nec tellus ligula. Nullam elit metus, dapibus vitae pharetra vitae, tincidunt a sapien. Sed eget sapien et justo ultrices auctor. Aliquam sagittis, nibh in <a>dictum elementum</a>.', 'Inicio', '', 'inherit', 'open', 'open', '', '11-revision-10', '', '', '2011-09-23 20:01:03', '2011-09-23 19:01:03', '', 11, 'http://localhost/instaldeco/2011/09/11-revision-10/', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_terms`
--
CREATE TABLE IF NOT EXISTS `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
UNIQUE KEY `slug` (`slug`),
KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
--
-- Volcar la base de datos para la tabla `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Sin categoría', 'sin-categoria', 0),
(2, 'Sitios de interés', 'sitios-de-interes', 0),
(3, 'Menú principal', 'menu-principal', 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_term_relationships`
--
CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Volcar la base de datos para la tabla `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(1, 1, 0),
(14, 3, 0),
(15, 3, 0);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_term_taxonomy`
--
CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
--
-- Volcar la base de datos para la tabla `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'nav_menu', '', 0, 2);
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_usermeta`
--
CREATE TABLE IF NOT EXISTS `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=24 ;
--
-- Volcar la base de datos para la tabla `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'rodax'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'show_admin_bar_admin', 'false'),
(11, 1, 'aim', ''),
(12, 1, 'yim', ''),
(13, 1, 'jabber', ''),
(14, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(15, 1, 'wp_user_level', '10'),
(16, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
(17, 1, 'wp_user-settings', 'm7=o&m6=o&urlbutton=none&imgsize=full&hidetb=1&m10=o'),
(18, 1, 'wp_user-settings-time', '1316802557'),
(19, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:4:{i:0;s:8:"add-post";i:1;s:13:"add-portfolio";i:2;s:12:"add-post_tag";i:3;s:8:"add-type";}'),
(21, 1, 'closedpostboxes_page', 'a:0:{}'),
(22, 1, 'metaboxhidden_page', 'a:6:{i:0;s:10:"postcustom";i:1;s:16:"commentstatusdiv";i:2;s:11:"commentsdiv";i:3;s:7:"slugdiv";i:4;s:9:"authordiv";i:5;s:12:"revisionsdiv";}'),
(23, 1, 'nav_menu_recently_edited', '3');
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `wp_users`
--
CREATE TABLE IF NOT EXISTS `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(64) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Volcar la base de datos para la tabla `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'rodax', '$P$BqFhZetRbRm3e2uUSMqEeLew82pySR1', 'rodax', 'darranz@rodax-software.com', '', '2011-09-23 17:04:51', '', 0, 'rodax');