-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 19, 2022 at 09:06 AM
-- Server version: 10.4.19-MariaDB
-- PHP Version: 8.0.7
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
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 utf8mb4 */;
--
-- Database: `raydget`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_commentmeta`
--
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_comments`
--
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) UNSIGNED NOT NULL,
`comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 utf8mb4_unicode_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- 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, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2022-05-13 14:01:52', '2022-05-13 14:01:52', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_links`
--
CREATE TABLE `wp_links` (
`link_id` bigint(20) UNSIGNED NOT NULL,
`link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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 utf8mb4_unicode_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_options`
--
CREATE TABLE `wp_options` (
`option_id` bigint(20) UNSIGNED NOT NULL,
`option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_options`
--
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://localhost/raydget', 'yes'),
(2, 'home', 'http://localhost/raydget', 'yes'),
(3, 'blogname', 'Raydget', 'yes'),
(4, 'blogdescription', 'Just another WordPress site', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'ipm@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:146:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:9:\"slider/?$\";s:25:\"index.php?post_type=slide\";s:39:\"slider/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=slide&feed=$matches[1]\";s:34:\"slider/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?post_type=slide&feed=$matches[1]\";s:26:\"slider/page/([0-9]{1,})/?$\";s:43:\"index.php?post_type=slide&paged=$matches[1]\";s:7:\"news/?$\";s:24:\"index.php?post_type=news\";s:37:\"news/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=news&feed=$matches[1]\";s:32:\"news/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=news&feed=$matches[1]\";s:24:\"news/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=news&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:32:\"slider/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"slider/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"slider/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"slider/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"slider/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"slider/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"slider/(.+?)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:25:\"slider/(.+?)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:45:\"slider/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?slide=$matches[1]&feed=$matches[2]\";s:40:\"slider/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?slide=$matches[1]&feed=$matches[2]\";s:33:\"slider/(.+?)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:40:\"slider/(.+?)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:29:\"slider/(.+?)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:56:\"slider_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?slider_category=$matches[1]&feed=$matches[2]\";s:51:\"slider_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?slider_category=$matches[1]&feed=$matches[2]\";s:32:\"slider_category/([^/]+)/embed/?$\";s:48:\"index.php?slider_category=$matches[1]&embed=true\";s:44:\"slider_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?slider_category=$matches[1]&paged=$matches[2]\";s:26:\"slider_category/([^/]+)/?$\";s:37:\"index.php?slider_category=$matches[1]\";s:51:\"slider_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slider_tag=$matches[1]&feed=$matches[2]\";s:46:\"slider_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slider_tag=$matches[1]&feed=$matches[2]\";s:27:\"slider_tag/([^/]+)/embed/?$\";s:43:\"index.php?slider_tag=$matches[1]&embed=true\";s:39:\"slider_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?slider_tag=$matches[1]&paged=$matches[2]\";s:21:\"slider_tag/([^/]+)/?$\";s:32:\"index.php?slider_tag=$matches[1]\";s:30:\"news/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"news/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"news/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"news/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"news/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"news/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:19:\"news/(.+?)/embed/?$\";s:37:\"index.php?news=$matches[1]&embed=true\";s:23:\"news/(.+?)/trackback/?$\";s:31:\"index.php?news=$matches[1]&tb=1\";s:43:\"news/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?news=$matches[1]&feed=$matches[2]\";s:38:\"news/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?news=$matches[1]&feed=$matches[2]\";s:31:\"news/(.+?)/page/?([0-9]{1,})/?$\";s:44:\"index.php?news=$matches[1]&paged=$matches[2]\";s:38:\"news/(.+?)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?news=$matches[1]&cpage=$matches[2]\";s:27:\"news/(.+?)(?:/([0-9]+))?/?$\";s:43:\"index.php?news=$matches[1]&page=$matches[2]\";s:54:\"news_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?news_category=$matches[1]&feed=$matches[2]\";s:49:\"news_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?news_category=$matches[1]&feed=$matches[2]\";s:30:\"news_category/([^/]+)/embed/?$\";s:46:\"index.php?news_category=$matches[1]&embed=true\";s:42:\"news_category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?news_category=$matches[1]&paged=$matches[2]\";s:24:\"news_category/([^/]+)/?$\";s:35:\"index.php?news_category=$matches[1]\";s:49:\"news_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?news_tag=$matches[1]&feed=$matches[2]\";s:44:\"news_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?news_tag=$matches[1]&feed=$matches[2]\";s:25:\"news_tag/([^/]+)/embed/?$\";s:41:\"index.php?news_tag=$matches[1]&embed=true\";s:37:\"news_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?news_tag=$matches[1]&paged=$matches[2]\";s:19:\"news_tag/([^/]+)/?$\";s:30:\"index.php?news_tag=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=5&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:3:{i:0;s:33:\"classic-editor/classic-editor.php\";i:1;s:25:\"gtranslate/gtranslate.php\";i:2;s:21:\"meta-box/meta-box.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'raydget', 'yes'),
(41, 'stylesheet', 'raydget', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '51917', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '1', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, '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'),
(77, 'widget_text', 'a:0:{}', 'yes'),
(78, 'widget_rss', 'a:0:{}', 'yes'),
(79, 'uninstall_plugins', 'a:1:{s:17:\"weglot/weglot.php\";s:23:\"weglot_plugin_uninstall\";}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '5', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1668002495', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'auto_update_core_dev', 'enabled', 'yes'),
(96, 'auto_update_core_minor', 'enabled', 'yes'),
(97, 'auto_update_core_major', 'enabled', 'yes'),
(98, 'initial_db_version', '49752', 'yes'),
(99, 'wp_user_roles', 'a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:10:\"loco_admin\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:10:\"translator\";a:2:{s:4:\"name\";s:10:\"Translator\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:10:\"loco_admin\";b:1;}}}', 'yes'),
(100, 'fresh_site', '0', 'yes'),
(101, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, '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'),
(103, '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'),
(104, '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'),
(105, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'sidebars_widgets', 'a:2:{s:19:\"wp_inactive_widgets\";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:13:\"array_version\";i:3;}', 'yes'),
(107, 'cron', 'a:10:{i:1652945751;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:1652968916;a:1:{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:1652968922;a:1:{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;}}}i:1652968923;a:1:{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;}}}i:1652968924;a:2:{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:1652968957;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1652968958;a:1:{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:1652968969;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;}}}i:1653141718;a:1:{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:7:\"version\";i:2;}', 'yes'),
(108, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(116, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(118, 'recovery_keys', 'a:1:{s:22:\"fBFLXzu0LmskAxXSdQvFeb\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BB55naRLgUOoNlZUrs7.VxYkn2QGmy/\";s:10:\"created_at\";i:1652860589;}}', 'yes'),
(119, 'theme_mods_twentytwentyone', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1652451720;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}s:18:\"nav_menu_locations\";a:0:{}}', 'yes'),
(121, 'https_detection_errors', 'a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}', 'yes'),
(131, '_site_transient_timeout_browser_b60f78101007d59e2ab03c78a0918ef9', '1653055367', 'no'),
(132, '_site_transient_browser_b60f78101007d59e2ab03c78a0918ef9', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"100.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(133, '_site_transient_timeout_php_check_7bd88c463d18d1395429260aa0d9ef54', '1653055368', 'no'),
(134, '_site_transient_php_check_7bd88c463d18d1395429260aa0d9ef54', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(149, 'finished_updating_comment_type', '1', 'yes'),
(150, 'current_theme', 'Raydget', 'yes'),
(151, 'theme_mods_annaperepechai', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1652451716;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";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\";}}}}', 'yes'),
(152, 'theme_switched', '', 'yes'),
(163, 'theme_mods_raydget', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"header-menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(186, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(188, '_transient_health-check-site-status-result', '{\"good\":\"14\",\"recommended\":\"6\",\"critical\":\"0\"}', 'yes'),
(204, 'recently_activated', 'a:5:{s:17:\"weglot/weglot.php\";i:1652717408;s:37:\"translatepress-multilingual/index.php\";i:1652717358;s:23:\"loco-translate/loco.php\";i:1652717044;s:95:\"automatic-translator-addon-for-loco-translate/automatic-translator-addon-for-loco-translate.php\";i:1652717033;s:57:\"google-language-translator/google-language-translator.php\";i:1652625969;}', 'yes'),
(211, 'GTranslate', 'a:35:{s:11:\"pro_version\";s:0:\"\";s:18:\"enterprise_version\";s:0:\"\";s:14:\"custom_domains\";s:0:\"\";s:19:\"custom_domains_data\";s:0:\"\";s:15:\"url_translation\";s:0:\"\";s:17:\"add_hreflang_tags\";s:0:\"\";s:17:\"email_translation\";s:0:\"\";s:23:\"email_translation_debug\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:12:\"show_in_menu\";s:0:\"\";s:26:\"floating_language_selector\";s:2:\"no\";s:21:\"native_language_names\";s:0:\"\";s:23:\"detect_browser_language\";s:0:\"\";s:12:\"add_new_line\";i:1;s:16:\"default_language\";s:2:\"en\";s:18:\"translation_method\";s:5:\"onfly\";s:11:\"widget_look\";s:10:\"lang_names\";s:9:\"flag_size\";i:24;s:10:\"flag_style\";s:2:\"3d\";s:16:\"monochrome_flags\";s:0:\"\";s:11:\"widget_code\";s:2383:\"<!-- GTranslate: https://gtranslate.io/ -->\r\n<a href=\"#\" onclick=\"doGTranslate(\'en|zh-TW\');return false;\" title=\"Chinese (Traditional)\" class=\"glink nturl notranslate\">Chinese (Traditional)</a> <a href=\"#\" onclick=\"doGTranslate(\'en|en\');return false;\" title=\"English\" class=\"glink nturl notranslate\">English</a> <style>#goog-gt-tt{display:none!important;}.goog-te-banner-frame{display:none!important;}.goog-te-menu-value:hover{text-decoration:none!important;}.goog-text-highlight{background-color:transparent!important;box-shadow:none!important;}body{top:0!important;}#google_translate_element2{display:none!important;}</style>\r\n<div id=\"google_translate_element2\"></div>\r\n<script>function googleTranslateElementInit2() {new google.translate.TranslateElement({pageLanguage: \'en\',autoDisplay: false}, \'google_translate_element2\');}if(!window.gt_translate_script){window.gt_translate_script=document.createElement(\'script\');gt_translate_script.src=\'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2\';document.body.appendChild(gt_translate_script);}</script>\r\n\r\n<script>\r\nfunction GTranslateGetCurrentLang() {var keyValue = document[\'cookie\'].match(\'(^|;) ?googtrans=([^;]*)(;|$)\');return keyValue ? keyValue[2].split(\'/\')[2] : null;}\r\nfunction GTranslateFireEvent(element,event){try{if(document.createEventObject){var evt=document.createEventObject();element.fireEvent(\'on\'+event,evt)}else{var evt=document.createEvent(\'HTMLEvents\');evt.initEvent(event,true,true);element.dispatchEvent(evt)}}catch(e){}}\r\nfunction doGTranslate(lang_pair){if(lang_pair.value)lang_pair=lang_pair.value;if(lang_pair==\'\')return;var lang=lang_pair.split(\'|\')[1];if(GTranslateGetCurrentLang() == null && lang == lang_pair.split(\'|\')[0])return;if(typeof ga==\'function\'){ga(\'send\', \'event\', \'GTranslate\', lang, location.hostname+location.pathname+location.search);}var teCombo;var sel=document.getElementsByTagName(\'select\');for(var i=0;i<sel.length;i++)if(sel[i].className.indexOf(\'goog-te-combo\')!=-1){teCombo=sel[i];break;}if(document.getElementById(\'google_translate_element2\')==null||document.getElementById(\'google_translate_element2\').innerHTML.length==0||teCombo.length==0||teCombo.innerHTML.length==0){setTimeout(function(){doGTranslate(lang_pair)},500)}else{teCombo.value=lang;GTranslateFireEvent(teCombo,\'change\');GTranslateFireEvent(teCombo,\'change\')}}\r\n</script>\r\n\";s:10:\"incl_langs\";a:2:{i:0;s:5:\"zh-TW\";i:1;s:2:\"en\";}s:11:\"fincl_langs\";a:2:{i:0;s:5:\"zh-TW\";i:1;s:2:\"en\";}s:9:\"alt_flags\";a:0:{}s:19:\"switcher_text_color\";s:4:\"#666\";s:20:\"switcher_arrow_color\";s:4:\"#666\";s:21:\"switcher_border_color\";s:4:\"#ccc\";s:25:\"switcher_background_color\";s:4:\"#fff\";s:32:\"switcher_background_shadow_color\";s:7:\"#efefef\";s:31:\"switcher_background_hover_color\";s:4:\"#fff\";s:19:\"dropdown_text_color\";s:4:\"#000\";s:20:\"dropdown_hover_color\";s:4:\"#fff\";s:25:\"dropdown_background_color\";s:4:\"#eee\";s:14:\"language_codes\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";s:15:\"language_codes2\";s:320:\"af,sq,am,ar,hy,az,eu,be,bn,bs,bg,ca,ceb,ny,zh-CN,zh-TW,co,hr,cs,da,nl,en,eo,et,tl,fi,fr,fy,gl,ka,de,el,gu,ht,ha,haw,iw,hi,hmn,hu,is,ig,id,ga,it,ja,jw,kn,kk,km,ko,ku,ky,lo,la,lv,lt,lb,mk,mg,ms,ml,mt,mi,mr,mn,my,ne,no,ps,fa,pl,pt,pa,ro,ru,sm,gd,sr,st,sn,sd,si,sk,sl,so,es,su,sw,sv,tg,ta,te,th,tr,uk,ur,uz,vi,cy,xh,yi,yo,zu\";}', 'yes'),
(212, 'widget_gtranslate', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(213, 'gtranslate_admin_notice', 'a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"5/19/2022\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"5/16/2022\";s:3:\"int\";i:2;}}', 'yes'),
(233, 'googlelanguagetranslator_active', '1', 'yes'),
(234, 'googlelanguagetranslator_language', 'en', 'yes'),
(235, 'googlelanguagetranslator_flags', '1', 'yes'),
(236, 'language_display_settings', 'a:2:{s:5:\"zh-TW\";s:1:\"1\";s:2:\"en\";s:1:\"1\";}', 'yes'),
(237, 'googlelanguagetranslator_translatebox', 'yes', 'yes'),
(238, 'googlelanguagetranslator_display', 'Vertical', 'yes'),
(239, 'googlelanguagetranslator_toolbar', 'Yes', 'yes'),
(240, 'googlelanguagetranslator_showbranding', 'Yes', 'yes'),
(241, 'googlelanguagetranslator_flags_alignment', 'flags_left', 'yes'),
(242, 'googlelanguagetranslator_analytics', '', 'yes'),
(243, 'googlelanguagetranslator_analytics_id', '', 'yes'),
(244, 'googlelanguagetranslator_css', '', 'yes'),
(245, 'googlelanguagetranslator_multilanguage', '', 'yes'),
(246, 'googlelanguagetranslator_floating_widget', 'yes', 'yes'),
(247, 'googlelanguagetranslator_flag_size', '18', 'yes'),
(248, 'googlelanguagetranslator_flags_order', '', 'yes'),
(249, 'googlelanguagetranslator_english_flag_choice', 'us_flag', 'yes'),
(250, 'googlelanguagetranslator_spanish_flag_choice', 'spanish_flag', 'yes'),
(251, 'googlelanguagetranslator_portuguese_flag_choice', 'portuguese_flag', 'yes'),
(252, 'googlelanguagetranslator_floating_widget_text', 'Translate »', 'yes'),
(253, 'googlelanguagetranslator_floating_widget_text_allow_translation', '', 'yes'),
(254, 'widget_glt_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(255, 'glt_admin_notice', 'a:3:{s:16:\"glt_announcement\";a:2:{s:5:\"start\";s:9:\"5/15/2022\";s:3:\"int\";i:0;}s:15:\"two_week_review\";a:2:{s:5:\"start\";s:9:\"5/20/2022\";s:3:\"int\";i:5;}s:12:\"upgrade_tips\";a:2:{s:5:\"start\";s:9:\"5/17/2022\";s:3:\"int\";i:2;}}', 'yes'),
(256, 'googlelanguagetranslator_seo_active', '', 'yes'),
(257, 'googlelanguagetranslator_url_structure', 'sub_domain', 'yes'),
(258, 'googlelanguagetranslator_url_translation_active', '', 'yes'),
(259, 'googlelanguagetranslator_hreflang_tags_active', '', 'yes'),
(260, 'glt_language_switcher_width', '100%', 'yes'),
(261, 'glt_language_switcher_text_color', '#32373c', 'yes'),
(262, 'glt_language_switcher_bg_color', '', 'yes'),
(263, 'glt_floating_widget_position', 'bottom_left', 'yes'),
(264, 'glt_floating_widget_text_color', '#ffffff', 'yes'),
(265, 'glt_floating_widget_bg_color', '#f89406', 'yes'),
(270, 'trp_settings', 'a:15:{s:16:\"default-language\";s:5:\"zh_TW\";s:17:\"publish-languages\";a:2:{i:0;s:5:\"zh_TW\";i:1;s:5:\"en_US\";}s:21:\"translation-languages\";a:2:{i:0;s:5:\"zh_TW\";i:1;s:5:\"en_US\";}s:9:\"url-slugs\";a:2:{s:5:\"zh_TW\";s:5:\"zh_tw\";s:5:\"en_US\";s:2:\"en\";}s:22:\"native_or_english_name\";s:12:\"english_name\";s:36:\"add-subdirectory-to-default-language\";s:2:\"no\";s:30:\"force-language-to-custom-links\";s:3:\"yes\";s:17:\"shortcode-options\";s:16:\"flags-full-names\";s:12:\"menu-options\";s:16:\"flags-full-names\";s:14:\"trp-ls-floater\";s:3:\"yes\";s:15:\"floater-options\";s:16:\"flags-full-names\";s:13:\"floater-color\";s:4:\"dark\";s:16:\"floater-position\";s:12:\"bottom-right\";s:21:\"trp-ls-show-poweredby\";s:2:\"no\";s:41:\"translation-languages-formality-parameter\";a:2:{s:5:\"zh_TW\";s:7:\"default\";s:5:\"en_US\";s:7:\"default\";}}', 'yes'),
(271, 'trp_db_stored_data', 'a:2:{s:17:\"install_timestamp\";i:1652626018;s:26:\"trp_mt_supported_languages\";a:1:{s:19:\"google_translate_v2\";a:3:{s:9:\"languages\";a:0:{}s:29:\"formality-supported-languages\";a:0:{}s:12:\"last-checked\";s:19:\"2022-05-15 14:59:13\";}}}', 'yes'),
(274, 'trp_plugin_version', '2.2.6', 'yes'),
(279, 'trp_machine_translation_settings', 'a:10:{s:19:\"machine-translation\";s:3:\"yes\";s:18:\"translation-engine\";s:19:\"google_translate_v2\";s:14:\"block-crawlers\";s:3:\"yes\";s:28:\"automatically-translate-slug\";s:3:\"yes\";s:32:\"machine_translation_counter_date\";s:10:\"2022-05-16\";s:27:\"machine_translation_counter\";i:0;s:25:\"machine_translation_limit\";s:7:\"1000000\";s:20:\"google-translate-key\";s:0:\"\";s:23:\"machine_translation_log\";s:2:\"no\";s:46:\"machine_translation_trigger_quota_notification\";b:0;}', 'yes'),
(359, '_transient_timeout_loco_po_5a23420af077b106cf41caa10cb0b0ee', '1653580728', 'no'),
(360, '_transient_loco_po_5a23420af077b106cf41caa10cb0b0ee', 'a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:18:\"languages/zh_TW.po\";s:5:\"bytes\";i:600229;s:5:\"mtime\";i:1652626294;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:3153;s:1:\"p\";i:3153;s:1:\"f\";i:0;}}s:1:\"t\";i:1652716728;}', 'no'),
(361, '_transient_timeout_loco_po_5a354ea8f27efca3cd0478821587c0ce', '1653580728', 'no'),
(362, '_transient_loco_po_5a354ea8f27efca3cd0478821587c0ce', 'a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:24:\"languages/admin-zh_TW.po\";s:5:\"bytes\";i:705597;s:5:\"mtime\";i:1652626294;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:3252;s:1:\"p\";i:3252;s:1:\"f\";i:0;}}s:1:\"t\";i:1652716728;}', 'no'),
(363, '_transient_timeout_loco_po_ad35ff418b8f3343279287f3c09a9c72', '1653580728', 'no'),
(364, '_transient_loco_po_ad35ff418b8f3343279287f3c09a9c72', 'a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:32:\"languages/admin-network-zh_TW.po\";s:5:\"bytes\";i:63924;s:5:\"mtime\";i:1652626294;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:319;s:1:\"p\";i:319;s:1:\"f\";i:0;}}s:1:\"t\";i:1652716728;}', 'no'),
(365, '_transient_timeout_loco_po_0a42a70c0241b9583da6f586c2ba7fa5', '1653580729', 'no'),
(366, '_transient_loco_po_0a42a70c0241b9583da6f586c2ba7fa5', 'a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:36:\"languages/continents-cities-zh_TW.po\";s:5:\"bytes\";i:45215;s:5:\"mtime\";i:1652626294;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:524;s:1:\"p\";i:524;s:1:\"f\";i:0;}}s:1:\"t\";i:1652716729;}', 'no'),
(367, '_transient_timeout_loco_po_2e5a702bee3e487469c27fd5d56c402f', '1653580774', 'no'),
(368, '_transient_loco_po_2e5a702bee3e487469c27fd5d56c402f', 'a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:51:\"plugins/loco-translate/languages/loco-translate.pot\";s:5:\"bytes\";i:52121;s:5:\"mtime\";i:1652716569;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:453;s:1:\"p\";i:0;s:1:\"f\";i:0;}}s:1:\"t\";i:1652716774;}', 'no'),
(369, '_transient_timeout_loco_po_49ad82976889a7fdd79ae6e7d68c4047', '1653580774', 'no'),
(370, '_transient_loco_po_49ad82976889a7fdd79ae6e7d68c4047', 'a:4:{s:1:\"c\";s:21:\"Loco_gettext_Metadata\";s:1:\"v\";i:0;s:1:\"d\";a:5:{s:5:\"rpath\";s:41:\"languages/plugins/loco-translate-zh_TW.po\";s:5:\"bytes\";i:65555;s:5:\"mtime\";i:1652716577;s:5:\"valid\";b:1;s:5:\"stats\";a:3:{s:1:\"t\";i:466;s:1:\"p\";i:466;s:1:\"f\";i:0;}}s:1:\"t\";i:1652716774;}', 'no'),
(373, 'weglot_version', '3.6.1', 'yes'),
(374, 'widget_weglot-translate', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(389, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(390, 'wp_force_deactivated_plugins', 'a:0:{}', 'yes'),
(391, 'db_upgraded', '', 'yes'),
(398, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:13:\"ipm@gmail.com\";s:7:\"version\";s:5:\"5.9.3\";s:9:\"timestamp\";i:1652854442;}', 'no'),
(406, '_site_transient_timeout_browser_20974fba76ac68d3b08560343ae2118a', '1653461551', 'no'),
(407, '_site_transient_browser_20974fba76ac68d3b08560343ae2118a', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"101.0.4951.64\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(408, '_site_transient_timeout_php_check_dcf448a31f072675e98776ba60f55c18', '1653461552', 'no'),
(409, '_site_transient_php_check_dcf448a31f072675e98776ba60f55c18', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(414, '_transient_timeout_meta-box-news', '1652943158', 'no'),
(415, '_transient_meta-box-news', '<div class=\"rss-widget\"><ul><li class=\"meta-box-news-item\"><a href=\"#\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all Meta Box news\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://metabox.io/changing-meta-box-field-id/\'>Meta Box: How to Change the ID of a Meta Box Field</a></li><li class=\"meta-box-news-item\"><a href=\"#\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all Meta Box news\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://metabox.io/create-simple-listing-meta-box-wp-grid-builder/\'>Meta Box: How to Create a Simple Listing Using Meta Box and WP Grid Builder</a></li><li class=\"meta-box-news-item\"><a href=\"#\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all Meta Box news\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'https://metabox.io/display-product-variations-p2-meta-box-oxygen/\'>Meta Box: How to Display Product Variations - P2 - Using Meta Box and Oxygen</a></li></ul></div>', 'no'),
(416, 'can_compress_scripts', '1', 'no'),
(436, 'recovery_mode_email_last_sent', '1652860589', 'yes'),
(497, '_site_transient_timeout_theme_roots', '1652931848', 'no'),
(498, '_site_transient_theme_roots', 'a:5:{s:7:\"raydget\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}', 'no'),
(501, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.3\";s:7:\"version\";s:5:\"5.9.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1652930060;s:15:\"version_checked\";s:5:\"5.9.3\";s:12:\"translations\";a:0:{}}', 'no'),
(502, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1652930061;s:7:\"checked\";a:5:{s:7:\"raydget\";s:5:\"1.0.0\";s:14:\"twentynineteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.7\";s:15:\"twentytwentyone\";s:3:\"1.3\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.2.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.9.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.5.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(503, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1652930065;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";b:0;}s:21:\"meta-box/meta-box.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/meta-box\";s:4:\"slug\";s:8:\"meta-box\";s:6:\"plugin\";s:21:\"meta-box/meta-box.php\";s:11:\"new_version\";s:5:\"5.6.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/meta-box/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/meta-box.5.6.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/meta-box/assets/icon-128x128.png?rev=1100915\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:63:\"https://ps.w.org/meta-box/assets/banner-772x250.png?rev=1929588\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:37:\"translatepress-multilingual/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:41:\"w.org/plugins/translatepress-multilingual\";s:4:\"slug\";s:27:\"translatepress-multilingual\";s:6:\"plugin\";s:37:\"translatepress-multilingual/index.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/translatepress-multilingual/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/translatepress-multilingual.2.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/translatepress-multilingual/assets/icon-256x256.png?rev=1722670\";s:2:\"1x\";s:80:\"https://ps.w.org/translatepress-multilingual/assets/icon-128x128.png?rev=1722670\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/translatepress-multilingual/assets/banner-1544x500.png?rev=2312348\";s:2:\"1x\";s:82:\"https://ps.w.org/translatepress-multilingual/assets/banner-772x250.png?rev=2312348\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.1.0\";s:6:\"tested\";s:5:\"5.9.3\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:95:\"automatic-translator-addon-for-loco-translate/automatic-translator-addon-for-loco-translate.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:59:\"w.org/plugins/automatic-translator-addon-for-loco-translate\";s:4:\"slug\";s:45:\"automatic-translator-addon-for-loco-translate\";s:6:\"plugin\";s:95:\"automatic-translator-addon-for-loco-translate/automatic-translator-addon-for-loco-translate.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:76:\"https://wordpress.org/plugins/automatic-translator-addon-for-loco-translate/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/automatic-translator-addon-for-loco-translate.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:98:\"https://ps.w.org/automatic-translator-addon-for-loco-translate/assets/icon-256x256.png?rev=2293273\";s:2:\"1x\";s:98:\"https://ps.w.org/automatic-translator-addon-for-loco-translate/assets/icon-128x128.png?rev=2293275\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:101:\"https://ps.w.org/automatic-translator-addon-for-loco-translate/assets/banner-1544x500.png?rev=2349728\";s:2:\"1x\";s:100:\"https://ps.w.org/automatic-translator-addon-for-loco-translate/assets/banner-772x250.png?rev=2349728\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:57:\"google-language-translator/google-language-translator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/google-language-translator\";s:4:\"slug\";s:26:\"google-language-translator\";s:6:\"plugin\";s:57:\"google-language-translator/google-language-translator.php\";s:11:\"new_version\";s:6:\"6.0.15\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/google-language-translator/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/google-language-translator.6.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/google-language-translator/assets/icon-256x256.png?rev=2624173\";s:2:\"1x\";s:79:\"https://ps.w.org/google-language-translator/assets/icon-256x256.png?rev=2624173\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/google-language-translator/assets/banner-1544x500.png?rev=1632425\";s:2:\"1x\";s:81:\"https://ps.w.org/google-language-translator/assets/banner-772x250.png?rev=1632425\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.9\";}s:25:\"gtranslate/gtranslate.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/gtranslate\";s:4:\"slug\";s:10:\"gtranslate\";s:6:\"plugin\";s:25:\"gtranslate/gtranslate.php\";s:11:\"new_version\";s:6:\"2.9.12\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/gtranslate/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/gtranslate.2.9.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917\";s:2:\"1x\";s:63:\"https://ps.w.org/gtranslate/assets/icon-128x128.png?rev=2595917\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/gtranslate/assets/banner-1544x500.png?rev=2034820\";s:2:\"1x\";s:65:\"https://ps.w.org/gtranslate/assets/banner-772x250.png?rev=2034820\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.8.1\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:23:\"loco-translate/loco.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/loco-translate\";s:4:\"slug\";s:14:\"loco-translate\";s:6:\"plugin\";s:23:\"loco-translate/loco.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/loco-translate/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/loco-translate.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-256x256.png?rev=1000676\";s:2:\"1x\";s:67:\"https://ps.w.org/loco-translate/assets/icon-128x128.png?rev=1000676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/loco-translate/assets/banner-772x250.jpg?rev=745046\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:95:\"automatic-translator-addon-for-loco-translate/automatic-translator-addon-for-loco-translate.php\";s:5:\"2.3.1\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.2\";s:57:\"google-language-translator/google-language-translator.php\";s:6:\"6.0.15\";s:25:\"gtranslate/gtranslate.php\";s:6:\"2.9.12\";s:9:\"hello.php\";s:5:\"1.7.2\";s:23:\"loco-translate/loco.php\";s:5:\"2.6.1\";s:21:\"meta-box/meta-box.php\";s:5:\"5.4.6\";s:37:\"translatepress-multilingual/index.php\";s:5:\"2.2.6\";}}', 'no'),
(528, '_site_transient_timeout_available_translations', '1652941942', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(529, '_site_transient_available_translations', 'a:128:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-18 21:47:24\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-24 06:01:42\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.8.19/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.8.4/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.9.20/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-28 06:54:05\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/5.4.10/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-25 09:39:54\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-09 15:44:15\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 19:47:03\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-31 09:09:16\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-02 07:32:55\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-17 12:58:14\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-10 07:24:50\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/5.9.3/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-01-24 12:22:31\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:72:\"http://downloads.wordpress.org/translation/core/5.9.3/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-10 07:23:15\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-01-24 12:26:13\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 09:37:19\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.9.3/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-01 20:23:06\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 04:45:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:50\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 22:35:34\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-15 16:05:58\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 08:44:40\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-26 16:35:59\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 04:45:11\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 04:44:22\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 04:42:59\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 14:14:00\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8.4/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8.4/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/5.4.10/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-29 02:25:56\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.15\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/5.2.15/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-29 15:59:16\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-07 15:31:04\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-16 14:30:05\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-11-20 16:34:11\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8.4/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-08 04:04:20\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-12 20:09:11\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-12 13:28:11\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.8.19/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-05 17:19:25\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.9.20/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.27\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.4.27/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-10 12:47:42\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/5.4.10/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-14 11:09:23\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 09:38:59\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.9.3/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-05 08:34:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-10 01:12:24\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.9.20/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 08:09:26\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-29 23:58:18\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.9.20/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-01-24 08:56:29\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-10 17:24:06\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.9.3/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.9.20/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.15\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.2.15/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-23 01:39:33\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-02 01:11:00\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.8.4/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/translation/core/5.8-beta/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-04 15:22:04\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-12 12:32:07\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.9.20/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"5.5.9\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.5.9/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-30 21:39:47\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-22 19:23:48\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-18 08:18:19\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-12 12:40:41\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:70:\"http://downloads.wordpress.org/translation/core/5.9.3/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-30 06:48:38\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/4.8.19/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-13 10:25:49\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.28\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.3.28/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-06 15:21:06\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-09-09 21:40:55\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:68:\"http://downloads.wordpress.org/translation/core/5.8.4/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-11-27 16:28:47\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8.4/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-01 12:49:37\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-05 14:55:31\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-10 05:43:57\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/translation/core/5.4.10/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-06 04:43:12\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"5.9.2\";s:7:\"updated\";s:19:\"2022-01-24 13:37:43\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.9.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-02-01 10:20:40\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-04 20:07:24\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.8.4/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-01 10:36:06\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.12\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.3.12/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.32\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.2.32/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2021-12-28 02:58:38\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.8.4/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.19\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.8.19/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-17 09:38:19\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.20\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"http://downloads.wordpress.org/translation/core/4.9.20/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.8.4\";s:7:\"updated\";s:19:\"2022-03-06 15:05:20\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.8.4/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.10\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/translation/core/5.4.10/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-30 13:50:02\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/translation/core/5.9.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-05-14 02:47:32\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-04-01 20:41:20\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"5.9.3\";s:7:\"updated\";s:19:\"2022-03-14 15:03:38\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:63:\"http://downloads.wordpress.org/translation/core/5.9.3/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(636, '_transient_timeout_global_styles_raydget', '1652943949', 'no'),
(637, '_transient_global_styles_raydget', 'body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}', 'no');
-- --------------------------------------------------------
--
-- Table structure for table `wp_postmeta`
--
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_postmeta`
--
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 5, '_edit_lock', '1652868077:1'),
(4, 5, '_wp_page_template', 'template_home.php'),
(5, 7, '_edit_lock', '1652943107:1'),
(6, 9, '_edit_lock', '1652453162:1'),
(9, 11, '_edit_lock', '1652453464:1'),
(10, 12, '_edit_lock', '1652943209:1'),
(11, 14, '_edit_lock', '1652537417:1'),
(16, 17, '_edit_lock', '1652453365:1'),
(19, 19, '_edit_lock', '1652453391:1'),
(22, 19, '_wp_trash_meta_status', 'publish'),
(23, 19, '_wp_trash_meta_time', '1652453558'),
(24, 19, '_wp_desired_post_slug', 'news'),
(25, 17, '_wp_trash_meta_status', 'publish'),
(26, 17, '_wp_trash_meta_time', '1652453559'),
(27, 17, '_wp_desired_post_slug', 'slimbox-series'),
(28, 11, '_wp_trash_meta_status', 'publish'),
(29, 11, '_wp_trash_meta_time', '1652453560'),
(30, 11, '_wp_desired_post_slug', 'specification-2'),
(31, 14, '_wp_trash_meta_status', 'publish'),
(32, 14, '_wp_trash_meta_time', '1652453561'),
(33, 14, '_wp_desired_post_slug', 'specification'),
(34, 9, '_wp_trash_meta_status', 'publish'),
(35, 9, '_wp_trash_meta_time', '1652453562'),
(36, 9, '_wp_desired_post_slug', 'application'),
(37, 21, '_edit_lock', '1652941444:1'),
(38, 23, '_edit_lock', '1652868455:1'),
(39, 25, '_edit_lock', '1652868653:1'),
(40, 27, '_edit_lock', '1652709727:1'),
(41, 29, '_edit_lock', '1652710878:1'),
(42, 31, '_edit_lock', '1652935180:1'),
(43, 33, '_edit_lock', '1652453810:1'),
(44, 7, '_wp_page_template', 'template_features.php'),
(54, 36, '_menu_item_type', 'post_type'),
(55, 36, '_menu_item_menu_item_parent', '0'),
(56, 36, '_menu_item_object_id', '29'),
(57, 36, '_menu_item_object', 'page'),
(58, 36, '_menu_item_target', ''),
(59, 36, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(60, 36, '_menu_item_xfn', ''),
(61, 36, '_menu_item_url', ''),
(63, 37, '_menu_item_type', 'post_type'),
(64, 37, '_menu_item_menu_item_parent', '0'),
(65, 37, '_menu_item_object_id', '12'),
(66, 37, '_menu_item_object', 'page'),
(67, 37, '_menu_item_target', ''),
(68, 37, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(69, 37, '_menu_item_xfn', ''),
(70, 37, '_menu_item_url', ''),
(72, 38, '_menu_item_type', 'post_type'),
(73, 38, '_menu_item_menu_item_parent', '0'),
(74, 38, '_menu_item_object_id', '31'),
(75, 38, '_menu_item_object', 'page'),
(76, 38, '_menu_item_target', ''),
(77, 38, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(78, 38, '_menu_item_xfn', ''),
(79, 38, '_menu_item_url', ''),
(81, 39, '_menu_item_type', 'post_type'),
(82, 39, '_menu_item_menu_item_parent', '0'),
(83, 39, '_menu_item_object_id', '7'),
(84, 39, '_menu_item_object', 'page'),
(85, 39, '_menu_item_target', ''),
(86, 39, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(87, 39, '_menu_item_xfn', ''),
(88, 39, '_menu_item_url', ''),
(108, 42, '_menu_item_type', 'post_type'),
(109, 42, '_menu_item_menu_item_parent', '0'),
(110, 42, '_menu_item_object_id', '23'),
(111, 42, '_menu_item_object', 'page'),
(112, 42, '_menu_item_target', ''),
(113, 42, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(114, 42, '_menu_item_xfn', ''),
(115, 42, '_menu_item_url', ''),
(117, 43, '_menu_item_type', 'post_type'),
(118, 43, '_menu_item_menu_item_parent', '0'),
(119, 43, '_menu_item_object_id', '21'),
(120, 43, '_menu_item_object', 'page'),
(121, 43, '_menu_item_target', ''),
(122, 43, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(123, 43, '_menu_item_xfn', ''),
(124, 43, '_menu_item_url', ''),
(126, 33, '_wp_trash_meta_status', 'publish'),
(127, 33, '_wp_trash_meta_time', '1652536885'),
(128, 33, '_wp_desired_post_slug', 'slimbox'),
(129, 44, '_menu_item_type', 'post_type'),
(130, 44, '_menu_item_menu_item_parent', '0'),
(131, 44, '_menu_item_object_id', '27'),
(132, 44, '_menu_item_object', 'page'),
(133, 44, '_menu_item_target', ''),
(134, 44, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(135, 44, '_menu_item_xfn', ''),
(136, 44, '_menu_item_url', ''),
(139, 50, '_wp_attached_file', '2022/05/event-bg39.jpg'),
(140, 50, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:770;s:4:\"file\";s:22:\"2022/05/event-bg39.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg39-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg39-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg39-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg39-768x301.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg39-1536x603.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(141, 7, '_edit_last', '1'),
(142, 7, 'wf_home_bg_img', '50'),
(143, 7, 'wf_right_sec1', '<div class=\"inner\">\r\n<h1 style=\"margin-top: 50px;float: right;width: 500px;color: #eeeeee\">Features</h1>\r\n<p style=\"float: right;width: 500px;color: #eeeeee\">It\'s hard to imagine that PCs can be hold in your hand, put in your pocket, and be carried wherever possible.</p>\r\n<p style=\"float: right;width: 500px;color: #eeeeee\">Here we present the ultra-small computer Raydget SlimBox PC;<br />\r\nthe full functional PC has wide range of applications.</p>\r\n</div>\r\n'),
(146, 7, 'wf_content_sec1', '<p> </p>\n<div class=\"inner\">\n<h1 style=\"margin-top: 50px;float: right;width: 500px;color: #eeeeee\">Features</h1>\n<p style=\"float: right;width: 500px;color: #eeeeee\">It\'s hard to imagine that PCs can be hold in your hand, put in your pocket, and be carried wherever possible.</p>\n<p style=\"float: right;width: 500px;color: #eeeeee\">Here we present the ultra-small computer Raydget SlimBox PC;<br />\nthe full functional PC has wide range of applications.</p>\n</div>\n'),
(147, 51, '_wp_attached_file', '2022/05/event-bg8.jpg'),
(148, 51, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:754;s:4:\"file\";s:21:\"2022/05/event-bg8.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"event-bg8-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"event-bg8-1024x393.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"event-bg8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"event-bg8-768x295.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"event-bg8-1536x590.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149, 52, '_wp_attached_file', '2022/05/event-bg9.jpg'),
(150, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:722;s:4:\"file\";s:21:\"2022/05/event-bg9.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"event-bg9-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"event-bg9-1024x377.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"event-bg9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"event-bg9-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"event-bg9-1536x565.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(151, 53, '_wp_attached_file', '2022/05/event-bg10.jpg'),
(152, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:622;s:4:\"file\";s:22:\"2022/05/event-bg10.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"event-bg10-300x95.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg10-1024x324.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg10-768x243.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg10-1536x487.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(153, 54, '_wp_attached_file', '2022/05/event-bg27.jpg'),
(154, 54, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:675;s:4:\"file\";s:22:\"2022/05/event-bg27.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg27-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg27-1024x352.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg27-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg27-1536x528.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(155, 55, '_wp_attached_file', '2022/05/event-bg11.jpg'),
(156, 55, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:655;s:4:\"file\";s:22:\"2022/05/event-bg11.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg11-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg11-1024x342.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg11-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg11-1536x513.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(157, 56, '_wp_attached_file', '2022/05/event-bg12.jpg'),
(158, 56, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:678;s:4:\"file\";s:22:\"2022/05/event-bg12.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg12-300x104.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg12-1024x354.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg12-768x265.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg12-1536x531.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159, 57, '_wp_attached_file', '2022/05/event-bg13.jpg'),
(160, 57, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:598;s:4:\"file\";s:22:\"2022/05/event-bg13.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"event-bg13-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg13-1024x312.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg13-768x234.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg13-1536x468.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(163, 7, 'wf_content_sec2', '<div class=\"inner\">\n<h1 style=\"margin-top: 50px;float: left;width: 650px\">Handhold size</h1>\n<p style=\"float: left;width: 450px\">Raydget SlimBox II redefine the desktop PC in minimalist design with compact integrated size , it can not only extremely portable in your hand, but also in your clutch to join cocktail party after work.</p>\n<p style=\"font-size: 18px;margin-top: 10px;float: left;width: 450px;margin-right: 510px\">L: 14.5cm W:7.7cm H:1.6cm</p>\n</div>\n'),
(165, 7, 'wf_content_sec3', '<p> </p>\n<div class=\"inner\">\n<h1 style=\"margin-top: 150px;float: right;width: 500px\">Light weight</h1>\n<p style=\"float: right;width: 500px\">Being with the light weight of 200g only, it reduces 90% weight from the general desktop with 5kg.</p>\n<p style=\"float: right;width: 500px\">It will might be easily lost in the bag or among the papers on your desk. Be careful !</p>\n</div>\n'),
(167, 7, 'wf_content_sec4', '<p> </p>\n<div class=\"inner\">\n<h1 style=\"margin-top: 30px\">Powerful brain: Intel CPU</h1>\n<p>Provided a wide range selection of Intel® processors from Atom to Haswell CPUs, satisfy your multiple demand on different application.</p>\n<p>It is not only powerful enough to run multiple applications simultaneously, but also make your work and entertainment more efficient.</p>\n<h1 style=\"margin-top: 100px\">Trusted OS: Windows</h1>\n<p>Most popular and well-known OS, Windows 7 32bit, are recommended.</p>\n</div>\n'),
(169, 7, 'wf_content_sec5', '<div class=\"inner\">\n<h1 style=\"margin-top: 60px\">It’s small, but has a lot to offer – cooling fan</h1>\n<p>A specially customized design to increase the cooling system and its fluency.<br />\nSolving the heating problem of core i series chip set.<br />\nNow we can support 4th generation core i7 intel processor within ultra small sized computer.\n</p></div>\n'),
(171, 7, 'wf_content_sec6', '<div class=\"inner\">\n<h1 style=\"margin-top: 250px;text-align: center\">Rapid boot up in seconds</h1>\n<p style=\"width: 960px;text-align: center\">Through the SSD adoption, it saves your time from booting up and data reading.</p>\n<h1 style=\"margin-top: 50px;text-align: center\">Saving power consumption</h1>\n<p style=\"width: 960px;text-align: center\">90% power consumption off than using general desktop</p>\n</div>\n'),
(173, 7, 'wf_content_sec7', '<div class=\"inner\">\n<h1 style=\"margin-top: 50px;width: 500px;float: right\">Designed to make SlimBox beautifully , including you</h1>\n<p style=\"width: 500px;float: right\">Raydget SlimBox II is designed with stylish exterior and durable structure, being attractive to all the eyes around you.</p>\n</div>\n'),
(175, 7, 'wf_content_sec8', '<p> </p>\n<div class=\"inner\">\n<h1 style=\"margin-top: 60px\">CT exclusive integrated technology</h1>\n<p>Communication Technology Ltd. has accumulated deep exclusive integrated technology in consumer and industrial product field from 1980s; it makes Raydget SlimBox an advanced mini PC for you.</p>\n</div>\n'),
(176, 12, '_edit_last', '1'),
(177, 12, '_wp_page_template', 'template_application.php'),
(180, 60, '_wp_attached_file', '2022/05/7_tw1.jpg'),
(181, 60, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:17:\"2022/05/7_tw1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"7_tw1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"7_tw1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"7_tw1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"7_tw1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"7_tw1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"7_tw1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(182, 61, '_wp_attached_file', '2022/05/8_en1.jpg'),
(183, 61, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:17:\"2022/05/8_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"8_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"8_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"8_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"8_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"8_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"8_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(186, 63, '_wp_attached_file', '2022/05/9_en1.jpg'),
(187, 63, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:17:\"2022/05/9_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"9_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"9_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"9_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"9_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"9_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"9_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(190, 65, '_wp_attached_file', '2022/05/10_en1.jpg'),
(191, 65, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2022/05/10_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"10_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"10_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"10_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"10_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"10_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"10_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(196, 69, '_wp_attached_file', '2022/05/9_en1-1.jpg'),
(197, 69, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:19:\"2022/05/9_en1-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"9_en1-1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"9_en1-1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"9_en1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"9_en1-1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"9_en1-1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"9_en1-1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(200, 71, '_wp_attached_file', '2022/05/11_en1.jpg'),
(201, 71, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2022/05/11_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"11_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"11_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"11_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"11_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"11_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"11_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(202, 72, '_wp_attached_file', '2022/05/12_en1.jpg'),
(203, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2022/05/12_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"12_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"12_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"12_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"12_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"12_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"12_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(204, 73, '_wp_attached_file', '2022/05/13_en1.jpg'),
(205, 73, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2022/05/13_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"13_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"13_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"13_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"13_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"13_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"13_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(206, 74, '_wp_attached_file', '2022/05/14_en1.jpg'),
(207, 74, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2022/05/14_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"14_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"14_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"14_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"14_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"14_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"14_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(208, 75, '_wp_attached_file', '2022/05/15_en1.jpg'),
(209, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2400;s:6:\"height\";i:1157;s:4:\"file\";s:18:\"2022/05/15_en1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"15_en1-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"15_en1-1024x494.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"15_en1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"15_en1-768x370.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"15_en1-1536x740.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"15_en1-2048x987.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:987;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(210, 66, '_edit_last', '1'),
(211, 66, '_edit_lock', '1652634885:1'),
(212, 76, '_edit_last', '1'),
(213, 76, '_edit_lock', '1652634903:1'),
(214, 76, '_thumbnail_id', '61'),
(215, 77, '_edit_last', '1'),
(216, 77, '_edit_lock', '1652634920:1'),
(217, 77, '_thumbnail_id', '63'),
(218, 78, '_edit_last', '1'),
(219, 78, '_edit_lock', '1652634943:1'),
(220, 78, '_thumbnail_id', '65'),
(221, 79, '_edit_last', '1'),
(222, 79, '_edit_lock', '1652634963:1'),
(223, 79, '_thumbnail_id', '71'),
(224, 81, '_edit_last', '1'),
(225, 81, '_edit_lock', '1652635324:1'),
(226, 81, '_thumbnail_id', '60'),
(227, 82, '_edit_last', '1'),
(228, 82, '_edit_lock', '1652635212:1'),
(229, 82, '_thumbnail_id', '61'),
(230, 83, '_edit_last', '1'),
(231, 83, '_edit_lock', '1652635229:1'),
(232, 83, '_thumbnail_id', '63'),
(233, 84, '_edit_last', '1'),
(234, 84, '_edit_lock', '1652635247:1'),
(235, 84, '_thumbnail_id', '65'),
(236, 85, '_edit_last', '1'),
(237, 85, '_edit_lock', '1652635297:1'),
(238, 85, '_thumbnail_id', '71'),
(239, 86, '_edit_last', '1'),
(240, 86, '_edit_lock', '1652635483:1'),
(241, 87, '_edit_last', '1'),
(242, 87, '_edit_lock', '1652635370:1'),
(243, 87, '_thumbnail_id', '72'),
(244, 88, '_edit_last', '1'),
(245, 88, '_edit_lock', '1652635387:1'),
(246, 88, '_thumbnail_id', '73'),
(247, 89, '_edit_last', '1'),
(248, 89, '_edit_lock', '1652635402:1'),
(249, 89, '_thumbnail_id', '74'),
(250, 90, '_edit_last', '1'),
(251, 90, '_edit_lock', '1652707594:1'),
(252, 90, '_thumbnail_id', '75'),
(253, 86, '_wp_trash_meta_status', 'draft'),
(254, 86, '_wp_trash_meta_time', '1652635580'),
(255, 86, '_wp_desired_post_slug', ''),
(256, 91, '_edit_last', '1'),
(257, 91, '_edit_lock', '1652868661:1'),
(258, 92, '_wp_attached_file', '2022/05/5.jpg'),
(259, 92, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:13:\"2022/05/5.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(260, 91, '_thumbnail_id', '92'),
(261, 93, '_edit_last', '1'),
(262, 93, '_edit_lock', '1652708452:1'),
(263, 94, '_wp_attached_file', '2022/05/6.jpg'),
(264, 94, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:886;s:6:\"height\";i:591;s:4:\"file\";s:13:\"2022/05/6.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(265, 93, '_thumbnail_id', '94'),
(266, 25, '_edit_last', '1'),
(267, 25, '_wp_page_template', 'template_news.php'),
(268, 29, '_edit_last', '1'),
(269, 29, '_wp_page_template', 'template_about.php'),
(270, 97, '_wp_attached_file', '2022/05/event-bg25.jpg'),
(271, 97, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1947;s:6:\"height\";i:688;s:4:\"file\";s:22:\"2022/05/event-bg25.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg25-300x106.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg25-1024x362.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg25-768x271.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg25-1536x543.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(272, 29, '_thumbnail_id', '97'),
(273, 27, '_edit_last', '1'),
(274, 27, '_wp_page_template', 'template_about.php'),
(275, 21, '_edit_last', '1'),
(276, 21, '_wp_page_template', 'template_features.php'),
(277, 98, '_wp_attached_file', '2022/05/event-bg36.jpg'),
(278, 98, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:1064;s:4:\"file\";s:22:\"2022/05/event-bg36.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg36-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg36-1024x555.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:555;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg36-768x416.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg36-1536x833.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(279, 99, '_wp_attached_file', '2022/05/event-bg37.jpg'),
(280, 99, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:1079;s:4:\"file\";s:22:\"2022/05/event-bg37.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg37-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg37-1024x563.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg37-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg37-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg37-1536x844.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:844;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(282, 21, 'wf_content_sec1', '<table class=\"model\" style=\"background:url(http://localhost/raydget/wp-content/uploads/2022/05/table.png)\" cellspacing=\"0\">\n<tbody>\n<tr>\n<td width=\"70\">Model</td>\n<td>|</td>\n<td>SlimBox III</td>\n</tr>\n<tr>\n<td>CPU</td>\n<td>|</td>\n<td>3rd Generation Intel® Core™ Processor<br />\ni7<br />\ni5<br />\ni3<br />\nCeleron</td>\n</tr>\n<tr>\n<td>Graphic</td>\n<td>|</td>\n<td>i7-3637U,i3-3227U - Intel® HD 4000 Graphics<br />\nCeleron™ 1037U - Intel® HD 2500 Graphics</td>\n</tr>\n<tr>\n<td>Memory</td>\n<td>|</td>\n<td>1x SO-DIMM<br />\n4Gb DDR3-1600<br />\n8Gb DDR3-1600</td>\n</tr>\n<tr>\n<td>Disk</td>\n<td>|</td>\n<td>mSATA SATA-III SSD<br />\n64Gb<br />\n128Gb</td>\n</tr>\n<tr>\n<td>Wireless</td>\n<td>|</td>\n<td>Intel® Centrino® Wireless<br />\n802.11 b/g/n BT4.0</td>\n</tr>\n<tr>\n<td>Ethernet</td>\n<td>|</td>\n<td>Realtek® RTL8111F Ethernet 10/100/1000 Mbps</td>\n</tr>\n<tr>\n<td>Audio</td>\n<td>|</td>\n<td>Intel® High Definition Audio<br />\nRealtek® ALC269Q</td>\n</tr>\n<tr>\n<td>I/O</td>\n<td>|</td>\n<td>1x DC Jack<br />\n1x HDMI (Type A)<br />\n1x RJ45<br />\n2x USB 3.0<br />\n1x Mic/Headphone Jack</td>\n</tr>\n<tr>\n<td>BIOS</td>\n<td>|</td>\n<td>AMI® Aptio™ BIOS</td>\n</tr>\n<tr>\n<td>Power Supply</td>\n<td>|</td>\n<td>DC 12V / 3.3A</td>\n</tr>\n<tr>\n<td>Dimension</td>\n<td>|</td>\n<td>151x77x20 mm</td>\n</tr>\n<tr>\n<td style=\"border: none\">Weight</td>\n<td style=\"border: none\">|</td>\n<td style=\"border: none\">~200 grams</td>\n</tr>\n</tbody>\n</table>\n'),
(284, 21, 'wf_content_sec2', '<table class=\"model\" style=\"background:url(http://localhost/raydget/wp-content/uploads/2022/05/table2.png)\" cellspacing=\"0\">\n<tbody>\n<tr>\n<td width=\"70\">Model</td>\n<td>|</td>\n<td>SlimBox IV</td>\n</tr>\n<tr>\n<td>CPU</td>\n<td>|</td>\n<td>4th Generation Intel® Core™ Processor<br />\ni7<br />\ni5<br />\ni3<br />\nCeleron</td>\n</tr>\n<tr>\n<td>Graphic</td>\n<td>|</td>\n<td>Intel® HD 4400 Graphics</td>\n</tr>\n<tr>\n<td>Memory</td>\n<td>|</td>\n<td>1x SO-DIMM<br />\n8Gb DDR3L-1600</td>\n</tr>\n<tr>\n<td>Disk</td>\n<td>|</td>\n<td>mSATA SATA-III SSD<br />\n64Gb<br />\n128Gb<br />\n256Gb</td>\n</tr>\n<tr>\n<td>Wireless</td>\n<td>|</td>\n<td>Intel® Centrino® Wireless<br />\n802.11 a/b/g/n BT4.0</td>\n</tr>\n<tr>\n<td>Ethernet</td>\n<td>|</td>\n<td>Realtek® RTL8111F Ethernet 10/100/1000 Mbps</td>\n</tr>\n<tr>\n<td>Audio</td>\n<td>|</td>\n<td>Intel® High Definition Audio<br />\nRealtek® ALC269Q</td>\n</tr>\n<tr>\n<td>I/O</td>\n<td>|</td>\n<td>1x DC Jack<br />\n1x mini HDMI (Type C)<br />\n1x RJ45<br />\n2x USB 3.0<br />\n1x Mic/Headphone Jack</td>\n</tr>\n<tr>\n<td>BIOS</td>\n<td>|</td>\n<td>AMI® Aptio™ BIOS</td>\n</tr>\n<tr>\n<td>Power Supply</td>\n<td>|</td>\n<td>DC 12V / 3.3A</td>\n</tr>\n<tr>\n<td>Dimension</td>\n<td>|</td>\n<td>145x77x16 mm</td>\n</tr>\n<tr>\n<td style=\"border: none\">Weight</td>\n<td style=\"border: none\">|</td>\n<td style=\"border: none\">~200 grams</td>\n</tr>\n</tbody>\n</table>\n'),
(287, 100, '_wp_attached_file', '2022/05/table.png'),
(288, 100, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5;s:6:\"height\";i:5;s:4:\"file\";s:17:\"2022/05/table.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(289, 101, '_wp_attached_file', '2022/05/table2.png'),
(290, 101, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5;s:6:\"height\";i:5;s:4:\"file\";s:18:\"2022/05/table2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(297, 102, '_wp_attached_file', '2022/05/event-bg14.jpg'),
(298, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:747;s:4:\"file\";s:22:\"2022/05/event-bg14.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg14-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg14-1024x390.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg14-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg14-1536x585.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(299, 103, '_wp_attached_file', '2022/05/event-bg15.jpg'),
(300, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:747;s:4:\"file\";s:22:\"2022/05/event-bg15.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg15-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg15-1024x390.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg15-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg15-1536x585.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(301, 104, '_wp_attached_file', '2022/05/event-bg16.jpg'),
(302, 104, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1961;s:6:\"height\";i:752;s:4:\"file\";s:22:\"2022/05/event-bg16.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg16-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg16-1024x393.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg16-768x295.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg16-1536x589.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(303, 105, '_wp_attached_file', '2022/05/event-bg17.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(304, 105, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:750;s:4:\"file\";s:22:\"2022/05/event-bg17.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg17-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg17-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg17-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg17-1536x587.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(305, 106, '_wp_attached_file', '2022/05/event-bg18.jpg'),
(306, 106, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1961;s:6:\"height\";i:748;s:4:\"file\";s:22:\"2022/05/event-bg18.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg18-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg18-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg18-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg18-1536x586.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(307, 107, '_wp_attached_file', '2022/05/event-bg19.jpg'),
(308, 107, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1961;s:6:\"height\";i:749;s:4:\"file\";s:22:\"2022/05/event-bg19.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg19-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg19-1024x391.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg19-768x293.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg19-1536x587.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(312, 21, 'wf_content_sec3', '<div class=\"inner\">\n<h1 style=\"margin-top: 50px;float: left;width: 650px\">Motherboard</h1>\n<p style=\"float: left;width: 450px\">The precision platform provides rich I/O capabilities and flexibility via high-bandwidth interfaces meticulously . Both RAM and SSD insertion are flexible for general users. The RAM selection is up to 8GB DDR3 and SSD is up to 256GB mSATA SATA-II, Solid State Drives (SSD) revive your computer with improved speed, performance and reliability over traditional hard drives. Running Microsoft Win 7 or Linux can be free selected by the using environment.</p>\n</div>\n'),
(314, 21, 'wf_content_sec4', '<div class=\"inner\">\n<h1 style=\"margin-top:150px;float:left;width:500px;color:#fff\">Intel® Centrino® Wireless</h1>\n<p style=\"float:left;width:500px;color:#fff\">Intel® Centrino® Wireless is the Discrete Wireless LAN (Wi-Fi) & Bluetooth (BT) combination product that supports Wi-Fi 802.11n in the 2.4GHz band. It operates on a 40MHz wide channel, reaching PHY rates of up to 150Mbps. It supports BT 3.0 standard, Bluetooth Low Energy (BLE), and BT 3.0 High Speed (HS). <br />\n Passing Intel® official Quality and Reliability Validation Test Rev1.0.\n </p>\n</p>\n</div>\n'),
(316, 21, 'wf_content_sec5', '<div class=\"inner\">\n<h1 style=\"margin-top: 30px;color: #fff\">Realtek RTL8111F Gigabit Ethernet Controller</h1>\n<p style=\"color: #fff\">The Realtek RTL8111F Gigabit Ethernet controller combines a triple-speed IEEE 802.3 compliant Media Access Controller (MAC) with a triple-speed<br />\nEthernet transceiver, PCI Express bus controller, and embedded memory. With state-of-the-art DSP technology and mixed-mode signal technology, the RTL8111F offers high-speed transmission over CAT 5 UTP cable or CAT 3 UTP (10Mbps only) cable.</p>\n</div>\n'),
(318, 21, 'wf_content_sec6', '<div class=\"inner\">\n<h1 style=\"margin-top:30px\">Intel® High Definition Audio</h1>\n<p style=\"width:500px\">More and more consumers are moving their computers into the<br />\nliving room or family room so they can enjoy digital music or<br />\nmovies throughout the house on state-of-the-art multi-channel<br />\naudio systems or big screen TVs.\n </p>\n<p style=\"width:500px\">Intel® High Definition Audio (Intel® HD Audio) is capable of<br />\nplaying back more channels at higher quality than previous<br />\nintegrated audio formats. In addition, Intel High Definition<br />\nAudio has the technology needed to support the latest and<br />\ngreatest audio content. </p>\n</p>\n</div>\n'),
(320, 21, 'wf_content_sec7', '<div class=\"inner\">\n<h1 style=\"margin-top: 50px;width: 500px;float: right\">SO-DIMM DDR3-1333</h1>\n<p style=\"width: 500px;float: right\">The new module uses the latest DDR3 memory module production process technology, with a 204-pin (unlike the 200-pin architecture used in DDR2 modules). The working voltage has been reduced from 1.8V with DDR2 to 1.5V, making for a 20% reduction in PC power consumption, helps PC to achieve outstanding performance and superior energy-saving characteristics.</p>\n</div>\n'),
(322, 21, 'wf_content_sec8', '<div class=\"inner\">\n<h1 style=\"margin-top: 60px\">mSATA SATA-II SSD</h1>\n<p>Only one third the size of a business card, mSATA (Mini-SATA) SSD is especially design for ultra-slim PC or where system space is constraint and it is embedded with a powerful controller which optimizes the flash memory management to maximize system reliability and performance.</p>\n<p>Serial ATA (Advanced Technology Attachment) (SATA) replaces the older transmission standard , reduced cable size and cost, native hot swapping, faster data transfer through higher signalling rates, and more efficient transfer through an (optional) I/O queuing protocol.</p>\n<p>Second generation SATA interfaces run with a native transfer rate of 3.0 Gbit/s</p>\n</div>\n'),
(323, 23, '_edit_last', '1'),
(324, 23, '_wp_page_template', 'template_slimboxseries.php'),
(325, 108, '_wp_attached_file', '2022/05/event-bg7.jpg'),
(326, 108, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:767;s:4:\"file\";s:21:\"2022/05/event-bg7.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"event-bg7-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"event-bg7-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"event-bg7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"event-bg7-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"event-bg7-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(328, 23, 'wf_content_sec1', '<h1 style=\"margin-top: 50px\">Slim Box II</h1>\n<p>Intel® Atom™ Processor</p>\n<p style=\"font-size: 18px;margin-top: 10px;float: left;width: 450px;margin-right: 510px\">designed to fit in your daily life</p>\n<p>Balance of power saving and performance at both ends, your best economic choice.</p>\n'),
(334, 109, '_wp_attached_file', '2022/05/event-bg30.jpg'),
(335, 109, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:773;s:4:\"file\";s:22:\"2022/05/event-bg30.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg30-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg30-1024x403.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg30-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg30-1536x605.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(336, 110, '_wp_attached_file', '2022/05/event-bg31.jpg'),
(337, 110, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:771;s:4:\"file\";s:22:\"2022/05/event-bg31.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg31-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg31-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg31-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg31-1536x603.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(338, 111, '_wp_attached_file', '2022/05/event-bg32.jpg'),
(339, 111, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:773;s:4:\"file\";s:22:\"2022/05/event-bg32.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg32-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg32-1024x403.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg32-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg32-1536x605.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(340, 112, '_wp_attached_file', '2022/05/event-bg33.jpg'),
(341, 112, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:767;s:4:\"file\";s:22:\"2022/05/event-bg33.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg33-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg33-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg33-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg33-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg33-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(342, 113, '_wp_attached_file', '2022/05/event-bg34.jpg'),
(343, 113, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:771;s:4:\"file\";s:22:\"2022/05/event-bg34.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg34-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg34-1024x402.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg34-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg34-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg34-1536x603.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:603;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(344, 114, '_wp_attached_file', '2022/05/event-bg35.jpg'),
(345, 114, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1963;s:6:\"height\";i:773;s:4:\"file\";s:22:\"2022/05/event-bg35.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"event-bg35-300x118.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"event-bg35-1024x403.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"event-bg35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"event-bg35-768x302.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:302;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"event-bg35-1536x605.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(353, 23, 'wf_home_bg_img1', '108'),
(354, 23, 'wf_home_bg_img2', '109'),
(355, 23, 'wf_content_sec2', '<h1 style=\"margin-top:50px;float:left;width:650px\">Slimbox III</h1>\n<p style=\"float:left;width:450px\">3rd Generation Intel® Core™ Processor</p>\n<p style=\"font-size:18px;margin-top:10px;float:left;width:450px;margin-right:510px\">Carved pattern conveys elegance and genius\n </p>\n<p style=\"float:left;width:450px\">Intel powerful core i series CPUs, and USB3.0 interface provide a wide range of applications.</p>\n'),
(356, 23, 'wf_home_bg_img3', '110'),
(357, 23, 'wf_content_sec3', '<h1 style=\"margin-top:150px;float:right;width:500px\">Slimbox IV</h1>\n<p style=\"float:right;width:500px\">4th Generation Intel® Core™ Processor\n </p>\n<p style=\"font-size:18px;float:right;width:500px\">incredible power handheld\n </p>\n<p style=\"float:right;width:500px\">An incredibly thin, impressively light, extraordinarily powerful PC.\n </p>\n'),
(358, 23, 'wf_home_bg_img4', '111'),
(359, 23, 'wf_content_sec4', '<h1 style=\"margin-top:50px;float:left;width:650px\">Coolbox IV</h1>\n<p style=\"float:left;width:450px\">4th Generation Intel® Core™ Processor</p>\n<p style=\"font-size:18px;margin-top:10px;float:left;width:450px;margin-right:510px\">A tough/ powerful solid can deal multiple challenges every single day\n </p>\n<p style=\"float:left;width:400px\">Intel Haswell series CPUs are competent for every heavy-loaded computing demand due to the very powerful specification we adopted. </p>\n'),
(360, 23, 'wf_home_bg_img5', '112'),
(361, 23, 'wf_content_sec5', '<h1 style=\"margin-top:50px;float:left;width:650px\">Sleeve Bag</h1>\n'),
(362, 23, 'wf_home_bg_img6', '113'),
(363, 23, 'wf_content_sec6', '<h1 style=\"margin-top:50px;float:left;width:650px\">power adapter</h1>\n'),
(364, 23, 'wf_home_bg_img7', '114'),
(365, 23, 'wf_content_sec7', '<br />\n<h1 style=\"margin-top:50px;float:left;width:650px;color:#fff\">Bracket</h1>\n'),
(366, 115, '_wp_attached_file', '2022/05/slide-design-1.jpg'),
(367, 115, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:26:\"2022/05/slide-design-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(368, 116, '_wp_attached_file', '2022/05/slide-design-2.jpg'),
(369, 116, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:26:\"2022/05/slide-design-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(370, 117, '_wp_attached_file', '2022/05/slide-design-3.jpg'),
(371, 117, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1200;s:4:\"file\";s:26:\"2022/05/slide-design-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(375, 118, '_wp_attached_file', '2022/05/slide-camera-1a.jpg'),
(376, 118, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:27:\"2022/05/slide-camera-1a.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(377, 119, '_wp_attached_file', '2022/05/slide-camera-2.jpg'),
(378, 119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:26:\"2022/05/slide-camera-2.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(379, 120, '_wp_attached_file', '2022/05/slide-camera-3.jpg'),
(380, 120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:26:\"2022/05/slide-camera-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(388, 12, 'wf_title_sec1f1', 'The key of effective working'),
(389, 12, 'wf_content_sec1f1', '<p>Small ─ 6inch pocket size increase the your working space.<br />\nLight ─ 200g help you moving and carrying convenient.<br />\nFast ─ Speedy boot up for you to have more efficiency.<br />\nSaving ─ Saving energy by intel mobile processor. </p>\n'),
(391, 12, 'wf_title_sec1f2', 'Convenient Comprehensive Connecting'),
(392, 12, 'wf_content_sec1f2', '<p>You can connect with USB/ Ethernet port or connect by wireless method with WiFi / Bluetooth to build your home entertainment or use other NAS、Printer devices, even connect a USB hub to make full compatible expansion.</p>\n'),
(394, 12, 'wf_title_sec1f3', 'The easiest way to make presentation '),
(395, 12, 'wf_content_sec1f3', '<p>Step 1, Boot up within 30 secs<br />\nStep 2, Connecting with projector<br />\nStep 3, Control SlimBox by your smartphone APP</p>\n'),
(397, 12, 'wf_title_sec2f1', 'Boot up everywhere Display any screen.'),
(398, 12, 'wf_content_sec2f1', '<p>Power bank support.</p>\n<p>It can get rid off the regular power supply, using 12V power bank to boot up Raydget,<br />\n With regular office work load, power bank with 10,000 mAh can last 3.5 hours, Wireless display on any android or iOS Tablets by using splash top software.</p>\n'),
(400, 12, 'wf_title_sec2f2', 'Various display option'),
(401, 12, 'wf_content_sec2f2', '<p>Connect with any kinds of display devices.<br />\n Portable Monitors<br />\n USB, HDMI monitor<br />\n Projectors<br />\n Tablets (iOS/ android)<br />\n Easily connect without any power outlet. <br />\n Uses your Raydget in everywhere with huge convenience.</p>\n'),
(403, 12, 'wf_title_sec2f3', 'The best choice for business trip.'),
(404, 12, 'wf_content_sec2f3', '<p>When you just about to start your long-term business trip,<br />\n in you limited space suitcase , SlimBox is your the best choice<br />\n as your personal PC, because it\'s so small and light!<br />\n You can use the TV in you hotel room as monitor,<br />\n and use your tablet or smartphone as keyboard and mouse/ remote control.</p>\n<p> Bringing your PC right away to party after work without extra loads.</p>\n'),
(405, 12, 'wf_title_sec3f1', 'Delight your life !'),
(406, 12, 'wf_content_sec3f1', '<p>SlimBox mini PC + WiDi TV + smart phone = Wireless Entertainment Hub</p>\n<p>Step 1, Booting up SlimBox mini PC , run WiDi and remote control software automatically<br />\nStep 2, Opening the WiDi function of TV or WiDi adapter , output the PC screen on TV.<br />\nStep 3, By using \"Unified Remote\" APP,<br />\nturning your smartphone into a wireless universal remote control for Windows</p>\n'),
(407, 12, 'wf_title_sec3f2', 'Manage your data'),
(408, 12, 'wf_content_sec3f2', '<p>Managing your data in hard disk and NAS, even in cloud, edit it on the program by your choice.</p>\n'),
(409, 12, 'wf_title_sec3f3', 'Powerful Engine of Game'),
(410, 12, 'wf_content_sec3f3', '<p>Adopt Intel integrated graphics HD 4000,<br />\nit enables fast speed computing,<br />\nand creates visual and audio user experience.</p>\n'),
(411, 25, '_wp_trash_meta_status', 'publish'),
(412, 25, '_wp_trash_meta_time', '1652869118'),
(413, 25, '_wp_desired_post_slug', 'news'),
(414, 121, '_edit_last', '1'),
(415, 121, '_edit_lock', '1652869045:1'),
(416, 121, '_wp_page_template', 'template_slimboxseries.php'),
(417, 124, '_edit_last', '1'),
(418, 124, '_edit_lock', '1652869066:1'),
(419, 124, '_wp_page_template', 'template_news.php'),
(420, 126, '_menu_item_type', 'post_type'),
(421, 126, '_menu_item_menu_item_parent', '0'),
(422, 126, '_menu_item_object_id', '124'),
(423, 126, '_menu_item_object', 'page'),
(424, 126, '_menu_item_target', ''),
(425, 126, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(426, 126, '_menu_item_xfn', ''),
(427, 126, '_menu_item_url', ''),
(429, 39, '_wp_old_date', '2022-05-14'),
(430, 37, '_wp_old_date', '2022-05-14'),
(431, 43, '_wp_old_date', '2022-05-14'),
(432, 42, '_wp_old_date', '2022-05-14'),
(433, 44, '_wp_old_date', '2022-05-14'),
(434, 36, '_wp_old_date', '2022-05-14'),
(435, 38, '_wp_old_date', '2022-05-14'),
(436, 127, '_wp_attached_file', '2022/05/slide-sound-1.jpg'),
(437, 127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:25:\"2022/05/slide-sound-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(438, 128, '_wp_attached_file', '2022/05/slide-sound-2-tw.jpg'),
(439, 128, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:28:\"2022/05/slide-sound-2-tw.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A300\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1410360823\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(440, 129, '_wp_attached_file', '2022/05/slide-sound-3-tw.jpg'),
(441, 129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:28:\"2022/05/slide-sound-3-tw.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(451, 31, '_edit_last', '1'),
(453, 31, '_wp_page_template', 'template_contact.php'),
(462, 7, 'wf_home_bg_img1', '50'),
(463, 7, 'wf_home_bg_img2', '51'),
(464, 7, 'wf_home_bg_img3', '52'),
(465, 7, 'wf_home_bg_img4', '53'),
(466, 7, 'wf_home_bg_img5', '54'),
(467, 7, 'wf_home_bg_img6', '55'),
(468, 7, 'wf_home_bg_img7', '56'),
(469, 7, 'wf_home_bg_img8', '57'),
(510, 21, 'wf_home_bg_img1', '98'),
(511, 21, 'wf_home_bg_img2', '99'),
(512, 21, 'wf_home_bg_img3', '102'),
(513, 21, 'wf_home_bg_img4', '103'),
(514, 21, 'wf_home_bg_img5', '104'),
(515, 21, 'wf_home_bg_img6', '105'),
(516, 21, 'wf_home_bg_img7', '106'),
(517, 21, 'wf_home_bg_img8', '107'),
(518, 12, 'wf_home_bg_s1img1', '115'),
(519, 12, 'wf_home_bg_s1img2', '116'),
(520, 12, 'wf_home_bg_s1img3', '117'),
(521, 12, 'wf_home_bg_s2img1', '118'),
(522, 12, 'wf_home_bg_s2img2', '119'),
(523, 12, 'wf_home_bg_s2img3', '120'),
(524, 12, 'wf_home_bg_s3img1', '127'),
(525, 12, 'wf_home_bg_s3img2', '128'),
(526, 12, 'wf_home_bg_s3img3', '129');
-- --------------------------------------------------------
--
-- Table structure for table `wp_posts`
--
CREATE TABLE `wp_posts` (
`ID` bigint(20) UNSIGNED NOT NULL,
`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 utf8mb4_unicode_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_ci 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 utf8mb4_unicode_ci NOT NULL,
`post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_posts`
--
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2022-05-13 14:01:52', '2022-05-13 14:01:52', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2022-05-13 14:01:52', '2022-05-13 14:01:52', '', 0, 'http://localhost/raydget/?p=1', 0, 'post', '', 1),
(2, 1, '2022-05-13 14:01:52', '2022-05-13 14:01:52', '<!-- wp:paragraph -->\n<p>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:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>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.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://localhost/raydget/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2022-05-13 14:01:52', '2022-05-13 14:01:52', '', 0, 'http://localhost/raydget/?page_id=2', 0, 'page', '', 0),
(3, 1, '2022-05-13 14:01:52', '2022-05-13 14:01:52', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://localhost/raydget.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>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.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>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.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>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.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>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.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>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.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>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.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>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.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2022-05-13 14:01:52', '2022-05-13 14:01:52', '', 0, 'http://localhost/raydget/?page_id=3', 0, 'page', '', 0),
(4, 1, '2022-05-13 14:02:49', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2022-05-13 14:02:49', '0000-00-00 00:00:00', '', 0, 'http://localhost/raydget/?p=4', 0, 'post', '', 0),
(5, 1, '2022-05-13 14:20:05', '2022-05-13 14:20:05', '', 'home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2022-05-13 14:25:37', '2022-05-13 14:25:37', '', 0, 'http://localhost/raydget/?page_id=5', 0, 'page', '', 0),
(6, 1, '2022-05-13 14:20:05', '2022-05-13 14:20:05', '', 'home', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2022-05-13 14:20:05', '2022-05-13 14:20:05', '', 5, 'http://localhost/raydget/?p=6', 0, 'revision', '', 0),
(7, 1, '2022-05-13 14:45:41', '2022-05-13 14:45:41', '', 'Features', '', 'publish', 'closed', 'closed', '', 'features', '', '', '2022-05-19 04:59:14', '2022-05-19 04:59:14', '', 0, 'http://localhost/raydget/?page_id=7', 0, 'page', '', 0),
(8, 1, '2022-05-13 14:45:41', '2022-05-13 14:45:41', '', 'Features', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2022-05-13 14:45:41', '2022-05-13 14:45:41', '', 7, 'http://localhost/raydget/?p=8', 0, 'revision', '', 0),
(9, 1, '2022-05-13 14:48:10', '2022-05-13 14:48:10', '', 'Application', '', 'trash', 'open', 'open', '', 'application__trashed', '', '', '2022-05-13 14:52:42', '2022-05-13 14:52:42', '', 0, 'http://localhost/raydget/?p=9', 0, 'post', '', 0),
(10, 1, '2022-05-13 14:48:10', '2022-05-13 14:48:10', '', 'Application', '', 'inherit', 'closed', 'closed', '', '9-revision-v1', '', '', '2022-05-13 14:48:10', '2022-05-13 14:48:10', '', 9, 'http://localhost/raydget/?p=10', 0, 'revision', '', 0),
(11, 1, '2022-05-13 14:51:07', '2022-05-13 14:51:07', '', 'specification', '', 'trash', 'open', 'open', '', 'specification-2__trashed', '', '', '2022-05-13 14:52:40', '2022-05-13 14:52:40', '', 0, 'http://localhost/raydget/?p=11', 0, 'post', '', 0),
(12, 1, '2022-05-13 14:49:18', '2022-05-13 14:49:18', '', 'Application', '', 'publish', 'closed', 'closed', '', 'application', '', '', '2022-05-19 06:36:05', '2022-05-19 06:36:05', '', 0, 'http://localhost/raydget/?page_id=12', 0, 'page', '', 0),
(13, 1, '2022-05-13 14:49:18', '2022-05-13 14:49:18', '', 'Application', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2022-05-13 14:49:18', '2022-05-13 14:49:18', '', 12, 'http://localhost/raydget/?p=13', 0, 'revision', '', 0),
(14, 1, '2022-05-13 14:49:34', '2022-05-13 14:49:34', '', 'Specification', '', 'trash', 'open', 'open', '', 'specification__trashed', '', '', '2022-05-13 14:52:41', '2022-05-13 14:52:41', '', 0, 'http://localhost/raydget/?p=14', 0, 'post', '', 0),
(15, 1, '2022-05-13 14:49:34', '2022-05-13 14:49:34', '', 'Specification', '', 'inherit', 'closed', 'closed', '', '14-revision-v1', '', '', '2022-05-13 14:49:34', '2022-05-13 14:49:34', '', 14, 'http://localhost/raydget/?p=15', 0, 'revision', '', 0),
(16, 1, '2022-05-13 14:51:07', '2022-05-13 14:51:07', '', 'specification', '', 'inherit', 'closed', 'closed', '', '11-revision-v1', '', '', '2022-05-13 14:51:07', '2022-05-13 14:51:07', '', 11, 'http://localhost/raydget/?p=16', 0, 'revision', '', 0),
(17, 1, '2022-05-13 14:51:43', '2022-05-13 14:51:43', '', 'slimbox series', '', 'trash', 'open', 'open', '', 'slimbox-series__trashed', '', '', '2022-05-13 14:52:39', '2022-05-13 14:52:39', '', 0, 'http://localhost/raydget/?p=17', 0, 'post', '', 0),
(18, 1, '2022-05-13 14:51:43', '2022-05-13 14:51:43', '', 'slimbox series', '', 'inherit', 'closed', 'closed', '', '17-revision-v1', '', '', '2022-05-13 14:51:43', '2022-05-13 14:51:43', '', 17, 'http://localhost/raydget/?p=18', 0, 'revision', '', 0),
(19, 1, '2022-05-13 14:52:09', '2022-05-13 14:52:09', '', 'news', '', 'trash', 'open', 'open', '', 'news__trashed', '', '', '2022-05-13 14:52:38', '2022-05-13 14:52:38', '', 0, 'http://localhost/raydget/?p=19', 0, 'post', '', 0),
(20, 1, '2022-05-13 14:52:09', '2022-05-13 14:52:09', '', 'news', '', 'inherit', 'closed', 'closed', '', '19-revision-v1', '', '', '2022-05-13 14:52:09', '2022-05-13 14:52:09', '', 19, 'http://localhost/raydget/?p=20', 0, 'revision', '', 0),
(21, 1, '2022-05-13 14:53:09', '2022-05-13 14:53:09', '', 'specification', '', 'publish', 'closed', 'closed', '', 'specification', '', '', '2022-05-19 06:24:02', '2022-05-19 06:24:02', '', 0, 'http://localhost/raydget/?page_id=21', 0, 'page', '', 0),
(22, 1, '2022-05-13 14:53:09', '2022-05-13 14:53:09', '', 'specification', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2022-05-13 14:53:09', '2022-05-13 14:53:09', '', 21, 'http://localhost/raydget/?p=22', 0, 'revision', '', 0),
(23, 1, '2022-05-13 14:53:29', '2022-05-13 14:53:29', '', 'slimbox series', '', 'publish', 'closed', 'closed', '', 'slimbox-series', '', '', '2022-05-16 15:43:14', '2022-05-16 15:43:14', '', 0, 'http://localhost/raydget/?page_id=23', 0, 'page', '', 0),
(24, 1, '2022-05-13 14:53:29', '2022-05-13 14:53:29', '', 'slimbox series', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2022-05-13 14:53:29', '2022-05-13 14:53:29', '', 23, 'http://localhost/raydget/?p=24', 0, 'revision', '', 0),
(25, 1, '2022-05-13 14:53:40', '2022-05-13 14:53:40', '', 'news', '', 'trash', 'closed', 'closed', '', 'news__trashed', '', '', '2022-05-18 10:18:38', '2022-05-18 10:18:38', '', 0, 'http://localhost/raydget/?page_id=25', 0, 'page', '', 0),
(26, 1, '2022-05-13 14:53:40', '2022-05-13 14:53:40', '', 'news', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2022-05-13 14:53:40', '2022-05-13 14:53:40', '', 25, 'http://localhost/raydget/?p=26', 0, 'revision', '', 0),
(27, 1, '2022-05-13 14:53:54', '2022-05-13 14:53:54', '', 'support', '', 'publish', 'closed', 'closed', '', 'support', '', '', '2022-05-16 14:04:27', '2022-05-16 14:04:27', '', 0, 'http://localhost/raydget/?page_id=27', 0, 'page', '', 0),
(28, 1, '2022-05-13 14:53:54', '2022-05-13 14:53:54', '', 'support', '', 'inherit', 'closed', 'closed', '', '27-revision-v1', '', '', '2022-05-13 14:53:54', '2022-05-13 14:53:54', '', 27, 'http://localhost/raydget/?p=28', 0, 'revision', '', 0),
(29, 1, '2022-05-13 14:54:08', '2022-05-13 14:54:08', ' <p><span style=\"font-size:14px\">Raydget creates a brand-new relationship between PC and people.</span></p>\r\n\r\n <p> </p>\r\n\r\n <p><span style=\"font-size:14px\">And it's only imagination that can limit us in thinking how many solutions Raydget can provide for business.</span></p>\r\n\r\n <p><span style=\"font-size:14px\">It totally changes the understanding of PC, the user's habits, increases PC applications, makes you free and mobile.</span><br />\r\n </p>\r\n\r\n <p><span style=\"font-size:14px\">It makes you to</span> <span style=\"font-size:24px\">Delight your life!</span></p>', 'about', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2022-05-16 13:55:08', '2022-05-16 13:55:08', '', 0, 'http://localhost/raydget/?page_id=29', 0, 'page', '', 0),
(30, 1, '2022-05-13 14:54:08', '2022-05-13 14:54:08', '', 'about', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2022-05-13 14:54:08', '2022-05-13 14:54:08', '', 29, 'http://localhost/raydget/?p=30', 0, 'revision', '', 0),
(31, 1, '2022-05-13 14:54:23', '2022-05-13 14:54:23', '', 'contactus', '', 'publish', 'closed', 'closed', '', 'contactus', '', '', '2022-05-19 04:42:02', '2022-05-19 04:42:02', '', 0, 'http://localhost/raydget/?page_id=31', 0, 'page', '', 0),
(32, 1, '2022-05-13 14:54:23', '2022-05-13 14:54:23', '', 'contactus', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2022-05-13 14:54:23', '2022-05-13 14:54:23', '', 31, 'http://localhost/raydget/?p=32', 0, 'revision', '', 0),
(33, 1, '2022-05-13 14:54:50', '2022-05-13 14:54:50', '', 'slimbox', '', 'trash', 'closed', 'closed', '', 'slimbox__trashed', '', '', '2022-05-14 14:01:25', '2022-05-14 14:01:25', '', 0, 'http://localhost/raydget/?page_id=33', 0, 'page', '', 0),
(34, 1, '2022-05-13 14:54:50', '2022-05-13 14:54:50', '', 'slimbox', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2022-05-13 14:54:50', '2022-05-13 14:54:50', '', 33, 'http://localhost/raydget/?p=34', 0, 'revision', '', 0),
(36, 1, '2022-05-19 03:33:16', '2022-05-14 13:45:17', ' ', '', '', 'publish', 'closed', 'closed', '', '36', '', '', '2022-05-19 03:33:16', '2022-05-19 03:33:16', '', 0, 'http://localhost/raydget/?p=36', 7, 'nav_menu_item', '', 0),
(37, 1, '2022-05-19 03:33:15', '2022-05-14 13:45:17', ' ', '', '', 'publish', 'closed', 'closed', '', '37', '', '', '2022-05-19 03:33:15', '2022-05-19 03:33:15', '', 0, 'http://localhost/raydget/?p=37', 2, 'nav_menu_item', '', 0),
(38, 1, '2022-05-19 03:33:17', '2022-05-14 13:45:18', ' ', '', '', 'publish', 'closed', 'closed', '', '38', '', '', '2022-05-19 03:33:17', '2022-05-19 03:33:17', '', 0, 'http://localhost/raydget/?p=38', 8, 'nav_menu_item', '', 0),
(39, 1, '2022-05-19 03:33:15', '2022-05-14 13:45:19', ' ', '', '', 'publish', 'closed', 'closed', '', '39', '', '', '2022-05-19 03:33:15', '2022-05-19 03:33:15', '', 0, 'http://localhost/raydget/?p=39', 1, 'nav_menu_item', '', 0),
(42, 1, '2022-05-19 03:33:15', '2022-05-14 13:45:20', ' ', '', '', 'publish', 'closed', 'closed', '', '42', '', '', '2022-05-19 03:33:15', '2022-05-19 03:33:15', '', 0, 'http://localhost/raydget/?p=42', 4, 'nav_menu_item', '', 0),
(43, 1, '2022-05-19 03:33:15', '2022-05-14 13:45:21', ' ', '', '', 'publish', 'closed', 'closed', '', '43', '', '', '2022-05-19 03:33:15', '2022-05-19 03:33:15', '', 0, 'http://localhost/raydget/?p=43', 3, 'nav_menu_item', '', 0),
(44, 1, '2022-05-19 03:33:16', '2022-05-14 14:02:00', ' ', '', '', 'publish', 'closed', 'closed', '', '44', '', '', '2022-05-19 03:33:16', '2022-05-19 03:33:16', '', 0, 'http://localhost/raydget/?p=44', 6, 'nav_menu_item', '', 0),
(45, 1, '2022-05-15 14:51:16', '2022-05-15 14:51:16', 'en_US', 'English', '', 'publish', 'closed', 'closed', '', 'english', '', '', '2022-05-15 15:04:15', '2022-05-15 15:04:15', '', 0, 'http://localhost/raydget/language_switcher/english/', 0, 'language_switcher', '', 0),
(46, 1, '2022-05-15 14:51:17', '2022-05-15 14:51:17', 'zh_TW', 'Chinese', '', 'publish', 'closed', 'closed', '', 'chinese', '', '', '2022-05-15 15:04:15', '2022-05-15 15:04:15', '', 0, 'http://localhost/raydget/language_switcher/chinese/', 0, 'language_switcher', '', 0),
(47, 1, '2022-05-15 14:51:17', '2022-05-15 14:51:17', 'current_language', 'Current Language', '', 'publish', 'closed', 'closed', '', 'current-language', '', '', '2022-05-15 15:04:15', '2022-05-15 15:04:15', '', 0, 'http://localhost/raydget/language_switcher/current-language/', 0, 'language_switcher', '', 0),
(48, 1, '2022-05-15 14:51:17', '2022-05-15 14:51:17', 'opposite_language', 'Opposite Language', '', 'publish', 'closed', 'closed', '', 'opposite-language', '', '', '2022-05-15 15:04:15', '2022-05-15 15:04:15', '', 0, 'http://localhost/raydget/language_switcher/opposite-language/', 0, 'language_switcher', '', 0),
(49, 1, '2022-05-15 15:01:59', '2022-05-15 15:01:59', '<!-- wp:paragraph -->\n<p>Raydget creates a brand-new relationship between PC and people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And it\'s only imagination that can limit us in thinking how many solutions Raydget can provide for business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It totally changes the understanding of PC, the user\'s habits, increases PC applications, makes you free and mobile.<br> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It makes you to Delight your life!</p>\n<!-- /wp:paragraph -->', 'about', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2022-05-15 15:01:59', '2022-05-15 15:01:59', '', 29, 'http://localhost/raydget/?p=49', 0, 'revision', '', 0),
(50, 1, '2022-05-15 15:54:08', '2022-05-15 15:54:08', '', 'event-bg39', '', 'inherit', 'open', 'closed', '', 'event-bg39', '', '', '2022-05-15 15:54:08', '2022-05-15 15:54:08', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg39.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2022-05-15 16:08:39', '2022-05-15 16:08:39', '', 'event-bg8', '', 'inherit', 'open', 'closed', '', 'event-bg8', '', '', '2022-05-15 16:08:39', '2022-05-15 16:08:39', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg8.jpg', 0, 'attachment', 'image/jpeg', 0),
(52, 1, '2022-05-15 16:09:02', '2022-05-15 16:09:02', '', 'event-bg9', '', 'inherit', 'open', 'closed', '', 'event-bg9', '', '', '2022-05-15 16:09:02', '2022-05-15 16:09:02', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg9.jpg', 0, 'attachment', 'image/jpeg', 0),
(53, 1, '2022-05-15 16:09:26', '2022-05-15 16:09:26', '', 'event-bg10', '', 'inherit', 'open', 'closed', '', 'event-bg10', '', '', '2022-05-15 16:09:26', '2022-05-15 16:09:26', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg10.jpg', 0, 'attachment', 'image/jpeg', 0),
(54, 1, '2022-05-15 16:09:43', '2022-05-15 16:09:43', '', 'event-bg27', '', 'inherit', 'open', 'closed', '', 'event-bg27', '', '', '2022-05-15 16:09:43', '2022-05-15 16:09:43', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg27.jpg', 0, 'attachment', 'image/jpeg', 0),
(55, 1, '2022-05-15 16:10:01', '2022-05-15 16:10:01', '', 'event-bg11', '', 'inherit', 'open', 'closed', '', 'event-bg11', '', '', '2022-05-15 16:10:01', '2022-05-15 16:10:01', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg11.jpg', 0, 'attachment', 'image/jpeg', 0),
(56, 1, '2022-05-15 16:10:14', '2022-05-15 16:10:14', '', 'event-bg12', '', 'inherit', 'open', 'closed', '', 'event-bg12', '', '', '2022-05-15 16:10:14', '2022-05-15 16:10:14', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg12.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2022-05-15 16:10:24', '2022-05-15 16:10:24', '', 'event-bg13', '', 'inherit', 'open', 'closed', '', 'event-bg13', '', '', '2022-05-15 16:10:24', '2022-05-15 16:10:24', '', 7, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg13.jpg', 0, 'attachment', 'image/jpeg', 0),
(58, 1, '2022-05-15 17:13:18', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'closed', '', '', '', '', '2022-05-15 17:13:18', '0000-00-00 00:00:00', '', 0, 'http://localhost/raydget/?post_type=service&p=58', 0, 'service', '', 0),
(60, 1, '2022-05-15 17:14:55', '2022-05-15 17:14:55', '', '7_tw1', '', 'inherit', 'open', 'closed', '', '7_tw1', '', '', '2022-05-15 17:14:55', '2022-05-15 17:14:55', '', 58, 'http://localhost/raydget/wp-content/uploads/2022/05/7_tw1.jpg', 0, 'attachment', 'image/jpeg', 0),
(61, 1, '2022-05-15 17:15:00', '2022-05-15 17:15:00', '', '8_en1', '', 'inherit', 'open', 'closed', '', '8_en1', '', '', '2022-05-15 17:15:00', '2022-05-15 17:15:00', '', 58, 'http://localhost/raydget/wp-content/uploads/2022/05/8_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(63, 1, '2022-05-15 17:15:08', '2022-05-15 17:15:08', '', '9_en1', '', 'inherit', 'open', 'closed', '', '9_en1', '', '', '2022-05-15 17:15:08', '2022-05-15 17:15:08', '', 58, 'http://localhost/raydget/wp-content/uploads/2022/05/9_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(65, 1, '2022-05-15 17:15:18', '2022-05-15 17:15:18', '', '10_en1', '', 'inherit', 'open', 'closed', '', '10_en1', '', '', '2022-05-15 17:15:18', '2022-05-15 17:15:18', '', 58, 'http://localhost/raydget/wp-content/uploads/2022/05/10_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(66, 1, '2022-05-15 17:15:19', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'closed', '', '', '', '', '2022-05-15 17:15:19', '0000-00-00 00:00:00', '', 0, 'http://localhost/raydget/?post_type=service&p=66', 0, 'service', '', 0),
(69, 1, '2022-05-15 17:15:49', '2022-05-15 17:15:49', '', '9_en1', '', 'inherit', 'open', 'closed', '', '9_en1-2', '', '', '2022-05-15 17:15:49', '2022-05-15 17:15:49', '', 66, 'http://localhost/raydget/wp-content/uploads/2022/05/9_en1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2022-05-15 17:15:59', '2022-05-15 17:15:59', '', '11_en1', '', 'inherit', 'open', 'closed', '', '11_en1', '', '', '2022-05-15 17:15:59', '2022-05-15 17:15:59', '', 66, 'http://localhost/raydget/wp-content/uploads/2022/05/11_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(72, 1, '2022-05-15 17:16:04', '2022-05-15 17:16:04', '', '12_en1', '', 'inherit', 'open', 'closed', '', '12_en1', '', '', '2022-05-15 17:16:04', '2022-05-15 17:16:04', '', 66, 'http://localhost/raydget/wp-content/uploads/2022/05/12_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2022-05-15 17:16:09', '2022-05-15 17:16:09', '', '13_en1', '', 'inherit', 'open', 'closed', '', '13_en1', '', '', '2022-05-15 17:16:09', '2022-05-15 17:16:09', '', 66, 'http://localhost/raydget/wp-content/uploads/2022/05/13_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(74, 1, '2022-05-15 17:16:14', '2022-05-15 17:16:14', '', '14_en1', '', 'inherit', 'open', 'closed', '', '14_en1', '', '', '2022-05-15 17:16:14', '2022-05-15 17:16:14', '', 66, 'http://localhost/raydget/wp-content/uploads/2022/05/14_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(75, 1, '2022-05-15 17:16:19', '2022-05-15 17:16:19', '', '15_en1', '', 'inherit', 'open', 'closed', '', '15_en1', '', '', '2022-05-15 17:16:19', '2022-05-15 17:16:19', '', 66, 'http://localhost/raydget/wp-content/uploads/2022/05/15_en1.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2022-05-15 17:17:23', '2022-05-15 17:17:23', '', 'slide2', '', 'publish', 'open', 'closed', '', 'slide2', '', '', '2022-05-15 17:17:23', '2022-05-15 17:17:23', '', 0, 'http://localhost/raydget/?post_type=service&p=76', 0, 'service', '', 0),
(77, 1, '2022-05-15 17:17:41', '2022-05-15 17:17:41', '', 'slide3', '', 'publish', 'open', 'closed', '', 'slide3', '', '', '2022-05-15 17:17:41', '2022-05-15 17:17:41', '', 0, 'http://localhost/raydget/?post_type=service&p=77', 0, 'service', '', 0),
(78, 1, '2022-05-15 17:18:04', '2022-05-15 17:18:04', '', 'slide4', '', 'publish', 'open', 'closed', '', 'slide4', '', '', '2022-05-15 17:18:04', '2022-05-15 17:18:04', '', 0, 'http://localhost/raydget/?post_type=service&p=78', 0, 'service', '', 0),
(79, 1, '2022-05-15 17:18:24', '2022-05-15 17:18:24', '', 'slide5', '', 'publish', 'open', 'closed', '', 'slide5', '', '', '2022-05-15 17:18:24', '2022-05-15 17:18:24', '', 0, 'http://localhost/raydget/?post_type=service&p=79', 0, 'service', '', 0),
(80, 1, '2022-05-15 17:18:37', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'closed', '', '', '', '', '2022-05-15 17:18:37', '0000-00-00 00:00:00', '', 0, 'http://localhost/raydget/?post_type=service&p=80', 0, 'service', '', 0),
(81, 1, '2022-05-15 17:22:19', '2022-05-15 17:22:19', '', 'slide1', '', 'publish', 'open', 'closed', '', 'slide1', '', '', '2022-05-15 17:22:19', '2022-05-15 17:22:19', '', 0, 'http://localhost/raydget/?post_type=slide&p=81', 0, 'slide', '', 0),
(82, 1, '2022-05-15 17:22:32', '2022-05-15 17:22:32', '', 'slide2', '', 'publish', 'open', 'closed', '', 'slide2', '', '', '2022-05-15 17:22:32', '2022-05-15 17:22:32', '', 0, 'http://localhost/raydget/?post_type=slide&p=82', 0, 'slide', '', 0),
(83, 1, '2022-05-15 17:22:48', '2022-05-15 17:22:48', '', 'slide3', '', 'publish', 'open', 'closed', '', 'slide3', '', '', '2022-05-15 17:22:48', '2022-05-15 17:22:48', '', 0, 'http://localhost/raydget/?post_type=slide&p=83', 0, 'slide', '', 0),
(84, 1, '2022-05-15 17:23:08', '2022-05-15 17:23:08', '', 'slide4', '', 'publish', 'open', 'closed', '', 'slide4', '', '', '2022-05-15 17:23:08', '2022-05-15 17:23:08', '', 0, 'http://localhost/raydget/?post_type=slide&p=84', 0, 'slide', '', 0),
(85, 1, '2022-05-15 17:23:26', '2022-05-15 17:23:26', '', 'slide5', '', 'publish', 'open', 'closed', '', 'slide5', '', '', '2022-05-15 17:23:26', '2022-05-15 17:23:26', '', 0, 'http://localhost/raydget/?post_type=slide&p=85', 0, 'slide', '', 0),
(86, 1, '2022-05-15 17:26:20', '2022-05-15 17:26:20', '', 'slide6', '', 'trash', 'open', 'closed', '', '__trashed', '', '', '2022-05-15 17:26:20', '2022-05-15 17:26:20', '', 0, 'http://localhost/raydget/?post_type=slide&p=86', 0, 'slide', '', 0),
(87, 1, '2022-05-15 17:25:10', '2022-05-15 17:25:10', '', 'slide6', '', 'publish', 'open', 'closed', '', 'slide6', '', '', '2022-05-15 17:25:10', '2022-05-15 17:25:10', '', 0, 'http://localhost/raydget/?post_type=slide&p=87', 0, 'slide', '', 0),
(88, 1, '2022-05-15 17:25:28', '2022-05-15 17:25:28', '', 'slide7', '', 'publish', 'open', 'closed', '', 'slide7', '', '', '2022-05-15 17:25:28', '2022-05-15 17:25:28', '', 0, 'http://localhost/raydget/?post_type=slide&p=88', 0, 'slide', '', 0),
(89, 1, '2022-05-15 17:25:43', '2022-05-15 17:25:43', '', 'slide8', '', 'publish', 'open', 'closed', '', 'slide8', '', '', '2022-05-15 17:25:43', '2022-05-15 17:25:43', '', 0, 'http://localhost/raydget/?post_type=slide&p=89', 0, 'slide', '', 0),
(90, 1, '2022-05-15 17:25:56', '2022-05-15 17:25:56', '', 'slide9', '', 'publish', 'open', 'closed', '', 'slide9', '', '', '2022-05-15 17:25:56', '2022-05-15 17:25:56', '', 0, 'http://localhost/raydget/?post_type=slide&p=90', 0, 'slide', '', 0),
(91, 1, '2022-05-16 13:29:49', '2022-05-16 13:29:49', ' <p>Living in the age of mobility technology, facing the new trend of BYOD(Bring your own device), we constantly need Window or Linux operating system for our daily basis, from precise work to home entertainment. Now what we need is a portable easily carry mini PC: Raydget SlimBox.</p>\r\n\r\n<p> </p>\r\n\r\n<p>Raydget has presented the new generation computer SlimBox mini PC with extremely light weighted also includes HDMI port, because there are many different sizes and types of display equipment around our daily life, such as TV in our living room, Projector in the conference room, and the HDMI monitor in the workplace, even can show and operate on any tablet with [Teamviewer] software. </p>\r\n\r\n<p> </p>\r\n\r\n<p>We can turn our android or iOS smart phone into a remote control or a keyboard with [Gmote] when presenting a presentation with clients, or watching movies after hard work at your home, Moreover, with intel’s advanced wireless technology and WiDi function, easily transfer computer’s screen to bigger size TV uninterrupted, allow you build your own wireless home entertainment hub.</p>\r\n\r\n<p> </p>\r\n\r\n<p>Raydget SlimBox mini PC compress a fully functional computer into a hand hold size and only with 1.6cm thickness, making the ideas of easily to carry, much lighter weight, and power saving, even put it into your pocket. An extremely portable and multi function, stylish exterior case, and showing the perfection, can attract all eyes around you. In addition, you would like to join a cocktail party after work with a small clutch.</p>\r\n\r\n<p> </p>\r\n\r\n<p>Powered by Intel® processors from Atom to Haswell CPU and rich I/O capabilities , we can connect with USB/ Ethernet/Speaker/HDMI port and build-in WiFi / Bluetooth function to use NAS、printer、speaker or other devices even connect a USB hub to make full compatible expansion as your own entertainment hub. 90% power consumption off than using general desktop. It also has option of SlimBox with various RAM and SSD.</p>\r\n\r\n<p> </p>\r\n\r\n<p>“Raydget” - a brand comes from Russia, have accumulated deep exclusive integrated technology from 1980s attempts to create a brand-new relationship between PC and people. Just like the slogan, “De” your weight become “Light” and “DeLight your life! ”.</p>\r\n\r\n<p> </p>\r\n\r\n<p>Raydget welcomes you to join our annual big event in 2014 Computex Taipei, Taiwan Nangang exhibition hall booth #M0504, experience the new generation mini PC and new PC lifestyle!For more information, please visit: www.Raydget.com.tw</p>\r\n', 'Raydget SlimBox mini PC─Extremely Portable and Multi Function', '', 'publish', 'open', 'closed', '', 'raydget-slimbox-mini-pc%e2%94%80extremely-portable-and-multi-function', '', '', '2022-05-18 10:13:23', '2022-05-18 10:13:23', '', 0, 'http://localhost/raydget/?post_type=news&p=91', 0, 'news', '', 0),
(92, 1, '2022-05-16 13:29:08', '2022-05-16 13:29:08', '', '5', '', 'inherit', 'open', 'closed', '', '5', '', '', '2022-05-16 13:29:08', '2022-05-16 13:29:08', '', 91, 'http://localhost/raydget/wp-content/uploads/2022/05/5.jpg', 0, 'attachment', 'image/jpeg', 0),
(93, 1, '2022-05-16 13:30:49', '2022-05-16 13:30:49', '\r\n <p>The computer brand from Russia, Raydget new release the mini PC, SlimBox V and PowerBox V adopt Intel 5th generation Intel® Core™ processor which is the latest 14 nm manufacturing process technology worldwide , code-name Broadwell, it with better performance and also achieve the best balance between power consumption and the radiating under the palm size.</p>\r\n\r\n<p> </p>\r\n\r\n<p>The new release PowerBox V redefined the Mini PC, which made differences from the other models of Raydget released before. It with the new redesigned thermal module, and the thinness only increased by 5mm to 21mm, the USB port from 2 increased to the 4 USB 3.0 ports , and the HDMI port also from 1 increased to 2. Beside the non-spacing mini size, in addition, it is also a compact portable and fully-functional PC workstation.</p>\r\n\r\n<p> </p>\r\n\r\n<p><strong>Raydget improve the efficiency of the commuters carry with PC</strong></p>\r\n\r\n<p> </p>\r\n\r\n<p>If you are the user needs to carry a PC from home between office, you can leave the 17-inch monitor, keyboard and mouse on your office desk, just put the Windows PC which size as a small-phone in your pocket.</p>\r\n\r\n<p> </p>\r\n\r\n<p>In home or meeting room, you can transmission the screen of PC desktop by using the Intel WiDi to the television or projector, and launch the App, your smart phone or tablet will become a virtual mouse and keyboard through the WiFi. PowerBox V have built-in 8G RAM and up to 1TB SSD, make the job and entertainment portable easily.</p>\r\n\r\n<p> </p>\r\n\r\n<p>Raydget SlimBox V and PowerBox V will be new release in 2015Computex, booth M1220.</p>\r\n\r\n<p>Welcome to visit our booth.</p>', 'Russia Raydget new release PowerBox : Mini PC with the latest 5th Generation Intel® Core™ Processors', '', 'publish', 'open', 'closed', '', 'russia-raydget-new-release-powerbox-mini-pc-with-the-latest-5th-generation-intel-core-processors', '', '', '2022-05-16 13:42:14', '2022-05-16 13:42:14', '', 0, 'http://localhost/raydget/?post_type=news&p=93', 0, 'news', '', 0),
(94, 1, '2022-05-16 13:30:14', '2022-05-16 13:30:14', '', '6', '', 'inherit', 'open', 'closed', '', '6', '', '', '2022-05-16 13:30:14', '2022-05-16 13:30:14', '', 93, 'http://localhost/raydget/wp-content/uploads/2022/05/6.jpg', 0, 'attachment', 'image/jpeg', 0),
(95, 1, '2022-05-16 13:48:01', '2022-05-16 13:48:01', '<!-- wp:paragraph -->\n<p>Raydget creates a brand-new relationship between PC and people.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And it\'s only imagination that can limit us in thinking how many solutions Raydget can provide for business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It totally changes the understanding of PC, the user\'s habits, increases PC applications, makes you free and mobile.<br /> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It makes you to Delight your life!</p>\n<!-- /wp:paragraph -->', 'about', '', 'inherit', 'closed', 'closed', '', '29-autosave-v1', '', '', '2022-05-16 13:48:01', '2022-05-16 13:48:01', '', 29, 'http://localhost/raydget/?p=95', 0, 'revision', '', 0),
(96, 1, '2022-05-16 13:54:12', '2022-05-16 13:54:12', ' <p><span style=\"font-size:14px\">Raydget creates a brand-new relationship between PC and people.</span></p>\r\n\r\n <p> </p>\r\n\r\n <p><span style=\"font-size:14px\">And it's only imagination that can limit us in thinking how many solutions Raydget can provide for business.</span></p>\r\n\r\n <p><span style=\"font-size:14px\">It totally changes the understanding of PC, the user's habits, increases PC applications, makes you free and mobile.</span><br />\r\n </p>\r\n\r\n <p><span style=\"font-size:14px\">It makes you to</span> <span style=\"font-size:24px\">Delight your life!</span></p>', 'about', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2022-05-16 13:54:12', '2022-05-16 13:54:12', '', 29, 'http://localhost/raydget/?p=96', 0, 'revision', '', 0),
(97, 1, '2022-05-16 13:54:54', '2022-05-16 13:54:54', '', 'event-bg25', '', 'inherit', 'open', 'closed', '', 'event-bg25', '', '', '2022-05-16 13:54:54', '2022-05-16 13:54:54', '', 29, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg25.jpg', 0, 'attachment', 'image/jpeg', 0),
(98, 1, '2022-05-16 14:10:18', '2022-05-16 14:10:18', '', 'event-bg36', '', 'inherit', 'open', 'closed', '', 'event-bg36', '', '', '2022-05-16 14:10:18', '2022-05-16 14:10:18', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg36.jpg', 0, 'attachment', 'image/jpeg', 0),
(99, 1, '2022-05-16 14:11:20', '2022-05-16 14:11:20', '', 'event-bg37', '', 'inherit', 'open', 'closed', '', 'event-bg37', '', '', '2022-05-16 14:11:20', '2022-05-16 14:11:20', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg37.jpg', 0, 'attachment', 'image/jpeg', 0),
(100, 1, '2022-05-16 14:15:08', '2022-05-16 14:15:08', '', 'table', '', 'inherit', 'open', 'closed', '', 'table', '', '', '2022-05-16 14:15:08', '2022-05-16 14:15:08', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/table.png', 0, 'attachment', 'image/png', 0),
(101, 1, '2022-05-16 14:15:22', '2022-05-16 14:15:22', '', 'table2', '', 'inherit', 'open', 'closed', '', 'table2', '', '', '2022-05-16 14:15:22', '2022-05-16 14:15:22', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/table2.png', 0, 'attachment', 'image/png', 0),
(102, 1, '2022-05-16 14:23:27', '2022-05-16 14:23:27', '', 'event-bg14', '', 'inherit', 'open', 'closed', '', 'event-bg14', '', '', '2022-05-16 14:23:27', '2022-05-16 14:23:27', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg14.jpg', 0, 'attachment', 'image/jpeg', 0),
(103, 1, '2022-05-16 14:24:14', '2022-05-16 14:24:14', '', 'event-bg15', '', 'inherit', 'open', 'closed', '', 'event-bg15', '', '', '2022-05-16 14:24:14', '2022-05-16 14:24:14', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg15.jpg', 0, 'attachment', 'image/jpeg', 0),
(104, 1, '2022-05-16 14:24:40', '2022-05-16 14:24:40', '', 'event-bg16', '', 'inherit', 'open', 'closed', '', 'event-bg16', '', '', '2022-05-16 14:24:40', '2022-05-16 14:24:40', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg16.jpg', 0, 'attachment', 'image/jpeg', 0),
(105, 1, '2022-05-16 14:25:04', '2022-05-16 14:25:04', '', 'event-bg17', '', 'inherit', 'open', 'closed', '', 'event-bg17', '', '', '2022-05-16 14:25:04', '2022-05-16 14:25:04', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg17.jpg', 0, 'attachment', 'image/jpeg', 0),
(106, 1, '2022-05-16 14:25:29', '2022-05-16 14:25:29', '', 'event-bg18', '', 'inherit', 'open', 'closed', '', 'event-bg18', '', '', '2022-05-16 14:25:29', '2022-05-16 14:25:29', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg18.jpg', 0, 'attachment', 'image/jpeg', 0),
(107, 1, '2022-05-16 14:25:48', '2022-05-16 14:25:48', '', 'event-bg19', '', 'inherit', 'open', 'closed', '', 'event-bg19', '', '', '2022-05-16 14:25:48', '2022-05-16 14:25:48', '', 21, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg19.jpg', 0, 'attachment', 'image/jpeg', 0),
(108, 1, '2022-05-16 14:38:23', '2022-05-16 14:38:23', '', 'event-bg7', '', 'inherit', 'open', 'closed', '', 'event-bg7', '', '', '2022-05-16 14:38:23', '2022-05-16 14:38:23', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg7.jpg', 0, 'attachment', 'image/jpeg', 0),
(109, 1, '2022-05-16 15:03:12', '2022-05-16 15:03:12', '', 'event-bg30', '', 'inherit', 'open', 'closed', '', 'event-bg30', '', '', '2022-05-16 15:03:12', '2022-05-16 15:03:12', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg30.jpg', 0, 'attachment', 'image/jpeg', 0),
(110, 1, '2022-05-16 15:03:36', '2022-05-16 15:03:36', '', 'event-bg31', '', 'inherit', 'open', 'closed', '', 'event-bg31', '', '', '2022-05-16 15:03:36', '2022-05-16 15:03:36', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg31.jpg', 0, 'attachment', 'image/jpeg', 0),
(111, 1, '2022-05-16 15:03:55', '2022-05-16 15:03:55', '', 'event-bg32', '', 'inherit', 'open', 'closed', '', 'event-bg32', '', '', '2022-05-16 15:03:55', '2022-05-16 15:03:55', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg32.jpg', 0, 'attachment', 'image/jpeg', 0),
(112, 1, '2022-05-16 15:04:07', '2022-05-16 15:04:07', '', 'event-bg33', '', 'inherit', 'open', 'closed', '', 'event-bg33', '', '', '2022-05-16 15:04:07', '2022-05-16 15:04:07', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg33.jpg', 0, 'attachment', 'image/jpeg', 0),
(113, 1, '2022-05-16 15:04:26', '2022-05-16 15:04:26', '', 'event-bg34', '', 'inherit', 'open', 'closed', '', 'event-bg34', '', '', '2022-05-16 15:04:26', '2022-05-16 15:04:26', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg34.jpg', 0, 'attachment', 'image/jpeg', 0),
(114, 1, '2022-05-16 15:04:36', '2022-05-16 15:04:36', '', 'event-bg35', '', 'inherit', 'open', 'closed', '', 'event-bg35', '', '', '2022-05-16 15:04:36', '2022-05-16 15:04:36', '', 23, 'http://localhost/raydget/wp-content/uploads/2022/05/event-bg35.jpg', 0, 'attachment', 'image/jpeg', 0),
(115, 1, '2022-05-18 07:50:09', '2022-05-18 07:50:09', '', 'slide-design-1', '', 'inherit', 'open', 'closed', '', 'slide-design-1', '', '', '2022-05-18 07:50:09', '2022-05-18 07:50:09', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-design-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(116, 1, '2022-05-18 07:50:22', '2022-05-18 07:50:22', '', 'slide-design-2', '', 'inherit', 'open', 'closed', '', 'slide-design-2', '', '', '2022-05-18 07:50:22', '2022-05-18 07:50:22', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-design-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(117, 1, '2022-05-18 07:50:32', '2022-05-18 07:50:32', '', 'slide-design-3', '', 'inherit', 'open', 'closed', '', 'slide-design-3', '', '', '2022-05-18 07:50:32', '2022-05-18 07:50:32', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-design-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(118, 1, '2022-05-18 07:57:35', '2022-05-18 07:57:35', '', 'slide-camera-1a', '', 'inherit', 'open', 'closed', '', 'slide-camera-1a', '', '', '2022-05-18 07:57:35', '2022-05-18 07:57:35', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-camera-1a.jpg', 0, 'attachment', 'image/jpeg', 0),
(119, 1, '2022-05-18 07:57:51', '2022-05-18 07:57:51', '', 'slide-camera-2', '', 'inherit', 'open', 'closed', '', 'slide-camera-2', '', '', '2022-05-18 07:57:51', '2022-05-18 07:57:51', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-camera-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(120, 1, '2022-05-18 07:58:06', '2022-05-18 07:58:06', '', 'slide-camera-3', '', 'inherit', 'open', 'closed', '', 'slide-camera-3', '', '', '2022-05-18 07:58:06', '2022-05-18 07:58:06', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-camera-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2022-05-18 10:18:49', '2022-05-18 10:18:49', '', 'article', '', 'publish', 'closed', 'closed', '', 'news', '', '', '2022-05-18 10:19:36', '2022-05-18 10:19:36', '', 0, 'http://localhost/raydget/?page_id=121', 0, 'page', '', 0),
(122, 1, '2022-05-18 10:18:49', '2022-05-18 10:18:49', '', 'news', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2022-05-18 10:18:49', '2022-05-18 10:18:49', '', 121, 'http://localhost/raydget/?p=122', 0, 'revision', '', 0),
(123, 1, '2022-05-18 10:19:07', '2022-05-18 10:19:07', '', 'article', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2022-05-18 10:19:07', '2022-05-18 10:19:07', '', 121, 'http://localhost/raydget/?p=123', 0, 'revision', '', 0),
(124, 1, '2022-05-18 10:20:08', '2022-05-18 10:20:08', '', 'article', '', 'publish', 'closed', 'closed', '', 'article', '', '', '2022-05-18 10:20:08', '2022-05-18 10:20:08', '', 0, 'http://localhost/raydget/?page_id=124', 0, 'page', '', 0),
(125, 1, '2022-05-18 10:20:08', '2022-05-18 10:20:08', '', 'article', '', 'inherit', 'closed', 'closed', '', '124-revision-v1', '', '', '2022-05-18 10:20:08', '2022-05-18 10:20:08', '', 124, 'http://localhost/raydget/?p=125', 0, 'revision', '', 0),
(126, 1, '2022-05-19 03:33:16', '2022-05-19 03:33:16', ' ', '', '', 'publish', 'closed', 'closed', '', '126', '', '', '2022-05-19 03:33:16', '2022-05-19 03:33:16', '', 0, 'http://localhost/raydget/?p=126', 5, 'nav_menu_item', '', 0),
(127, 1, '2022-05-19 04:16:57', '2022-05-19 04:16:57', '', 'slide-sound-1', '', 'inherit', 'open', 'closed', '', 'slide-sound-1', '', '', '2022-05-19 04:16:57', '2022-05-19 04:16:57', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-sound-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(128, 1, '2022-05-19 04:17:07', '2022-05-19 04:17:07', '', 'SONY DSC', 'SONY DSC', 'inherit', 'open', 'closed', '', 'sony-dsc', '', '', '2022-05-19 04:17:07', '2022-05-19 04:17:07', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-sound-2-tw.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2022-05-19 04:17:18', '2022-05-19 04:17:18', '', 'slide-sound-3-tw', '', 'inherit', 'open', 'closed', '', 'slide-sound-3-tw', '', '', '2022-05-19 04:17:18', '2022-05-19 04:17:18', '', 12, 'http://localhost/raydget/wp-content/uploads/2022/05/slide-sound-3-tw.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2022-05-19 04:34:41', '2022-05-19 04:34:41', '<p>Communication Technology Ltd.</p>\r\n\r\n<p>Address : 11F.,No.166, Jian 1st Rd.,Jhonghe Dist.,New Taipei City 23511,Taiwan, R.O.C</p>\r\n\r\n<p>Tel : 886-2-82262-688</p>\r\n\r\n<p>Fax : 886-2-82262-900</p>\r\n\r\n<p>E-mail : sales@ctcom.com.tw</p>', 'contactus', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2022-05-19 04:34:41', '2022-05-19 04:34:41', '', 31, 'http://localhost/raydget/?p=130', 0, 'revision', '', 0),
(131, 1, '2022-05-19 04:42:02', '2022-05-19 04:42:02', '', 'contactus', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2022-05-19 04:42:02', '2022-05-19 04:42:02', '', 31, 'http://localhost/raydget/?p=131', 0, 'revision', '', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_termmeta`
--
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `wp_terms`
--
CREATE TABLE `wp_terms` (
`term_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_terms`
--
INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'main menu', 'main-menu', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_relationships`
--
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_term_relationships`
--
INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(9, 1, 0),
(11, 1, 0),
(14, 1, 0),
(17, 1, 0),
(19, 1, 0),
(36, 2, 0),
(37, 2, 0),
(38, 2, 0),
(39, 2, 0),
(42, 2, 0),
(43, 2, 0),
(44, 2, 0),
(126, 2, 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_term_taxonomy`
--
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
`term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_term_taxonomy`
--
INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 8);
-- --------------------------------------------------------
--
-- Table structure for table `wp_trp_dictionary_en_us_zh_tw`
--
CREATE TABLE `wp_trp_dictionary_en_us_zh_tw` (
`id` bigint(20) NOT NULL,
`original` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`translated` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` int(20) DEFAULT 0,
`block_type` int(20) DEFAULT 0,
`original_id` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_trp_dictionary_en_us_zh_tw`
--
INSERT INTO `wp_trp_dictionary_en_us_zh_tw` (`id`, `original`, `translated`, `status`, `block_type`, `original_id`) VALUES
(1, 'English', '', 0, 0, 1),
(2, 'Features', '', 0, 0, 2),
(3, 'Application', '', 0, 0, 3),
(4, 'specification', '', 0, 0, 4),
(5, 'slimbox series', '', 0, 0, 5),
(6, 'news', '', 0, 0, 6),
(7, 'support', '', 0, 0, 7),
(8, 'about', '', 0, 0, 8),
(9, 'contactus', '', 0, 0, 9),
(10, '11F,No.166, Jian 1st Rd.,Jhonghe Dist. New Taipei City 23511, Taiwan\r\ncopyright@Communication Technology Ltd.', '', 0, 0, 10),
(11, 'http://localhost/raydget/wp-content/themes/raydget/imgs/logo.jpg', '', 0, 0, 11),
(12, 'imgs/footer3.jpg', '', 0, 0, 12),
(13, 'https://www.facebook.com/pages/Change-the-way-of-commuting-????/379705128762696', '', 0, 0, 13),
(14, 'Raydget creates a brand-new relationship between PC and people.', '', 0, 0, 14),
(15, 'And it’s only imagination that can limit us in thinking how many solutions Raydget can provide for business.', '', 0, 0, 15),
(16, 'It totally changes the understanding of PC, the user’s habits, increases PC applications, makes you free and mobile.', '', 0, 0, 16),
(17, 'It makes you to Delight your life!', '', 0, 0, 17);
-- --------------------------------------------------------
--
-- Table structure for table `wp_trp_dictionary_zh_tw_en_us`
--
CREATE TABLE `wp_trp_dictionary_zh_tw_en_us` (
`id` bigint(20) NOT NULL,
`original` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`translated` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` int(20) DEFAULT 0,
`block_type` int(20) DEFAULT 0,
`original_id` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_trp_dictionary_zh_tw_en_us`
--
INSERT INTO `wp_trp_dictionary_zh_tw_en_us` (`id`, `original`, `translated`, `status`, `block_type`, `original_id`) VALUES
(1, 'English', '', 0, 0, 1),
(2, 'Features', '', 0, 0, 2),
(3, 'Application', '', 0, 0, 3),
(4, 'specification', '', 0, 0, 4),
(5, 'slimbox series', '', 0, 0, 5),
(6, 'news', '', 0, 0, 6),
(7, 'support', '', 0, 0, 7),
(8, 'about', '', 0, 0, 8),
(9, 'contactus', '', 0, 0, 9),
(10, '11F,No.166, Jian 1st Rd.,Jhonghe Dist. New Taipei City 23511, Taiwan\r\ncopyright@Communication Technology Ltd.', '', 0, 0, 10),
(11, 'http://localhost/raydget/wp-content/themes/raydget/imgs/logo.jpg', '', 0, 0, 11),
(12, 'imgs/footer3.jpg', '', 0, 0, 12),
(13, 'https://www.facebook.com/pages/Change-the-way-of-commuting-????/379705128762696', '', 0, 0, 13);
-- --------------------------------------------------------
--
-- Table structure for table `wp_trp_gettext_en_us`
--
CREATE TABLE `wp_trp_gettext_en_us` (
`id` bigint(20) NOT NULL,
`original` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`translated` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`domain` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` int(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_trp_gettext_en_us`
--
INSERT INTO `wp_trp_gettext_en_us` (`id`, `original`, `translated`, `domain`, `status`) VALUES
(1, '\'tain\'t,\'twere,\'twas,\'tis,\'twill,\'til,\'bout,\'nuff,\'round,\'cause,\'em', '', 'default', 0),
(2, '’tain’t,’twere,’twas,’tis,’twill,’til,’bout,’nuff,’round,’cause,’em', '', 'default', 0),
(3, 'words', '', 'default', 0),
(4, 'Edit Profile', '', 'default', 0),
(5, 'Page not found', '', 'default', 0),
(6, 'Log Out', '', 'default', 0),
(7, 'Search', '', 'default', 0),
(8, 'Edit Profile', '', 'default', 0),
(9, 'Howdy, %s', '', 'default', 0),
(10, 'Log Out', '', 'default', 0),
(11, 'About WordPress', '', 'default', 0),
(12, 'Search', '', 'default', 0),
(13, 'WordPress.org', '', 'default', 0),
(14, 'Howdy, %s', '', 'default', 0),
(15, 'https://wordpress.org/', '', 'default', 0),
(16, 'About WordPress', '', 'default', 0),
(17, 'WordPress.org', '', 'default', 0),
(18, 'Documentation', '', 'default', 0),
(19, 'https://wordpress.org/', '', 'default', 0),
(20, 'https://wordpress.org/support/', '', 'default', 0),
(21, 'Documentation', '', 'default', 0),
(22, 'Support', '', 'default', 0),
(23, 'https://wordpress.org/support/', '', 'default', 0),
(24, 'https://wordpress.org/support/forums/', '', 'default', 0),
(25, 'Support', '', 'default', 0),
(26, 'Feedback', '', 'default', 0),
(27, 'https://wordpress.org/support/forums/', '', 'default', 0),
(28, 'https://wordpress.org/support/forum/requests-and-feedback', '', 'default', 0),
(29, 'Feedback', '', 'default', 0),
(30, 'Dashboard', '', 'default', 0),
(31, 'https://wordpress.org/support/forum/requests-and-feedback', '', 'default', 0),
(32, 'Themes', '', 'default', 0),
(33, 'Dashboard', '', 'default', 0),
(34, 'Menus', '', 'default', 0),
(35, 'Themes', '', 'default', 0),
(36, 'Customize', '', 'default', 0),
(37, 'Menus', '', 'default', 0),
(38, '%d Plugin Update', '', 'default', 0),
(39, '%d Plugin Update', '', 'default', 0),
(40, 'Customize', '', 'default', 0),
(41, '%d Theme Updates', '', 'default', 0),
(42, '%d Plugin Update', '', 'default', 0),
(43, '%d Theme Updates', '', 'default', 0),
(44, '%s Comments in moderation', '', 'default', 0),
(45, '%s Comments in moderation', '', 'default', 0),
(46, '%d Theme Updates', '', 'default', 0),
(47, 'User', '', 'default', 0),
(48, '%s Comments in moderation', '', 'default', 0),
(49, 'New', '', 'default', 0),
(50, 'User', '', 'default', 0),
(51, 'User', '', 'default', 0),
(52, 'Skip to toolbar', '', 'default', 0),
(53, 'New', '', 'default', 0),
(54, 'New', '', 'default', 0),
(55, 'Toolbar', '', 'default', 0),
(56, 'Skip to toolbar', '', 'default', 0),
(57, 'Skip to toolbar', '', 'default', 0),
(58, 'Toolbar', '', 'default', 0),
(59, 'Toolbar', '', 'default', 0),
(60, 'Continue reading %s', '', 'default', 0),
(61, '(more…)', '', 'default', 0),
(62, 'Error occurred on a non-protected endpoint.', '', 'default', 0),
(63, '%d Plugin Updates', '', 'default', 0),
(64, 'Translation Updates', '', 'default', 0);
-- --------------------------------------------------------
--
-- Table structure for table `wp_trp_gettext_zh_tw`
--
CREATE TABLE `wp_trp_gettext_zh_tw` (
`id` bigint(20) NOT NULL,
`original` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
`translated` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`domain` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`status` int(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_trp_gettext_zh_tw`
--
INSERT INTO `wp_trp_gettext_zh_tw` (`id`, `original`, `translated`, `domain`, `status`) VALUES
(1, '\'tain\'t,\'twere,\'twas,\'tis,\'twill,\'til,\'bout,\'nuff,\'round,\'cause,\'em', '', 'default', 0),
(2, '’tain’t,’twere,’twas,’tis,’twill,’til,’bout,’nuff,’round,’cause,’em', '', 'default', 0),
(3, 'words', 'characters_excluding_spaces', 'default', 2),
(4, 'Edit Profile', '編輯個人資料', 'default', 2),
(5, 'Log Out', '登出', 'default', 2),
(6, 'Search', '搜尋', 'default', 2),
(7, 'Howdy, %s', '你好,%s', 'default', 2),
(8, 'About WordPress', '關於 WordPress', 'default', 2),
(9, 'WordPress.org', 'WordPress.org 台灣繁體中文', 'default', 2),
(10, 'https://wordpress.org/', 'https://tw.wordpress.org/', 'default', 2),
(11, 'Documentation', '線上說明', 'default', 2),
(12, 'https://wordpress.org/support/', '', 'default', 0),
(13, 'Support', '技術支援', 'default', 2),
(14, 'https://wordpress.org/support/forums/', '', 'default', 0),
(15, 'Feedback', '意見反應', 'default', 2),
(16, 'https://wordpress.org/support/forum/requests-and-feedback', '', 'default', 0),
(17, 'Dashboard', '控制台', 'default', 2),
(18, 'Themes', '佈景主題', 'default', 2),
(19, 'Menus', '選單', 'default', 2),
(20, 'Customize', '自訂', 'default', 2),
(21, '%d Plugin Update', '%d 個外掛更新', 'default', 2),
(22, '%d Theme Updates', '%d 個佈景主題更新', 'default', 2),
(23, '%s Comments in moderation', '%s 則待審閱留言', 'default', 2),
(24, 'User', '使用者', 'default', 2),
(25, 'New', '新增項目', 'default', 2),
(26, 'Skip to toolbar', '跳至工具列', 'default', 2),
(27, 'Toolbar', '工具列', 'default', 2),
(28, 'Page not found', '找不到符合條件的頁面', 'default', 2),
(29, 'Continue reading %s', '閱讀全文 %s', 'default', 2),
(30, '(more…)', '(閱讀全文...)', 'default', 2),
(31, '%d Plugin Updates', '%d 個外掛更新', 'default', 2),
(32, 'Translation Updates', '語言套件更新', 'default', 2);
-- --------------------------------------------------------
--
-- Table structure for table `wp_trp_original_meta`
--
CREATE TABLE `wp_trp_original_meta` (
`meta_id` bigint(20) NOT NULL,
`original_id` bigint(20) NOT NULL,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_trp_original_meta`
--
INSERT INTO `wp_trp_original_meta` (`meta_id`, `original_id`, `meta_key`, `meta_value`) VALUES
(1, 14, 'post_parent_id', '29'),
(2, 15, 'post_parent_id', '29'),
(3, 16, 'post_parent_id', '29'),
(4, 17, 'post_parent_id', '29');
-- --------------------------------------------------------
--
-- Table structure for table `wp_trp_original_strings`
--
CREATE TABLE `wp_trp_original_strings` (
`id` bigint(20) NOT NULL,
`original` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_trp_original_strings`
--
INSERT INTO `wp_trp_original_strings` (`id`, `original`) VALUES
(1, 'English'),
(2, 'Features'),
(3, 'Application'),
(4, 'specification'),
(5, 'slimbox series'),
(6, 'news'),
(7, 'support'),
(8, 'about'),
(9, 'contactus'),
(10, '11F,No.166, Jian 1st Rd.,Jhonghe Dist. New Taipei City 23511, Taiwan\r\ncopyright@Communication Technology Ltd.'),
(11, 'http://localhost/raydget/wp-content/themes/raydget/imgs/logo.jpg'),
(12, 'imgs/footer3.jpg'),
(13, 'https://www.facebook.com/pages/Change-the-way-of-commuting-????/379705128762696'),
(14, 'Raydget creates a brand-new relationship between PC and people.'),
(15, 'And it’s only imagination that can limit us in thinking how many solutions Raydget can provide for business.'),
(16, 'It totally changes the understanding of PC, the user’s habits, increases PC applications, makes you free and mobile.'),
(17, 'It makes you to Delight your life!');
-- --------------------------------------------------------
--
-- Table structure for table `wp_usermeta`
--
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) UNSIGNED NOT NULL,
`user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
`meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_usermeta`
--
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(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, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:\"669c29963765456018bbaf16d0c764d8b1fe8c6e7158cf32714e48c6075b1483\";a:4:{s:10:\"expiration\";i:1653029549;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36\";s:5:\"login\";i:1652856749;}s:64:\"aa6b1562c7f04400cef7f5e84cdeaaf34acd85dc1a2e56df286e51277c3f1483\";a:4:{s:10:\"expiration\";i:1653103950;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36\";s:5:\"login\";i:1652931150;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '4'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),
(19, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:\"add-post_tag\";}'),
(21, 1, 'nav_menu_recently_edited', '2'),
(22, 1, 'wp_user-settings', 'hidetb=1&libraryContent=browse&editor=html'),
(23, 1, 'wp_user-settings-time', '1652936351');
-- --------------------------------------------------------
--
-- Table structure for table `wp_users`
--
CREATE TABLE `wp_users` (
`ID` bigint(20) UNSIGNED NOT NULL,
`user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `wp_users`
--
INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BiotBHubyu/NlVuWe0zVyxk8LmD9A20', 'admin', 'ipm@gmail.com', 'http://localhost/raydget', '2022-05-13 14:01:49', '', 0, 'admin');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `comment_id` (`comment_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
ADD PRIMARY KEY (`comment_ID`),
ADD KEY `comment_post_ID` (`comment_post_ID`),
ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
ADD KEY `comment_date_gmt` (`comment_date_gmt`),
ADD KEY `comment_parent` (`comment_parent`),
ADD KEY `comment_author_email` (`comment_author_email`(10));
--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
ADD PRIMARY KEY (`link_id`),
ADD KEY `link_visible` (`link_visible`);
--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
ADD PRIMARY KEY (`option_id`),
ADD UNIQUE KEY `option_name` (`option_name`),
ADD KEY `autoload` (`autoload`);
--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `post_id` (`post_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
ADD PRIMARY KEY (`ID`),
ADD KEY `post_name` (`post_name`(191)),
ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
ADD KEY `post_parent` (`post_parent`),
ADD KEY `post_author` (`post_author`);
--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
ADD PRIMARY KEY (`meta_id`),
ADD KEY `term_id` (`term_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
ADD PRIMARY KEY (`term_id`),
ADD KEY `slug` (`slug`(191)),
ADD KEY `name` (`name`(191));
--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);
--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
ADD PRIMARY KEY (`term_taxonomy_id`),
ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
ADD KEY `taxonomy` (`taxonomy`);
--
-- Indexes for table `wp_trp_dictionary_en_us_zh_tw`
--
ALTER TABLE `wp_trp_dictionary_en_us_zh_tw`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id` (`id`),
ADD KEY `index_name` (`original`(100));
ALTER TABLE `wp_trp_dictionary_en_us_zh_tw` ADD FULLTEXT KEY `original_fulltext` (`original`);
--
-- Indexes for table `wp_trp_dictionary_zh_tw_en_us`
--
ALTER TABLE `wp_trp_dictionary_zh_tw_en_us`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id` (`id`),
ADD KEY `index_name` (`original`(100));
ALTER TABLE `wp_trp_dictionary_zh_tw_en_us` ADD FULLTEXT KEY `original_fulltext` (`original`);
--
-- Indexes for table `wp_trp_gettext_en_us`
--
ALTER TABLE `wp_trp_gettext_en_us`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id` (`id`),
ADD KEY `index_name` (`original`(100));
ALTER TABLE `wp_trp_gettext_en_us` ADD FULLTEXT KEY `original_fulltext` (`original`);
--
-- Indexes for table `wp_trp_gettext_zh_tw`
--
ALTER TABLE `wp_trp_gettext_zh_tw`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `id` (`id`),
ADD KEY `index_name` (`original`(100));
ALTER TABLE `wp_trp_gettext_zh_tw` ADD FULLTEXT KEY `original_fulltext` (`original`);
--
-- Indexes for table `wp_trp_original_meta`
--
ALTER TABLE `wp_trp_original_meta`
ADD PRIMARY KEY (`meta_id`),
ADD UNIQUE KEY `meta_id` (`meta_id`),
ADD KEY `index_original_id` (`original_id`),
ADD KEY `meta_key` (`meta_key`);
--
-- Indexes for table `wp_trp_original_strings`
--
ALTER TABLE `wp_trp_original_strings`
ADD PRIMARY KEY (`id`),
ADD KEY `index_original` (`original`(100));
--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
ADD PRIMARY KEY (`umeta_id`),
ADD KEY `user_id` (`user_id`),
ADD KEY `meta_key` (`meta_key`(191));
--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
ADD PRIMARY KEY (`ID`),
ADD KEY `user_login_key` (`user_login`),
ADD KEY `user_nicename` (`user_nicename`),
ADD KEY `user_email` (`user_email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=638;
--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=527;
--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=132;
--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `wp_trp_dictionary_en_us_zh_tw`
--
ALTER TABLE `wp_trp_dictionary_en_us_zh_tw`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `wp_trp_dictionary_zh_tw_en_us`
--
ALTER TABLE `wp_trp_dictionary_zh_tw_en_us`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `wp_trp_gettext_en_us`
--
ALTER TABLE `wp_trp_gettext_en_us`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;
--
-- AUTO_INCREMENT for table `wp_trp_gettext_zh_tw`
--
ALTER TABLE `wp_trp_gettext_zh_tw`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;
--
-- AUTO_INCREMENT for table `wp_trp_original_meta`
--
ALTER TABLE `wp_trp_original_meta`
MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `wp_trp_original_strings`
--
ALTER TABLE `wp_trp_original_strings`
MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;
--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24;
--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!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 */;