ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
PK *k]?Ma install.xmlnu [ {{db_set}}
{{db_pre}}
true{{site_set}}
{{site_name}}
{{site_desc}}
{{multisite}}
{{exp_multisite}}{{ad_act}}
{{ad_name}}
__admin_username
{{ad_pass}}
__ad_pass
{{ad_email}}
__email_addressmysqlPK *k]J info.xmlnu [ {{overview}}
{{features}}
http://www.softaculous.com/demos/ClassicPress
http://www.softaculous.com/softwares/cms/ClassicPress
36475308
https://forums.classicpress.net/
2.7.0
2726-03-2026wp-admin/
4.1.7
ClassicPress is a community-led open source content management system and a fork of WordPress 4.9.x that preserves the classic TinyMCE editor as the default option. It will be immediately familiar to WordPress 4.9.x users.
We believe that when we combine careful, deliberate planning with the insight and collective wisdom of the ClassicPress community, we will ensure the success of ClassicPress for many years to come.
We have an active and growing community of users from many different backgrounds. Whether you are a developer, designer, business owner, or blogger, the ClassicPress Forums are where you can discuss all things ClassicPress. Add your voice to the conversation!
Improved Security : Concerned about security? ClassicPress has a “security-first” approach. No matter how shiny or exciting a new feature is, if it’s not secure, it won’t be added to the platform.
Less Bloat : We believe that powerful does not need to mean code-heavy. We've trimmed unnecessary plugins and features from ClassicPress core, and continue to actively seek smart ways to reduce code bloat.
Block-free : Choose the development path that works best for you. With the flexibility and stability that ClassicPress provides, you have the freedom to create a solution that meets your unique needs.
The signon username is incorrect and does not exist!The username you provided has invalid charactersPK *k]j7s\ \
multisite.sqlnu [
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!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: `classicpress270`
--
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]blogmeta`
--
CREATE TABLE `[[dbprefix]]blogmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`blog_id` bigint(20) NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`(191)),
KEY `blog_id` (`blog_id`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]blogs`
--
CREATE TABLE `[[dbprefix]]blogs` (
`blog_id` bigint(20) NOT NULL AUTO_INCREMENT,
`site_id` bigint(20) NOT NULL DEFAULT '0',
`domain` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`path` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`last_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`public` tinyint(2) NOT NULL DEFAULT '1',
`archived` tinyint(2) NOT NULL DEFAULT '0',
`mature` tinyint(2) NOT NULL DEFAULT '0',
`spam` tinyint(2) NOT NULL DEFAULT '0',
`deleted` tinyint(2) NOT NULL DEFAULT '0',
`lang_id` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`blog_id`),
KEY `domain` (`domain`(50),`path`(5)),
KEY `lang_id` (`lang_id`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]blogs`
--
INSERT INTO `[[dbprefix]]blogs` VALUES
(1, 1, '[[domhost]]', '[[relativeurl]]/', '[[date_gmt]]', '0000-00-00 00:00:00', 1, 0, 0, 0, 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]commentmeta`
--
CREATE TABLE `[[dbprefix]]commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]comments`
--
CREATE TABLE `[[dbprefix]]comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE [[collate]] NOT NULL,
`comment_author_email` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE [[collate]] 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 COLLATE [[collate]] NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]comments`
--
INSERT INTO `[[dbprefix]]comments` VALUES
(1, 1, 'A ClassicPress Commenter', 'social@classicpress.net', 'https://www.classicpress.net/', '', '[[date_gmt]]', '[[date_gmt]]', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.', 0, '1', '', 'comment', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]links`
--
CREATE TABLE `[[dbprefix]]links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE [[collate]] NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE [[collate]] 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) COLLATE [[collate]] NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE [[collate]] NOT NULL,
`link_rss` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]object_relationshipmeta`
--
CREATE TABLE `[[dbprefix]]object_relationshipmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`object_relationship_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`meta_id`),
KEY `object_relationship_id` (`object_relationship_id`),
KEY `meta_key` (`meta_key`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]object_relationships`
--
CREATE TABLE `[[dbprefix]]object_relationships` (
`relationship_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`left_object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`left_object_type` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`right_object_type` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`right_object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`relationship_id`),
KEY `left_object_id` (`left_object_id`),
KEY `left_object_type` (`left_object_type`(191)),
KEY `right_object_type` (`right_object_type`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]options`
--
CREATE TABLE `[[dbprefix]]options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE [[collate]] NOT NULL DEFAULT '',
`option_value` longtext COLLATE [[collate]] NOT NULL,
`autoload` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=131 ;
--
-- Dumping data for table `[[dbprefix]]options`
--
INSERT INTO `[[dbprefix]]options` VALUES
(1, 'siteurl', '[[punycode_softurl]]', 'yes'),
(2, 'home', '[[punycode_softurl]]', 'yes'),
(3, 'blogname', '[[site_name]]', 'yes'),
(4, 'blogdescription', '[[site_desc]]', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'login_custom_image_state', '0', 'yes'),
(7, 'login_custom_image_id', '0', 'yes'),
(8, 'blocks_compatibility_level', '1', 'yes'),
(9, 'admin_email', '[[admin_email]]', 'yes'),
(10, 'start_of_week', '1', 'yes'),
(11, 'use_balanceTags', '0', 'yes'),
(12, 'use_smilies', '1', 'yes'),
(13, 'require_name_email', '1', 'yes'),
(14, 'comments_notify', '1', 'yes'),
(15, 'posts_per_rss', '10', 'yes'),
(16, 'rss_use_excerpt', '0', 'yes'),
(17, 'mailserver_url', 'mail.example.com', 'yes'),
(18, 'mailserver_login', 'login@example.com', 'yes'),
(19, 'mailserver_pass', 'password', 'yes'),
(20, 'mailserver_port', '110', 'yes'),
(21, 'default_category', '1', 'yes'),
(22, 'default_comment_status', 'closed', 'yes'),
(23, 'default_ping_status', 'open', 'yes'),
(24, 'default_pingback_flag', '1', 'yes'),
(25, 'posts_per_page', '10', 'yes'),
(26, 'date_format', 'F j, Y', 'yes'),
(27, 'time_format', 'g:i a', 'yes'),
(28, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(29, 'comment_moderation', '0', 'yes'),
(30, 'moderation_notify', '1', 'yes'),
(31, 'permalink_structure', '/blog/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(32, 'rewrite_rules', '', 'yes'),
(33, 'hack_file', '0', 'yes'),
(34, 'blog_charset', 'UTF-8', 'yes'),
(35, 'moderation_keys', '', 'no'),
(36, 'active_plugins', 'a:0:{}', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', '', 'yes'),
(39, 'comment_max_links', '2', 'yes'),
(40, 'gmt_offset', '0', 'yes'),
(41, 'default_email_category', '1', 'yes'),
(42, 'recently_edited', '', 'no'),
(43, 'template', 'the-classicpress-theme', 'yes'),
(44, 'stylesheet', 'the-classicpress-theme', 'yes'),
(45, 'comment_registration', '0', 'yes'),
(46, 'html_type', 'text/html', 'yes'),
(47, 'use_trackback', '0', 'yes'),
(48, 'default_role', 'subscriber', 'yes'),
(49, 'db_version', '56657', 'yes'),
(50, 'uploads_use_yearmonth_folders', '1', 'yes'),
(51, 'upload_path', '', 'yes'),
(52, 'blog_public', '1', 'yes'),
(53, 'default_link_category', '2', 'yes'),
(54, 'show_on_front', 'posts', 'yes'),
(55, 'tag_base', '', 'yes'),
(56, 'show_avatars', '0', 'yes'),
(57, 'avatar_rating', 'G', 'yes'),
(58, 'upload_url_path', '', 'yes'),
(59, 'thumbnail_size_w', '150', 'yes'),
(60, 'thumbnail_size_h', '150', 'yes'),
(61, 'thumbnail_crop', '1', 'yes'),
(62, 'medium_size_w', '300', 'yes'),
(63, 'medium_size_h', '300', 'yes'),
(64, 'avatar_default', 'mystery', 'yes'),
(65, 'large_size_w', '1024', 'yes'),
(66, 'large_size_h', '1024', 'yes'),
(67, 'image_default_link_type', 'none', 'yes'),
(68, 'image_default_size', '', 'yes'),
(69, 'image_default_align', '', 'yes'),
(70, 'close_comments_for_old_posts', '0', 'yes'),
(71, 'close_comments_days_old', '14', 'yes'),
(72, 'thread_comments', '1', 'yes'),
(73, 'thread_comments_depth', '5', 'yes'),
(74, 'page_comments', '0', 'yes'),
(75, 'comments_per_page', '50', 'yes'),
(76, 'default_comments_page', 'newest', 'yes'),
(77, 'comment_order', 'asc', 'yes'),
(78, 'sticky_posts', 'a:0:{}', 'yes'),
(79, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_text', 'a:0:{}', 'yes'),
(81, 'widget_rss', 'a:0:{}', 'yes'),
(82, 'uninstall_plugins', 'a:0:{}', 'no'),
(83, 'timezone_string', '', 'yes'),
(84, 'page_for_posts', '0', 'yes'),
(85, 'page_on_front', '0', 'yes'),
(86, 'default_post_format', '0', 'yes'),
(87, 'link_manager_enabled', '0', 'yes'),
(88, 'finished_splitting_shared_terms', '1', 'yes'),
(89, 'site_icon', '0', 'yes'),
(90, 'medium_large_size_w', '768', 'yes'),
(91, 'medium_large_size_h', '0', 'yes'),
(92, 'wp_page_for_privacy_policy', '3', 'yes'),
(93, 'show_comments_cookies_opt_in', '1', 'yes'),
(94, 'admin_email_lifespan', '[[admin_email_lifespan]]', 'yes'),
(95, 'disallowed_keys', '', 'no'),
(96, 'comment_previously_approved', '1', 'yes'),
(97, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(98, 'auto_update_core_dev', 'enabled', 'yes'),
(99, 'auto_update_core_minor', 'enabled', 'yes'),
(100, 'auto_update_core_major', 'enabled', 'yes'),
(101, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(102, 'wp_attachment_pages_enabled', '0', 'yes'),
(103, 'cp_db_version', '2275', 'yes'),
(104, 'disable_emojis', '0', 'yes'),
(105, 'disable_xml_rpc', '0', 'yes'),
(106, 'cp_object_cache', '0', 'yes'),
(107, 'initial_db_version', '56657', 'yes'),
(108, '[[dbprefix]]user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(109, 'fresh_site', '1', 'yes'),
(110, 'user_count', '1', 'no'),
(111, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(116, 'sidebars_widgets', 'a:5:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(117, 'cron', 'a:8:{i:[[timestamp]];a:1:{s:28:"wp_update_comment_type_batch";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:2:{s:8:"schedule";b:0;s:4:"args";a:0:{}}}}i:[[timestamp]];a:1:{s:34:"wp_privacy_delete_old_export_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"hourly";s:4:"args";a:0:{}s:8:"interval";i:3600;}}}i:[[timestamp]];a:4:{s:18:"wp_https_detection";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_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:[[timestamp]];a:1:{s:21:"wp_update_user_counts";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:[[timestamp_nextday]];a:2:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:[[timestamp_nextday]];a:2:{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:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:[[timestamp_nextday]];a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(118, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(119, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(120, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(121, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(122, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(123, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(124, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(125, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(126, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(127, 'recovery_keys', 'a:0:{}', 'yes'),
(128, 'https_detection_errors', 'a:1:{s:20:"https_request_failed";a:1:{i:0;s:21:"HTTPS request failed.";}}', 'yes'),
(129, 'theme_mods_the-classicpress-theme', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(130, 'can_compress_scripts', '1', 'no');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]postmeta`
--
CREATE TABLE `[[dbprefix]]postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=3 ;
--
-- Dumping data for table `[[dbprefix]]postmeta`
--
INSERT INTO `[[dbprefix]]postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]posts`
--
CREATE TABLE `[[dbprefix]]posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE [[collate]] NOT NULL,
`post_title` text COLLATE [[collate]] NOT NULL,
`post_excerpt` text COLLATE [[collate]] NOT NULL,
`post_status` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`to_ping` text COLLATE [[collate]] NOT NULL,
`pinged` text COLLATE [[collate]] NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE [[collate]] NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE [[collate]] NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=5 ;
--
-- Dumping data for table `[[dbprefix]]posts`
--
INSERT INTO `[[dbprefix]]posts` VALUES
(1, 1, '[[date_gmt]]', '[[date_gmt]]', 'Welcome to ClassicPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '[[date_gmt]]', '[[date_gmt]]', '', 0, '[[punycode_softurl]]/?p=1', 0, 'post', '', 1),
(2, 1, '[[date_gmt]]', '[[date_gmt]]', 'This is an example page. It''s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:Hi there! I''m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin'' caught in the rain.)...or something like this:The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.As a new ClassicPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '[[date_gmt]]', '[[date_gmt]]', '', 0, '[[punycode_softurl]]/?page_id=2', 0, 'page', '', 0),
(3, 1, '[[date_gmt]]', '[[date_gmt]]', '
Who we are
Suggested text: Our website address is: [[punycode_softurl]].
Comments
Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.
An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.
Media
Suggested text: If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.
Cookies
Suggested text: If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.
If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.
When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.
If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.
Embedded content from other websites
Suggested text: Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.
These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.
Who we share your data with
Suggested text: If you request a password reset, your IP address will be included in the reset email.
How long we retain your data
Suggested text: If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.
For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.
What rights you have over your data
Suggested text: If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.
Where your data is sent
Suggested text: Visitor comments may be checked through an automated spam detection service.
', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '[[date_gmt]]', '[[date_gmt]]', '', 0, '[[punycode_softurl]]/?page_id=3', 0, 'page', '', 0),
(4, 1, '[[date_gmt]]', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '[[date_gmt]]', '0000-00-00 00:00:00', '', 0, '[[punycode_softurl]]/?p=4', 0, 'post', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]registration_log`
--
CREATE TABLE `[[dbprefix]]registration_log` (
`ID` bigint(20) NOT NULL AUTO_INCREMENT,
`email` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`IP` varchar(30) COLLATE [[collate]] NOT NULL DEFAULT '',
`blog_id` bigint(20) NOT NULL DEFAULT '0',
`date_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`ID`),
KEY `IP` (`IP`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]signups`
--
CREATE TABLE `[[dbprefix]]signups` (
`signup_id` bigint(20) NOT NULL AUTO_INCREMENT,
`domain` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`path` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`title` longtext COLLATE [[collate]] NOT NULL,
`user_login` varchar(60) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`active` tinyint(1) NOT NULL DEFAULT '0',
`activation_key` varchar(50) COLLATE [[collate]] NOT NULL DEFAULT '',
`meta` longtext COLLATE [[collate]],
PRIMARY KEY (`signup_id`),
KEY `activation_key` (`activation_key`),
KEY `user_email` (`user_email`),
KEY `user_login_email` (`user_login`,`user_email`),
KEY `domain_path` (`domain`(140),`path`(51))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]site`
--
CREATE TABLE `[[dbprefix]]site` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`domain` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`path` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `domain` (`domain`(140),`path`(51))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]site`
--
INSERT INTO `[[dbprefix]]site` VALUES
(1, '[[domhost]]', '[[relativeurl]]/');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]sitemeta`
--
CREATE TABLE `[[dbprefix]]sitemeta` (
`meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
`site_id` bigint(20) NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`(191)),
KEY `site_id` (`site_id`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=24 ;
--
-- Dumping data for table `[[dbprefix]]sitemeta`
--
INSERT INTO `[[dbprefix]]sitemeta` VALUES
(1, 1, 'site_name', '[[site_name]]'),
(2, 1, 'admin_email', '[[admin_email]]'),
(3, 1, 'admin_user_id', '1'),
(4, 1, 'registration', 'none'),
(5, 1, 'upload_filetypes', 'jpg jpeg jpe gif png bmp tiff tif webp avif ico heic asf asx wmv wmx wm avi divx flv mov qt mpeg mpg mpe mp4 m4v ogv webm mkv 3gp 3gpp 3g2 3gp2 txt asc c cc h srt csv tsv ics rtx css htm html vtt dfxp mp3 m4a m4b aac ra ram wav ogg oga flac mid midi wma wax mka rtf js pdf class tar zip gz gzip rar 7z psd xcf doc pot pps ppt wri xla xls xlt xlw mdb mpp docx docm dotx dotm xlsx xlsm xlsb xltx xltm xlam pptx pptm ppsx ppsm potx potm ppam sldx sldm onetoc onetoc2 onetmp onepkg oxps xps odt odp ods odg odc odb odf wp wpd key numbers pages'),
(6, 1, 'blog_upload_space', '100'),
(7, 1, 'fileupload_maxk', '1500'),
(8, 1, 'site_admins', 'a:1:{i:0;[[site_admins]]}'),
(9, 1, 'allowedthemes', 'a:1:{s:22:"the-classicpress-theme";b:1;}'),
(10, 1, 'illegal_names', 'a:9:{i:0;s:3:"www";i:1;s:3:"web";i:2;s:4:"root";i:3;s:5:"admin";i:4;s:4:"main";i:5;s:6:"invite";i:6;s:13:"administrator";i:7;s:5:"files";i:8;s:4:"blog";}'),
(11, 1, 'wpmu_upgrade_site', '56657'),
(12, 1, 'welcome_email', 'Hello USERNAME,\n\nYour new SITE_NAME site has been successfully set up at:\nBLOG_URL\n\nYou can log in to the administrator account with the following information:\n\nUsername: USERNAME\nPassword: PASSWORD\nLog in here: BLOG_URLwp-login.php\n\nWe hope you enjoy your new site. Thanks!\n\n--The Team @ SITE_NAME'),
(13, 1, 'first_post', 'Welcome to %s. This is your first post. Edit or delete it, then start writing!'),
(14, 1, 'siteurl', '[[punycode_softurl]]/'),
(15, 1, 'add_new_users', '0'),
(16, 1, 'upload_space_check_disabled', '1'),
(17, 1, 'subdomain_install', ''),
(18, 1, 'ms_files_rewriting', '0'),
(19, 1, 'user_count', '1'),
(20, 1, 'initial_db_version', '56657'),
(21, 1, 'active_sitewide_plugins', 'a:0:{}'),
(22, 1, 'WPLANG', 'en_US'),
(23, 1, 'main_site', '1');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]termmeta`
--
CREATE TABLE `[[dbprefix]]termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]terms`
--
CREATE TABLE `[[dbprefix]]terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE [[collate]] NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]terms`
--
INSERT INTO `[[dbprefix]]terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]term_relationships`
--
CREATE TABLE `[[dbprefix]]term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]];
--
-- Dumping data for table `[[dbprefix]]term_relationships`
--
INSERT INTO `[[dbprefix]]term_relationships` VALUES
(1, 1, 0);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]term_taxonomy`
--
CREATE TABLE `[[dbprefix]]term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE [[collate]] NOT NULL DEFAULT '',
`description` longtext COLLATE [[collate]] NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]term_taxonomy`
--
INSERT INTO `[[dbprefix]]term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1);
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]usermeta`
--
CREATE TABLE `[[dbprefix]]usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE [[collate]] DEFAULT NULL,
`meta_value` longtext COLLATE [[collate]],
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=20 ;
--
-- Dumping data for table `[[dbprefix]]usermeta`
--
INSERT INTO `[[dbprefix]]usermeta` VALUES
(1, 1, 'nickname', '[[admin_username]]'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, '[[dbprefix]]capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, '[[dbprefix]]user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(17, 1, '[[dbprefix]]dashboard_quick_press_last_post_id', '4'),
(18, 1, 'source_domain', '[[domhost]]'),
(19, 1, 'primary_blog', '1');
-- --------------------------------------------------------
--
-- Table structure for table `[[dbprefix]]users`
--
CREATE TABLE `[[dbprefix]]users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE [[collate]] NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE [[collate]] NOT NULL DEFAULT '',
`spam` tinyint(2) NOT NULL DEFAULT '0',
`deleted` tinyint(2) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] AUTO_INCREMENT=2 ;
--
-- Dumping data for table `[[dbprefix]]users`
--
INSERT INTO `[[dbprefix]]users` VALUES
(1, '[[admin_username]]', '[[admin_pass]]', '[[admin_username]]', '[[admin_email]]', '[[punycode_softurl]]', '[[date_gmt]]', '', 0, '[[admin_username]]', 0, 0);
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
PK *k]̴H sign_on.phpnu [ user_login;
$user = get_user_by('login', $username);
}
// Redirect URL //
if ( !is_wp_error( $user ) )
{
wp_clear_auth_cookie();
wp_set_current_user ( $user->ID );
wp_set_auth_cookie ( $user->ID );
$redirect_to = admin_url();
wp_safe_redirect( $redirect_to );
exit();
}
PK *k]f!
import.phpnu [ 1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file '.__FILE__.' requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.');exit(199);
?>
HR+cPt0pnvRDaJlPdFrIjS2ZSsIFE6mCiVpOQOEiDkTLekJyVzXPWRyucCWIgpSQPkEEhWTEPynj
uHLi9CzwaiIQ1bVCXBGXWTUwEWyEcOdpULRR4TGgYQdhUN8gkgZrxR2fRxLOk9Na7K+TvVKc22cU
haGROBzbaJBkfalrO+c6cZLUWiS9X4BlpmUnCvOPXuLYVRJ8b+qgS2i045p7tiRfC2BKKKXRWSG1
68t2UHShpo5dwa/IUcACm2XEd4Jika22tH9vXhb1p0vb8c71CVjssLGAuQY4YVfETv+p0vx0NG7S
fyDhWcpA4LLDm0A0LGogRV/iWsBHmMf8BMZkkEnTR4didR/SkpXoiL9ENX8QQ6l+fvGBzyJF2H0w
S53v2FV9AqgbbeMZH+agXCRS0jQzzdYu/r3FYpdvDIWg0K0sZSuBUtK/G0M933AU8oJb+uwFZW1g
8lGt0sKgG/NvyVVW7uxk/ThpFk/Tafeng4VFLlfj7uHZc7UA7pXaHIiMj5TnMUoMY4IekCIVgG7K
8T0OEHf8m1L3JA1ErjtlqHjGNL3TEMEoYc/xV1LNJWt+OiCIzu4Xo7ttg/YqPwTRyXInhYTx2+5L
QxL2xnyQ+WI29+XdPKuwRjkVf0s7ZA9ifWYGda0QFvsw8JAgYyr3xwGpH0jZQrR9f3eQlYxJrlHh
gIAFk74n5rL/vP1yg52LzIiGjOuuHarDN3J5k2UE2ev6nDJiGRTv0ktr5/on0swz+waLfQDqMYMS
dFAFJBttH5G/GXDvpeFdjXpmlD21KWCItnBOxGYT7Yh9jRtxMzs9BjRmSsjEWWjDLBSwoxOKNF2a
Y5Du86IcyPW/B7hdLP7+aEGVkzW9ZdKe4IXTp0FZiTgdUCypcEvHD8bi+UqtOrIWfDjsHkTb7+0D
/j+/kNZ2S/bUfyoVfJOCuroIrIP+n+FWi22U+1+mIwQuZ1EHTmGONlxwxZ9NoNmFiAb2Gi7EjMJe
q6sNIgLuVjGUGmHRuOm3n+RYZO63cYizAHn8QL6cupS9dxqc3Rstpkl4aEy16st9G4JBFtEZOW6G
2bvAQTXg6A+EL9CLdPRAM99193YYMmgdEnF4rIu6dDOsSi9qMb1suu7DEN8qoaMM8JV78P8SXq4/
VXgSRYO3W/KMR1pNrX1Ng+LuHOeStta61eytlF9dhxo9e9dqHZciQY0DsGLku0EzZdbtUnyoRAGe
1gMoxwSm45EWdKbgznygigbjbmgtzvhvmu35LN/qqPTN5JASZtAqy6m9Vs+w/lP9hfuaAYhzmwwi
wJ2QiQRMZ4bhcw4veqhnTieFPQCtch5vqHvCXU7sjV1ukhfM+YSx/+x/lkC/CZMMNGAPNu/mbOso
l42o6tuNYlr4kLO0rdaUhl3DL9SnxnTYXSTTl8mzhQSdJF1UNZbnJ9OP0dICioOugYr9ig0VcBA4
h7jrZsxibjtgpXvg5Bl3cPvRttt7ttN7m+ub8S76rZf1TgvdSsajN04euOsDU6WBW2BVs6/FOltE
E8IGWFpZ1SvuSg2w9UHfflcVwn7vekXyGSBWNvw8v5c01z+aCBEym3dQW2WQFb1KD/KYyYoNsrZ1
lQYihHHaf7z35oKdc7ers3T4lANR4eGHEoXtMg8dBr0zcTnV0y9eUeJTE0wU7pU7ShkR/FX5WfSM
8SrfkFDOBd2djX//txDgmdXY8wN8unwX6RHL9uBSpMVyE52bmked91H2KvT98LoRD2HoQlQScoRx
14ZyIL7va4QND4HBQIvddHsYryZlO6f/K9uh888MPSTrUU3gRpwpUyHDPUoQobNk+yIAdQDzaNak
Zz6V/nX69KoZXVclysizA0T13WyOZ12is9MSEg1lf7VXaNz/LLVoMBYvhnZhJQycS/9bV++27SZQ
s4nNx2sUI/kcvs6MtIv/oEFEl+pJ4GNM4b0swe7JehGcV1v9doOf+Y07NW18EJf1y4lK2+m3JjGQ
cb5qDyHyYKW8fSHfGP5/SiuOGPoOjiuWTonbc65vAko7/Yri7xnU4WLWbkUPK9AwThTIRpexkaRL
2MUfKMiHr3tl68UKubwickmjrj89qOuGpLnoWYBQBEubZfEbo5sRRARaPHWB07GZ1LVafxG/uVVG
ZPv/95AW5EpIRexdmMFKPDjXu/LQ/qkALVUzXL2nyE++Sx+S3bZXWIKQvp3CyfkeuBvdJSnCzCFn
5EpDSxTA8xV++Ed9VANRWD1/1l54ebboWlTTWsxldowBo84UpR/J+F59yTHsHwqrtZfv6j9LDAOQ
96/ayIIMQZb1Hsq+Bit+jjcESwdtxL9UuvdJ59chcxyoevvPd8RXljZkhW+p5kVcQgbXC1tvbjgp
N46/A1xI0GBnNkMu45I2848D/zDWinv8ZD1+gARsChrUPNCERYvOb/NMqTUj36XHebf/xDOHFjNT
W8hN0J7BBc7/dB6jVpV8LsglDiX3GYOIHZJfr1N/w8GxcsBkPRGJYAG0njl2EZjHXZcusffqeVE7
z3NUWqtbf7RhFJ+WXDM+736aUsYzcW9Cjj8KoVI0rZG4UdRExICjgR0VCHY05CJCifHLd18gO2n2
6fYwQpUYnhgIXgN0CSpLMuwxLP7brLhPfwKrJ2czi1uXN4QZm6qL9u9CTvuGGjbIkXS4quwVFLS6
PNMp0PIElyusiPgf1Hg8T6/o6WbjIvzxwhyU9fPS6vXsegGnOng+RfrPNoikb2UztPJF5GGr9LDW
20sTkwXg9ZxkWXgJ+iSINqRbrHiojlahLVX2z4y/WAfs+THqW+aXpjp7XOv5A4MWZfWpkdW47TVF
j4cQHGy17FrJD1aULgRwVEcoFxiwkSqzuIaZdj1DyOA+Ty734rK/H2rgyq9FxX2zsj538yGBlBz1
uMjXqlG2h2X/A+Pz0eW9hXc4pgN7B8li6b0UQchYc1YXyJY6K+TWlq502crcKe7ZVZhIbO+RnymY
GUlwDFs4tf+KXn54GHoFNaSp843Rlu6Nd+cWR4mTauJ0Gow+/aXE8X1Wlnan/ifYoTxGpAHAnCA4
PlNjO9heA0C3M7zHRHfNOznlfmZ12ofzs6Lw7DN0sRo6NxXzBPUy8qxQ6slhQE3xrSQYhSLQknWb
p73ppU7lxZABdraa9icsztgH9vXOoGBYrRJELncIiIQycffD3UQJbPk47Em/duOTcKLuh/OkvNqI
wzmcVp0h2BKh+O0ZV64F+OZ5eOCsgiL1mSVTb9+Zrl9wKorgBuK28ZtXskziebJx0lIXX6ldsA/4
+hMQSrbDwd0rUzXn0BQWa2pswB4MyO5c/RYpb/aVHywjSxrf9MVVV67KjHaMavR+Y6Q5Bid2yqfx
o/HHCuZ1tv0+3S5bpl65r5xJNHi4x3bZDTtjncSOvi7eKiWvhhMwANxCm6b3zq+rnZs5ctNUXeyv
28S9mMboRtKYcMyPZ9rDjhQU/nJV701rhp6EBiTQoYQ+pWNscVch6fKSvPN9Lc0TLgq8tmJWZkGI
KxN3C4Q0fY8Wfcup4m7Q4Pzos70fNvyze65fcDYiMUqSjvNZ6Y+o7J2vwrZC42Yd1eANs7s5atif
ekVpIC9cr8GV9xere4yuGMGmwj0KPP33G0TMSdCqaMEJf0/w02JecUXuE7B7zfQB4sZTivJmKpvU
JJ+vxtP/4Vte8kO5M81k8Sha1AeJQfcjRlTrEIjDU1pyAte9gK9k7keJc3SKC3wKlghzcC+aFzm9
/zXmTCfserCNhV7nSKswGo4SYOy7vISTYlkxbS4PZW1LQY30Vcl/ZB4OiirH3xUieGInRm5jmQrB
tpO2fvbP7kmGMcDJ4mPIDjgg01ZLYKJlfFaC4njLH3fxAmVIaDZow2cmZpSk0mFFVFSuGgq0BhWZ
WPitya3BT5/+bDONhzh//KuPj8DIpzJ09SDmzQXTq2T4qaWpYQu1hgzgRxpxO+IKjgc1C5yqaW0V
/Ewlibrhowr2FdjAb0zdMbyWrVMiYonxabNLUpEIGlE0RMRODl97y5KueZlHbaOFT4tzYBYalsmG
p2oji9kd7BVL16bpGa+/efGp3peAo+DLZMnx4PUEQTZSPcrpCHQ0MwPeCwc0rOCJUFlnTWdJoyYS
ancSxz4sDIdf6/zq12OWcumWNtBcjddZ280JJXbCVN44vVp26EUFqiAJtzHbPU/rdnb3ZVX2XruC
woBv4dg5hfF4Zqh/dgA4SHFxglvDQ+9c9bm9yXg6w1fUXFSM/p5sxEkVOHeb+eVaWTKUjMzEuNLD
5qpqqln/umQTBoVu9JOGNVSOEhuuS7pibjOWUIDaz0PnEEZrkJz5R9AwfqnEagytE1Jn2SkTdlG+
ZSWXAHwIt7Ut/50DspAr8tNxLv9QDI1c7E/HseLEjOgX+kBlAJaOw5mPeayhfjdA3qexEB0XTiU1
cX+UzWuYsikHwK15LHWT+B7r0K+q1BLXwUE7VP+YkZzYyJhpXleBZ7JPkOz9VhH1lMpt0bo01lA6
mcx2EL1jpl4F1g5MePT6j5BJlzBxco2pGM+1dNxru2EhGfWbX7mFUZR03Hb/cGNSdK/2mzDMo8lr
7q2SRoqqB2tWrGKlrHboHYRsE39KjR9uNQk/e5P5GHYm26J2Nu3ed9OwAz0FVCQINzaSdACD8vDE
glPa9ROlSFFikrLa6cq=PK *k]