wbdb.sql

wbdb.sql

-- phpMyAdmin SQL Dump
-- version 3.2.0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 21, 2010 at 10:59 AM
-- Server version: 5.1.36
-- PHP Version: 5.3.0

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 */;

--
-- Database: `wpdb`
--

-- --------------------------------------------------------

--
-- Table structure for table `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=11 ;

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 27, '_wp_trash_meta_status', '0'),
(2, 27, '_wp_trash_meta_time', '1274245200'),
(3, 25, '_wp_trash_meta_status', '0'),
(4, 25, '_wp_trash_meta_time', '1274245204'),
(5, 23, '_wp_trash_meta_status', '1'),
(6, 23, '_wp_trash_meta_time', '1274245212'),
(7, 22, '_wp_trash_meta_status', '1'),
(8, 22, '_wp_trash_meta_time', '1274245216'),
(9, 17, '_wp_trash_meta_status', '1'),
(10, 17, '_wp_trash_meta_time', '1274245225');

-- --------------------------------------------------------

--
-- Table structure for table `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`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=30 ;

--
-- Dumping data for table `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, 'Mr WordPress', '', 'http://wordpress.org/', '', '2010-05-06 10:56:20', '2010-05-06 10:56:20', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0),
(2, 4, 'John (ChurchCrunch)', '[email protected]', 'http://churchcrunch.com', '207.255.235.40', '2008-09-17 17:16:35', '2008-09-17 22:16:35', 'Here is a non-admin comment.\n\nIt has multiple lines, some <code>code</code>, and a bit more text.', 0, '1', '', '', 0, 0),
(3, 31, 'John (Human3rror)', '[email protected]', 'http://human3rror.com', '207.255.235.40', '2008-09-17 17:14:05', '2008-09-17 22:14:05', 'Howdy! This is an admin comment.', 0, '1', '', '', 0, 0),
(4, 31, 'John (Human3rror)', '[email protected]', 'http://human3rror.com', '207.255.235.40', '2008-09-17 17:16:01', '2008-09-17 22:16:01', 'Here is a non-admin comment.\n\nIt has multiple lines, some <code>code</code>, and a bit more text.', 0, '1', '', '', 0, 0),
(5, 34, 'John (Human3rror)', '[email protected]', 'http://human3rror.com', '207.255.235.40', '2008-09-17 17:14:02', '2008-09-17 22:14:02', 'Howdy! This is an admin comment.', 0, '1', '', '', 0, 0),
(6, 36, 'John (ChurchCrunch)', '[email protected]', 'http://churchcrunch.com', '207.255.235.40', '2008-09-17 17:17:42', '2008-09-17 22:17:42', 'Here is a non-admin comment.\n\nIt has multiple lines, some <code>code</code>, and a bit more text.', 0, '1', '', '', 0, 0),
(7, 36, 'John (ChurchCrunch)', '[email protected]', 'http://churchcrunch.com', '207.255.235.40', '2008-09-17 17:18:11', '2008-09-17 22:18:11', 'Here is a non-admin comment.\n\nIt has multiple lines, some <code>code</code>, and a bit more text. Alternating content so I don''t get caught spamming ;)', 0, '1', '', '', 0, 0),
(8, 38, 'John (Human3rror)', '[email protected]', 'http://churchcrunch.com', '207.255.235.40', '2008-09-17 17:13:58', '2008-09-17 22:13:58', 'Howdy! This is an admin comment.', 0, '1', '', '', 0, 0),
(9, 44, 'John (Human3rror)', '[email protected]', 'http://churchcrunch.com', '207.255.235.40', '2008-09-17 17:13:55', '2008-09-17 22:13:55', 'Howdy! This is an admin comment.', 0, '1', '', '', 0, 0),
(10, 45, 'Mr WordPress', '', 'http://wordpress.org/', '', '2008-09-17 16:53:25', '2008-09-17 21:53:25', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0),
(11, 45, 'John (Human3rror)', '[email protected]', 'http://human3rror.com', '207.255.235.40', '2008-09-17 17:13:50', '2008-09-17 22:13:50', 'Howdy! This is an admin comment.', 0, '1', '', '', 0, 0),
(12, 55, 'John (Human3rror)', '[email protected]', 'http://human3rror.com', '207.255.235.40', '2008-09-17 17:13:35', '2008-09-17 22:13:35', 'Howdy! This is an admin comment.', 0, '1', '', '', 0, 0),
(13, 55, 'John (ChurchCrunch)', '[email protected]', 'http://churchcrunch.com', '207.255.235.40', '2008-09-17 17:20:13', '2008-09-17 22:20:13', 'Here is a non-admin comment.\n\nIt has multiple lines, some <code>code</code>, and a bit more text.', 0, '1', '', '', 0, 0),
(14, 55, 'John (ChurchCrunch)', '[email protected]', 'http://churchcrunch.com', '::1', '2008-12-29 20:23:37', '2008-12-30 01:23:37', 'Here is a non-admin comment.\n\nKinda.\n\nYippee!', 0, '1', '', '', 0, 0),
(15, 56, 'Mr WordPress', '', 'http://wordpress.org/', '', '2008-12-29 19:46:10', '2008-12-30 00:46:10', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, '1', '', '', 0, 0),
(16, 56, 'John (Human3rror)', '[email protected]', 'http://human3rror.com', '::1', '2008-12-29 20:23:12', '2008-12-30 01:23:12', 'I''m cool. Trust me. :)\n\nhttp://human3rror.com\n\nhttp://churchcrunch.com', 0, '1', '', '', 0, 0),
(17, 2, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-11 11:02:14', '2010-05-11 11:02:14', 'xvcxc', 0, 'trash', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(18, 85, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-14 08:36:44', '2010-05-14 08:36:44', 'nice', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(19, 85, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-14 08:37:06', '2010-05-14 08:37:06', 'good', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(20, 38, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-14 11:55:42', '2010-05-14 11:55:42', 'dadada', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(21, 1, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-18 10:18:34', '2010-05-18 10:18:34', 'vcbvcb', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(22, 1, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-19 04:26:00', '2010-05-19 04:26:00', 'hai...', 0, 'trash', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(23, 1, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-19 04:30:36', '2010-05-19 04:30:36', 'hello', 0, 'trash', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(24, 1, 'remya', '[email protected]', 'http://ss', '127.0.0.1', '2010-05-19 04:34:02', '2010-05-19 04:34:02', 'sss', 0, '0', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 0),
(25, 1, 'remya', '[email protected]', '', '127.0.0.1', '2010-05-19 04:34:26', '2010-05-19 04:34:26', 'xdf', 0, 'trash', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 0),
(26, 85, 'remya', '[email protected]', '', '127.0.0.1', '2010-05-19 04:36:20', '2010-05-19 04:36:20', 'distributed computing', 0, '0', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 0),
(27, 85, 'ssss', '[email protected]', '', '127.0.0.1', '2010-05-19 04:38:53', '2010-05-19 04:38:53', 'sss', 0, 'trash', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 0),
(28, 85, 'admin', '[email protected]', '', '127.0.0.1', '2010-05-21 10:02:29', '2010-05-21 10:02:29', 'rer', 0, '1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 1),
(29, 85, 'ssss', '[email protected]', '', '127.0.0.1', '2010-05-21 10:14:16', '2010-05-21 10:14:16', 'ddd', 0, '0', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_contact_form_7`
--

CREATE TABLE IF NOT EXISTS `wp_contact_form_7` (
`cf7_unit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`title` varchar(200) NOT NULL DEFAULT '',
`form` text NOT NULL,
`mail` text NOT NULL,
`mail_2` text NOT NULL,
`messages` text NOT NULL,
`additional_settings` text NOT NULL,
PRIMARY KEY (`cf7_unit_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `wp_contact_form_7`
--

INSERT INTO `wp_contact_form_7` (`cf7_unit_id`, `title`, `form`, `mail`, `mail_2`, `messages`, `additional_settings`) VALUES
(1, 'Contact form 1', '<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>[submit "Send"]</p>', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:173:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on SmartLogix http://localhost/wordpress";s:9:"recipient";s:24:"[email protected]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:112:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on SmartLogix http://localhost/wordpress";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:17:"akismet_says_spam";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";}', ''),
(2, 'Untitled', '<p>Your Name (required)<br />\r\n [text* text-95] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* email-618] </p>\r\n\r\n<p>Subject<br />\r\n [textarea* textarea-718] </p>\r\n\r\n<p>Your Message<br />\r\n [textarea* textarea-825] </p>\r\n\r\n<p>[submit]</p>', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:173:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on SmartLogix http://localhost/wordpress";s:9:"recipient";s:24:"[email protected]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:112:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on SmartLogix http://localhost/wordpress";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:17:"akismet_says_spam";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";}', ''),
(3, 'Untitled', '<p>First Name \r\n [text* your-name] </p>\r\n\r\n<p>Last Name \r\n [text* last-name] </p>\r\n\r\n<p>Address \r\n [text address] </p>\r\n\r\n<p>Town/city\r\n [text city] </p>\r\n\r\n\r\n<p>Postcode\r\n [text code] </p>\r\n\r\n<p>state\r\n[select menu-883 "NEW" " Andhra Pradesh"\r\n "Arunachal Pradesh"\r\n " Assam"\r\n "Bihar"\r\n " Chhattisgarh"\r\n " Goa"\r\n " Gujarat"\r\n\r\n \r\n\r\n " Haryana"\r\n " Himachal Pradesh"\r\n "Jammu and Kashmir"\r\n "Jharkhand"\r\n " Karnataka"\r\n "Kerala"\r\n "Madhya Pradesh"\r\n\r\n \r\n\r\n "Maharashtra"\r\n "Manipur"\r\n " Meghalaya"\r\n "Mizoram"\r\n " Nagaland"\r\n "Orissa"\r\n "Punjab"\r\n\r\n \r\n\r\n "Rajasthan"\r\n "Sikkim"\r\n "Tamil Nadu"\r\n "Tripura"\r\n "Uttar Pradesh"\r\n " Uttarakhand"\r\n " West Bengal"]</p>\r\n\r\n\r\n<p>Email \r\n [email* your-email] </p>\r\n\r\n<p>Subject\r\n [text your-subject] </p>\r\n\r\n<p>Comments\r\n [textarea your-message 30/ ] </p>\r\n\r\n<p>[submit "Submit"]</p>', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:173:"From: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on SmartLogix http://localhost/wordpress";s:9:"recipient";s:24:"[email protected]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:112:"Message body:\r\n[your-message]\r\n\r\n--\r\nThis mail is sent via contact form on SmartLogix http://localhost/wordpress";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:17:"akismet_says_spam";s:84:"Failed to send your message. Please try later or contact administrator by other way.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";}', '');

-- --------------------------------------------------------

--
-- Table structure for table `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 ;

--
-- Dumping data for table `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/development/', 'Development Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/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', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `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=537 ;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, '_transient_random_seed', '967411fd96a3f2923525e8106db25771', 'yes'),
(2, 0, 'siteurl', 'http://localhost/wordpress', 'yes'),
(3, 0, 'blogname', 'SmartLogix', 'yes'),
(4, 0, 'blogdescription', 'software training and developement center', 'yes'),
(5, 0, 'users_can_register', '0', 'yes'),
(6, 0, 'admin_email', '[email protected]', 'yes'),
(7, 0, 'start_of_week', '0', 'yes'),
(8, 0, 'use_balanceTags', '0', 'yes'),
(9, 0, 'use_smilies', '1', 'yes'),
(10, 0, 'require_name_email', '1', 'yes'),
(11, 0, 'comments_notify', '1', 'yes'),
(12, 0, 'posts_per_rss', '2', 'yes'),
(13, 0, 'rss_use_excerpt', '1', 'yes'),
(14, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 0, 'mailserver_login', '[email protected]', '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', '2', 'yes'),
(24, 0, 'date_format', 'F j, Y', 'yes'),
(25, 0, 'time_format', 'g:i a', 'yes'),
(26, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(27, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(28, 0, 'links_recently_updated_append', '</em>', 'yes'),
(29, 0, 'links_recently_updated_time', '120', 'yes'),
(30, 0, 'comment_moderation', '0', 'yes'),
(31, 0, 'moderation_notify', '1', 'yes'),
(32, 0, 'permalink_structure', '', 'yes'),
(33, 0, 'gzipcompression', '0', 'yes'),
(34, 0, 'hack_file', '0', 'yes'),
(35, 0, 'blog_charset', 'UTF-8', 'yes'),
(36, 0, 'moderation_keys', '', 'no'),
(37, 0, 'active_plugins', 'a:3:{i:0;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:31:"wp-autolinker/wp-autolinker.php";}', 'yes'),
(38, 0, 'home', 'http://localhost/wordpress', 'yes'),
(39, 0, 'category_base', '/topics', 'yes'),
(40, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(41, 0, 'advanced_edit', '0', 'yes'),
(42, 0, 'comment_max_links', '2', 'yes'),
(43, 0, 'gmt_offset', '0', 'yes'),
(44, 0, 'default_email_category', '1', 'yes'),
(45, 0, 'recently_edited', 'a:5:{i:0;s:56:"C:\\wamp\\www\\wordpress/wp-content/themes/study2/style.css";i:1;s:60:"C:\\wamp\\www\\wordpress/wp-content/plugins/akismet/akismet.php";i:2;s:55:"C:\\wamp\\www\\wordpress/wp-content/themes/akido/style.css";i:3;s:56:"C:\\wamp\\www\\wordpress/wp-content/themes/davgan/style.css";i:4;s:0:"";}', 'no'),
(46, 0, 'use_linksupdate', '0', 'yes'),
(47, 0, 'template', 'cmm', 'yes'),
(48, 0, 'stylesheet', 'cmm', 'yes'),
(49, 0, 'comment_whitelist', '1', 'yes'),
(50, 0, 'blacklist_keys', '', 'no'),
(51, 0, 'comment_registration', '0', 'yes'),
(52, 0, 'rss_language', 'en', 'yes'),
(53, 0, 'html_type', 'text/html', 'yes'),
(54, 0, 'use_trackback', '0', 'yes'),
(55, 0, 'default_role', 'subscriber', 'yes'),
(56, 0, 'db_version', '12329', 'yes'),
(57, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(58, 0, 'upload_path', '', 'yes'),
(59, 0, 'secret', 'ioT(ivG%3MDS7$Sti5j!!I$AatfjiPkTTagUeypb@CN65o%sixv%dWKvQX*SFw8K', 'yes'),
(60, 0, 'blog_public', '1', 'yes'),
(61, 0, 'default_link_category', '2', 'yes'),
(62, 0, 'show_on_front', 'posts', 'yes'),
(63, 0, 'tag_base', '', 'yes'),
(64, 0, 'show_avatars', '1', 'yes'),
(65, 0, 'avatar_rating', 'G', 'yes'),
(66, 0, 'upload_url_path', '', 'yes'),
(67, 0, 'thumbnail_size_w', '150', 'yes'),
(68, 0, 'thumbnail_size_h', '150', 'yes'),
(69, 0, 'thumbnail_crop', '1', 'yes'),
(70, 0, 'medium_size_w', '300', 'yes'),
(71, 0, 'medium_size_h', '300', 'yes'),
(72, 0, 'avatar_default', 'mystery', 'yes'),
(73, 0, 'enable_app', '0', 'yes'),
(74, 0, 'enable_xmlrpc', '0', 'yes'),
(75, 0, 'large_size_w', '1024', 'yes'),
(76, 0, 'large_size_h', '1024', 'yes'),
(77, 0, 'image_default_link_type', 'file', 'yes'),
(78, 0, 'image_default_size', '', 'yes'),
(79, 0, 'image_default_align', '', 'yes'),
(80, 0, 'close_comments_for_old_posts', '0', 'yes'),
(81, 0, 'close_comments_days_old', '14', 'yes'),
(82, 0, 'thread_comments', '0', 'yes'),
(83, 0, 'thread_comments_depth', '5', 'yes'),
(84, 0, 'page_comments', '1', 'yes'),
(85, 0, 'comments_per_page', '50', 'yes'),
(86, 0, 'default_comments_page', 'newest', 'yes'),
(87, 0, 'comment_order', 'asc', 'yes'),
(88, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(89, 0, 'widget_categories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(90, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(91, 0, 'widget_rss', 'a:3:{i:2;a:0:{}i:3;a:6:{s:5:"title";s:0:"";s:3:"url";s:0:"";s:5:"items";i:10;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 0, 'timezone_string', '', 'yes'),
(93, 0, 'embed_autourls', '1', 'yes'),
(94, 0, 'embed_size_w', '', 'yes'),
(95, 0, 'embed_size_h', '600', 'yes'),
(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:54:{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: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, 'cron', 'a:3:{i:1274439385;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:1274439390;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'),
(98, 0, '_transient_doing_cron', '1274416168', 'yes'),
(506, 0, '_site_transient_timeout_theme_roots', '1274440630', 'yes'),
(507, 0, '_site_transient_theme_roots', 'a:11:{s:5:"akido";s:7:"/themes";s:7:"classic";s:7:"/themes";s:3:"cmm";s:7:"/themes";s:10:"colincowie";s:7:"/themes";s:9:"cunninham";s:7:"/themes";s:6:"davgan";s:7:"/themes";s:7:"default";s:7:"/themes";s:5:"fresh";s:7:"/themes";s:8:"military";s:7:"/themes";s:5:"study";s:7:"/themes";s:6:"study2";s:7:"/themes";}', 'yes'),
(101, 0, '_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:6:"latest";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-2.9.2.zip";s:7:"current";s:5:"2.9.2";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1274416170;s:15:"version_checked";s:5:"2.9.2";}', 'yes'),
(102, 0, '_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1274434777;s:7:"checked";a:5:{s:19:"akismet/akismet.php";s:5:"2.2.7";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:8:"1.6.10.2";s:36:"contact-form-7/wp-contact-form-7.php";s:3:"2.2";s:9:"hello.php";s:5:"1.5.1";s:31:"wp-autolinker/wp-autolinker.php";s:3:"1.0";}s:8:"response";a:0:{}}', 'yes'),
(104, 0, 'auth_salt', '9EPNUdzYsndHu^Ghu&5xXOyZ59OnQ(N#ZOAyQM@Og)O@14w&lK9l1eGaRD0MjC&q', 'yes'),
(105, 0, 'logged_in_salt', 'qYP@jLlT*8gJ1OfI%tOHj$bwgxhQr!NTZ$ogoCeCCD(@z#RYKI^xYDFY^Ym*8DAg', 'yes'),
(106, 0, 'widget_pages', 'a:5:{i:2;a:0:{}i:4;a:3:{s:5:"title";s:0:"";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";}i:3;a:3:{s:5:"title";s:0:"";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";}i:5;a:3:{s:5:"title";s:0:"";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(107, 0, 'widget_calendar', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_links', 'a:3:{i:2;a:0:{}i:3;a:5:{s:6:"images";i:1;s:4:"name";i:1;s:11:"description";i:0;s:6:"rating";i:0;s:8:"category";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'dashboard_widget_options', 'a:3:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:26:"http://localhost/wordpress";s:4:"link";s:102:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://localhost/wordpress/";s:3:"url";s:135:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://localhost/wordpress/";s:5:"items";i:10;s:9:"show_date";b: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:5;}}', 'yes'),
(116, 0, 'nonce_salt', '5ii3yBZ3QMZDl$t$DBvxCq!4Mm#iw9ldxgWpZCDOxa4nhQpSWKn8E%1&tBZnhwFj', 'yes'),
(536, 0, 'current_theme', 'cmm', 'yes'),
(118, 0, 'can_compress_scripts', '1', 'yes'),
(515, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1274479328', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(516, 0, '_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '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:51:"\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:26:"WordPress Development Blog";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://wordpress.org/development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress development and updates";s: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:"Thu, 06 May 2010 21:05:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=2.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"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:4:"item";a:10:{i:0;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"WordPress 3.0, Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 May 2010 21:05:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1340";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:370:"Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0.\nThings to test:\n\nRevised menu user interface\nChanges to the WordPress exporter and importer to make it more flexible\n\nAlready have a test install that you want to switch over to the beta? Try the beta tester plugin.\nTesters, don&#8217;t [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Peter Westwood";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:983:"<p>Following the successful post-WordCamp San Francisco code sprint, we are now ready to release the second beta of WordPress 3.0.<br />\nThings to test:</p>\n<ul>\n<li>Revised menu user interface</li>\n<li>Changes to the WordPress exporter and importer to make it more flexible</li>\n</ul>\n<p>Already have a test install that you want to switch over to the beta? Try the <a href="http://westi.wordpress.com/2009/06/22/making-it-easy-to-be-a-wordpress-tester/">beta tester plugin</a>.</p>\n<p>Testers, don&#8217;t forget to use the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a> to discuss bugs you encounter.</p>\n<p>We hope you like it! And if you don&#8217;t, well, check back when the release candidate is ready. <img src=''http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>Download the <a href="http://wordpress.org/wordpress-3.0-beta2.zip">WordPress 3.0 Beta 2</a> now!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"WordCamp San Francisco 2010";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/development/2010/04/wordcampsf-2010/";s: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:66:"http://wordpress.org/development/2010/04/wordcampsf-2010/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 24 Apr 2010 15:49:24 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s: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:2;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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/development/?p=1326";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:343:"A week from today on May 1, hundreds of WordPress users, developers, designers and general enthusiasts will descend upon San Francisco for the 4th annual WordCamp SF. Since that first WordCamp in 2006, back when WordPress was on version 2.0 (Duke), the number of people using WordPress to power their web publishing &#8212; from personal [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4940:"<p>A week from today on May 1, hundreds of WordPress users, developers, designers and general enthusiasts will descend upon San Francisco for the 4th annual <a href="http://2010.sf.wordcamp.org/">WordCamp SF</a>. Since that first WordCamp in 2006, back when WordPress was on version 2.0 (Duke), the number of people using WordPress to power their web publishing &#8212; from personal blogs to large-scale commercial sites &#8212; has grown by millions. It&#8217;s no wonder this year&#8217;s event is going to be so great.</p>\n<p>If you&#8217;re unfamiliar with <a href="http://wordcamp.org/">WordCamps</a>, here&#8217;s the skinny: the San Francisco event is the flagship, put together each year under the direction of WordPress co-founder and lead developer <a href="http://ma.tt">Matt Mullenweg</a>, who traditionally reports on the &#8220;State of the Word&#8221; and assembles a lineup of <a href="http://2010.sf.wordcamp.org/speakers/">speakers</a> that have inspired him over the past year. This year&#8217;s lineup includes luminaries such as Richard Stallman, the father of Free Software, best-selling author Scott Berkun, and Salon.com co-founder Scott Rosenberg. As the final speaker list is finalized, the remaining speakers will be added to the <a href="http://2010.sf.wordcamp.org/">WordCamp SF website</a>, but a surprise or two is still possible.</p>\n<p>Though the main event is on Saturday, May 1, there are additional <a href="http://2010.sf.wordcamp.org/schedule/">days of WordPress goodness</a> in store. Saturday, May 1 will be the main conference with scheduled speakers. There will be keynotes, session tracks for both bloggers/end-users and developers, and lightning talks to provide a broad mix of content, followed by a raging afterparty. Sunday, May 2 will shift location and tone, with a low-key developers&#8217; unconference for the super-code-focused attendees. May 3 and 4 are conference-free, but a WordPress core contributor in-person code sprint will span those two days, bringing together core contributors old and new from around the globe for two days of intense hacking (and let&#8217;s face it, 3.0 bug fixes).</p>\n<p>If you&#8217;re in the Bay Area, or can be, and want to attend <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a>, <a href="http://2010.sf.wordcamp.org/tickets/">go get your ticket today</a>!</p>\n<p style="text-align: center;">*     *      *      *     *</p>\n<h3><strong>Other Upcoming WordCamps</strong></h3>\n<p>It&#8217;s definitely WordCamp season; just check out the growing list of upcoming WordCamps over the next couple of months! If you don&#8217;t see a WordCamp near you listed here, check the rest of the <a href="http://central.wordcamp.org/schedule/">schedule at WordCamp.org</a>. In the meantime, don&#8217;t forget that many WordCamps post video of their presentations on <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>April 24 (today!) &#8211; <a href="http://www.ocwordcamp.com/">WordCamp Orange County</a><br />\nIrvine, CA USA</p>\n<p>April 29 &#8211; <a href="http://www.wordcampnashville.com/">WordCamp Nashville</a><br />\nNashville, TN USA</p>\n<p><strong>May 1 &#8211; <a href="http://2010.sf.wordcamp.org/">WordCamp San Francisco</a><br />\nSan Francisco, CA USA</strong></p>\n<p>May 8 &#8211; <a href="http://wordcamp.fr/">WordCamp Paris</a><br />\nParis, France</p>\n<p>May 8 &#8211; <a href="http://argentina.wordcamp.org/">WordCamp Argentina </a><br />\nBuenos Aires, Argentina</p>\n<p>May 8 &#8211; <a href="http://chile.wordcamp.org/">WordCamp Chile</a><br />\nSantiago, Chile</p>\n<p>May 15â??16 &#8211; <a href="http://denmark.wordcamp.org/">WordCamp Denmark</a><br />\nCopenhagen, Denmark</p>\n<p>May 15 &#8211; <a href="http://www.wordcampvictoria.ca/">WordCamp Victoria</a><br />\nVictoria, BC Canada</p>\n<p>May 21â??22 &#8211; <a href="http://www.wordcamp.it/">WordCamp Italy</a><br />\nMilan, Italy</p>\n<p>May 22 &#8211; <a href="http://www.wordcamp.my/">WordCamp Malaysia</a><br />\nKuala Lumpur, Malaysia</p>\n<p>May 22â??23 &#8211; <a href="http://wordcampraleigh.com/">WordCamp Raleigh</a><br />\nRaleigh, North Carolina USA</p>\n<p>May 29â??30 &#8211; <a href="http://wordcampfayetteville.com/">WordCamp Fayetteville</a><br />\nFayetteville, Arkansas USA</p>\n<p>May 29 &#8211; <a href="http://yokohama2010.wordcamp.jp/">WordCamp Yokohama</a><br />\nYokohama, Japan</p>\n<p>June 5â??6 &#8211; <a href="http://wordcampchicago.com/">WordCamp Chicago</a><br />\nChicago, Illinois USA</p>\n<p>June 12 &#8211; <a href="http://www.renotahoewordcamp.com/">WordCamp Reno-Tahoe</a><br />\nReno, Nevada USA</p>\n<p>June 12 &#8211; <a href="http://wordcampvancouver.com/">WordCamp Vancouver</a><br />\nVancouver, Canada</p>\n<p>June 18 &#8211; <a href="http://wordcamp.it/catania2010/">WordCamp Catania</a><br />\nCatania, Italy</p>\n<p>June 19 &#8211; <a href="http://wordcampcolumbus.com/">WordCamp Columbus </a><br />\nColumbus, Ohio USA</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/development/2010/04/wordcampsf-2010/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:53:"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Coming up on Beta 2: Sprint!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/development/2010/04/coming-up-on-beta-2-sprint/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/development/2010/04/coming-up-on-beta-2-sprint/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 24 Apr 2010 12:08:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:5:{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:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:4:"bugs";s: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:7:"patches";s:7:"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:"http://wordpress.org/development/?p=1328";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:301:"Early next week, we&#8217;re hoping to release the 2nd beta release of WordPress 3.0 on our journey toward the final version. There are still over 200 bugs in the 3.0 milestone, and we can use all the help we can get on fixing these problems. If you&#8217;re a developer, take a look at the list [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2953:"<p>Early next week, we&#8217;re hoping to release the 2nd beta release of WordPress 3.0 on our journey toward the final version. There are still <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;type=defect+%28bug%29">over 200 bugs</a> in the 3.0 milestone, and we can use all the help we can get on fixing these problems. If you&#8217;re a developer, take a look at the list of bugs that <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;type=defect+%28bug%29">still need fixing</a> in 3.0. <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=type&amp;col=owner&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;keywords=~needs-patch&amp;type=defect+%28bug%29">Write a patch</a>, or <a href="http://core.trac.wordpress.org/query?status=accepted&amp;status=assigned&amp;status=new&amp;status=reopened&amp;status=reviewing&amp;group=status&amp;order=priority&amp;col=id&amp;col=summary&amp;col=type&amp;col=owner&amp;col=priority&amp;col=component&amp;col=version&amp;milestone=3.0&amp;keywords=~has-patch&amp;type=defect+%28bug%29">test and give feedback</a> on someone else&#8217;s. The tickets around custom post types and taxonomies are especially in need of help. Every little bit helps, so if you&#8217;re a developer who&#8217;s never contributed to core before, maybe now is the right time! Check out our information on <a href="http://codex.wordpress.org/Contributing_to_WordPress">contributing to WordPress core</a>, and head over to <a href="http://core.trac.wordpress.org/">Trac</a> to see if there&#8217;s a problem you might know how to fix. If you get stuck, need collaborators, or have a question about the best way to approach a fix, hop into the dev channel on IRC at irc.freenode.net, channel #wordpress-dev. Core developers will be around over the weekend working on bugs themselves, so if you&#8217;re trying to help, don&#8217;t be afraid to ask questions. With your help, maybe by Monday we can knock the bug count down to half of what it is right now. How great would that be? (Answer: pretty great)</p>\n<p>The sprint will go full force until Monday afternoon, when the lead developers and core committers will all stop to take a breath and look at the remaining bug reports to see how we did over the weekend, so don&#8217;t wait! And thanks!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/development/2010/04/coming-up-on-beta-2-sprint/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit&qu
View Answers









Related Tutorials/Questions & Answers:
wbdb.sql - Java Beginners
wbdb.sql  -- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 21, 2010 at 10:59 AM -- Server version: 5.1.36 -- PHP Version: 5.3.0 SET SQL_MODE="NO_AUTO

Ads