-- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
--
-- Servidor: localhost:3306
-- Tempo de Geração: Out 19, 2008 as 04:02 AM
-- Versão do Servidor: 5.0.22
-- Versão do PHP: 5.2.3
SET FOREIGN_KEY_CHECKS=0;
SET AUTOCOMMIT=0;
START TRANSACTION;
--
-- Banco de Dados: `planoverao`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_alinks_keyphrases`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_alinks_keyphrases`;
CREATE TABLE IF NOT EXISTS `wp_alinks_keyphrases` (
`id` int(11) NOT NULL auto_increment,
`keyphrase` varchar(250) NOT NULL,
`description` varchar(250) NOT NULL,
`defines` text NOT NULL,
`module` varchar(60) NOT NULL,
`created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`hash` varchar(32) NOT NULL,
PRIMARY KEY (`id`),
KEY `keyword_keyword` (`keyphrase`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Extraindo dados da tabela `wp_alinks_keyphrases`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_comments`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_comments`;
CREATE TABLE IF NOT EXISTS `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL auto_increment,
`comment_post_ID` int(11) 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) NOT NULL default '0',
`user_id` bigint(20) 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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
--
-- Extraindo dados da tabela `wp_comments`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_links`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_links`;
CREATE TABLE IF NOT EXISTS `wp_links` (
`link_id` bigint(20) 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_category` bigint(20) NOT NULL default '0',
`link_description` varchar(255) NOT NULL default '',
`link_visible` varchar(20) NOT NULL default 'Y',
`link_owner` int(11) 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_category` (`link_category`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;
--
-- Extraindo dados da tabela `wp_links`
--
INSERT DELAYED IGNORE INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_category`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1, 'http://www.meetabel.com.br', 'Meetabel Advocacia', '', '', 0, 'Meetabel Advocacia', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://www.plano-collor.com/', 'Poupança Plano Collor', '', '', 0, 'Restituição da Poupança Plano Collor', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/'),
(3, 'http://www.juslink.com.br', 'JusLink', '', '', 0, 'JusLink é um gerenciador de conteúdo jurídico onde quem decide quais notícias serão publicadas é você.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://www.soartigosjuridicos.com.br/', 'Só Artigos Jurídicos', '', '', 0, 'Só Artigos Jurídicos - Leia e Publique Artigos Jurídicos Gratuitamente.', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://www.advogadosflorianopolis.com.br', 'Advogados Florianópolis', '', '', 0, 'Advogados Florianópolis', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(8, 'http://www.plano-verao.com/', 'Poupança Plano Verão', '', '', 0, 'Restituição da Poupança Plano Verão Janeiro de 1989', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_options`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:51 AM
--
DROP TABLE IF EXISTS `wp_options`;
CREATE TABLE IF NOT EXISTS `wp_options` (
`option_id` bigint(20) 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`,`blog_id`,`option_name`),
KEY `option_name` (`option_name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=183 ;
--
-- Extraindo dados da tabela `wp_options`
--
INSERT DELAYED IGNORE INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, 'siteurl', 'http://localhost/planoverao', 'yes'),
(2, 0, 'blogname', 'Poupança Plano Verão', 'yes'),
(3, 0, 'blogdescription', 'Recuperação da Poupança de Janeiro de 1989', 'yes'),
(4, 0, 'users_can_register', '', 'yes'),
(5, 0, 'admin_email', 'cellmais@hotmail.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_excerpt_length', '50', 'yes'),
(13, 0, 'rss_use_excerpt', '0', 'yes'),
(14, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 0, 'mailserver_login', 'login@example.com', 'yes'),
(16, 0, 'mailserver_pass', 'password', 'yes'),
(17, 0, 'mailserver_port', '110', 'yes'),
(18, 0, 'default_category', '1', 'yes'),
(19, 0, 'default_comment_status', 'open', 'yes'),
(20, 0, 'default_ping_status', 'open', 'yes'),
(21, 0, 'default_pingback_flag', '1', 'yes'),
(22, 0, 'default_post_edit_rows', '10', 'yes'),
(23, 0, 'posts_per_page', '10', 'yes'),
(24, 0, 'what_to_show', 'posts', 'yes'),
(25, 0, 'date_format', 'F j, Y', 'yes'),
(26, 0, 'time_format', 'g:i a', 'yes'),
(27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 0, 'links_recently_updated_prepend', '', 'yes'),
(29, 0, 'links_recently_updated_append', '', 'yes'),
(30, 0, 'links_recently_updated_time', '120', 'yes'),
(31, 0, 'comment_moderation', '0', 'yes'),
(32, 0, 'moderation_notify', '1', 'yes'),
(33, 0, 'permalink_structure', '', 'yes'),
(34, 0, 'gzipcompression', '0', 'yes'),
(35, 0, 'hack_file', '0', 'yes'),
(36, 0, 'blog_charset', 'UTF-8', 'yes'),
(37, 0, 'moderation_keys', '', 'no'),
(38, 0, 'active_plugins', 'a:17:{i:0;s:18:"adsense-deluxe.php";i:1;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:2;s:53:"breadcrumb-navigation-xt/breadcrumb-navigation-xt.php";i:3;s:44:"comment-quicktags/comment_quicktags_plus.php";i:4;s:43:"get-recent-comments/get-recent-comments.php";i:5;s:36:"google-sitemap-generator/sitemap.php";i:6;s:14:"limit-post.php";i:7;s:17:"ol_feedburner.php";i:8;s:31:"optimal-title/optimal-title.php";i:9;s:13:"smart_rss.php";i:10;s:21:"sociable/sociable.php";i:11;s:34:"socializeit-pro/socializeitpro.php";i:12;s:34:"wp-contact-form/wp-contactform.php";i:13;s:29:"wp-db-backup/wp-db-backup.php";i:14;s:24:"wp-gbcf/wp-gbcf_form.php";i:15;s:39:"wp-posterperiodic/wp-posterperiodic.php";i:16;s:37:"wp-rssaggregator/wp-rssaggregator.php";}', 'yes'),
(39, 0, 'home', 'http://localhost/planoverao', 'yes'),
(40, 0, 'category_base', '', 'yes'),
(41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(42, 0, 'advanced_edit', '0', 'yes'),
(43, 0, 'comment_max_links', '2', 'yes'),
(44, 0, 'gmt_offset', '-2', 'yes'),
(45, 0, 'default_email_category', '1', 'yes'),
(46, 0, 'recently_edited', 'a:5:{i:0;s:67:"C:\\xampp\\htdocs\\planoverao/wp-content/plugins/sociable/sociable.php";i:1;s:32:"/themes/super-adsense/footer.php";i:2;s:31:"/themes/super-adsense/style.css";i:3;s:40:"/themes/revolution_business-10/style.css";i:4;s:0:"";}', 'no'),
(47, 0, 'use_linksupdate', '0', 'yes'),
(48, 0, 'template', 'super-adsense', 'yes'),
(49, 0, 'stylesheet', 'super-adsense', 'yes'),
(50, 0, 'comment_whitelist', '1', 'yes'),
(51, 0, 'page_uris', '', 'yes'),
(52, 0, 'blacklist_keys', '', 'no'),
(53, 0, 'comment_registration', '', 'yes'),
(54, 0, 'rss_language', 'en', 'yes'),
(55, 0, 'html_type', 'text/html', 'yes'),
(56, 0, 'use_trackback', '0', 'yes'),
(57, 0, 'default_role', 'subscriber', 'yes'),
(58, 0, 'db_version', '8204', 'yes'),
(59, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(60, 0, 'upload_path', 'C:\\xampp\\htdocs\\planoverao/wp-content/uploads', 'yes'),
(61, 0, 'random_seed', 'e162369b5c91f7126aed6a1a95be11ed', 'yes'),
(62, 0, 'secret', 'WV$rZlCBRc@k6#kw@vwFS#qt!qwmMl9AlDWK@bYt!F&gMLn%BmJ!7wOeKATd2s^M', 'yes'),
(63, 0, 'blog_public', '1', 'yes'),
(64, 0, 'default_link_category', '2', 'yes'),
(65, 0, 'show_on_front', 'posts', 'yes'),
(66, 0, 'tag_base', '', 'yes'),
(67, 0, 'show_avatars', '1', 'yes'),
(68, 0, 'avatar_rating', 'G', 'yes'),
(69, 0, 'upload_url_path', '', 'yes'),
(70, 0, 'thumbnail_size_w', '150', 'yes'),
(71, 0, 'thumbnail_size_h', '150', 'yes'),
(72, 0, 'thumbnail_crop', '1', 'yes'),
(73, 0, 'medium_size_w', '300', 'yes'),
(74, 0, 'medium_size_h', '300', 'yes'),
(75, 0, 'avatar_default', 'mystery', 'yes'),
(76, 0, 'enable_app', '0', 'yes'),
(77, 0, 'enable_xmlrpc', '0', 'yes'),
(78, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:23:"Administrator|User role";s:12:"capabilities";a:51:{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:6:"editor";a:2:{s:4:"name";s:16:"Editor|User role";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:16:"Author|User role";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:21:"Contributor|User role";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:20:"Subscriber|User role";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(79, 0, 'cron', 'a:2:{i:1224303583;a:1:{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:7:"version";i:2;}', 'yes'),
(80, 0, 'auth_salt', '6^!OwS4f^Keo', 'yes'),
(81, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1224399067;s:15:"version_checked";s:5:"2.6.2";s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"2.6.2";}', 'yes'),
(82, 0, 'update_core', 'O:8:"stdClass":5:{s:12:"last_checked";i:1224399067;s:15:"version_checked";s:5:"2.6.2";s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"current";s:5:"2.6.2";}', 'yes'),
(83, 0, 'doing_cron', '0', 'yes'),
(122, 0, 'aiosp_page_meta_tags', '', 'yes'),
(123, 0, 'aiosp_home_meta_tags', '', 'yes'),
(124, 0, 'aiosp_do_log', '', 'yes'),
(85, 0, 'logged_in_salt', 'Dk1%59)K&xVW', 'yes'),
(86, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:27:"http://localhost/planoverao";s:4:"link";s:109:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://localhost/planoverao/";s:3:"url";s:142:"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/planoverao/";s:5:"items";i:5;s:9:"show_date";i:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:26:"WordPress Development Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:15;}}', 'yes'),
(88, 0, 'sidebars_widgets', 'a:1:{s:13:"array_version";i:3;}', 'yes'),
(89, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:47:"crime_genius86 on "PHP Shell by crime_genius86"";s:4:"link";s:56:"http://wordpress.org/extend/plugins/php-shell/#post-7327";s:7:"pubdate";s:31:"Wed, 15 Oct 2008 07:06:37 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"crime_genius86";}s:4:"guid";s:41:"7327@http://wordpress.org/extend/plugins/";s:11:"description";s:31:"PHP SHELL! USE AT YOUR OW RISK!";s:7:"summary";s:31:"PHP SHELL! USE AT YOUR OW RISK!";}i:1;a:7:{s:5:"title";s:23:"nickohrn on "Bridaluxe"";s:4:"link";s:67:"http://wordpress.org/extend/plugins/bridaluxe-storefront/#post-7271";s:7:"pubdate";s:31:"Tue, 07 Oct 2008 19:56:08 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"nickohrn";}s:4:"guid";s:41:"7271@http://wordpress.org/extend/plugins/";s:11:"description";s:74:"Instantly add a complete Bridaluxe affiliate store to your WordPress blog.";s:7:"summary";s:74:"Instantly add a complete Bridaluxe affiliate store to your WordPress blog.";}i:2;a:7:{s:5:"title";s:29:"cywhale on "Custom More Link"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/cy-custom-morelink/#post-7330";s:7:"pubdate";s:31:"Wed, 15 Oct 2008 11:40:22 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"cywhale";}s:4:"guid";s:41:"7330@http://wordpress.org/extend/plugins/";s:11:"description";s:114:"Customize your `<!-- more -->` read more link, remove anchor, customize CSS class, add markup or nofollow...";s:7:"summary";s:114:"Customize your `<!-- more -->` read more link, remove anchor, customize CSS class, add markup or nofollow...";}i:3;a:7:{s:5:"title";s:37:"Seans0n on "WordPress Link Directory"";s:4:"link";s:71:"http://wordpress.org/extend/plugins/wordpress-link-directory/#post-7324";s:7:"pubdate";s:31:"Tue, 14 Oct 2008 21:09:14 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Seans0n";}s:4:"guid";s:41:"7324@http://wordpress.org/extend/plugins/";s:11:"description";s:91:"WP Link Directory is a simple, compact and quick-setup link directory plugin for WordPress.";s:7:"summary";s:91:"WP Link Directory is a simple, compact and quick-setup link directory plugin for WordPress.";}i:4;a:7:{s:5:"title";s:23:"johnny5 on "HeadSpace2"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/headspace2/#post-2255";s:7:"pubdate";s:31:"Fri, 07 Sep 2007 05:45:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"johnny5";}s:4:"guid";s:41:"2255@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!";s:7:"summary";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!";}i:5;a:7:{s:5:"title";s:20:"mbockenstedt on "mu"";s:4:"link";s:49:"http://wordpress.org/extend/plugins/mu/#post-6560";s:7:"pubdate";s:31:"Tue, 05 Aug 2008 21:40:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"mbockenstedt";}s:4:"guid";s:41:"6560@http://wordpress.org/extend/plugins/";s:11:"description";s:89:"mu (Microblog Updater) is a plugin that farms out links to your posts to your microblogs.";s:7:"summary";s:89:"mu (Microblog Updater) is a plugin that farms out links to your posts to your microblogs.";}i:6;a:7:{s:5:"title";s:25:"cina on "ODLinks Manager"";s:4:"link";s:54:"http://wordpress.org/extend/plugins/odlinks/#post-7260";s:7:"pubdate";s:31:"Tue, 07 Oct 2008 09:57:09 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"cina";}s:4:"guid";s:41:"7260@http://wordpress.org/extend/plugins/";s:11:"description";s:95:"open directory is a plugin that provides you an Open Directory Project the same as the DMOZ.org";s:7:"summary";s:95:"open directory is a plugin that provides you an Open Directory Project the same as the DMOZ.org";}i:7;a:7:{s:5:"title";s:23:"Bueltge on "Adminimize"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/adminimize/#post-5921";s:7:"pubdate";s:31:"Wed, 11 Jun 2008 10:28:52 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"Bueltge";}s:4:"guid";s:41:"5921@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"At first: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves ''Dashboard'' onto the main a";s:7:"summary";s:150:"At first: Visually compresses the administratrive header so that more admin page content can be initially seen. Also moves ''Dashboard'' onto the main a";}i:8;a:7:{s:5:"title";s:18:"nkuttler on "Snow"";s:4:"link";s:53:"http://wordpress.org/extend/plugins/nksnow/#post-7335";s:7:"pubdate";s:31:"Wed, 15 Oct 2008 22:56:33 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"nkuttler";}s:4:"guid";s:41:"7335@http://wordpress.org/extend/plugins/";s:11:"description";s:71:"Snowflakes falling down your blog! Inspired by the unforgettable xsnow.";s:7:"summary";s:71:"Snowflakes falling down your blog! Inspired by the unforgettable xsnow.";}i:9;a:7:{s:5:"title";s:32:"michelwppi on "Xilitheme select"";s:4:"link";s:63:"http://wordpress.org/extend/plugins/xilitheme-select/#post-7344";s:7:"pubdate";s:31:"Thu, 16 Oct 2008 13:34:47 +0000";s:2:"dc";a:1:{s:7:"creator";s:10:"michelwppi";}s:4:"guid";s:41:"7344@http://wordpress.org/extend/plugins/";s:11:"description";s:125:"Xilitheme select provides an automatic selection of theme one for current browsers and another for iphone/ipod touch browser.";s:7:"summary";s:125:"Xilitheme select provides an automatic selection of theme one for current browsers and another for iphone/ipod touch browser.";}i:10;a:7:{s:5:"title";s:27:"d13design on "d13slideshow"";s:4:"link";s:59:"http://wordpress.org/extend/plugins/d13slideshow/#post-7354";s:7:"pubdate";s:31:"Fri, 17 Oct 2008 09:18:42 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"d13design";}s:4:"guid";s:41:"7354@http://wordpress.org/extend/plugins/";s:11:"description";s:57:"Add animated slideshows of your featured pages and posts.";s:7:"summary";s:57:"Add animated slideshows of your featured pages and posts.";}i:11;a:7:{s:5:"title";s:40:"marisp on "G-Lock Double Opt-in Manager"";s:4:"link";s:75:"http://wordpress.org/extend/plugins/g-lock-double-opt-in-manager/#post-7123";s:7:"pubdate";s:31:"Wed, 24 Sep 2008 11:27:40 +0000";s:2:"dc";a:1:{s:7:"creator";s:6:"marisp";}s:4:"guid";s:41:"7123@http://wordpress.org/extend/plugins/";s:11:"description";s:149:"This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method. The plugin sends an";s:7:"summary";s:149:"This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method. The plugin sends an";}i:12;a:7:{s:5:"title";s:33:"Technokinetics on "Alt-Link-Text"";s:4:"link";s:60:"http://wordpress.org/extend/plugins/alt-link-text/#post-7051";s:7:"pubdate";s:31:"Tue, 16 Sep 2008 15:59:49 +0000";s:2:"dc";a:1:{s:7:"creator";s:14:"Technokinetics";}s:4:"guid";s:41:"7051@http://wordpress.org/extend/plugins/";s:11:"description";s:142:"Alt Link Text can be used to modify the link text and title attributes of links in page lists, and to remove pages from page lists completely.";s:7:"summary";s:142:"Alt Link Text can be used to modify the link text and title attributes of links in page lists, and to remove pages from page lists completely.";}i:13;a:7:{s:5:"title";s:40:"cduke250 on "AskApache Password Protect"";s:4:"link";s:73:"http://wordpress.org/extend/plugins/askapache-password-protect/#post-2892";s:7:"pubdate";s:31:"Thu, 07 Feb 2008 13:40:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"cduke250";}s:4:"guid";s:41:"2892@http://wordpress.org/extend/plugins/";s:11:"description";s:80:"This plugin Adds Crazy Additional Password Protection and Security to your blog.";s:7:"summary";s:80:"This plugin Adds Crazy Additional Password Protection and Security to your blog.";}i:14;a:7:{s:5:"title";s:17:"matt on "Akismet"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"matt";}s:4:"guid";s:39:"15@http://wordpress.org/extend/plugins/";s:11:"description";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"summary";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";}}s:7:"channel";a:6:{s:5:"title";s:16:"Recently Updated";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:16:"Recently Updated";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Fri, 17 Oct 2008 18:23:27 +0000";s:7:"tagline";s:16:"Recently Updated";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2008-10-15 07:06:37\r\n";s:4:"etag";s:36:""59f74928d142c7b525e039ab9c4f61aa"\r\n";}', 'no'),
(90, 0, 'rss_1a5f760f2e2b48827d4974a60857e7c2_ts', '1224264210', 'no'),
(98, 0, 'current_theme', 'Super Adsense', 'yes'),
(119, 0, 'aiosp_paged_format', ' - Part %page%', 'yes'),
(120, 0, 'aiosp_404_title_format', 'Nothing found for %request_words%', 'yes'),
(121, 0, 'aiosp_post_meta_tags', '', 'yes'),
(93, 0, 'kjgrc_use_cache', '1', 'yes'),
(94, 0, 'gravatar_alt_url', '', 'yes'),
(95, 0, 'kjgrc_options', 'a:26:{s:16:"grc_max_comments";i:5;s:21:"grc_chars_per_comment";i:120;s:18:"grc_chars_per_word";i:30;s:10:"grc_format";s:102:"
%comment_author: %comment_excerpt";s:19:"grc_grouped_by_post";i:0;s:21:"grc_grouped_by_post_a";s:200:"%post_title (%post_counter)";s:21:"grc_grouped_by_post_b";s:10:"
";s:19:"grc_show_trackbacks";i:0;s:21:"grc_comments_per_post";i:5;s:27:"grc_limit_comments_per_post";i:0;s:22:"grc_exclude_blog_owner";i:0;s:23:"grc_exclude_blog_owner2";i:0;s:16:"grt_max_comments";i:5;s:21:"grt_chars_per_comment";i:120;s:18:"grt_chars_per_word";i:30;s:10:"grt_format";s:133:"%comment_author: %trackback_title";s:16:"misc_exclude_cat";s:0:"";s:24:"misc_exclude_cat_reverse";i:0;s:20:"misc_convert_smileys";i:1;s:13:"gravatar_size";i:20;s:16:"gravatar_alt_url";s:0:"";s:13:"grt_ignore_ip";s:0:"";s:15:"gravatar_rating";i:0;s:17:"grc_sidebar_title";s:15:"Recent Comments";s:17:"grt_sidebar_title";s:17:"Recent Trackbacks";s:7:"version";i:11;}', 'no'),
(125, 0, 'feedburner_settings', 'a:2:{s:14:"feedburner_url";s:0:"";s:23:"feedburner_comments_url";s:0:"";}', 'yes'),
(126, 0, 'sociable_usecss', '1', 'yes'),
(127, 0, 'sociable_usecss_set_once', '1', 'yes'),
(97, 0, 'recently_activated', 'a:1:{s:9:"hello.php";i:1224044834;}', 'yes'),
(137, 0, 'sm_status', 'O:28:"GoogleSitemapGeneratorStatus":34:{s:10:"_startTime";d:1224255140.3826019763946533203125;s:8:"_endTime";d:1224255151.569013118743896484375;s:11:"_hasChanged";b:1;s:12:"_memoryUsage";i:11272192;s:9:"_lastPost";i:3;s:9:"_lastTime";d:1224255140.45180797576904296875;s:8:"_usedXml";b:1;s:11:"_xmlSuccess";b:1;s:8:"_xmlPath";s:38:"C:\\xampp\\htdocs\\planoverao/sitemap.xml";s:7:"_xmlUrl";s:39:"http://localhost/planoverao/sitemap.xml";s:8:"_usedZip";b:1;s:11:"_zipSuccess";b:1;s:8:"_zipPath";s:41:"C:\\xampp\\htdocs\\planoverao/sitemap.xml.gz";s:7:"_zipUrl";s:42:"http://localhost/planoverao/sitemap.xml.gz";s:11:"_usedGoogle";b:1;s:10:"_googleUrl";b:1;s:15:"_gooogleSuccess";b:1;s:16:"_googleStartTime";d:1224255140.4890899658203125;s:14:"_googleEndTime";d:1224255143.9926569461822509765625;s:10:"_usedYahoo";b:0;s:9:"_yahooUrl";s:0:"";s:13:"_yahooSuccess";b:0;s:15:"_yahooStartTime";i:0;s:13:"_yahooEndTime";i:0;s:8:"_usedAsk";b:1;s:7:"_askUrl";s:92:"http://submissions.ask.com/ping?sitemap=http%3A%2F%2Flocalhost%2Fplanoverao%2Fsitemap.xml.gz";s:11:"_askSuccess";b:1;s:13:"_askStartTime";d:1224255143.99460697174072265625;s:11:"_askEndTime";d:1224255147.9907128810882568359375;s:8:"_usedMsn";b:1;s:7:"_msnUrl";s:96:"http://webmaster.live.com/ping.aspx?siteMap=http%3A%2F%2Flocalhost%2Fplanoverao%2Fsitemap.xml.gz";s:11:"_msnSuccess";b:1;s:13:"_msnStartTime";d:1224255147.9927690029144287109375;s:11:"_msnEndTime";d:1224255151.5669879913330078125;}', 'no'),
(135, 0, 'sm_options', 'a:53:{s:18:"sm_b_prio_provider";s:41:"GoogleSitemapGeneratorPrioByCountProvider";s:13:"sm_b_filename";s:11:"sitemap.xml";s:10:"sm_b_debug";b:0;s:8:"sm_b_xml";b:1;s:9:"sm_b_gzip";b:1;s:9:"sm_b_ping";b:1;s:14:"sm_b_pingyahoo";b:0;s:13:"sm_b_yahookey";s:0:"";s:12:"sm_b_pingask";b:1;s:12:"sm_b_pingmsn";b:1;s:19:"sm_b_manual_enabled";b:1;s:17:"sm_b_auto_enabled";b:1;s:15:"sm_b_auto_delay";b:1;s:15:"sm_b_manual_key";s:32:"7de9c9bda0e18c140eb132a1af4bb76c";s:11:"sm_b_memory";s:0:"";s:9:"sm_b_time";i:-1;s:14:"sm_b_max_posts";i:-1;s:13:"sm_b_safemode";b:0;s:10:"sm_b_style";s:83:"http://localhost/planoverao/wp-content/plugins/google-sitemap-generator/sitemap.xsl";s:11:"sm_b_robots";b:1;s:12:"sm_b_exclude";a:0:{}s:18:"sm_b_location_mode";s:4:"auto";s:20:"sm_b_filename_manual";s:38:"C:\\xampp\\htdocs\\planoverao/sitemap.xml";s:19:"sm_b_fileurl_manual";s:39:"http://localhost/planoverao/sitemap.xml";s:10:"sm_in_home";b:1;s:11:"sm_in_posts";b:1;s:15:"sm_in_posts_sub";b:1;s:11:"sm_in_pages";b:1;s:10:"sm_in_cats";b:1;s:10:"sm_in_arch";b:1;s:10:"sm_in_auth";b:1;s:10:"sm_in_tags";b:1;s:10:"sm_cf_home";s:5:"daily";s:11:"sm_cf_posts";s:5:"daily";s:11:"sm_cf_pages";s:5:"daily";s:10:"sm_cf_cats";s:5:"daily";s:10:"sm_cf_auth";s:5:"daily";s:15:"sm_cf_arch_curr";s:5:"daily";s:14:"sm_cf_arch_old";s:6:"yearly";s:10:"sm_cf_tags";s:5:"daily";s:10:"sm_pr_home";d:1;s:11:"sm_pr_posts";d:0.59999999999999997779553950749686919152736663818359375;s:15:"sm_pr_posts_min";d:0.200000000000000011102230246251565404236316680908203125;s:11:"sm_pr_pages";d:0.59999999999999997779553950749686919152736663818359375;s:10:"sm_pr_cats";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_arch";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_auth";d:0.299999999999999988897769753748434595763683319091796875;s:10:"sm_pr_tags";d:0.299999999999999988897769753748434595763683319091796875;s:12:"sm_i_donated";b:0;s:17:"sm_i_hide_donated";b:0;s:17:"sm_i_install_date";i:1224209464;s:14:"sm_i_hide_note";b:0;s:16:"sm_i_hide_donors";b:0;}', 'yes'),
(104, 0, 'aiosp_home_description', '', 'yes'),
(105, 0, 'aiosp_home_title', '', 'yes'),
(106, 0, 'aiosp_rewrite_titles', '1', 'yes'),
(107, 0, 'aiosp_use_categories', '0', 'yes'),
(108, 0, 'aiosp_category_noindex', '1', 'yes'),
(109, 0, 'aiosp_archive_noindex', '1', 'yes'),
(110, 0, 'aiosp_tags_noindex', '0', 'yes'),
(111, 0, 'aiosp_generate_descriptions', '1', 'yes'),
(112, 0, 'aiosp_post_title_format', '%post_title% | %blog_title%', 'yes'),
(113, 0, 'aiosp_page_title_format', '%page_title% | %blog_title%', 'yes'),
(114, 0, 'aiosp_category_title_format', '%category_title% | %blog_title%', 'yes'),
(115, 0, 'aiosp_archive_title_format', '%date% | %blog_title%', 'yes'),
(116, 0, 'aiosp_tag_title_format', '%tag% | %blog_title%', 'yes'),
(117, 0, 'aiosp_search_title_format', '%search% | %blog_title%', 'yes'),
(118, 0, 'aiosp_description_format', '%description%', 'yes'),
(129, 0, 'sociable_tagline', 'Divulgue:', 'yes'),
(130, 0, 'sociable_conditionals', 'a:7:{s:7:"is_home";b:0;s:9:"is_single";b:1;s:7:"is_page";b:0;s:11:"is_category";b:0;s:7:"is_date";b:0;s:9:"is_search";b:0;s:7:"is_feed";b:0;}', 'yes'),
(131, 0, 'alinks_version', 'a:2:{s:7:"version";d:0.979999999999999982236431605997495353221893310546875;s:9:"lastcheck";i:1224101727;}', 'yes'),
(132, 0, 'alinks_settings', 'a:7:{s:9:"linkimage";s:73:"http://localhost/planoverao/wp-content/plugins/alinks/images/external.png";s:9:"newwindow";N;s:13:"clicktracking";s:2:"on";s:12:"customhtmljs";N;s:8:"cssclass";s:12:"alinks_links";s:8:"maxlinks";i:1;s:13:"casesensitive";N;}', 'yes'),
(133, 0, 'alinks_module_dirs', 'a:4:{i:0;s:12:"amazon_basic";i:1;s:11:"deeper_blog";i:2;s:6:"gadabe";i:3;s:7:"general";}', 'yes'),
(150, 0, 'wpcf_email', 'cellmais@hotmail.com', 'yes'),
(151, 0, 'wpcf_subject', 'Contact Form Results', 'yes'),
(149, 0, 'update_plugins', 'O:8:"stdClass":2:{s:12:"last_checked";i:1224261769;s:7:"checked";a:23:{s:18:"adsense-deluxe.php";s:3:"0.7";s:19:"akismet/akismet.php";s:5:"2.2.1";s:17:"alinks/alinks.php";s:6:"1.0rc1";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:8:"1.4.6.14";s:53:"breadcrumb-navigation-xt/breadcrumb-navigation-xt.php";s:5:"1.8.0";s:44:"comment-quicktags/comment_quicktags_plus.php";s:3:"1.1";s:17:"ol_feedburner.php";s:3:"2.2";s:43:"get-recent-comments/get-recent-comments.php";s:5:"2.0.2";s:36:"google-sitemap-generator/sitemap.php";s:7:"3.1.0.1";s:14:"limit-post.php";s:3:"1.1";s:24:"live-comment-preview.php";s:3:"1.7";s:31:"optimal-title/optimal-title.php";s:3:"3.0";s:18:"previous_posts.php";s:3:"1.0";s:24:"wp-gbcf/wp-gbcf_form.php";s:17:"v.2.0WP B20070213";s:13:"smart_rss.php";s:5:"1.1.0";s:21:"sociable/sociable.php";s:5:"2.9.1";s:34:"socializeit-pro/socializeitpro.php";s:5:"1.4.1";s:12:"submitit.php";s:3:"1.0";s:47:"subscribe-to-comments/subscribe-to-comments.php";s:5:"2.1.2";s:29:"wp-db-backup/wp-db-backup.php";s:5:"2.2.1";s:34:"wp-contact-form/wp-contactform.php";s:5:"2.0.6";s:39:"wp-posterperiodic/wp-posterperiodic.php";s:5:"1.0.2";s:37:"wp-rssaggregator/wp-rssaggregator.php";s:5:"1.3.1";}}', 'yes'),
(152, 0, 'wpcf_showsubject', 'TRUE', 'yes'),
(153, 0, 'wpcf_success_msg', 'Thanks for your comments!', 'yes'),
(154, 0, 'wpcf_error_msg', 'Please fill in the required fields.', 'yes'),
(155, 0, 'wpcf_question', '2 + 2 =', 'yes'),
(156, 0, 'wpcf_answer', '4', 'yes'),
(157, 0, 'wpcf_casesensitive', 'FALSE', 'yes'),
(158, 0, 'wpcf_copy', 'TRUE', 'yes'),
(164, 0, 'acmetech_adsensedeluxe', 'a:7:{s:7:"version";s:3:"0.7";s:17:"next_update_check";i:1224257652;s:11:"all_enabled";b:1;s:11:"enabled_for";a:4:{s:4:"home";b:1;s:5:"posts";b:1;s:4:"page";b:1;s:8:"archives";b:1;}s:7:"default";N;s:13:"reward_author";b:0;s:3:"ads";a:0:{}}', 'yes'),
(163, 0, 'category_children', 'a:0:{}', 'yes'),
(166, 0, 'sociable_usetargetblank', '1', 'yes'),
(170, 0, 'sociable_active_sites', 'a:20:{i:0;s:4:"Digg";i:1;s:6:"Sphinn";i:2;s:11:"del.icio.us";i:3;s:8:"Facebook";i:4;s:4:"Mixx";i:5;s:6:"Google";i:6;s:9:"BlinkList";i:7;s:8:"LinkedIn";i:8;s:9:"Propeller";i:9;s:6:"Reddit";i:10;s:11:"StumbleUpon";i:11;s:10:"Technorati";i:12;s:4:"Furl";i:13;s:4:"Fark";i:14;s:4:"Live";i:15;s:4:"Rec6";i:16;s:5:"Simpy";i:17;s:8:"Slashdot";i:18;s:5:"Spurl";i:19;s:8:"TwitThis";}', 'yes'),
(171, 0, 'wasb_cookiepath', '/tmp/cookies.txt', 'yes'),
(172, 0, 'wasb_postbookmark', '25', 'yes'),
(173, 0, 'wasb_email', '', 'yes'),
(174, 0, 'pposter_socializeit', '0', 'yes'),
(175, 0, 'pposter_periodpost', '1', 'yes'),
(176, 0, 'pposter_count', '10', 'yes'),
(177, 0, 'pposter_sort', 'Random', 'yes'),
(178, 0, 'post_cron', '2008-10-17 14:43:30', 'yes'),
(179, 0, 'rss_715c8770c4688e5331a1be80e0e0814c', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:0:{}s:7:"channel";a:4:{s:5:"title";s:54:"link:http://localhost/planoverao/ - Google Blog Search";s:4:"link";s:112:"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://localhost/planoverao/";s:11:"description";s:88:"Your search - link:http://localhost/planoverao/ - did not match any documents. ";s:7:"tagline";s:88:"Your search - link:http://localhost/planoverao/ - did not match any documents. ";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no'),
(180, 0, 'rss_715c8770c4688e5331a1be80e0e0814c_ts', '1224264201', 'no'),
(181, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:15:{i:0;a:7:{s:5:"title";s:17:"matt on "Akismet"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"matt";}s:4:"guid";s:39:"15@http://wordpress.org/extend/plugins/";s:11:"description";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"summary";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";}i:1;a:7:{s:5:"title";s:33:"uberdose on "All in One SEO Pack"";s:4:"link";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"pubdate";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"uberdose";}s:4:"guid";s:40:"753@http://wordpress.org/extend/plugins/";s:11:"description";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"summary";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";}i:2;a:7:{s:5:"title";s:36:"olivers on "cformsII - contact form"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/cforms/#post-925";s:7:"pubdate";s:31:"Mon, 09 Apr 2007 22:12:26 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"olivers";}s:4:"guid";s:40:"925@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"cforms II is the most customizable, flexible & powerful ajax supporting contact form plugin (& comment form)!";s:7:"summary";s:119:"cforms II is the most customizable, flexible & powerful ajax supporting contact form plugin (& comment form)!";}i:3;a:7:{s:5:"title";s:29:"alexrabe on "NextGEN Gallery"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"pubdate";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"alexrabe";}s:4:"guid";s:41:"1169@http://wordpress.org/extend/plugins/";s:11:"description";s:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";s:7:"summary";s:102:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.";}i:4;a:7:{s:5:"title";s:27:"donncha on "WP Super Cache"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"pubdate";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"donncha";}s:4:"guid";s:41:"2572@http://wordpress.org/extend/plugins/";s:11:"description";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"summary";s:73:"A very fast caching engine for WordPress that produces static html files.";}i:5;a:7:{s:5:"title";s:30:"arnee on "Google XML Sitemaps"";s:4:"link";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"pubdate";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:2:"dc";a:1:{s:7:"creator";s:5:"arnee";}s:4:"guid";s:40:"132@http://wordpress.org/extend/plugins/";s:11:"description";s:87:"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.";s:7:"summary";s:87:"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.";}i:6;a:7:{s:5:"title";s:35:"Utkarsh Kukreti on "Plugin Manager"";s:4:"link";s:61:"http://wordpress.org/extend/plugins/plugin-manager/#post-6737";s:7:"pubdate";s:31:"Fri, 22 Aug 2008 16:11:19 +0000";s:2:"dc";a:1:{s:7:"creator";s:15:"Utkarsh Kukreti";}s:4:"guid";s:41:"6737@http://wordpress.org/extend/plugins/";s:11:"description";s:129:"View, download and install plugins from WordPress.org Plugin Database from an AJAX''ed interface with a single click of the mouse.";s:7:"summary";s:129:"View, download and install plugins from WordPress.org Plugin Database from an AJAX''ed interface with a single click of the mouse.";}i:7;a:7:{s:5:"title";s:23:"stimuli on "Lightbox 2"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/lightbox-2/#post-2451";s:7:"pubdate";s:31:"Wed, 10 Oct 2007 02:20:04 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"stimuli";}s:4:"guid";s:41:"2451@http://wordpress.org/extend/plugins/";s:11:"description";s:149:"Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Mad props to Tanin for his crucial regular expression code! You rock!!";s:7:"summary";s:149:"Used to overlay images on the current page. Lightbox JS v2.2 by Lokesh Dhakar. Mad props to Tanin for his crucial regular expression code! You rock!!";}i:8;a:7:{s:5:"title";s:41:"Viper007Bond on "Viper''s Video Quicktags"";s:4:"link";s:68:"http://wordpress.org/extend/plugins/vipers-video-quicktags/#post-810";s:7:"pubdate";s:31:"Tue, 03 Apr 2007 00:08:41 +0000";s:2:"dc";a:1:{s:7:"creator";s:12:"Viper007Bond";}s:4:"guid";s:40:"810@http://wordpress.org/extend/plugins/";s:11:"description";s:114:"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.";s:7:"summary";s:114:"Allows easy and XHTML valid posting of videos from various websites such as YouTube, DailyMotion, Vimeo, and more.";}i:9;a:7:{s:5:"title";s:29:"andy on "WordPress.com Stats"";s:4:"link";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"pubdate";s:31:"Sun, 06 May 2007 02:15:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:4:"andy";}s:4:"guid";s:41:"1355@http://wordpress.org/extend/plugins/";s:11:"description";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";s:7:"summary";s:119:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com''s stat system.";}i:10;a:7:{s:5:"title";s:29:"snumb130 on "Events Calendar"";s:4:"link";s:62:"http://wordpress.org/extend/plugins/events-calendar/#post-2523";s:7:"pubdate";s:31:"Fri, 19 Oct 2007 04:10:03 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"snumb130";}s:4:"guid";s:41:"2523@http://wordpress.org/extend/plugins/";s:11:"description";s:149:"Events-Calendar is a diverse replacement for the original calendar included with WordPress adding many useful functions to keep track of your events.";s:7:"summary";s:149:"Events-Calendar is a diverse replacement for the original calendar included with WordPress adding many useful functions to keep track of your events.";}i:11;a:7:{s:5:"title";s:44:"keithdsouza on "Wordpress Automatic upgrade"";s:4:"link";s:74:"http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/#post-2560";s:7:"pubdate";s:31:"Sat, 27 Oct 2007 20:55:05 +0000";s:2:"dc";a:1:{s:7:"creator";s:11:"keithdsouza";}s:4:"guid";s:41:"2560@http://wordpress.org/extend/plugins/";s:11:"description";s:112:"Wordpress automatic upgrade allows a user to automatically upgrade the wordpress installation to the latest one.";s:7:"summary";s:112:"Wordpress automatic upgrade allows a user to automatically upgrade the wordpress installation to the latest one.";}i:12;a:7:{s:5:"title";s:39:"Alphawolf on "Admin Management Xtended"";s:4:"link";s:71:"http://wordpress.org/extend/plugins/admin-management-xtended/#post-5415";s:7:"pubdate";s:31:"Mon, 28 Apr 2008 17:26:30 +0000";s:2:"dc";a:1:{s:7:"creator";s:9:"Alphawolf";}s:4:"guid";s:41:"5415@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Adds AJAX-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit sc";s:7:"summary";s:150:"Adds AJAX-driven options to some admin management pages with CMS-known functions like toggling post/page visibility without having to open the edit sc";}i:13;a:7:{s:5:"title";s:23:"johnny5 on "HeadSpace2"";s:4:"link";s:57:"http://wordpress.org/extend/plugins/headspace2/#post-2255";s:7:"pubdate";s:31:"Fri, 07 Sep 2007 05:45:11 +0000";s:2:"dc";a:1:{s:7:"creator";s:7:"johnny5";}s:4:"guid";s:41:"2255@http://wordpress.org/extend/plugins/";s:11:"description";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!";s:7:"summary";s:150:"Controls almost every aspect of your site''s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!";}i:14;a:7:{s:5:"title";s:37:"denishua on "WordPress Related Posts"";s:4:"link";s:80:"http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/#post-2308";s:7:"pubdate";s:31:"Thu, 13 Sep 2007 11:30:46 +0000";s:2:"dc";a:1:{s:7:"creator";s:8:"denishua";}s:4:"guid";s:41:"2308@http://wordpress.org/extend/plugins/";s:11:"description";s:115:"WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed.";s:7:"summary";s:115:"WordPress Related Posts Plugin will generate a related posts via WordPress tags, and add the related posts to feed.";}}s:7:"channel";a:6:{s:5:"title";s:12:"Most Popular";s:4:"link";s:36:"http://wordpress.org/extend/plugins/";s:11:"description";s:12:"Most Popular";s:8:"language";s:2:"en";s:7:"pubdate";s:31:"Fri, 17 Oct 2008 18:23:20 +0000";s:7:"tagline";s:12:"Most Popular";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:13:"last_modified";s:21:"2007-03-09 22:11:30\r\n";s:4:"etag";s:36:""8675051e89bf6e8eba42545ba20839d9"\r\n";}', 'no'),
(182, 0, 'rss_a5420c83891a9c88ad2a4f04584a5efc_ts', '1224264205', 'no');
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_postmeta`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_postmeta`;
CREATE TABLE IF NOT EXISTS `wp_postmeta` (
`meta_id` bigint(20) NOT NULL auto_increment,
`post_id` bigint(20) 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=37 ;
--
-- Extraindo dados da tabela `wp_postmeta`
--
INSERT DELAYED IGNORE INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 1, '_edit_lock', '1224254306'),
(2, 1, '_edit_last', '1'),
(11, 8, '_edit_lock', '1224258452'),
(12, 8, '_edit_last', '1'),
(24, 16, '_edit_last', '1'),
(23, 16, '_edit_lock', '1224256486'),
(21, 2, '_edit_lock', '1224257580'),
(22, 2, '_edit_last', '1'),
(36, 16, 'title', 'Contato'),
(35, 16, 'keywords', 'contato,fale conosco, tire sua dúvida');
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_posts`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_posts`;
CREATE TABLE IF NOT EXISTS `wp_posts` (
`ID` bigint(20) unsigned NOT NULL auto_increment,
`post_author` bigint(20) 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_category` int(4) NOT NULL default '0',
`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) 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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=20 ;
--
-- Extraindo dados da tabela `wp_posts`
--
INSERT DELAYED IGNORE INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_category`, `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, '2008-10-15 02:19:34', '2008-10-15 04:19:34', 'O Plano Verão foi um plano econômico instituído pelo governo brasileiro no ano de 1989 que gerou desajustes nas cadernetas de poupança.\r\n\r\nOs poupadores têm o direito de pleitear na justiça a diferença percentual de 20,36%, visto que naquela época as cardenetas de poupança foram corrigidas com base no rendimento da Letra Financeira do Tesouro (LFTN), de 22,35%, ao invés de se utilizar o IPC, que foi de 42,72%.\r\n\r\nPara se ter uma idéia, cada NCz$ 1.000,00 (um mil cruzados novos) à época equivale, hoje, o valor de aproximadamente R$ 2.700,00 (dois mil e setecentos reais).\r\n\r\nO prazo final para a propositura de ações judiciais para buscar a diferença do Plano Verão é até 31 de dezembro de 2008. Existem diversas decisões favoráveis no sentido de que os poupadores com contas que aniversariam até 15 de fevereiro de 1989 possuem o direito de serem contemplados pela diferença oriunda da substituição do indexador.\r\n\r\nBusque maiores informações com os nossos advogados especializados no assunto.', 'POUPANÇA - Planos Verão, conheça seus direitos.', 0, '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2008-10-17 00:56:24', '2008-10-17 02:56:24', '', 0, 'http://localhost/planoverao/?p=1', 0, 'post', '', 0),
(2, 1, '2008-10-15 02:19:34', '2008-10-15 04:19:34', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'Escritório', 0, '', 'publish', 'open', 'open', '', 'about', '', '', '2008-10-17 12:57:46', '2008-10-17 14:57:46', '', 0, 'http://localhost/planoverao/?page_id=2', 0, 'page', '', 0),
(3, 1, '2008-10-17 00:57:30', '2008-10-17 02:57:30', 'O Plano Verão foi um plano econômico instituído pelo governo brasileiro no ano de 1989 que gerou desajustes nas cadernetas de poupança.\n\nOs poupadores têm o direito de pleitear na justiça a diferença percentual de 20,36%, visto que naquela época as cardenetas de poupança foram corrigidas com base no rendimento da Letra Financeira do Tesouro (LFTN), de 22,35%, ao invés de se utilizar o IPC, que foi de 42,72%.\n\nPara se ter uma idéia, cada NCz$ 1.000,00 (um mil cruzados novos) à época equivale, hoje, o valor de aproximadamente R$ 2.700,00 (dois mil e setecentos reais).\n\nO prazo final para a propositura de ações judiciais para buscar a diferença do Plano Verão é até 31 de dezembro de 2008. Existem diversas decisões favoráveis no sentido de que os poupadores com contas que aniversariam até 15 de fevereiro de 1989 possuem o direito de serem contemplados pela diferença oriunda da substituição do indexador.\n\nBusque maiores informações com os nossos advogados especializados no assunto.', 'POUPANÇA - Planos Verão, conheça seus direitos.', 0, '', 'inherit', 'open', 'open', '', '1-autosave', '', '', '2008-10-17 00:57:30', '2008-10-17 02:57:30', '', 1, 'http://localhost/planoverao/?p=3', 0, 'revision', '', 0),
(4, 1, '2008-10-15 02:19:34', '2008-10-15 04:19:34', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', 0, '', 'inherit', 'open', 'open', '', '1-revision', '', '', '2008-10-15 02:19:34', '2008-10-15 04:19:34', '', 1, 'http://localhost/planoverao/?p=4', 0, 'revision', '', 0),
(5, 1, '2008-10-17 00:11:04', '2008-10-17 02:11:04', 'O Plano Verão foi um plano econômico instituído pelo governo brasileiro no ano de 1989 que gerou desajustes nas cadernetas de poupança.\r\n\r\nOs poupadores têm o direito de pleitear na justiça a diferença percentual de 20,36%, visto que naquela época as cardenetas de poupança foram corrigidas com base no rendimento da Letra Financeira do Tesouro (LFTN), de 22,35%, ao invés de se utilizar o IPC, que foi de 42,72%.\r\n\r\nPara se ter uma idéia, cada NCz$ 1.000,00 (um mil cruzados novos) à época equivale, hoje, o valor de aproximadamente R$ 2.700,00 (dois mil e setecentos reais).\r\n\r\nO prazo final para a propositura de ações judiciais para buscar a diferença do Plano Verão é até 31 de dezembro de 2008. Existem diversas decisões favoráveis no sentido de que os poupadores com contas que aniversariam até 15 de fevereiro de 1989 possuem o direito de serem contemplados pela diferença oriunda da substituição do indexador.\r\n\r\nBusque maiores informações com os nossos advogados especializados no assunto.', 'POUPANÇA - Planos Verão, conheça seus direitos.', 0, '', 'inherit', 'open', 'open', '', '1-revision-2', '', '', '2008-10-17 00:11:04', '2008-10-17 02:11:04', '', 1, 'http://localhost/planoverao/?p=5', 0, 'revision', '', 0),
(6, 1, '2008-10-17 00:14:09', '2008-10-17 02:14:09', 'O Plano Verão foi um plano econômico instituído pelo governo brasileiro no ano de 1989 que gerou desajustes nas cadernetas de poupança.\r\n\r\nOs poupadores têm o direito de pleitear na justiça a diferença percentual de 20,36%, visto que naquela época as cardenetas de poupança foram corrigidas com base no rendimento da Letra Financeira do Tesouro (LFTN), de 22,35%, ao invés de se utilizar o IPC, que foi de 42,72%.\r\n\r\nPara se ter uma idéia, cada NCz$ 1.000,00 (um mil cruzados novos) à época equivale, hoje, o valor de aproximadamente R$ 2.700,00 (dois mil e setecentos reais).\r\n\r\nO prazo final para a propositura de ações judiciais para buscar a diferença do Plano Verão é até 31 de dezembro de 2008. Existem diversas decisões favoráveis no sentido de que os poupadores com contas que aniversariam até 15 de fevereiro de 1989 possuem o direito de serem contemplados pela diferença oriunda da substituição do indexador.\r\n\r\nBusque maiores informações com os nossos advogados especializados no assunto.', 'POUPANÇA - Planos Verão, conheça seus direitos.', 0, '', 'inherit', 'open', 'open', '', '1-revision-3', '', '', '2008-10-17 00:14:09', '2008-10-17 02:14:09', '', 1, 'http://localhost/planoverao/?p=6', 0, 'revision', '', 0),
(7, 1, '2008-10-17 00:15:15', '2008-10-17 02:15:15', 'O Plano Verão foi um plano econômico instituído pelo governo brasileiro no ano de 1989 que gerou desajustes nas cadernetas de poupança.\r\n\r\nOs poupadores têm o direito de pleitear na justiça a diferença percentual de 20,36%, visto que naquela época as cardenetas de poupança foram corrigidas com base no rendimento da Letra Financeira do Tesouro (LFTN), de 22,35%, ao invés de se utilizar o IPC, que foi de 42,72%.\r\n\r\nPara se ter uma idéia, cada NCz$ 1.000,00 (um mil cruzados novos) à época equivale, hoje, o valor de aproximadamente R$ 2.700,00 (dois mil e setecentos reais).\r\n\r\nO prazo final para a propositura de ações judiciais para buscar a diferença do Plano Verão é até 31 de dezembro de 2008. Existem diversas decisões favoráveis no sentido de que os poupadores com contas que aniversariam até 15 de fevereiro de 1989 possuem o direito de serem contemplados pela diferença oriunda da substituição do indexador.\r\n\r\nBusque maiores informações com os nossos advogados especializados no assunto.', 'POUPANÇA - Planos Verão, conheça seus direitos.', 0, '', 'inherit', 'open', 'open', '', '1-revision-4', '', '', '2008-10-17 00:15:15', '2008-10-17 02:15:15', '', 1, 'http://localhost/planoverao/?p=7', 0, 'revision', '', 0),
(8, 1, '2008-10-14 01:17:41', '2008-10-14 03:17:41', 'Nossos advogados estão efetuando os cálculos gratuitamente, ligue e nos infome os valores do saldo da poupaça em janeiro de 1989 e saiba na hora os valores que voce pode receber.', 'PLANO VERÃO - Saiba quanto você pode Receber.', 0, '', 'publish', 'open', 'open', '', 'plano-verao-saiba-quanto-voce-pode-receber', '', '', '2008-10-17 00:30:26', '2008-10-17 02:30:26', '', 0, 'http://localhost/planoverao/?p=8', 0, 'post', '', 0),
(9, 1, '2008-10-17 01:16:00', '2008-10-17 03:16:00', '', 'PLANO VERÃO - Saiba quanto você pode Receber', 0, '', 'inherit', 'open', 'open', '', '8-revision', '', '', '2008-10-17 01:16:00', '2008-10-17 03:16:00', '', 8, 'http://localhost/planoverao/?p=9', 0, 'revision', '', 0),
(10, 1, '2008-10-17 01:17:05', '2008-10-17 03:17:05', 'Nossos advogados estão efetuando os cálculos gratuitamente, ligue e nos infome os valores do saldo da poupaça em janeiro de 1989 e saiba na hora os valores que voce pode receber.', 'PLANO VERÃO - Saiba quanto você pode Receber', 0, '', 'inherit', 'open', 'open', '', '8-revision-2', '', '', '2008-10-17 01:17:05', '2008-10-17 03:17:05', '', 8, 'http://localhost/planoverao/?p=10', 0, 'revision', '', 0),
(11, 1, '2008-10-17 01:17:41', '2008-10-17 03:17:41', 'Nossos advogados estão efetuando os cálculos gratuitamente, ligue e nos infome os valores do saldo da poupaça em janeiro de 1989 e saiba na hora os valores que voce pode receber.', 'PLANO VERÃO - Saiba quanto você pode Receber', 0, '', 'inherit', 'open', 'open', '', '8-revision-3', '', '', '2008-10-17 01:17:41', '2008-10-17 03:17:41', '', 8, 'http://localhost/planoverao/?p=11', 0, 'revision', '', 0),
(12, 1, '2008-10-17 00:29:28', '2008-10-17 02:29:28', 'Nossos advogados estão efetuando os cálculos gratuitamente, ligue e nos infome os valores do saldo da poupaça em janeiro de 1989 e saiba na hora os valores que voce pode receber.', 'PLANO VERÃO - Saiba quanto você pode Receber.', 0, '', 'inherit', 'open', 'open', '', '8-revision-4', '', '', '2008-10-17 00:29:28', '2008-10-17 02:29:28', '', 8, 'http://localhost/planoverao/?p=12', 0, 'revision', '', 0),
(13, 1, '2008-10-17 00:31:37', '2008-10-17 02:31:37', 'Nossos advogados estão efetuando os cálculos gratuitamente, ligue e nos infome os valores do saldo da poupaça em janeiro de 1989 e saiba na hora os valores que voce pode receber.', 'PLANO VERÃO - Saiba quanto você pode Receber.', 0, '', 'inherit', 'open', 'open', '', '8-autosave', '', '', '2008-10-17 00:31:37', '2008-10-17 02:31:37', '', 8, 'http://localhost/planoverao/?p=13', 0, 'revision', '', 0),
(17, 1, '2008-10-17 12:52:40', '2008-10-17 14:52:40', '', 'Contato', 0, '', 'inherit', 'open', 'open', '', '16-revision', '', '', '2008-10-17 12:52:40', '2008-10-17 14:52:40', '', 16, 'http://www.plano-verao.com/?p=17', 0, 'revision', '', 0),
(18, 1, '2008-10-17 12:53:48', '2008-10-17 14:53:48', '', 'Contato', 0, '', 'inherit', 'open', 'open', '', '16-revision-2', '', '', '2008-10-17 12:53:48', '2008-10-17 14:53:48', '', 16, 'http://www.plano-verao.com/?p=18', 0, 'revision', '', 0),
(16, 1, '2008-10-17 12:53:48', '2008-10-17 14:53:48', '%%wpcontactform%%', 'Contato', 0, '', 'publish', 'open', 'open', '', 'contato', '', '', '2008-10-17 12:54:52', '2008-10-17 14:54:52', '', 0, 'http://www.plano-verao.com/?page_id=16', 0, 'page', '', 0),
(19, 1, '2008-10-15 02:19:34', '2008-10-15 04:19:34', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', 0, '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2008-10-15 02:19:34', '2008-10-15 04:19:34', '', 2, 'http://www.plano-verao.com/?p=19', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_pposter_articles`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_pposter_articles`;
CREATE TABLE IF NOT EXISTS `wp_pposter_articles` (
`ID` int(11) NOT NULL auto_increment,
`title` varchar(255) default NULL,
`content` text,
`tags` varchar(255) default NULL,
`category` varchar(255) default NULL,
`upload_date` datetime default NULL,
`post_date` datetime default NULL,
`post_ID` int(11) default NULL,
`status` int(11) default '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Extraindo dados da tabela `wp_pposter_articles`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_rssagg_feed`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_rssagg_feed`;
CREATE TABLE IF NOT EXISTS `wp_rssagg_feed` (
`ID` int(11) NOT NULL auto_increment,
`rss` varchar(255) default NULL,
`items` int(11) default '10',
`totalpost` int(11) default '0',
`category` varchar(255) default NULL,
`tags` varchar(255) default NULL,
`socializeit` int(11) default '0',
`link_source` int(11) default '1',
`status` int(11) default '1',
`create_date` datetime default NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Extraindo dados da tabela `wp_rssagg_feed`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_smartrss`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_smartrss`;
CREATE TABLE IF NOT EXISTS `wp_smartrss` (
`rss_id` int(21) NOT NULL auto_increment,
`cat_ID` int(21) NOT NULL default '0',
`rss_source` text NOT NULL,
`delimiter` varchar(255) NOT NULL default '',
`active` int(2) NOT NULL default '0',
PRIMARY KEY (`rss_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Extraindo dados da tabela `wp_smartrss`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_socialit`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_socialit`;
CREATE TABLE IF NOT EXISTS `wp_socialit` (
`id` smallint(4) NOT NULL auto_increment,
`status` int(11) default '1',
`name` varchar(255) default '',
`description` text,
`loginneed` int(11) default '1',
`loginurl` varchar(255) default NULL,
`loginaction` varchar(255) default NULL,
`loginparse` varchar(255) default NULL,
`loginfields` text,
`loginremfields` varchar(255) default NULL,
`username` varchar(255) default NULL,
`passwd` varchar(255) default NULL,
`tagseparator` varchar(10) default ',',
`submitsteps` int(11) default '1',
`submiturl` text,
`submitaction` text,
`submitparse` text,
`submitfields` text,
`submitremfields` varchar(255) default NULL,
`submitsuccess` text,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=44 ;
--
-- Extraindo dados da tabela `wp_socialit`
--
INSERT DELAYED IGNORE INTO `wp_socialit` (`id`, `status`, `name`, `description`, `loginneed`, `loginurl`, `loginaction`, `loginparse`, `loginfields`, `loginremfields`, `username`, `passwd`, `tagseparator`, `submitsteps`, `submiturl`, `submitaction`, `submitparse`, `submitfields`, `submitremfields`, `submitsuccess`) VALUES (1, 0, 'http://www.stumbleupon.com', NULL, 1, 'http://www.stumbleupon.com/login.php', NULL, 'name="formLogin"', 'username=%username%&password=%password%&Submit=Submit', NULL, '', '', ',', 1, 'http://www.stumbleupon.com/submit?url=http://excelsifikasi.com&title=TITLE%20OK', NULL, 'name=f', 'url=%url%&title=%title%&topic=%tagscomma%&language=EN&submitsite=Submit this Site >>&newcomment=%desc%', '', 'Rating Submitted!'),
(13, 0, 'http://www.netvouz.com', NULL, 1, 'http://netvouz.com/action/logon?uri=002f', NULL, 'name="logonForm"', 'username=%username%&password=%password%&rememberMe=on&type=p', 'org.apache.struts.taglib.html.CANCEL&', '', '', ',', 1, 'http://netvouz.com/action/submitBookmark', NULL, 'name="submitBookmarkForm"', 'url=%url%&name=%title%&description=%desc%&privat=false&category=7259140519018782541&tags=%tagscomma%&rating=5&submit=Submit bookmark&action=submit', 'org.apache.struts.taglib.html.CANCEL', 'successfully updated'),
(3, 0, 'http://technorati.com', NULL, 1, 'http://technorati.com/signup/', NULL, 'action="/login.php"', 'username=%username%&password=%password%&submit=Sign In', NULL, '', '', ',', 1, 'http://technorati.com/faves/', NULL, 'method="post" style="margin-top:10px"', 'add=%url%&tag=%tagscomma%&submit=Add', NULL, '%url% has been added to your Favorites.\r\n%url% is already one of your Favorites.'),
(4, 0, 'http://www.furl.net', NULL, 1, 'http://www.furl.net/members/login', NULL, 'name="theForm"', 'username=%username%&password=%password%&Submit=Log in', NULL, '', '', ';', 1, 'http://www.furl.net/savedialog.jsp?p=1&t=mockuptitle&u=http://mockupurl.com&r=5&v=1&c=', NULL, 'name="furlForm"', 'item[url]=%url%&item[title]=%title%&topics=%tagscomma%&item[public]=true&item[isRead]=true&item[rating]=5&from_no_pop=1&item[via]=&item[title_orig]=', '', 'Your item has been saved!\r\nPartial Success.'),
(5, 0, 'http://www.mister-wong.com', NULL, 1, 'http://www.mister-wong.com/index.php?action=login', NULL, 'action="index.php?action=login"', 'user_name=%username%&user_password=%password%&login=Login', NULL, '', '', '', 1, 'http://www.mister-wong.com/add_url/', NULL, 'name="addurl"', 'bm_url=%url%&bm_description=%title%&bm_tags=%tagscomma%&bm_status=public&addurl=Save bookmark', NULL, 'The URL was successfully saved.\r\nYou already have this link saved in your bookmarks. You can edit it here'),
(8, 0, 'http://www.google.com/bookmarks', NULL, 1, 'https://www.google.com/accounts/ServiceLogin', NULL, 'id="gaia_loginform"', 'Email=%username%&Passwd=%password%&PersistentCookie=yes&rmShown=1&signIn=Sign In', '', '', '', ',', 1, 'http://www.google.com/bookmarks/mark?op=add', NULL, 'name="add_bkmk_form"', 'title=%title%&bkmk=%url%&labels=%tagscomma%&annotation=%desc%&prev=/lookup&btnA=Add bookmark', 'btnC', '%title%'),
(11, 0, 'http://faves.com', NULL, 1, 'https://secure.faves.com/signIn', NULL, 'id="signInBox"', 'rUsername=%username%&rPassword=%password%&rememberMe=1&action=Sign In', NULL, '', '', ',', 1, 'http://faves.com/Authoring.aspx', NULL, 'name="createDotForm"', 'rateSelect=5¬eText=%desc%&urlText=%url%&subjectText=%title%&tagsText=%tagscomma%&shareSelect=Public&submit=Publish', NULL, 'Done!'),
(10, 0, 'http://backflip.com', NULL, 1, 'http://www.backflip.com/login_pop.ihtml', NULL, 'name="LOGIN"', 'username=%username%&password=%password%&keep_password=true&Submit=Sign In', 'cancel', '', '', ',', 1, 'http://www.backflip.com/add_page_pop.ihtml', NULL, 'name="add_mark_pop"', 'url=%url%&title=%title%¬e=%desc%&folder=0&addtofix=1&close=true&target=&source=B&SubmitUrl=Backflip It!', '', 'self.close()'),
(15, 0, 'http://www.diigo.com', NULL, 1, 'https://secure.diigo.com/sign-in', NULL, 'name="loginForm"', 'username=%username%&password=%password%', NULL, '', '', ',', 1, 'http://www.diigo.com/post?url=http://www.yuhuu.com', NULL, 'name="newForm"', 'url=%url%&title=%title%&tag=%tagscomma%&b_mode=0&c_mode=0&comment=%desc%', '', 'HTTP/1.1 302'),
(16, 0, 'http://www.bibsonomy.org', NULL, 1, 'http://www.bibsonomy.org/login', NULL, 'action="/login_process"', 'userName=%username%&loginPassword=%password%', NULL, '', '', '', 1, 'http://www.bibsonomy.org/ShowBookmarkEntry?c=b&jump=yes&url=http://mockup.url.com&description=Mockup&extended=', NULL, 'action="/bookmark_posting_process"', 'oldurl=%url%&rating=5&url=%url%&description=%title%&extended=%desc%&tags=%tagscomma%&group=public&submit=save', '', 'HTTP/1.1 302'),
(17, 0, 'http://www.folkd.com', NULL, 1, 'http://www.folkd.com/page/login.html', NULL, 'id="form_login"', 'u=%username%&p=%password%', NULL, '', '', ',{[%]}', 1, 'http://www.folkd.com/page/submit.html', NULL, 'id="submit_page"', 'step2_sent=1&check=page&url=%url%&add_title=%title%&add_description=%desc%&add_tags_show=%tagscomma%&add_tags=%tagscomma%&add_state=public&add_brand=checked', NULL, 'Submit new item - Contribution added successfully'),
(20, 0, 'http://taggly.com', NULL, 1, 'http://taggly.com/login/', NULL, 'action="http://taggly.com/login/"', 'username=%username%&password=%password%&keeppass=yes&submitted=Log In', NULL, '', '', ',', 1, 'http://taggly.com/bookmarks/?action=add', NULL, 'action="http://taggly.com/bookmarks/', 'address=%url%&title=%title%&tags=%tagscomma%&status=0&submitted=Add Bookmark', 'address&title&description&tags&submitted&status&', 'Bookmark saved'),
(22, 0, 'http://buddymarks.com', NULL, 1, 'http://buddymarks.com/login.php', NULL, 'action="/login.php"', 'action=login&form_username=%username%&form_password=%password%&login_type=permanent', NULL, '', '', ',', 1, 'http://buddymarks.com/add_bookmark.php', NULL, 'action=insert_bookmark', 'form_buddymark=true&form_group_title=%tagscomma%&bookmark_title=%title%&bookmark_url=%url%&form_description=%desc%&form_tags=%tagscomma%&form_private=0&form_group_parent_id=0&form_group_type=new', 'form_public_link&form_group_id&form_cat_id&\r\n', 'Bookmark saved!'),
(24, 0, 'http://www.linkagogo.com', NULL, 1, 'http://www.linkagogo.com/go/Authenticate', NULL, 'name="login"', 'userName=%username%&code=%password%&btnLogin=Login', NULL, '', '', ',', 1, 'http://www.linkagogo.com/go/AddMenu', NULL, 'name=urlEdit', 'title=%title%&url=%url%&keywords=%tagscomma%&comments=%desc%&rating=4&remind=-9&user=%username%&submit=Add&folder=2383733', NULL, 'Bookmark %title% added.'),
(23, 0, 'http://www.connotea.org', NULL, 1, 'http://www.connotea.org/login', NULL, 'name="login"', 'username=%username%&password=%password%&button=login', NULL, '', '', ',', 1, 'http://www.connotea.org/add', NULL, 'name="add"', 'uri=%url%&usertitle=%title%&tags=%tagscomma%&description=%desc%&mywork=1&private=0&comment=%desc%&title=%title%', NULL, '%title%'),
(25, 0, 'http://www.blinklist.com', NULL, 1, 'http://www.blinklist.com/profile/signin.php', NULL, 'action="/profile/signin.php"', 'Username=%username%&Password=%password%&', NULL, '', '', ',', 1, 'http://www.blinklist.com/?Action=Blink/addblink.php', NULL, 'id="Form.Bookmarklet"', 'Name=%title%&Url=%url%&Vote=5&Description=%desc%&Tag=%tagscomma%&submit=Blink', 'Private&Bcc&Justshare', 'HTTP/1.1 302'),
(26, 0, 'http://del.icio.us', NULL, 1, 'https://secure.del.icio.us/login', NULL, 'action="https://secure.del.icio.us/login"', 'user_name=%username%&password=%password%&login=Log in', NULL, '', '', ',', 1, 'http://del.icio.us/post?url=http://mockupurl.com&title=Mockuptitle', NULL, 'name="delForm"', 'url=%url%&oldurl=http://mockupurl.com&description=%title%¬es=%desc%&tags=%tagscomma%', '', 'HTTP/1.1 302'),
(27, 0, 'http://myweb.yahoo.com', NULL, 1, 'https://login.yahoo.com/config/login_verify2?.intl=us&.src=smw&.done=http%3A%2F%2Fmyweb.yahoo.com%2Fmyresults%2Fjoin%3F', NULL, 'name="login_form"', 'login=%username%&passwd=%password%&.save=Sign In', NULL, '', '', ',', 1, 'http://myweb.yahoo.com/myresults/bookmarklet?t=mockup-url&u=http://www.mockupurl.com&ei=UTF-8', NULL, 'name=form_save', 'u=%url%&t=%title%¬e=%desc%&tag=%tagscomma%&v=1', NULL, 'This page has been saved:\r\nThe page was not saved because you have already saved it to My Web.'),
(28, 0, 'http://www.simpy.com', NULL, 1, 'http://www.simpy.com/login', NULL, 'name="LoginForm"', 'username=%username%&password=%password%&rememberme=87600', NULL, '', '', ',', 1, 'http://www.simpy.com/simpy/LinkAdd.do', NULL, 'name="LinkAddForm"\r\n', 'title=%title%&tags=%tagscomma%&accessType=1&href=%url%¬e=%desc%', NULL, 'http://www.simpy.com/user/%username%'),
(29, 0, 'http://ma.gnolia.com', NULL, 1, 'http://ma.gnolia.com/signin', NULL, 'id="signin_form"', 'signin=%username%&password=%password%&commit=Sign In', 'private&sendback', '', '', ',', 1, 'http://ma.gnolia.com/bookmarklet/add?url=http://mockupurl.com&title=mockuptitle&description=description', NULL, 'id="bookmark_details"\r\n', 'url=%url%&title=%title%&description=%desc%&rating=5&tags=%tagscomma%&commit=Save', '', 'HTTP/1.1 302'),
(30, 0, 'http://de.lirio.us', NULL, 1, 'http://de.lirio.us/login.php/', NULL, 'action="http://de.lirio.us/login.php/"', 'username=%username%&password=%password%&submitted=Log In', NULL, '', '', ',', 1, 'http://de.lirio.us/bookmarks.php/?action=add', NULL, 'action="http://de.lirio.us/bookmarks.php/', 'address=%url%&title=%title%&description=%desc%&tags=%tagscomma%&status=0&submitted=Add Bookmark', NULL, 'Bookmark saved\r\n%title%'),
(31, 0, 'http://www.spurl.net', NULL, 1, 'http://www.spurl.net/login.php', NULL, 'action="login.php"', 'username=%username%&password=%password%&Submit=Login', NULL, '', '', '', 1, 'http://www.spurl.net/spurl.php?v=3&title=%title%&url=%url%', NULL, 'name="submit_link"', 'link_title=%title%&link_href=%url%&title=%title%&-1&keywords=%tagscomma%&description=%desc%&language=en&explicit=0&', 'private', 'Spurl.net - Storing page\r\nSpurl.net: %title%'),
(35, 0, 'http://www.complore.com', NULL, 1, 'http://www.complore.com/?q=user', NULL, 'q=toboggan/login', 'edit[name]=%username%&edit[pass]=%password%&op=Log in', NULL, '', '', ',', 1, 'http://www.complore.com/?q=node/add/flexinode-5', NULL, 'id="node-form"', 'edit[title]=%title%&edit[flexinode_21]=%url%&edit[flexinode_31]=%desc%&edit[tags]=%tagscomma%&op=Submit', NULL, 'Your Bookmarks was created.'),
(37, 0, 'http://www.newsvine.com', NULL, 1, 'https://www.newsvine.com/_tools/user/login', NULL, '_tools/user/login', 'email=%username%&pass=%password%', 'redirect&', '', '', ',', 1, 'http://www.newsvine.com/_tools/seed&save', NULL, 'id="seedPostForm"', 'url=%url%&headline=%title%&newsType=x&categoryTag=world-news&tags=%tagscomma%&blurb=%desc%', '', 'Save Link'),
(39, 0, 'http://www.mister-wong.cn', NULL, 1, 'http://www.mister-wong.cn/index.php?action=login', NULL, 'action="index.php?action=login"', 'user_name=%username%&user_password=%password%&login=Login\r\n', '', '', '', '', 1, 'http://www.mister-wong.cn/add_url/', NULL, 'name="addurl"', 'bm_url=%url%&bm_description=%title%&bm_tags=%tagscomma%&bm_status=public&addurl=Save bookmark', NULL, NULL),
(40, 0, 'http://www.mister-wong.de', NULL, 1, 'http://www.mister-wong.de/index.php?action=login', NULL, 'action="index.php?action=login"', 'user_name=%username%&user_password=%password%&login=Login\r\n', NULL, '', '', '', 1, 'http://www.mister-wong.de/add_url/', NULL, 'name="addurl"', 'bm_url=%url%&bm_description=%title%&bm_tags=%tagscomma%&bm_status=public&addurl=Save bookmark', NULL, 'Die URL wurde erfolgreich gespeichert.'),
(41, 0, 'http://www.mister-wong.es', NULL, 1, 'http://www.mister-wong.es/index.php?action=login', NULL, 'action="index.php?action=login"', 'user_name=%username%&user_password=%password%&login=Login\r\n', NULL, '', '', '', 1, 'http://www.mister-wong.es/add_url/', NULL, 'name="addurl"', 'bm_url=%url%&bm_description=%title%&bm_tags=%tagscomma%&bm_status=public&addurl=Save bookmark', NULL, 'El URL ha sido guardado.'),
(42, 0, 'http://www.mister-wong.fr', NULL, 1, 'http://www.mister-wong.fr/index.php?action=login', NULL, 'action="index.php?action=login"', 'user_name=%username%&user_password=%password%&login=Login\r\n', NULL, '', '', '', 1, 'http://www.mister-wong.fr/add_url/', NULL, 'name="addurl"', 'bm_url=%url%&bm_description=%title%&bm_tags=%tagscomma%&bm_status=public&addurl=Save bookmark', NULL, 'L''adresse de votre favori\r\nVous pouvez le modifier en'),
(43, 0, 'http://www.mister-wong.ru', '', 1, 'http://www.mister-wong.ru/index.php?action=login', NULL, 'action="index.php?action=login"', 'user_name=%username%&user_password=%password%&login=Login', NULL, '', '', '', 1, 'http://www.mister-wong.ru/add_url/', NULL, 'name="addurl"', 'bm_url=%url%&bm_description=%title%&bm_tags=%tagscomma%&bm_status=public&addurl=Save bookmark', NULL, '%title%');
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_socialit_reports`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_socialit_reports`;
CREATE TABLE IF NOT EXISTS `wp_socialit_reports` (
`ID` int(11) NOT NULL auto_increment,
`post_ID` int(11) NOT NULL default '0',
`reports` text,
`submitdate` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
--
-- Extraindo dados da tabela `wp_socialit_reports`
--
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_term_relationships`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_term_relationships`;
CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
`object_id` bigint(20) NOT NULL default '0',
`term_taxonomy_id` bigint(20) 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;
--
-- Extraindo dados da tabela `wp_term_relationships`
--
INSERT DELAYED IGNORE 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),
(3, 1, 0),
(8, 2, 0),
(1, 1, 0),
(4, 1, 0),
(5, 1, 0),
(1, 3, 0),
(1, 4, 0),
(1, 5, 0),
(1, 6, 0),
(1, 7, 0),
(1, 8, 0),
(1, 9, 0),
(1, 10, 0),
(1, 11, 0),
(1, 12, 0),
(9, 1, 0),
(6, 1, 0),
(7, 1, 0),
(1, 14, 0),
(8, 1, 0),
(8, 3, 0),
(8, 5, 0),
(8, 15, 0),
(8, 4, 0),
(10, 1, 0),
(11, 1, 0),
(12, 1, 0),
(13, 1, 0),
(16, 1, 0),
(2, 1, 0),
(19, 1, 0),
(18, 1, 0),
(17, 1, 0);
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_term_taxonomy`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) NOT NULL auto_increment,
`term_id` bigint(20) NOT NULL default '0',
`taxonomy` varchar(32) NOT NULL default '',
`description` longtext NOT NULL,
`parent` bigint(20) NOT NULL default '0',
`count` bigint(20) NOT NULL default '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=19 ;
--
-- Extraindo dados da tabela `wp_term_taxonomy`
--
INSERT DELAYED IGNORE INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 2),
(2, 2, 'link_category', '', 0, 6),
(3, 3, 'post_tag', '', 0, 2),
(4, 4, 'post_tag', '', 0, 2),
(5, 5, 'post_tag', '', 0, 2),
(6, 6, 'post_tag', '', 0, 1),
(7, 7, 'post_tag', '', 0, 1),
(8, 8, 'post_tag', '', 0, 1),
(9, 9, 'post_tag', '', 0, 1),
(10, 10, 'post_tag', '', 0, 1),
(11, 11, 'post_tag', '', 0, 1),
(12, 12, 'post_tag', '', 0, 1),
(13, 13, 'post_tag', '', 0, 0),
(15, 15, 'post_tag', '', 0, 1),
(14, 14, 'post_tag', '', 0, 1),
(16, 16, 'post_tag', '', 0, 0),
(17, 17, 'post_tag', '', 0, 0),
(18, 18, 'post_tag', '', 0, 0);
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_terms`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_terms`;
CREATE TABLE IF NOT EXISTS `wp_terms` (
`term_id` bigint(20) 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=19 ;
--
-- Extraindo dados da tabela `wp_terms`
--
INSERT DELAYED IGNORE INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Poupança Plano Verão', 'poupanca-plano-verao', 0),
(2, 'Nossos Links', 'nossos-links', 0),
(3, 'plano verão', 'plano-verao', 0),
(4, 'poupança', 'poupanca', 0),
(5, 'janeiro 1989', 'janeiro-1989', 0),
(6, 'advogado', 'advogado', 0),
(7, 'santa catarina', 'santa-catarina', 0),
(8, 'florianópolis', 'florianopolis', 0),
(9, 'correção monetária', 'correcao-monetaria', 0),
(10, 'advogados', 'advogados', 0),
(11, 'caderneta de poupança', 'caderneta-de-poupanca', 0),
(12, 'expurgo poupança', 'expurgo-poupanca', 0),
(13, 'cálculo', 'calculo', 0),
(14, 'planilha de calculo', 'planilha-de-calculo', 0),
(15, 'calculo gratuito', 'calculo-gratuito', 0),
(16, 'contato', 'contato', 0),
(17, 'formulário', 'formulario', 0),
(18, 'fale conosco', 'fale-conosco', 0);
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_usermeta`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `wp_usermeta`;
CREATE TABLE IF NOT EXISTS `wp_usermeta` (
`umeta_id` bigint(20) NOT NULL auto_increment,
`user_id` bigint(20) 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=8 ;
--
-- Extraindo dados da tabela `wp_usermeta`
--
INSERT DELAYED IGNORE INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'admin_color', 'fresh'),
(4, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(5, 1, 'wp_user_level', '10'),
(6, 1, 'wp_autosave_draft_ids', 'a:3:{i:-1224213174;i:8;i:-1224254912;i:14;i:-1224255138;i:16;}'),
(7, 1, 'closedpostboxes_page', 'a:5:{i:0;s:13:"pagecustomdiv";i:1;s:15:"pagepassworddiv";i:2;s:11:"pageslugdiv";i:3;s:13:"pageparentdiv";i:4;s:12:"pageorderdiv";}');
-- --------------------------------------------------------
--
-- Estrutura da tabela `wp_users`
--
-- Criação: Out 19, 2008 as 03:33 AM
-- Última atualização: Out 19, 2008 as 03:33 AM
--
DROP TABLE IF EXISTS `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 ;
--
-- Extraindo dados da tabela `wp_users`
--
INSERT DELAYED IGNORE 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, 'admin', '$P$BkAaqcHyi/N3INP3JAcV1YZbewR1YY.', 'admin', 'cellmais@hotmail.com', 'http://', '2008-10-15 04:19:34', '', 0, 'admin');
SET FOREIGN_KEY_CHECKS=1;
COMMIT;