ارور در استخراج دیتابیس

سوال

با سلام!

من وقتی سایتم رو تعویض هاست زدم مجبور شدم دیتابیس رو جابه جا کنم اما بعد از وارد کردن فایل این ارور میده

---- Database: `word`---- ------------------------------------------------------------ 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

کد موجود در فایل هم اینه

-- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Oct 21, 2020 at 06:30 PM
-- Server version: 10.4.11-MariaDB
-- PHP Version: 7.4.6

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: `word`
--

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

--
-- 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_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, 'یک نویسندهٔ دیدگاه در وردپرس', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-09-12 12:03:00', '2020-09-12 08:33:00', 'سلام، این یک دیدگاه است.nبرای شروع مدیریت، ویرایش و پاک کردن دیدگاه‌ها، لطفا بخش دیدگاه‌ها در پیشخوان را ببینید.nتصاویر نویسندگان دیدگاه از <a href="https://gravatar.com">Gravatar</a> گرفته می‌شود.', 0, '1', '', '', 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', 'yes'),
(2, 'home', 'http://localhost', 'yes'),
(3, 'blogname', 'بلندر ساپورت', 'yes'),
(4, 'blogdescription', 'یک سایت دیگر با وردپرس فارسی', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'blender.m.r.titan@gmail.com', 'yes'),
(7, 'start_of_week', '6', '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', '', 'yes'),
(29, 'rewrite_rules', '', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:0:{}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '+3.5', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:53:"C:\xampp\htdocs/wp-content/themes/ask-me/question.php";i:2;s:68:"C:\xampp\htdocs/wp-content/themes/ask-me/template-questions_bump.php";i:3;s:50:"C:\xampp\htdocs/wp-content/themes/ask-me/style.css";i:4;s:61:"C:\xampp\htdocs/wp-content/themes/ask-me/languages/index.html";i:5;s:61:"C:\xampp\htdocs/wp-content/themes/ask-me/template-login-2.php";}', 'no'),
(40, 'template', 'ask-me', 'yes'),
(41, 'stylesheet', 'ask-me', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '45805', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, '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'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '81', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'wp_page_for_privacy_policy', '3', 'yes'),
(92, 'show_comments_cookies_opt_in', '1', 'yes'),
(93, 'admin_email_lifespan', '1615451571', 'yes'),
(94, 'initial_db_version', '45805', 'yes'),
(95, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:61:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(96, 'fresh_site', '0', 'yes'),
(97, 'WPLANG', 'fa_IR', 'yes'),
(98, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, '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'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:6:{s:19:"wp_inactive_widgets";a:3:{i:0;s:14:"stats-widget-2";i:1;s:29:"questions_categories-widget-2";i:2;s:16:"profile-widget-3";}s:15:"sidebar_default";a:3:{i:0;s:14:"login-widget-2";i:1;s:14:"stats-widget-3";i:2;s:29:"questions_categories-widget-3";}s:17:"footer_1c_sidebar";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}s:17:"footer_2c_sidebar";a:0:{}s:17:"footer_3c_sidebar";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(104, 'cron', 'a:7:{i:1603297984;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:1603312384;a:3:{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;}}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:1603355582;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:1603355605;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:1603355606;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:1603355608;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(105, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(115, 'recovery_keys', 'a:0:{}', 'yes'),
(117, 'theme_mods_twentytwenty', 'a:3:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1600160772;s:4:"data";a:3:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:1:{i:0;s:8:"search-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'),
(125, 'can_compress_scripts', '1', 'no'),
(126, 'current_theme', 'Ask me', 'yes'),
(127, 'theme_mods_ask-me', '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:1600160582;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:3:{i:0;s:10:"archives-2";i:1;s:12:"categories-2";i:2;s:6:"meta-2";}s:15:"sidebar_default";a:4:{i:0;s:8:"search-2";i:1;s:14:"stats-widget-2";i:2;s:16:"profile-widget-3";i:3;s:29:"questions_categories-widget-2";}s:17:"footer_1c_sidebar";a:0:{}s:17:"footer_2c_sidebar";a:0:{}s:17:"footer_3c_sidebar";a:0:{}s:17:"footer_4c_sidebar";a:0:{}}}}', 'yes'),
(128, 'theme_switched', '', 'yes'),
(129, 'widget_stats-widget', 'a:3:{i:2;a:1:{s:5:"title";s:8:"آمار";}i:3;a:1:{s:5:"title";s:8:"آمار";}s:12:"_multiwidget";i:1;}', 'yes'),
(130, 'widget_signup-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(131, 'widget_questions_categories-widget', 'a:3:{i:2;a:3:{s:5:"title";s:33:"‎دسته بندی سوالات";s:16:"questions_counts";s:2:"on";s:10:"show_child";N;}i:3;a:3:{s:5:"title";s:17:"دسته بندی";s:16:"questions_counts";s:2:"on";s:10:"show_child";N;}s:12:"_multiwidget";i:1;}', 'yes'),
(132, 'widget_counter-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(133, 'widget_contact-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(134, 'widget_login-widget', 'a:2:{i:2;a:3:{s:5:"title";s:14:"پروفایل";s:9:"not_login";N;s:20:"register_like_button";N;}s:12:"_multiwidget";i:1;}', 'yes'),
(135, 'widget_profile-widget', 'a:2:{i:3;a:1:{s:5:"title";s:17:"‎پروفایل";}s:12:"_multiwidget";i:1;}', 'yes'),
(136, 'widget_highest-points-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(137, 'widget_questions-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(138, 'widget_twitter_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(139, 'widget_flickr-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(140, 'widget_video-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(141, 'widget_subscribe-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(142, 'widget_comments-post-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(143, 'widget_ask-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(144, 'widget_tabs-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(145, 'widget_adv120x600-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(146, 'widget_adv234x60-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(147, 'widget_adv250x250-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(148, 'widget_adv120x240-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(149, 'widget_adv125x125-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(150, 'vpanel_ask_me', 'a:540:{s:15:"active_lightbox";s:1:"1";s:12:"go_up_button";s:1:"1";s:10:"ask_button";s:1:"1";s:17:"top_bar_wordpress";s:1:"1";s:26:"redirect_wp_admin_unlogged";b:0;s:17:"redirect_wp_admin";s:1:"1";s:6:"loader";s:1:"1";s:10:"nicescroll";s:1:"1";s:11:"date_format";s:6:"F j, Y";s:9:"head_code";s:0:"";s:11:"footer_code";s:0:"";s:10:"custom_css";s:0:"";s:10:"seo_active";s:1:"1";s:12:"the_keywords";s:0:"";s:14:"fb_share_image";s:0:"";s:10:"login_logo";s:0:"";s:17:"login_logo_height";s:1:"0";s:16:"login_logo_width";s:1:"0";s:7:"favicon";s:0:"";s:11:"iphone_icon";s:0:"";s:18:"iphone_icon_retina";s:0:"";s:9:"ipad_icon";s:0:"";s:16:"ipad_icon_retina";s:0:"";s:11:"login_panel";s:1:"1";s:14:"top_panel_skin";s:10:"panel_dark";s:15:"side_panel_skin";s:4:"dark";s:8:"top_menu";s:1:"1";s:17:"top_header_layout";s:2:"2c";s:13:"logo_position";s:9:"left_logo";s:11:"header_skin";s:11:"header_dark";s:12:"header_fixed";s:1:"1";s:13:"header_search";s:1:"1";s:20:"header_notifications";s:1:"1";s:20:"notifications_number";s:1:"5";s:12:"logo_display";s:13:"display_title";s:8:"logo_img";s:57:"http://localhost/wp-content/themes/ask-me/images/logo.png";s:11:"retina_logo";s:60:"http://localhost/wp-content/themes/ask-me/images/logo-2x.png";s:11:"logo_height";s:2:"57";s:10:"logo_width";s:3:"146";s:11:"breadcrumbs";s:1:"1";s:21:"breadcrumbs_separator";s:1:"/";s:10:"big_search";s:1:"1";s:15:"big_search_work";s:9:"all_pages";s:9:"big_video";b:0;s:14:"big_video_work";s:9:"all_pages";s:12:"video_height";s:3:"500";s:10:"video_type";s:7:"youtube";s:8:"video_id";s:0:"";s:12:"custom_embed";s:0:"";s:11:"video_image";s:0:"";s:9:"video_mp4";s:0:"";s:9:"video_m4v";s:0:"";s:10:"video_webm";s:0:"";s:9:"video_ogv";s:0:"";s:9:"video_wmv";s:0:"";s:9:"video_flv";s:0:"";s:11:"mobile_menu";s:4:"dark";s:15:"top_menu_mobile";s:1:"1";s:20:"mobile_notifications";s:1:"1";s:16:"main_menu_mobile";s:1:"1";s:13:"social_mobile";s:1:"1";s:13:"search_mobile";s:1:"1";s:13:"index_top_box";s:1:"1";s:20:"index_top_box_layout";s:1:"1";s:19:"index_title_comment";s:5:"title";s:20:"remove_index_content";b:0;s:24:"index_top_box_background";s:10:"background";s:15:"background_home";a:5:{s:5:"color";s:0:"";s:5:"image";s:0:"";s:6:"repeat";s:6:"repeat";s:8:"position";s:10:"top center";s:10:"attachment";s:6:"scroll";}s:20:"background_full_home";b:0;s:11:"index_title";s:46:"خوش آمدید به بلندر ساپورت";s:13:"index_content";s:312:"ما در اینجا تمام تلاشمان را می کنیم تا شما بتوانید بهتر با نرم افزار بلندر کار کرده و در حرفه ای شدن شما سهیم باشیم. امیدواریم که از وبسایت بلندر ساپورت تمام استفاده را ببرید";s:11:"index_about";s:17:"درباره ما";s:13:"index_about_h";s:12:"/contact_us/";s:10:"index_join";s:13:"ثبت نام";s:12:"index_join_h";s:7:"/login/";s:17:"index_about_login";s:35:"دیگران را یاری کنید";s:19:"index_about_h_login";s:10:"/add-post/";s:16:"index_join_login";s:12:"بپرسید";s:18:"index_join_h_login";s:14:"/add_question/";s:14:"active_reports";s:1:"1";s:21:"active_logged_reports";s:1:"1";s:18:"active_best_answer";s:1:"1";s:11:"active_vote";s:1:"1";s:20:"active_vote_unlogged";s:1:"1";s:14:"active_mention";s:1:"1";s:13:"active_points";s:1:"1";s:22:"show_dislike_questions";b:0;s:24:"remove_best_answer_stats";b:0;s:22:"archive_questions_slug";s:9:"questions";s:13:"question_slug";s:8:"question";s:20:"remove_question_slug";b:0;s:23:"category_questions_slug";s:17:"question-category";s:18:"tag_questions_slug";s:12:"question-tag";s:12:"add_question";i:75;s:24:"ask_question_no_register";b:0;s:26:"username_email_no_register";s:1:"1";s:18:"ask_question_popup";s:1:"1";s:15:"question_points";s:1:"5";s:22:"question_points_active";b:0;s:10:"point_back";b:0;s:17:"point_back_number";s:1:"0";s:16:"question_publish";s:5:"draft";s:25:"question_publish_unlogged";s:5:"draft";s:26:"send_email_draft_questions";s:1:"1";s:18:"ask_question_items";a:12:{s:14:"title_question";a:2:{s:4:"sort";s:19:"عنوان پرسش";s:5:"value";s:14:"title_question";}s:19:"categories_question";a:2:{s:4:"sort";s:19:"Question Categories";s:5:"value";s:19:"categories_question";}s:13:"tags_question";a:2:{s:4:"sort";s:13:"Question Tags";s:5:"value";s:13:"tags_question";}s:13:"poll_question";a:2:{s:4:"sort";s:13:"Question Poll";s:5:"value";s:1:"0";}s:14:"featured_image";a:2:{s:4:"sort";s:19:"تصویر ویژه";s:5:"value";s:1:"0";}s:16:"comment_question";a:2:{s:4:"sort";s:16:"Question content";s:5:"value";s:16:"comment_question";}s:20:"anonymously_question";a:2:{s:4:"sort";s:35:"به صورت ناشناس بپرس";s:5:"value";s:1:"0";}s:17:"video_desc_active";a:2:{s:4:"sort";s:17:"Video Description";s:5:"value";s:1:"0";}s:16:"private_question";a:2:{s:4:"sort";s:16:"Private Question";s:5:"value";s:16:"private_question";}s:15:"remember_answer";a:2:{s:4:"sort";s:15:"Remember Answer";s:5:"value";s:15:"remember_answer";}s:12:"terms_active";a:2:{s:4:"sort";s:35:"Terms of Service and Privacy Policy";s:5:"value";s:12:"terms_active";}s:19:"attachment_question";a:2:{s:4:"sort";s:19:"Question Attachment";s:5:"value";s:1:"0";}}s:18:"title_excerpt_type";s:5:"words";s:13:"title_excerpt";s:2:"10";s:26:"category_question_required";s:1:"1";s:21:"category_single_multi";s:4:"ajax";s:16:"comment_question";s:1:"1";s:23:"editor_question_details";s:1:"1";s:23:"send_email_new_question";b:0;s:26:"send_email_question_groups";a:5:{s:13:"administrator";i:1;s:6:"editor";i:1;s:6:"author";i:1;s:11:"contributor";i:1;s:10:"subscriber";i:1;}s:24:"private_question_content";b:0;s:19:"terms_active_target";s:8:"new_page";s:10:"terms_page";s:0:"";s:10:"terms_link";s:0:"";s:14:"privacy_policy";s:1:"1";s:21:"privacy_active_target";s:8:"new_page";s:12:"privacy_page";s:0:"";s:12:"privacy_link";s:0:"";s:20:"add_question_default";a:1:{s:8:"notified";i:1;}s:13:"edit_question";i:76;s:17:"question_approved";s:1:"1";s:13:"question_edit";s:1:"1";s:19:"change_question_url";s:1:"1";s:15:"question_delete";s:1:"1";s:15:"delete_question";s:5:"trash";s:14:"questions_meta";a:7:{s:6:"status";i:1;s:8:"category";i:1;s:9:"user_name";i:1;s:4:"date";i:1;s:11:"answer_meta";i:1;s:4:"view";i:1;s:13:"question_bump";i:1;}s:18:"question_vote_show";b:0;s:15:"question_author";s:1:"1";s:18:"question_poll_loop";b:0;s:19:"featured_image_loop";b:0;s:32:"featured_image_question_lightbox";s:1:"1";s:29:"featured_image_question_width";s:3:"260";s:30:"featured_image_question_height";s:3:"185";s:17:"featured_position";s:6:"before";s:22:"video_desc_active_loop";b:0;s:15:"video_desc_loop";s:5:"after";s:23:"video_description_width";s:3:"260";s:19:"video_desc_100_loop";s:1:"1";s:24:"video_description_height";s:3:"500";s:17:"excerpt_questions";b:0;s:26:"continue_reading_questions";b:0;s:21:"question_excerpt_type";s:5:"words";s:16:"question_excerpt";s:2:"40";s:20:"question_answer_loop";b:0;s:20:"question_answer_show";s:4:"best";s:23:"order_sections_question";a:6:{i:1;s:11:"advertising";i:2;s:6:"author";i:3;s:7:"related";i:4;s:13:"advertising_2";i:5;s:8:"comments";i:6;s:13:"next_previous";}s:21:"questions_meta_single";a:6:{s:6:"status";i:1;s:8:"category";i:1;s:9:"user_name";i:1;s:4:"date";i:1;s:11:"answer_meta";i:1;s:4:"view";i:1;}s:10:"video_desc";s:5:"after";s:21:"featured_image_single";b:0;s:14:"poll_user_only";b:0;s:22:"question_control_style";s:7:"style_1";s:15:"question_follow";s:1:"1";s:14:"question_close";s:1:"1";s:20:"question_close_admin";b:0;s:13:"question_bump";b:0;s:14:"question_share";s:1:"1";s:19:"question_author_box";s:1:"1";s:16:"question_answers";s:1:"1";s:31:"featured_image_question_answers";s:1:"1";s:16:"related_question";s:1:"1";s:23:"related_number_question";s:1:"5";s:22:"related_query_question";s:10:"categories";s:19:"question_navigation";s:1:"1";s:21:"question_nav_category";s:1:"1";s:23:"questions_custom_header";b:0;s:23:"questions_logo_position";s:9:"left_logo";s:21:"questions_header_skin";s:11:"header_dark";s:22:"questions_logo_display";s:13:"display_title";s:18:"questions_logo_img";s:0:"";s:21:"questions_retina_logo";s:0:"";s:21:"questions_logo_height";s:2:"57";s:20:"questions_logo_width";s:3:"146";s:24:"questions_sidebar_layout";s:7:"default";s:17:"questions_sidebar";s:7:"default";s:16:"questions_layout";s:7:"default";s:18:"questions_template";s:7:"default";s:16:"questions_skin_l";s:7:"default";s:14:"questions_skin";s:7:"default";s:23:"questions_primary_color";s:0:"";s:25:"questions_background_type";s:8:"patterns";s:26:"questions_background_color";s:0:"";s:28:"questions_background_pattern";s:4:"bg13";s:27:"questions_custom_background";a:5:{s:5:"color";s:0:"";s:5:"image";s:0:"";s:6:"repeat";s:6:"repeat";s:8:"position";s:10:"top center";s:10:"attachment";s:6:"scroll";}s:32:"questions_full_screen_background";b:0;s:14:"comment_editor";b:0;s:18:"post_comments_user";b:0;s:16:"comment_unlogged";s:5:"draft";s:14:"private_answer";s:1:"1";s:19:"private_answer_user";b:0;s:20:"show_dislike_answers";b:0;s:12:"answers_sort";s:4:"date";s:17:"attachment_answer";s:1:"1";s:21:"featured_image_answer";s:1:"1";s:25:"featured_image_in_answers";s:1:"1";s:31:"featured_image_answers_lightbox";s:1:"1";s:27:"featured_image_answer_width";s:3:"260";s:28:"featured_image_answer_height";s:3:"185";s:24:"featured_answer_position";s:6:"before";s:18:"answer_anonymously";b:0;s:12:"answer_video";b:0;s:21:"video_answer_position";s:5:"after";s:16:"video_answer_100";s:1:"1";s:18:"video_answer_width";s:3:"260";s:19:"video_answer_height";s:3:"500";s:20:"terms_active_comment";b:0;s:21:"terms_checked_comment";b:0;s:27:"terms_active_target_comment";s:8:"new_page";s:18:"terms_page_comment";s:0:"";s:18:"terms_link_comment";s:0:"";s:22:"privacy_policy_comment";s:1:"1";s:29:"privacy_active_target_comment";s:8:"new_page";s:20:"privacy_page_comment";s:0:"";s:20:"privacy_link_comment";s:0:"";s:16:"can_edit_comment";b:0;s:22:"can_edit_comment_after";s:1:"1";s:12:"edit_comment";i:97;s:16:"comment_approved";b:0;s:18:"can_delete_comment";b:0;s:14:"delete_comment";s:6:"delete";s:14:"paypal_sandbox";b:0;s:13:"currency_code";s:3:"USD";s:12:"paypal_email";s:0:"";s:14:"identity_token";s:0:"";s:7:"pay_ask";b:0;s:16:"payment_type_ask";s:6:"paypal";s:15:"pay_ask_payment";s:2:"10";s:18:"ask_payment_points";s:2:"20";s:13:"pay_to_sticky";b:0;s:19:"payment_type_sticky";s:6:"paypal";s:18:"pay_sticky_payment";s:1:"5";s:21:"sticky_payment_points";s:2:"10";s:11:"days_sticky";s:1:"7";s:14:"active_coupons";s:1:"1";s:12:"free_coupons";b:0;s:11:"the_captcha";b:0;s:16:"the_captcha_post";b:0;s:20:"the_captcha_register";b:0;s:17:"the_captcha_login";b:0;s:20:"the_captcha_password";b:0;s:18:"the_captcha_answer";b:0;s:19:"the_captcha_comment";b:0;s:19:"the_captcha_message";b:0;s:13:"captcha_users";s:8:"unlogged";s:13:"captcha_style";s:15:"question_answer";s:18:"site_key_recaptcha";s:0:"";s:20:"secret_key_recaptcha";s:0:"";s:18:"recaptcha_langauge";s:0:"";s:19:"show_captcha_answer";s:1:"1";s:16:"captcha_question";s:29:"What is the capital of Egypt?";s:14:"captcha_answer";s:5:"Cairo";s:21:"ask_question_to_users";s:1:"1";s:15:"site_users_only";b:0;s:20:"active_notifications";s:1:"1";s:19:"active_activity_log";s:1:"1";s:10:"user_links";a:22:{s:7:"profile";i:1;s:8:"messages";i:1;s:9:"questions";i:1;s:5:"polls";i:1;s:15:"asked_questions";i:1;s:14:"paid_questions";i:1;s:7:"answers";i:1;s:12:"best_answers";i:1;s:8:"favorite";i:1;s:8:"followed";i:1;s:6:"points";i:1;s:8:"i_follow";i:1;s:9:"followers";i:1;s:5:"posts";i:1;s:8:"comments";i:1;s:16:"follow_questions";i:1;s:14:"follow_answers";i:1;s:12:"follow_posts";i:1;s:15:"follow_comments";i:1;s:12:"edit_profile";i:1;s:12:"activity_log";i:1;s:6:"logout";i:1;}s:15:"user_meta_admin";a:4:{s:6:"points";i:1;s:5:"phone";i:1;s:7:"country";i:1;s:3:"age";i:1;}s:16:"user_links_stats";a:16:{s:9:"questions";i:1;s:7:"answers";i:1;s:15:"asked_questions";i:1;s:8:"favorite";i:1;s:8:"followed";i:1;s:6:"points";i:1;s:5:"posts";i:1;s:8:"comments";i:1;s:12:"best_answers";i:1;s:8:"i_follow";i:1;s:9:"followers";i:1;s:16:"follow_questions";i:1;s:14:"follow_answers";i:1;s:12:"follow_posts";i:1;s:15:"follow_comments";i:1;s:14:"paid_questions";i:1;}s:19:"login_register_page";i:77;s:22:"user_edit_profile_page";i:78;s:17:"activity_log_page";i:98;s:18:"notifications_page";i:99;s:14:"post_user_page";i:79;s:17:"comment_user_page";i:80;s:18:"question_user_page";i:81;s:15:"polls_user_page";i:82;s:24:"asked_question_user_page";i:83;s:13:"paid_question";i:84;s:16:"answer_user_page";i:86;s:21:"best_answer_user_page";i:85;s:18:"favorite_user_page";i:87;s:18:"followed_user_page";i:88;s:15:"point_user_page";i:89;s:18:"i_follow_user_page";i:90;s:19:"followers_user_page";i:91;s:20:"follow_question_page";i:92;s:18:"follow_answer_page";i:93;s:16:"follow_post_page";i:94;s:19:"follow_comment_page";i:95;s:13:"default_group";s:10:"subscriber";s:14:"after_register";s:9:"same_page";s:19:"after_register_link";s:0:"";s:11:"after_login";s:9:"same_page";s:16:"after_login_link";s:0:"";s:12:"after_logout";s:9:"same_page";s:17:"after_logout_link";s:0:"";s:13:"confirm_email";b:0;s:11:"user_review";b:0;s:14:"register_items";a:13:{s:8:"username";a:3:{s:4:"sort";s:19:"نام کاربری";s:5:"value";s:8:"username";s:7:"default";s:3:"yes";}s:5:"email";a:3:{s:4:"sort";s:6:"E-mail";s:5:"value";s:5:"email";s:7:"default";s:3:"yes";}s:8:"password";a:3:{s:4:"sort";s:15:"رمز عبور";s:5:"value";s:8:"password";s:7:"default";s:3:"yes";}s:8:"nickname";a:2:{s:4:"sort";s:19:"نام مستعار";s:5:"value";s:1:"0";}s:10:"first_name";a:2:{s:4:"sort";s:6:"نام";s:5:"value";s:1:"0";}s:9:"last_name";a:2:{s:4:"sort";s:23:"نام خانوادگی";s:5:"value";s:1:"0";}s:12:"display_name";a:2:{s:4:"sort";s:12:"Display Name";s:5:"value";s:1:"0";}s:13:"image_profile";a:2:{s:4:"sort";s:13:"Image Profile";s:5:"value";s:1:"0";}s:7:"country";a:2:{s:4:"sort";s:8:"کشور";s:5:"value";s:1:"0";}s:4:"city";a:2:{s:4:"sort";s:6:"شهر";s:5:"value";s:1:"0";}s:5:"phone";a:2:{s:4:"sort";s:19:"شماره تماس";s:5:"value";s:1:"0";}s:6:"gender";a:2:{s:4:"sort";s:6:"Gender";s:5:"value";s:1:"0";}s:3:"age";a:2:{s:4:"sort";s:4:"سن";s:5:"value";s:1:"0";}}s:12:"gender_other";b:0;s:28:"first_name_required_register";b:0;s:27:"last_name_required_register";b:0;s:30:"display_name_required_register";b:0;s:33:"profile_picture_required_register";b:0;s:24:"gender_required_register";b:0;s:25:"country_required_register";b:0;s:22:"city_required_register";b:0;s:23:"phone_required_register";b:0;s:21:"age_required_register";b:0;s:21:"terms_active_register";s:1:"1";s:22:"terms_checked_register";b:0;s:28:"terms_active_target_register";s:8:"new_page";s:19:"terms_page_register";s:0:"";s:19:"terms_link_register";s:0:"";s:23:"privacy_policy_register";s:1:"1";s:30:"privacy_active_target_register";s:8:"new_page";s:21:"privacy_page_register";s:0:"";s:21:"privacy_link_register";s:0:"";s:16:"register_content";s:210:"Lorem ipsum dolor sit amet, consectetur adipiscing elit.Morbi adipiscing gravdio, sit amet suscipit risus ultrices eu.Fusce viverra neque at purus laoreet consequa.Vivamus vulputate posuere nisl quis consequat.";s:23:"profile_picture_profile";b:0;s:32:"profile_picture_required_profile";b:0;s:11:"url_profile";b:0;s:20:"url_required_profile";b:0;s:20:"edit_profile_items_1";a:11:{s:8:"nickname";a:2:{s:4:"sort";s:19:"نام مستعار";s:5:"value";s:8:"nickname";}s:10:"first_name";a:2:{s:4:"sort";s:6:"نام";s:5:"value";s:10:"first_name";}s:9:"last_name";a:2:{s:4:"sort";s:23:"نام خانوادگی";s:5:"value";s:9:"last_name";}s:12:"display_name";a:2:{s:4:"sort";s:12:"Display Name";s:5:"value";s:12:"display_name";}s:5:"email";a:3:{s:4:"sort";s:6:"E-mail";s:5:"value";s:5:"email";s:7:"default";s:3:"yes";}s:8:"password";a:3:{s:4:"sort";s:15:"رمز عبور";s:5:"value";s:8:"password";s:7:"default";s:3:"yes";}s:7:"country";a:2:{s:4:"sort";s:8:"کشور";s:5:"value";s:7:"country";}s:4:"city";a:2:{s:4:"sort";s:6:"شهر";s:5:"value";s:4:"city";}s:5:"phone";a:2:{s:4:"sort";s:19:"شماره تماس";s:5:"value";s:5:"phone";}s:6:"gender";a:2:{s:4:"sort";s:6:"Gender";s:5:"value";s:6:"gender";}s:3:"age";a:2:{s:4:"sort";s:4:"سن";s:5:"value";s:3:"age";}}s:19:"first_name_required";b:0;s:18:"last_name_required";b:0;s:21:"display_name_required";b:0;s:20:"sex_required_profile";b:0;s:24:"country_required_profile";b:0;s:21:"city_required_profile";b:0;s:22:"phone_required_profile";b:0;s:20:"age_required_profile";b:0;s:19:"ask_question_mobile";s:1:"1";s:14:"ask_user_items";a:6:{s:14:"title_question";a:2:{s:4:"sort";s:19:"عنوان پرسش";s:5:"value";s:14:"title_question";}s:16:"comment_question";a:2:{s:4:"sort";s:16:"Question content";s:5:"value";s:16:"comment_question";}s:20:"anonymously_question";a:2:{s:4:"sort";s:35:"به صورت ناشناس بپرس";s:5:"value";s:20:"anonymously_question";}s:16:"private_question";a:2:{s:4:"sort";s:16:"Private Question";s:5:"value";s:16:"private_question";}s:15:"remember_answer";a:2:{s:4:"sort";s:15:"Remember Answer";s:5:"value";s:15:"remember_answer";}s:12:"terms_active";a:2:{s:4:"sort";s:35:"Terms of Service and Privacy Policy";s:5:"value";s:12:"terms_active";}}s:23:"title_excerpt_type_user";s:5:"words";s:18:"title_excerpt_user";s:2:"10";s:25:"add_question_default_user";a:1:{s:8:"notified";i:1;}s:17:"custom_permission";b:0;s:12:"ask_question";s:1:"1";s:13:"show_question";s:1:"1";s:10:"add_answer";s:1:"1";s:11:"show_answer";s:1:"1";s:8:"add_post";s:1:"1";s:12:"send_message";s:1:"1";s:15:"user_registered";b:0;s:12:"user_country";b:0;s:9:"user_city";b:0;s:10:"user_phone";b:0;s:8:"user_age";b:0;s:8:"user_sex";b:0;s:8:"user_url";b:0;s:12:"author_stats";b:0;s:21:"author_sidebar_layout";s:7:"default";s:14:"author_sidebar";s:7:"default";s:13:"author_layout";s:4:"full";s:15:"author_template";s:9:"grid_1200";s:13:"author_skin_l";s:10:"site_light";s:11:"author_skin";s:7:"default";s:20:"author_primary_color";s:0:"";s:22:"author_background_type";s:8:"patterns";s:23:"author_background_color";s:0:"";s:25:"author_background_pattern";s:4:"bg13";s:24:"author_custom_background";a:5:{s:5:"color";s:0:"";s:5:"image";s:0:"";s:6:"repeat";s:6:"repeat";s:8:"position";s:10:"top center";s:10:"attachment";s:6:"scroll";}s:29:"author_full_screen_background";b:0;s:14:"active_message";s:1:"1";s:13:"messages_page";s:0:"";s:15:"message_publish";s:5:"draft";s:24:"send_message_no_register";b:0;s:15:"comment_message";s:1:"1";s:22:"editor_message_details";s:1:"1";s:18:"send_email_message";s:1:"1";s:14:"message_delete";s:1:"1";s:12:"seen_message";s:1:"1";s:12:"badges_style";s:9:"by_points";s:18:"point_add_question";s:1:"0";s:14:"point_add_post";s:1:"0";s:17:"point_best_answer";s:1:"5";s:21:"point_rating_question";s:1:"0";s:17:"point_add_comment";s:1:"2";s:19:"point_rating_answer";s:1:"1";s:18:"point_following_me";s:1:"1";s:14:"point_new_user";s:2:"20";s:12:"home_display";s:6:"blog_1";s:17:"order_sections_li";a:6:{i:1;s:11:"advertising";i:2;s:6:"author";i:3;s:7:"related";i:4;s:13:"advertising_2";i:5;s:8:"comments";i:6;s:13:"next_previous";}s:14:"featured_image";b:0;s:12:"excerpt_type";s:5:"words";s:12:"post_excerpt";s:2:"40";s:9:"post_meta";s:1:"1";s:10:"post_share";s:1:"1";s:15:"post_author_box";s:1:"1";s:13:"post_comments";s:1:"1";s:12:"related_post";s:1:"1";s:14:"related_number";s:1:"5";s:13:"related_query";s:10:"categories";s:15:"post_navigation";s:1:"1";s:17:"post_nav_category";s:1:"1";s:13:"add_post_page";i:74;s:14:"add_post_popup";b:0;s:20:"add_post_no_register";b:0;s:12:"post_publish";s:5:"draft";s:21:"post_publish_unlogged";s:5:"draft";s:22:"send_email_draft_posts";s:1:"1";s:14:"add_post_items";a:4:{s:9:"tags_post";a:2:{s:4:"sort";s:9:"Post Tags";s:5:"value";s:9:"tags_post";}s:14:"featured_image";a:2:{s:4:"sort";s:19:"Post featured image";s:5:"value";s:14:"featured_image";}s:12:"content_post";a:2:{s:4:"sort";s:12:"Post content";s:5:"value";s:12:"content_post";}s:12:"terms_active";a:2:{s:4:"sort";s:35:"Terms of Service and Privacy Policy";s:5:"value";s:1:"0";}}s:15:"attachment_post";s:1:"1";s:19:"editor_post_details";s:1:"1";s:18:"terms_checked_post";b:0;s:24:"terms_active_target_post";s:8:"new_page";s:15:"terms_page_post";s:0:"";s:15:"terms_link_post";s:0:"";s:19:"privacy_policy_post";s:1:"1";s:26:"privacy_active_target_post";s:8:"new_page";s:17:"privacy_page_post";s:0:"";s:17:"privacy_link_post";s:0:"";s:13:"can_edit_post";b:0;s:9:"edit_post";i:96;s:13:"post_approved";b:0;s:15:"change_post_url";s:1:"1";s:11:"post_delete";b:0;s:11:"delete_post";s:6:"delete";s:11:"search_page";i:73;s:14:"default_search";s:9:"questions";s:12:"search_attrs";a:12:{s:9:"questions";i:1;s:7:"answers";i:1;s:17:"question-category";i:1;s:13:"question_tags";i:1;s:5:"posts";i:1;s:8:"comments";i:1;s:8:"category";i:1;s:8:"post_tag";i:1;s:8:"products";i:1;s:11:"product_cat";i:1;s:11:"product_tag";i:1;s:5:"users";i:1;}s:11:"live_search";s:1:"1";s:20:"search_result_number";s:1:"5";s:11:"user_search";s:1:"1";s:11:"user_filter";s:1:"1";s:15:"category_filter";s:1:"1";s:14:"child_category";b:0;s:19:"cat_archives_search";s:1:"1";s:10:"cat_search";s:1:"1";s:10:"cat_filter";s:1:"1";s:19:"tag_archives_search";s:1:"1";s:10:"tag_search";s:1:"1";s:10:"tag_filter";s:1:"1";s:13:"sidebar_width";s:8:"col-md-3";s:14:"sticky_sidebar";s:1:"1";s:14:"sidebar_layout";s:7:"default";s:12:"sidebar_home";s:7:"default";s:12:"else_sidebar";s:7:"default";s:11:"home_layout";s:4:"full";s:13:"home_template";s:9:"grid_1200";s:11:"site_skin_l";s:10:"site_light";s:9:"site_skin";s:5:"skins";s:13:"primary_color";s:0:"";s:15:"background_type";s:8:"patterns";s:16:"background_color";s:0:"";s:18:"background_pattern";s:4:"bg13";s:17:"custom_background";a:5:{s:5:"color";s:0:"";s:5:"image";s:0:"";s:6:"repeat";s:6:"repeat";s:8:"position";s:10:"top center";s:10:"attachment";s:6:"scroll";}s:22:"full_screen_background";b:0;s:9:"main_font";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:12:"Default font";s:5:"style";s:5:"Style";s:5:"color";s:0:"";}s:11:"second_font";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:12:"Default font";s:5:"style";s:5:"Style";s:5:"color";s:0:"";}s:18:"general_typography";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:18:"general_link_color";s:0:"";s:2:"h1";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:2:"h2";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:2:"h3";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:2:"h4";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:2:"h5";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:2:"h6";a:4:{s:4:"size";a:63:{i:0;i:9;i:1;i:10;i:2;i:11;i:3;i:12;i:4;i:13;i:5;i:14;i:6;i:15;i:7;i:16;i:8;i:17;i:9;i:18;i:10;i:19;i:11;i:20;i:12;i:21;i:13;i:22;i:14;i:23;i:15;i:24;i:16;i:25;i:17;i:26;i:18;i:27;i:19;i:28;i:20;i:29;i:21;i:30;i:22;i:31;i:23;i:32;i:24;i:33;i:25;i:34;i:26;i:35;i:27;i:36;i:28;i:37;i:29;i:38;i:30;i:39;i:31;i:40;i:32;i:41;i:33;i:42;i:34;i:43;i:35;i:44;i:36;i:45;i:37;i:46;i:38;i:47;i:39;i:48;i:40;i:49;i:41;i:50;i:42;i:51;i:43;i:52;i:44;i:53;i:45;i:54;i:46;i:55;i:47;i:56;i:48;i:57;i:49;i:58;i:50;i:59;i:51;i:60;i:52;i:61;i:53;i:62;i:54;i:63;i:55;i:64;i:56;i:65;i:57;i:66;i:58;i:67;i:59;i:68;i:60;i:69;i:61;i:70;i:62;i:71;}s:4:"face";s:0:"";s:5:"style";s:7:"default";s:5:"color";s:0:"";}s:7:"adv_404";s:1:"1";s:15:"header_adv_type";s:12:"custom_image";s:14:"header_adv_img";s:0:"";s:15:"header_adv_href";s:1:"#";s:15:"header_adv_code";s:0:"";s:14:"share_adv_type";s:12:"custom_image";s:13:"share_adv_img";s:0:"";s:14:"share_adv_href";s:1:"#";s:14:"share_adv_code";s:0:"";s:16:"related_adv_type";s:12:"custom_image";s:15:"related_adv_img";s:0:"";s:16:"related_adv_href";s:1:"#";s:16:"related_adv_code";s:0:"";s:16:"content_adv_type";s:12:"custom_image";s:15:"content_adv_img";s:0:"";s:16:"content_adv_href";s:1:"#";s:16:"content_adv_code";s:0:"";s:26:"between_questions_position";s:1:"2";s:16:"between_adv_type";s:12:"custom_image";s:15:"between_adv_img";s:0:"";s:16:"between_adv_href";s:1:"#";s:16:"between_adv_code";s:0:"";s:25:"between_comments_position";s:1:"2";s:25:"between_comments_adv_type";s:12:"custom_image";s:24:"between_comments_adv_img";s:0:"";s:25:"between_comments_adv_href";s:1:"#";s:25:"between_comments_adv_code";s:0:"";s:13:"social_icon_h";b:0;s:13:"social_icon_f";b:0;s:14:"twitter_icon_f";s:1:"#";s:15:"facebook_icon_f";s:1:"#";s:14:"youtube_icon_f";s:1:"#";s:12:"skype_icon_f";s:1:"#";s:15:"linkedin_icon_f";s:1:"#";s:13:"flickr_icon_f";s:1:"#";s:16:"instagram_icon_f";s:1:"#";s:10:"rss_icon_f";s:1:"1";s:16:"rss_icon_f_other";s:0:"";s:19:"logo_email_template";s:0:"";s:26:"description_email_template";s:1:"1";s:9:"mail_smtp";b:0;s:9:"mail_host";s:0:"";s:9:"mail_port";s:0:"";s:13:"mail_username";s:0:"";s:13:"mail_password";s:0:"";s:11:"mail_secure";s:3:"ssl";s:9:"smtp_auth";s:1:"1";s:11:"disable_ssl";b:0;s:14:"email_template";s:18:"no_reply@localhost";s:18:"title_new_password";s:19:"Reset your password";s:18:"email_new_password";s:460:"<p>Someone requested that the password be reset for the following account:</p>rn<p>Username: [%display_name%].\' ([%user_login%])</p>rn<p>If this was a mistake, just ignore this email and nothing will happen.</p>rn<p>To reset your password, visit the following address:</p>rn<p><a href=\"[%confirm_link_email%]\">Click here to reset your password</a></p>rn<p>If the link above does not work, Please use your browser to go to:</p>rn<p>[%confirm_link_email%]</p>";s:20:"title_new_password_2";s:19:"Reset your password";s:20:"email_new_password_2";s:96:"<p>You are : [%display_name%] ([%user_login%])</p>rn<p>The New Password : [%reset_password%]</p>";s:18:"title_confirm_link";s:15:"Confirm account";s:18:"email_confirm_link";s:285:"<p>Hi there</p>rn<p>Your registration has been successful! To confirm your account, kindly Click ON \'Activate\' below.</p>rn<p><a href=\"[%confirm_link_email%]\">Activate</a></p>rn<p>If the link above does not work, Please use your browser to go to:</p>rn<p>[%confirm_link_email%]</p>";s:20:"title_confirm_link_2";s:15:"Confirm account";s:20:"email_confirm_link_2";s:230:"<p>Hi there</p>rn<p>This is the link to activate your membership</p>rn<p><a href=\"[%confirm_link_email%]\">Activate</a></p>rn<p>If the link above does not work, Please use your browser to go to:</p>rn<p>[%confirm_link_email%]</p>";s:18:"title_approve_user";s:15:"Confirm account";s:18:"email_approve_user";s:124:"<p>Hi there</p>rn<p>We just approved your member.</p>rn<p><a href=\"[%site_url%]\">[%blogname%]</a></p>rn<p>[%site_url%]</p>";s:17:"title_new_message";s:11:"New message";s:17:"email_new_message";s:106:"<p>Hi there</p>rn<p>There is a new message</p>rn<p><a href=\"[%messages_url%]\">[%messages_title%]</a></p>";s:17:"title_new_payment";s:47:"Instant Payment Notification - Received Payment";s:17:"email_new_payment";s:247:"<p>An instant payment notification was successfully recieved</p>rn<p>With [%item_price%] [%item_currency%]</p>rn<p>From [%payer_email%] [%first_name%] - [%last_name%] on [%date%] at [%time%]</p>rn<p>The item transaction id [%item_transaction%]</p>";s:21:"title_report_question";s:15:"Question report";s:21:"email_report_question";s:137:"<p>Hi there</p>rn<p>Abuse has been reported on the use of the following question</p>rn<p><a href=\"[%post_link%]\">[%post_title%]</a></p>";s:19:"title_report_answer";s:13:"Answer report";s:19:"email_report_answer";s:138:"<p>Hi there</p>rn<p>Abuse has been reported on the use of the following comment</p>rn<p><a href=\"[%answer_link%]\">[%post_title%]</a></p>";s:21:"title_notified_answer";s:23:"Answer to your question";s:21:"email_notified_answer";s:400:"<p>Hi there</p>rn<p>We would tell you [%the_author_post%] That the new post was added on a common theme by [%the_name%] Entitled [%the_name%] [%post_title%]</p>rn<p>Click ON the link below to go to the topic</p>rn<p><a href=\"[%answer_link%]\">[%post_title%]</a></p>rn<p>There may be more of Posts and we hope the answer to encourage members and get them to help.</p>rn<p>Accept from us Sincerely</p>";s:20:"title_notified_reply";s:20:"Reply to your answer";s:20:"email_notified_reply";s:124:"<p>Hi there</p>rn<p>There is a new reply to your following answer</p>rn<p><a href=\"[%answer_link%]\">[%post_title%]</a></p>";s:21:"title_follow_question";s:8:"Hi there";s:21:"email_follow_question";s:127:"<p>Hi there</p>rn<p>There is a new answer to your following question</p>rn<p><a href=\"[%answer_link%]\">[%post_title%]</a></p>";s:19:"title_new_questions";s:12:"New question";s:19:"email_new_questions";s:100:"<p>Hi there</p>rn<p>There is a new question</p>rn<p><a href=\"[%post_link%]\">[%post_title%]</a></p>";s:25:"title_new_draft_questions";s:23:"New question for review";s:21:"email_draft_questions";s:115:"<p>Hi there</p>rn<p>There is a new question for the review</p>rn<p><a href=\"[%post_link%]\">[%post_title%]</a></p>";s:21:"title_new_draft_posts";s:19:"New post for review";s:17:"email_draft_posts";s:111:"<p>Hi there</p>rn<p>There is a new post for the review</p>rn<p><a href=\"[%post_link%]\">[%post_title%]</a></p>";s:11:"footer_skin";s:11:"footer_dark";s:13:"footer_layout";s:9:"footer_3c";s:17:"footer_copyrights";s:0:"";s:9:"ajax_file";s:5:"admin";s:10:"google_api";s:0:"";s:20:"twitter_consumer_key";s:0:"";s:23:"twitter_consumer_secret";s:0:"";s:11:"theme_pages";b:0;s:13:"uniqid_cookie";s:15:"OdZuRNFOY92DxPI";s:12:"visit_cookie";s:1:"1";}', 'yes'),
(151, 'askme_old_version', '6.3.4', 'yes'),
(152, 'askme_theme_version', '1.0', 'yes'),
(155, 'best_answer_option', '0', 'yes'),
(156, 'best_answer_done', 'yes', 'yes'),
(233, 'categories_2', 'a:26:{i:0;s:10:"cat_layout";i:1;s:12:"cat_template";i:2;s:18:"cat_sidebar_layout";i:3;s:11:"cat_sidebar";i:4;s:10:"cat_skin_l";i:5;s:8:"cat_skin";i:6;s:13:"primary_color";i:7;s:14:"background_img";i:8;s:16:"background_color";i:9;s:17:"background_repeat";i:10;s:16:"background_fixed";i:11;s:21:"background_position_x";i:12;s:21:"background_position_y";s:10:"cat_layout";s:7:"default";s:12:"cat_template";s:7:"default";s:18:"cat_sidebar_layout";s:7:"default";s:11:"cat_sidebar";s:7:"default";s:10:"cat_skin_l";s:7:"default";s:8:"cat_skin";s:7:"default";s:13:"primary_color";s:0:"";s:14:"background_img";s:0:"";s:16:"background_color";s:0:"";s:17:"background_repeat";s:6:"repeat";s:16:"background_fixed";s:5:"fixed";s:21:"background_position_x";s:4:"left";s:21:"background_position_y";s:3:"top";}', 'yes'),
(234, 'question-category_children', 'a:0:{}', 'yes'),
(240, '_wp_suggested_policy_text_has_changed', 'not-changed', 'yes'),
(302, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:5:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.5.1.zip";s:6:"locale";s:5:"fa_IR";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.5.1.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.5.1";s:7:"version";s:5:"5.5.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}i:1;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-5.5.1.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.5.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-5.5.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-5.5.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.5.1";s:7:"version";s:5:"5.5.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";}i:2;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.5.1.zip";s:6:"locale";s:5:"fa_IR";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.5.1.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.5.1";s:7:"version";s:5:"5.5.1";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}i:3;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.4.2.zip";s:6:"locale";s:5:"fa_IR";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.4.2.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.4.2";s:7:"version";s:5:"5.4.2";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}i:4;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.3.4.zip";s:6:"locale";s:5:"fa_IR";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:65:"https://downloads.wordpress.org/release/fa_IR/wordpress-5.3.4.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"5.3.4";s:7:"version";s:5:"5.3.4";s:11:"php_version";s:6:"5.6.20";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"5.3";s:15:"partial_version";s:0:"";s:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1603295989;s:15:"version_checked";s:3:"5.3";s:12:"translations";a:0:{}}', 'no'),
(340, 'recently_activated', 'a:0:{}', 'yes'),
(352, 'auto_updater.lock', '1602927289', 'no'),
(354, 'core_updater.lock', '1602927296', 'no'),
(355, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1603295982;s:8:"response";a:1:{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.1.6";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.4.1.6.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:6:"tested";s:5:"5.5.1";s:12:"requires_php";b:0;s:13:"compatibility";O:8:"stdClass":0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:1:{s:9:"hello.php";O:8:"stdClass":9:{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:1:{s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}}}}', 'no'),
(356, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1603295986;s:7:"checked";a:5:{s:6:"ask-me";s:3:"1.0";s:14:"twentynineteen";s:3:"1.4";s:15:"twentyseventeen";s:3:"2.2";s:13:"twentysixteen";s:3:"2.0";s:12:"twentytwenty";s:3:"1.0";}s:8:"response";a:4:{s:14:"twentynineteen";a:6:{s:5:"theme";s:14:"twentynineteen";s:11:"new_version";s:3:"1.7";s:3:"url";s:44:"https://wordpress.org/themes/twentynineteen/";s:7:"package";s:60:"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip";s:8:"requires";s:5:"4.9.6";s:12:"requires_php";s:5:"5.2.4";}s:15:"twentyseventeen";a:6:{s:5:"theme";s:15:"twentyseventeen";s:11:"new_version";s:3:"2.4";s:3:"url";s:45:"https://wordpress.org/themes/twentyseventeen/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}s:13:"twentysixteen";a:6:{s:5:"theme";s:13:"twentysixteen";s:11:"new_version";s:3:"2.2";s:3:"url";s:43:"https://wordpress.org/themes/twentysixteen/";s:7:"package";s:59:"https://downloads.wordpress.org/theme/twentysixteen.2.2.zip";s:8:"requires";s:3:"4.4";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.5";s:3:"url";s:42:"https://wordpress.org/themes/twentytwenty/";s:7:"package";s:58:"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip";s:8:"requires";s:3:"4.7";s:12:"requires_php";s:5:"5.2.4";}}s:12:"translations";a:0:{}}', 'no'),
(359, '_site_transient_timeout_browser_44a5e524f134e3228c7b0b16c2224ffc', '1603533349', 'no'),
(360, '_site_transient_browser_44a5e524f134e3228c7b0b16c2224ffc', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:12:"86.0.4240.75";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'),
(361, '_site_transient_timeout_php_check_90a84b80b2ae4bb2a14bb18a1c790012', '1603533350', 'no'),
(362, '_site_transient_php_check_90a84b80b2ae4bb2a14bb18a1c790012', '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'),
(407, '_site_transient_timeout_theme_roots', '1603297784', 'no'),
(408, '_site_transient_theme_roots', 'a:5:{s:6:"ask-me";s:7:"/themes";s:14:"twentynineteen";s:7:"/themes";s:15:"twentyseventeen";s:7:"/themes";s:13:"twentysixteen";s:7:"/themes";s:12:"twentytwenty";s:7:"/themes";}', '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
(136, 35, 'question_poll', '2'),
(137, 35, 'ask', 'a:1:{i:1;a:3:{s:5:"title";s:0:"";s:5:"value";s:0:"";s:2:"id";s:1:"1";}}'),
(138, 35, 'video_type', 'youtube'),
(139, 35, 'vbegy_layout', 'default'),
(140, 35, 'vbegy_home_template', 'default'),
(141, 35, 'vbegy_site_skin_l', 'default'),
(142, 35, 'vbegy_skin', 'default'),
(143, 35, 'vbegy_sidebar', 'default'),
(144, 35, 'post_from_front', 'from_front'),
(145, 35, 'question_vote', '0'),
(146, 35, 'post_approved_before', 'yes'),
(147, 35, 'post_stats', '1'),
(460, 73, '_wp_page_template', 'template-search.php'),
(461, 74, '_wp_page_template', 'template-add_post.php'),
(462, 75, '_wp_page_template', 'template-ask_question.php'),
(463, 76, '_wp_page_template', 'template-edit_question.php'),
(464, 77, '_wp_page_template', 'template-login.php'),
(465, 78, '_wp_page_template', 'template-edit_profile.php'),
(466, 79, '_wp_page_template', 'template-user_posts.php'),
(467, 80, '_wp_page_template', 'template-user_comments.php'),
(468, 81, '_wp_page_template', 'template-user_question.php'),
(469, 82, '_wp_page_template', 'template-user_polls.php'),
(470, 83, '_wp_page_template', 'template-asked_question.php'),
(471, 84, '_wp_page_template', 'template-user_paid_question.php'),
(472, 85, '_wp_page_template', 'template-user_best_answer.php'),
(473, 86, '_wp_page_template', 'template-user_answer.php'),
(474, 87, '_wp_page_template', 'template-user_favorite_questions.php'),
(475, 88, '_wp_page_template', 'template-user_followed_questions.php'),
(476, 89, '_wp_page_template', 'template-user_points.php'),
(477, 90, '_wp_page_template', 'template-i_follow.php'),
(478, 91, '_wp_page_template', 'template-followers.php'),
(479, 92, '_wp_page_template', 'template-question_follow.php'),
(480, 93, '_wp_page_template', 'template-answer_follow.php'),
(481, 94, '_wp_page_template', 'template-post_follow.php'),
(482, 95, '_wp_page_template', 'template-comment_follow.php'),
(483, 96, '_wp_page_template', 'template-edit_post.php'),
(484, 97, '_wp_page_template', 'template-edit_comment.php'),
(485, 98, '_wp_page_template', 'template-activity_log.php'),
(486, 99, '_wp_page_template', 'template-notifications.php'),
(487, 98, '_edit_last', '1'),
(488, 98, '_edit_lock', '1603116813:1'),
(489, 98, 'vbegy_comment_type', 'comments'),
(490, 98, 'vbegy_orderby_answers_a', 'date'),
(491, 98, 'vbegy_order_answers', 'DESC'),
(492, 98, 'vbegy_answers_number', '10'),
(493, 98, 'vbegy_post_number_b', '5'),
(494, 98, 'vbegy_post_excerpt_b', '5'),
(495, 98, 'vbegy_orderby_post_b', 'recent'),
(496, 98, 'vbegy_post_display_b', 'lasts'),
(497, 98, 'vbegy_post_single_category_b', '1'),
(498, 98, 'vbegy_post_categories_b', '0'),
(499, 98, 'vbegy_contact_map', '<iframe height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=egypt&amp;hl=en&amp;sll=26.820553,30.802498&amp;sspn=16.874794,19.753418&amp;hnear=Egypt&amp;t=m&amp;z=6&amp;output=embed"></iframe>'),
(500, 98, 'vbegy_about_widget', '1'),
(501, 98, 'vbegy_social', '1'),
(502, 98, 'vbegy_rss', '1'),
(503, 98, 'vbegy_users_per_page', '10'),
(504, 98, 'vbegy_user_group', '0'),
(505, 98, 'vbegy_user_group', 'administrator'),
(506, 98, 'vbegy_user_group', '0'),
(507, 98, 'vbegy_user_group', 'editor'),
(508, 98, 'vbegy_user_group', '0'),
(509, 98, 'vbegy_user_group', 'author'),
(510, 98, 'vbegy_user_group', '0'),
(511, 98, 'vbegy_user_group', 'contributor'),
(512, 98, 'vbegy_user_group', '0'),
(513, 98, 'vbegy_user_group', 'subscriber'),
(514, 98, 'vbegy_user_sort', 'user_registered'),
(515, 98, 'vbegy_user_order', 'DESC'),
(516, 98, 'vbegy_cats_per_page', '50'),
(517, 98, 'vbegy_cats_tax', 'question'),
(518, 98, 'vbegy_cat_sort', 'count'),
(519, 98, 'vbegy_cat_order', 'DESC'),
(520, 98, 'vbegy_tags_per_page', '50'),
(521, 98, 'vbegy_tags_tax', 'question'),
(522, 98, 'vbegy_tag_sort', 'count'),
(523, 98, 'vbegy_tag_style', 'advanced'),
(524, 98, 'vbegy_tag_order', 'DESC'),
(525, 98, 'vbegy_index_top_box', '1'),
(526, 98, 'vbegy_index_top_box_layout', '1'),
(527, 98, 'vbegy_index_title_comment', 'title'),
(528, 98, 'vbegy_remove_index_content', '0'),
(529, 98, 'vbegy_index_top_box_background', 'background'),
(530, 98, 'vbegy_background_repeat_home', 'repeat'),
(531, 98, 'vbegy_background_fixed_home', 'fixed'),
(532, 98, 'vbegy_background_position_x_home', 'left'),
(533, 98, 'vbegy_background_position_y_home', 'top'),
(534, 98, 'vbegy_background_full_home', '0'),
(535, 98, 'vbegy_index_title', 'Welcome to Ask me'),
(536, 98, 'vbegy_index_content', 'Duis dapibus aliquam mi, eget euismod sem scelerisque ut. Vivamus at elit quis urna adipiscing iaculis. Curabitur vitae velit in neque dictum blandit. Proin in iaculis neque.'),
(537, 98, 'vbegy_index_about', 'About Us'),
(538, 98, 'vbegy_index_about_h', '#'),
(539, 98, 'vbegy_index_join', 'Join Now'),
(540, 98, 'vbegy_index_join_h', '#'),
(541, 98, 'vbegy_index_about_login', 'About Us'),
(542, 98, 'vbegy_index_about_h_login', '#'),
(543, 98, 'vbegy_index_join_login', 'Ask question'),
(544, 98, 'vbegy_index_join_h_login', '#'),
(545, 98, 'vbegy_index_tabs', '1'),
(546, 98, 'vbegy_pagination_tabs', '1'),
(547, 98, 'vbegy_what_tab', '0'),
(548, 98, 'vbegy_what_tab', 'recent_questions'),
(549, 98, 'vbegy_what_tab', '0'),
(550, 98, 'vbegy_what_tab', 'most_responses'),
(551, 98, 'vbegy_what_tab', '0'),
(552, 98, 'vbegy_what_tab', 'recently_answered'),
(553, 98, 'vbegy_what_tab', '0'),
(554, 98, 'vbegy_what_tab', 'no_answers'),
(555, 98, 'vbegy_what_tab', '0'),
(556, 98, 'vbegy_what_tab', '0'),
(557, 98, 'vbegy_what_tab', '0'),
(558, 98, 'vbegy_what_tab', '0'),
(559, 98, 'vbegy_categories_show', '0'),
(560, 98, 'vbegy_sort_home_elements', 'a:8:{i:1;a:2:{s:5:"value";s:16:"recent_questions";s:4:"name";s:16:"Recent Questions";}i:2;a:2:{s:5:"value";s:14:"most_responses";s:4:"name";s:24:"Most Responses / answers";}i:3;a:2:{s:5:"value";s:17:"recently_answered";s:4:"name";s:17:"Recently Answered";}i:4;a:2:{s:5:"value";s:10:"no_answers";s:4:"name";s:10:"No answers";}i:5;a:2:{s:5:"value";s:10:"most_visit";s:4:"name";s:10:"Most Visit";}i:6;a:2:{s:5:"value";s:9:"most_vote";s:4:"name";s:9:"Most Vote";}i:7;a:2:{s:5:"value";s:13:"question_bump";s:4:"name";s:14:"Questions bump";}i:8;a:2:{s:5:"value";s:12:"recent_posts";s:4:"name";s:12:"Recent Posts";}}'),
(561, 98, 'vbegy_posts_per_page', '10'),
(562, 98, 'vbegy_layout', 'default'),
(563, 98, 'vbegy_home_template', 'default'),
(564, 98, 'vbegy_site_skin_l', 'default'),
(565, 98, 'vbegy_skin', 'default'),
(566, 98, 'vbegy_background_repeat', 'repeat'),
(567, 98, 'vbegy_background_fixed', 'fixed'),
(568, 98, 'vbegy_background_position_x', 'left'),
(569, 98, 'vbegy_background_position_y', 'top'),
(570, 98, 'vbegy_background_full', '0'),
(571, 98, 'vbegy_sidebar', 'default'),
(572, 98, 'vbegy_what_sidebar', 'default'),
(573, 98, 'vbegy_what_post', 'image'),
(574, 98, 'vbegy_slideshow_type', 'custom_slide'),
(575, 98, 'vbegy_video_post_type', 'youtube'),
(576, 98, 'vbegy_custom_page_setting', '0'),
(577, 98, 'vbegy_sticky_sidebar_s', '1'),
(578, 98, 'vbegy_post_meta_s', '1'),
(579, 98, 'vbegy_post_share_s', '0'),
(580, 98, 'vbegy_post_author_box_s', '0'),
(581, 98, 'vbegy_related_post_s', '0'),
(582, 98, 'vbegy_post_comments_s', '1'),
(583, 98, 'vbegy_post_navigation_s', '0'),
(584, 98, 'vbegy_header_adv_type', 'custom_image'),
(585, 98, 'vbegy_header_adv_href', '#'),
(586, 98, 'vbegy_share_adv_type', 'custom_image'),
(587, 98, 'vbegy_share_adv_href', '#'),
(588, 98, 'vbegy_related_adv_type', 'custom_image'),
(589, 98, 'vbegy_related_adv_href', '#'),
(590, 98, 'vbegy_content_adv_type', 'custom_image'),
(591, 98, 'vbegy_content_adv_href', '#'),
(592, 74, '_edit_lock', '1603118631:1'),
(593, 74, '_edit_last', '1'),
(594, 75, '_edit_last', '1'),
(595, 75, '_edit_lock', '1603116918:1'),
(596, 97, '_edit_last', '1'),
(597, 97, '_edit_lock', '1603117059:1'),
(598, 96, '_edit_last', '1'),
(599, 96, '_edit_lock', '1603117103:1'),
(600, 78, '_edit_last', '1'),
(601, 78, '_edit_lock', '1603117141:1'),
(602, 76, '_edit_last', '1'),
(603, 76, '_edit_lock', '1603117162:1'),
(604, 87, '_edit_last', '1'),
(605, 87, '_edit_lock', '1603118591:1'),
(606, 93, '_edit_last', '1'),
(607, 93, '_edit_lock', '1603118245:1'),
(608, 95, '_edit_last', '1'),
(609, 95, '_edit_lock', '1603118267:1'),
(610, 94, '_edit_last', '1'),
(611, 94, '_edit_lock', '1603118297:1'),
(612, 92, '_edit_last', '1'),
(613, 92, '_edit_lock', '1603118528:1'),
(614, 87, 'post_stats', '1'),
(615, 88, 'post_stats', '1'),
(616, 92, 'post_stats', '1'),
(617, 88, '_edit_last', '1'),
(618, 88, '_edit_lock', '1603118435:1'),
(619, 81, '_edit_last', '1'),
(620, 81, '_edit_lock', '1603119674:1'),
(621, 83, 'post_stats', '1'),
(622, 83, '_edit_last', '1'),
(623, 83, '_edit_lock', '1603118701:1'),
(624, 91, 'post_stats', '1'),
(625, 91, '_edit_last', '1'),
(626, 91, '_edit_lock', '1603118803:1'),
(627, 90, 'post_stats', '1'),
(628, 90, '_edit_last', '1'),
(629, 90, '_edit_lock', '1603118851:1'),
(630, 77, '_edit_last', '1'),
(631, 77, '_edit_lock', '1603118864:1'),
(632, 99, '_edit_last', '1'),
(633, 99, '_edit_lock', '1603118916:1'),
(634, 84, '_edit_last', '1'),
(635, 84, '_edit_lock', '1603119248:1'),
(636, 84, 'post_stats', '1'),
(637, 81, 'post_stats', '2'),
(638, 93, 'post_stats', '1'),
(639, 73, '_edit_last', '1'),
(640, 73, '_edit_lock', '1603119273:1'),
(641, 86, 'post_stats', '1'),
(642, 86, '_edit_last', '1'),
(643, 86, '_edit_lock', '1603119353:1'),
(644, 80, 'post_stats', '1'),
(645, 80, '_edit_last', '1'),
(646, 80, '_edit_lock', '1603119419:1'),
(647, 85, '_edit_last', '1'),
(648, 85, '_edit_lock', '1603119443:1'),
(649, 89, 'post_stats', '1'),
(650, 89, '_edit_last', '1'),
(651, 89, '_edit_lock', '1603119511:1'),
(652, 79, 'post_stats', '1'),
(653, 79, '_edit_last', '1'),
(654, 79, '_edit_lock', '1603119611:1'),
(655, 95, 'post_stats', '1'),
(656, 94, 'post_stats', '1'),
(657, 85, 'post_stats', '1'),
(658, 82, 'post_stats', '1'),
(659, 82, '_edit_last', '1'),
(660, 82, '_edit_lock', '1603119968:1'),
(661, 139, '_edit_lock', '1603120253:1'),
(662, 139, '_edit_last', '1'),
(663, 139, 'vbegy_comment_type', 'comments'),
(664, 139, 'vbegy_orderby_answers_a', 'date'),
(665, 139, 'vbegy_order_answers', 'DESC'),
(666, 139, 'vbegy_answers_number', '10'),
(667, 139, 'vbegy_post_number_b', '5'),
(668, 139, 'vbegy_post_excerpt_b', '5'),
(669, 139, 'vbegy_orderby_post_b', 'recent'),
(670, 139, 'vbegy_post_display_b', 'lasts'),
(671, 139, 'vbegy_post_single_category_b', '1'),
(672, 139, 'vbegy_post_categories_b', '0'),
(673, 139, 'vbegy_contact_map', '<iframe height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=egypt&amp;hl=en&amp;sll=26.820553,30.802498&amp;sspn=16.874794,19.753418&amp;hnear=Egypt&amp;t=m&amp;z=6&amp;output=embed"></iframe>'),
(674, 139, 'vbegy_about_widget', '1'),
(675, 139, 'vbegy_social', '1'),
(676, 139, 'vbegy_rss', '1'),
(677, 139, 'vbegy_users_per_page', '10'),
(678, 139, 'vbegy_user_group', '0'),
(679, 139, 'vbegy_user_group', 'administrator'),
(680, 139, 'vbegy_user_group', '0'),
(681, 139, 'vbegy_user_group', 'editor'),
(682, 139, 'vbegy_user_group', '0'),
(683, 139, 'vbegy_user_group', 'author'),
(684, 139, 'vbegy_user_group', '0'),
(685, 139, 'vbegy_user_group', 'contributor'),
(686, 139, 'vbegy_user_group', '0'),
(687, 139, 'vbegy_user_group', 'subscriber'),
(688, 139, 'vbegy_user_sort', 'user_registered'),
(689, 139, 'vbegy_user_order', 'DESC'),
(690, 139, 'vbegy_cats_per_page', '50'),
(691, 139, 'vbegy_cats_tax', 'question'),
(692, 139, 'vbegy_cat_sort', 'count'),
(693, 139, 'vbegy_cat_order', 'DESC'),
(694, 139, 'vbegy_tags_per_page', '50'),
(695, 139, 'vbegy_tags_tax', 'question'),
(696, 139, 'vbegy_tag_sort', 'count'),
(697, 139, 'vbegy_tag_style', 'advanced'),
(698, 139, 'vbegy_tag_order', 'DESC'),
(699, 139, 'vbegy_index_top_box', '1'),
(700, 139, 'vbegy_index_top_box_layout', '1'),
(701, 139, 'vbegy_index_title_comment', 'title'),
(702, 139, 'vbegy_remove_index_content', '0'),
(703, 139, 'vbegy_index_top_box_background', 'background'),
(704, 139, 'vbegy_background_repeat_home', 'repeat'),
(705, 139, 'vbegy_background_fixed_home', 'fixed'),
(706, 139, 'vbegy_background_position_x_home', 'left'),
(707, 139, 'vbegy_background_position_y_home', 'top'),
(708, 139, 'vbegy_background_full_home', '0'),
(709, 139, 'vbegy_index_title', 'Welcome to Ask me'),
(710, 139, 'vbegy_index_content', 'Duis dapibus aliquam mi, eget euismod sem scelerisque ut. Vivamus at elit quis urna adipiscing iaculis. Curabitur vitae velit in neque dictum blandit. Proin in iaculis neque.'),
(711, 139, 'vbegy_index_about', 'About Us'),
(712, 139, 'vbegy_index_about_h', '#'),
(713, 139, 'vbegy_index_join', 'Join Now'),
(714, 139, 'vbegy_index_join_h', '#'),
(715, 139, 'vbegy_index_about_login', 'About Us'),
(716, 139, 'vbegy_index_about_h_login', '#'),
(717, 139, 'vbegy_index_join_login', 'Ask question'),
(718, 139, 'vbegy_index_join_h_login', '#'),
(719, 139, 'vbegy_index_tabs', '1'),
(720, 139, 'vbegy_pagination_tabs', '1'),
(721, 139, 'vbegy_what_tab', '0'),
(722, 139, 'vbegy_what_tab', 'recent_questions'),
(723, 139, 'vbegy_what_tab', '0'),
(724, 139, 'vbegy_what_tab', 'most_responses'),
(725, 139, 'vbegy_what_tab', '0'),
(726, 139, 'vbegy_what_tab', 'recently_answered'),
(727, 139, 'vbegy_what_tab', '0'),
(728, 139, 'vbegy_what_tab', 'no_answers'),
(729, 139, 'vbegy_what_tab', '0'),
(730, 139, 'vbegy_what_tab', '0'),
(731, 139, 'vbegy_what_tab', '0'),
(732, 139, 'vbegy_what_tab', '0'),
(733, 139, 'vbegy_categories_show', '0'),
(734, 139, 'vbegy_sort_home_elements', 'a:8:{i:1;a:2:{s:5:"value";s:16:"recent_questions";s:4:"name";s:16:"Recent Questions";}i:2;a:2:{s:5:"value";s:14:"most_responses";s:4:"name";s:24:"Most Responses / answers";}i:3;a:2:{s:5:"value";s:17:"recently_answered";s:4:"name";s:17:"Recently Answered";}i:4;a:2:{s:5:"value";s:10:"no_answers";s:4:"name";s:10:"No answers";}i:5;a:2:{s:5:"value";s:10:"most_visit";s:4:"name";s:10:"Most Visit";}i:6;a:2:{s:5:"value";s:9:"most_vote";s:4:"name";s:9:"Most Vote";}i:7;a:2:{s:5:"value";s:13:"question_bump";s:4:"name";s:14:"Questions bump";}i:8;a:2:{s:5:"value";s:12:"recent_posts";s:4:"name";s:12:"Recent Posts";}}'),
(735, 139, 'vbegy_posts_per_page', '10'),
(736, 139, 'vbegy_layout', 'default'),
(737, 139, 'vbegy_home_template', 'default'),
(738, 139, 'vbegy_site_skin_l', 'default'),
(739, 139, 'vbegy_skin', 'default'),
(740, 139, 'vbegy_background_repeat', 'repeat'),
(741, 139, 'vbegy_background_fixed', 'fixed'),
(742, 139, 'vbegy_background_position_x', 'left'),
(743, 139, 'vbegy_background_position_y', 'top'),
(744, 139, 'vbegy_background_full', '0'),
(745, 139, 'vbegy_sidebar', 'default'),
(746, 139, 'vbegy_what_sidebar', 'default'),
(747, 139, 'vbegy_what_post', 'image'),
(748, 139, 'vbegy_slideshow_type', 'custom_slide'),
(749, 139, 'vbegy_video_post_type', 'youtube'),
(750, 139, 'vbegy_custom_page_setting', '0'),
(751, 139, 'vbegy_sticky_sidebar_s', '1'),
(752, 139, 'vbegy_post_meta_s', '1'),
(753, 139, 'vbegy_post_share_s', '0'),
(754, 139, 'vbegy_post_author_box_s', '0'),
(755, 139, 'vbegy_related_post_s', '0'),
(756, 139, 'vbegy_post_comments_s', '1'),
(757, 139, 'vbegy_post_navigation_s', '0'),
(758, 139, 'vbegy_header_adv_type', 'custom_image'),
(759, 139, 'vbegy_header_adv_href', '#'),
(760, 139, 'vbegy_share_adv_type', 'custom_image'),
(761, 139, 'vbegy_share_adv_href', '#'),
(762, 139, 'vbegy_related_adv_type', 'custom_image'),
(763, 139, 'vbegy_related_adv_href', '#'),
(764, 139, 'vbegy_content_adv_type', 'custom_image'),
(765, 139, 'vbegy_content_adv_href', '#'),
(766, 139, '_wp_page_template', 'template-questions_bump.php'),
(767, 139, 'post_stats', '1'),
(768, 78, 'post_stats', '1'),
(769, 75, 'post_stats', '2'),
(770, 141, 'question_poll', '2'),
(771, 141, 'remember_answer', '1'),
(772, 141, 'vbegy_layout', 'default'),
(773, 141, 'vbegy_home_template', 'default'),
(774, 141, 'vbegy_site_skin_l', 'default'),
(775, 141, 'vbegy_skin', 'default'),
(776, 141, 'vbegy_sidebar', 'default'),
(777, 141, 'post_from_front', 'from_front'),
(778, 141, 'question_vote', '0'),
(779, 142, 'question_poll', '2'),
(780, 142, 'remember_answer', '1'),
(781, 142, 'vbegy_layout', 'default'),
(782, 142, 'vbegy_home_template', 'default'),
(783, 142, 'vbegy_site_skin_l', 'default'),
(784, 142, 'vbegy_skin', 'default'),
(785, 142, 'vbegy_sidebar', 'default'),
(786, 142, 'post_from_front', 'from_front'),
(787, 142, 'question_vote', '0'),
(788, 142, '_edit_last', '1'),
(789, 142, '_edit_lock', '1603121085:1'),
(790, 142, 'post_approved_before', 'yes');

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

--
-- 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, '2020-09-12 12:03:00', '2020-09-12 08:33:00', '<!-- wp:paragraph -->n<p>به وردپرس خوش آمدید. این اولین نوشتهٔ شماست. این را ویرایش یا حذف کنید، سپس نوشتن را شروع نمایید!</p>n<!-- /wp:paragraph -->', 'سلام دنیا!', '', 'publish', 'open', 'open', '', '%d8%b3%d9%84%d8%a7%d9%85-%d8%af%d9%86%db%8c%d8%a7', '', '', '2020-09-12 12:03:00', '2020-09-12 08:33:00', '', 0, 'http://localhost/?p=1', 0, 'post', '', 1),
(35, 1, '2020-09-24 11:55:39', '2020-09-24 08:25:39', '<p>امیدوارم جواب بده!</p>n', 'سوالت را بپرس و مطمئن باش جوابشو میگیری', '', 'publish', 'open', 'closed', '', '%d8%b3%d9%88%d8%a7%d9%84%d8%aa-%d8%b1%d8%a7-%d8%a8%d9%be%d8%b1%d8%b3-%d9%88-%d9%85%d8%b7%d9%85%d8%a6%d9%86-%d8%a8%d8%a7%d8%b4-%d8%ac%d9%88%d8%a7%d8%a8%d8%b4%d9%88-%d9%85%db%8c%da%af%db%8c%d8%b1%db%8c', '', '', '2020-09-24 11:55:39', '2020-09-24 08:25:39', '', 0, 'http://localhost/?question=%d8%b3%d9%88%d8%a7%d9%84%d8%aa-%d8%b1%d8%a7-%d8%a8%d9%be%d8%b1%d8%b3-%d9%88-%d9%85%d8%b7%d9%85%d8%a6%d9%86-%d8%a8%d8%a7%d8%b4-%d8%ac%d9%88%d8%a7%d8%a8%d8%b4%d9%88-%d9%85%db%8c%da%af%db%8c%d8%b1%db%8c', 0, 'question', '', 0),
(44, 1, '2020-10-17 13:26:00', '0000-00-00 00:00:00', '', 'پیش‌نویس خودکار', '', 'auto-draft', 'open', 'open', '', '', '', '', '2020-10-17 13:26:00', '0000-00-00 00:00:00', '', 0, 'http://localhost/?p=44', 0, 'post', '', 0),
(73, 1, '2020-10-19 17:34:41', '2020-10-19 14:04:41', '', 'جستجو', '', 'publish', 'closed', 'closed', '', 'search', '', '', '2020-10-19 18:24:32', '2020-10-19 14:54:32', '', 0, 'http://localhost/?page_id=73', 0, 'page', '', 0),
(74, 1, '2020-10-19 17:34:43', '2020-10-19 14:04:43', '', 'افزودن پست', '', 'publish', 'closed', 'closed', '', 'add_post', '', '', '2020-10-19 18:13:49', '2020-10-19 14:43:49', '', 0, 'http://localhost/?page_id=74', 0, 'page', '', 0),
(75, 1, '2020-10-19 17:34:43', '2020-10-19 14:04:43', '', 'افزودن سوال', '', 'publish', 'closed', 'closed', '', 'add_question', '', '', '2020-10-19 17:45:17', '2020-10-19 14:15:17', '', 0, 'http://localhost/?page_id=75', 0, 'page', '', 0),
(76, 1, '2020-10-19 17:34:44', '2020-10-19 14:04:44', '', 'ویرایش سوال', '', 'publish', 'closed', 'closed', '', 'edit_question', '', '', '2020-10-19 17:49:21', '2020-10-19 14:19:21', '', 0, 'http://localhost/?page_id=76', 0, 'page', '', 0),
(77, 1, '2020-10-19 17:34:44', '2020-10-19 14:04:44', '', 'ورود', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2020-10-19 18:17:43', '2020-10-19 14:47:43', '', 0, 'http://localhost/?page_id=77', 0, 'page', '', 0),
(78, 1, '2020-10-19 17:34:44', '2020-10-19 14:04:44', '', 'ویرایش پروفایل', '', 'publish', 'closed', 'closed', '', 'edit_profile', '', '', '2020-10-19 17:49:01', '2020-10-19 14:19:01', '', 0, 'http://localhost/?page_id=78', 0, 'page', '', 0),
(79, 1, '2020-10-19 17:34:44', '2020-10-19 14:04:44', '', 'پست ها', '', 'publish', 'closed', 'closed', '', 'user_posts', '', '', '2020-10-19 18:30:10', '2020-10-19 15:00:10', '', 0, 'http://localhost/?page_id=79', 0, 'page', '', 0),
(80, 1, '2020-10-19 17:34:45', '2020-10-19 14:04:45', '', 'نظرات', '', 'publish', 'closed', 'closed', '', 'user_comments', '', '', '2020-10-19 18:26:58', '2020-10-19 14:56:58', '', 0, 'http://localhost/?page_id=80', 0, 'page', '', 0),
(81, 1, '2020-10-19 17:34:45', '2020-10-19 14:04:45', '', 'پرسش ها', '', 'publish', 'closed', 'closed', '', 'user_questions', '', '', '2020-10-19 18:31:12', '2020-10-19 15:01:12', '', 0, 'http://localhost/?page_id=81', 0, 'page', '', 0),
(82, 1, '2020-10-19 17:34:45', '2020-10-19 14:04:45', '', 'پسندیدن ها', '', 'publish', 'closed', 'closed', '', 'user_polls', '', '', '2020-10-19 18:36:06', '2020-10-19 15:06:06', '', 0, 'http://localhost/?page_id=82', 0, 'page', '', 0),
(83, 1, '2020-10-19 17:34:45', '2020-10-19 14:04:45', '', 'سوالات پرسیده شده', '', 'publish', 'closed', 'closed', '', 'user_asked_questions', '', '', '2020-10-19 18:14:59', '2020-10-19 14:44:59', '', 0, 'http://localhost/?page_id=83', 0, 'page', '', 0),
(84, 1, '2020-10-19 17:34:46', '2020-10-19 14:04:46', '', 'سوالات پرداختی', '', 'publish', 'closed', 'closed', '', 'paid_questions', '', '', '2020-10-19 18:24:07', '2020-10-19 14:54:07', '', 0, 'http://localhost/?page_id=84', 0, 'page', '', 0),
(85, 1, '2020-10-19 17:34:47', '2020-10-19 14:04:47', '', 'بهترین پاسخ ها', '', 'publish', 'closed', 'closed', '', 'user_best_answers', '', '', '2020-10-19 18:27:23', '2020-10-19 14:57:23', '', 0, 'http://localhost/?page_id=85', 0, 'page', '', 0),
(86, 1, '2020-10-19 17:34:48', '2020-10-19 14:04:48', '', 'پاسخ ها', '', 'publish', 'closed', 'closed', '', 'user_answers', '', '', '2020-10-19 18:25:52', '2020-10-19 14:55:52', '', 0, 'http://localhost/?page_id=86', 0, 'page', '', 0),
(87, 1, '2020-10-19 17:34:49', '2020-10-19 14:04:49', '', 'سوالات مورد علاقه', '', 'publish', 'closed', 'closed', '', 'favorite_questions', '', '', '2020-10-19 18:13:11', '2020-10-19 14:43:11', '', 0, 'http://localhost/?page_id=87', 0, 'page', '', 0),
(88, 1, '2020-10-19 17:34:50', '2020-10-19 14:04:50', '', 'سوالات دنبال شده', '', 'publish', 'closed', 'closed', '', 'followed_questions', '', '', '2020-10-19 18:10:34', '2020-10-19 14:40:34', '', 0, 'http://localhost/?page_id=88', 0, 'page', '', 0),
(89, 1, '2020-10-19 17:34:51', '2020-10-19 14:04:51', '', 'امتیازات', '', 'publish', 'closed', 'closed', '', 'user_points', '', '', '2020-10-19 18:28:30', '2020-10-19 14:58:30', '', 0, 'http://localhost/?page_id=89', 0, 'page', '', 0),
(90, 1, '2020-10-19 17:34:51', '2020-10-19 14:04:51', '', 'دنبال کنندگان من', '', 'publish', 'closed', 'closed', '', 'i_follow_users', '', '', '2020-10-19 18:17:30', '2020-10-19 14:47:30', '', 0, 'http://localhost/?page_id=90', 0, 'page', '', 0),
(91, 1, '2020-10-19 17:34:51', '2020-10-19 14:04:51', '', 'دنبال کنندگان', '', 'publish', 'closed', 'closed', '', 'followers_users', '', '', '2020-10-19 18:16:42', '2020-10-19 14:46:42', '', 0, 'http://localhost/?page_id=91', 0, 'page', '', 0),
(92, 1, '2020-10-19 17:34:52', '2020-10-19 14:04:52', '', 'سوالات دنبال کننده', '', 'publish', 'closed', 'closed', '', 'follow_questions', '', '', '2020-10-19 18:12:08', '2020-10-19 14:42:08', '', 0, 'http://localhost/?page_id=92', 0, 'page', '', 0),
(93, 1, '2020-10-19 17:34:52', '2020-10-19 14:04:52', '', 'پاسخ های دنبال کننده', '', 'publish', 'closed', 'closed', '', 'follow_answers', '', '', '2020-10-19 18:07:25', '2020-10-19 14:37:25', '', 0, 'http://localhost/?page_id=93', 0, 'page', '', 0),
(94, 1, '2020-10-19 17:34:53', '2020-10-19 14:04:53', '', 'پست های دنبال کننده', '', 'publish', 'closed', 'closed', '', 'follow_posts', '', '', '2020-10-19 18:08:16', '2020-10-19 14:38:16', '', 0, 'http://localhost/?page_id=94', 0, 'page', '', 0),
(95, 1, '2020-10-19 17:34:53', '2020-10-19 14:04:53', '', 'نظرات دنبال کننده', '', 'publish', 'closed', 'closed', '', 'follow-comments', '', '', '2020-10-19 18:07:47', '2020-10-19 14:37:47', '', 0, 'http://localhost/?page_id=95', 0, 'page', '', 0),
(96, 1, '2020-10-19 17:34:53', '2020-10-19 14:04:53', '', 'ویرایش پست', '', 'publish', 'closed', 'closed', '', 'edit_post', '', '', '2020-10-19 17:48:22', '2020-10-19 14:18:22', '', 0, 'http://localhost/?page_id=96', 0, 'page', '', 0),
(97, 1, '2020-10-19 17:34:54', '2020-10-19 14:04:54', '', 'ویرایش پاسخ و نظر', '', 'publish', 'closed', 'closed', '', 'edit_comment', '', '', '2020-10-19 17:47:38', '2020-10-19 14:17:38', '', 0, 'http://localhost/?page_id=97', 0, 'page', '', 0),
(98, 1, '2020-10-19 17:34:55', '2020-10-19 14:04:55', '', 'گزارش فعالیت', '', 'publish', 'closed', 'closed', '', 'activity_log', '', '', '2020-10-19 17:43:32', '2020-10-19 14:13:32', '', 84, 'http://localhost/?page_id=98', 0, 'page', '', 0),
(99, 1, '2020-10-19 17:34:55', '2020-10-19 14:04:55', '', 'اطلاعیه', '', 'publish', 'closed', 'closed', '', 'notifications', '', '', '2020-10-19 18:18:35', '2020-10-19 14:48:35', '', 0, 'http://localhost/?page_id=99', 0, 'page', '', 0),
(100, 1, '2020-10-19 17:39:07', '2020-10-19 14:09:07', '', 'Activity log', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2020-10-19 17:39:07', '2020-10-19 14:09:07', '', 98, 'http://localhost/?p=100', 0, 'revision', '', 0),
(101, 1, '2020-10-19 17:42:42', '2020-10-19 14:12:42', '', 'گزارش فعالیت', '', 'inherit', 'closed', 'closed', '', '98-revision-v1', '', '', '2020-10-19 17:42:42', '2020-10-19 14:12:42', '', 98, 'http://localhost/?p=101', 0, 'revision', '', 0),
(102, 1, '2020-10-19 17:44:53', '2020-10-19 14:14:53', '', 'افزودن سوال', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2020-10-19 17:44:53', '2020-10-19 14:14:53', '', 74, 'http://localhost/?p=102', 0, 'revision', '', 0),
(103, 1, '2020-10-19 17:45:17', '2020-10-19 14:15:17', '', 'افزودن سوال', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2020-10-19 17:45:17', '2020-10-19 14:15:17', '', 75, 'http://localhost/?p=103', 0, 'revision', '', 0),
(104, 1, '2020-10-19 17:47:38', '2020-10-19 14:17:38', '', 'ویرایش پاسخ و نظر', '', 'inherit', 'closed', 'closed', '', '97-revision-v1', '', '', '2020-10-19 17:47:38', '2020-10-19 14:17:38', '', 97, 'http://localhost/?p=104', 0, 'revision', '', 0),
(105, 1, '2020-10-19 17:48:22', '2020-10-19 14:18:22', '', 'ویرایش پست', '', 'inherit', 'closed', 'closed', '', '96-revision-v1', '', '', '2020-10-19 17:48:22', '2020-10-19 14:18:22', '', 96, 'http://localhost/?p=105', 0, 'revision', '', 0),
(106, 1, '2020-10-19 17:49:01', '2020-10-19 14:19:01', '', 'ویرایش پروفایل', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2020-10-19 17:49:01', '2020-10-19 14:19:01', '', 78, 'http://localhost/?p=106', 0, 'revision', '', 0),
(107, 1, '2020-10-19 17:49:21', '2020-10-19 14:19:21', '', 'ویرایش سوال', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2020-10-19 17:49:21', '2020-10-19 14:19:21', '', 76, 'http://localhost/?p=107', 0, 'revision', '', 0),
(108, 1, '2020-10-19 17:49:58', '2020-10-19 14:19:58', '', 'سوالات مورد علاقه', '', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2020-10-19 17:49:58', '2020-10-19 14:19:58', '', 87, 'http://localhost/?p=108', 0, 'revision', '', 0),
(109, 1, '2020-10-19 17:51:01', '2020-10-19 14:21:01', '', 'پاسخ های دنبال شده', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2020-10-19 17:51:01', '2020-10-19 14:21:01', '', 93, 'http://localhost/?p=109', 0, 'revision', '', 0),
(110, 1, '2020-10-19 17:51:50', '2020-10-19 14:21:50', '', 'نظرات دنبال شده', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2020-10-19 17:51:50', '2020-10-19 14:21:50', '', 95, 'http://localhost/?p=110', 0, 'revision', '', 0),
(111, 1, '2020-10-19 17:52:09', '2020-10-19 14:22:09', '', 'پست های دنبال شده', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2020-10-19 17:52:09', '2020-10-19 14:22:09', '', 94, 'http://localhost/?p=111', 0, 'revision', '', 0),
(112, 1, '2020-10-19 17:52:24', '2020-10-19 14:22:24', '', 'سوالات دنبال شده', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2020-10-19 17:52:24', '2020-10-19 14:22:24', '', 92, 'http://localhost/?p=112', 0, 'revision', '', 0),
(113, 1, '2020-10-19 18:06:51', '2020-10-19 14:36:51', '', 'سوالات دنبال کننده', '', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2020-10-19 18:06:51', '2020-10-19 14:36:51', '', 87, 'http://localhost/?p=113', 0, 'revision', '', 0),
(114, 1, '2020-10-19 18:07:25', '2020-10-19 14:37:25', '', 'پاسخ های دنبال کننده', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2020-10-19 18:07:25', '2020-10-19 14:37:25', '', 93, 'http://localhost/?p=114', 0, 'revision', '', 0),
(115, 1, '2020-10-19 18:07:47', '2020-10-19 14:37:47', '', 'نظرات دنبال کننده', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2020-10-19 18:07:47', '2020-10-19 14:37:47', '', 95, 'http://localhost/?p=115', 0, 'revision', '', 0),
(116, 1, '2020-10-19 18:08:16', '2020-10-19 14:38:16', '', 'پست های دنبال کننده', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2020-10-19 18:08:16', '2020-10-19 14:38:16', '', 94, 'http://localhost/?p=116', 0, 'revision', '', 0),
(117, 1, '2020-10-19 18:10:34', '2020-10-19 14:40:34', '', 'سوالات دنبال شده', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2020-10-19 18:10:34', '2020-10-19 14:40:34', '', 88, 'http://localhost/?p=117', 0, 'revision', '', 0),
(118, 1, '2020-10-19 18:11:19', '2020-10-19 14:41:19', '', 'سوالات دنبال شده ل', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2020-10-19 18:11:19', '2020-10-19 14:41:19', '', 92, 'http://localhost/?p=118', 0, 'revision', '', 0),
(119, 1, '2020-10-19 18:12:08', '2020-10-19 14:42:08', '', 'سوالات دنبال کننده', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2020-10-19 18:12:08', '2020-10-19 14:42:08', '', 92, 'http://localhost/?p=119', 0, 'revision', '', 0),
(120, 1, '2020-10-19 18:13:11', '2020-10-19 14:43:11', '', 'سوالات مورد علاقه', '', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2020-10-19 18:13:11', '2020-10-19 14:43:11', '', 87, 'http://localhost/?p=120', 0, 'revision', '', 0),
(121, 1, '2020-10-19 18:13:49', '2020-10-19 14:43:49', '', 'افزودن پست', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2020-10-19 18:13:49', '2020-10-19 14:43:49', '', 74, 'http://localhost/?p=121', 0, 'revision', '', 0),
(122, 1, '2020-10-19 18:14:19', '2020-10-19 14:44:19', '', 'سوالات پرسیده شده', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2020-10-19 18:14:19', '2020-10-19 14:44:19', '', 81, 'http://localhost/?p=122', 0, 'revision', '', 0),
(123, 1, '2020-10-19 18:14:59', '2020-10-19 14:44:59', '', 'سوالات پرسیده شده', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2020-10-19 18:14:59', '2020-10-19 14:44:59', '', 83, 'http://localhost/?p=123', 0, 'revision', '', 0),
(124, 1, '2020-10-19 18:15:25', '2020-10-19 14:45:25', '', 'user_questions', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2020-10-19 18:15:25', '2020-10-19 14:45:25', '', 81, 'http://localhost/?p=124', 0, 'revision', '', 0),
(125, 1, '2020-10-19 18:16:42', '2020-10-19 14:46:42', '', 'دنبال کنندگان', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2020-10-19 18:16:42', '2020-10-19 14:46:42', '', 91, 'http://localhost/?p=125', 0, 'revision', '', 0),
(126, 1, '2020-10-19 18:17:30', '2020-10-19 14:47:30', '', 'دنبال کنندگان من', '', 'inherit', 'closed', 'closed', '', '90-revision-v1', '', '', '2020-10-19 18:17:30', '2020-10-19 14:47:30', '', 90, 'http://localhost/?p=126', 0, 'revision', '', 0),
(127, 1, '2020-10-19 18:17:43', '2020-10-19 14:47:43', '', 'ورود', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2020-10-19 18:17:43', '2020-10-19 14:47:43', '', 77, 'http://localhost/?p=127', 0, 'revision', '', 0),
(128, 1, '2020-10-19 18:18:35', '2020-10-19 14:48:35', '', 'اطلاعیه', '', 'inherit', 'closed', 'closed', '', '99-revision-v1', '', '', '2020-10-19 18:18:35', '2020-10-19 14:48:35', '', 99, 'http://localhost/?p=128', 0, 'revision', '', 0),
(129, 1, '2020-10-19 18:19:43', '2020-10-19 14:49:43', '', 'حانه', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2020-10-19 18:19:43', '2020-10-19 14:49:43', '', 84, 'http://localhost/?p=129', 0, 'revision', '', 0),
(130, 1, '2020-10-19 18:24:07', '2020-10-19 14:54:07', '', 'سوالات پرداختی', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2020-10-19 18:24:07', '2020-10-19 14:54:07', '', 84, 'http://localhost/?p=130', 0, 'revision', '', 0),
(131, 1, '2020-10-19 18:24:32', '2020-10-19 14:54:32', '', 'جستجو', '', 'inherit', 'closed', 'closed', '', '73-revision-v1', '', '', '2020-10-19 18:24:32', '2020-10-19 14:54:32', '', 73, 'http://localhost/?p=131', 0, 'revision', '', 0),
(132, 1, '2020-10-19 18:25:52', '2020-10-19 14:55:52', '', 'پاسخ ها', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2020-10-19 18:25:52', '2020-10-19 14:55:52', '', 86, 'http://localhost/?p=132', 0, 'revision', '', 0),
(133, 1, '2020-10-19 18:26:58', '2020-10-19 14:56:58', '', 'نظرات', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2020-10-19 18:26:58', '2020-10-19 14:56:58', '', 80, 'http://localhost/?p=133', 0, 'revision', '', 0),
(134, 1, '2020-10-19 18:27:23', '2020-10-19 14:57:23', '', 'بهترین پاسخ ها', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2020-10-19 18:27:23', '2020-10-19 14:57:23', '', 85, 'http://localhost/?p=134', 0, 'revision', '', 0),
(135, 1, '2020-10-19 18:28:30', '2020-10-19 14:58:30', '', 'امتیازات', '', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2020-10-19 18:28:30', '2020-10-19 14:58:30', '', 89, 'http://localhost/?p=135', 0, 'revision', '', 0),
(136, 1, '2020-10-19 18:30:10', '2020-10-19 15:00:10', '', 'پست ها', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2020-10-19 18:30:10', '2020-10-19 15:00:10', '', 79, 'http://localhost/?p=136', 0, 'revision', '', 0),
(137, 1, '2020-10-19 18:31:12', '2020-10-19 15:01:12', '', 'پرسش ها', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2020-10-19 18:31:12', '2020-10-19 15:01:12', '', 81, 'http://localhost/?p=137', 0, 'revision', '', 0),
(138, 1, '2020-10-19 18:36:06', '2020-10-19 15:06:06', '', 'پسندیدن ها', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2020-10-19 18:36:06', '2020-10-19 15:06:06', '', 82, 'http://localhost/?p=138', 0, 'revision', '', 0),
(139, 1, '2020-10-19 18:38:13', '2020-10-19 15:08:13', '', 'Questions', '', 'publish', 'closed', 'closed', '', 'questions', '', '', '2020-10-19 18:40:53', '2020-10-19 15:10:53', '', 0, 'http://localhost/?page_id=139', 0, 'page', '', 0),
(140, 1, '2020-10-19 18:38:13', '2020-10-19 15:08:13', '', 'Questions', '', 'inherit', 'closed', 'closed', '', '139-revision-v1', '', '', '2020-10-19 18:38:13', '2020-10-19 15:08:13', '', 139, 'http://localhost/?p=140', 0, 'revision', '', 0),
(141, 2, '2020-10-19 18:51:24', '0000-00-00 00:00:00', '<p>kdkd</p>n', 'tert', '', 'draft', 'open', 'closed', '', '', '', '', '2020-10-19 18:51:24', '0000-00-00 00:00:00', '', 0, 'http://localhost/?post_type=question&p=141', 0, 'question', '', 0),
(142, 2, '2020-10-19 18:53:13', '2020-10-19 15:23:13', '<p>4.l,kmmsj</p>n', 'lelmel', '', 'publish', 'open', 'closed', '', 'lelmel', '', '', '2020-10-19 18:54:44', '2020-10-19 15:24:44', '', 0, 'http://localhost/?post_type=question&p=142', 0, 'question', '', 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, 'دسته‌بندی نشده', '%d8%af%d8%b3%d8%aa%d9%87%e2%80%8c%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87', 0),
(2, 'رندرینگ', 'rendering', 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),
(35, 2, 0),
(141, 2, 0),
(142, 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, 'question-category', '', 0, 2);

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

--
-- 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', 'blender'),
(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', 'theme_editor_notice'),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:"2367d31fb588726b49b7b9ff112b8e3c17b9bdf50c4c4bfed106a1474c905054";a:4:{s:10:"expiration";i:1603287494;s:2:"ip";s:3:"::1";s:2:"ua";s:114:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36";s:5:"login";i:1603114694;}}'),
(17, 1, 'wp_user-settings', 'mfold=o&editor=tinymce'),
(18, 1, 'wp_user-settings-time', '1600935763'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '44'),
(20, 1, 'visit_profile_d_24_09_2020', '2'),
(21, 1, 'visit_profile_m_09_2020', '2'),
(22, 1, 'visit_profile_all', '44'),
(23, 1, '1_activities', '1'),
(24, 1, '1_activities_1', 'a:11:{s:10:"date_years";s:10:"2020/09/24";s:10:"date_hours";s:11:"11:55 ق.ظ";s:4:"time";i:1600948540;s:7:"user_id";i:1;s:15:"another_user_id";s:0:"";s:7:"post_id";i:35;s:10:"comment_id";s:0:"";s:4:"text";s:12:"add_question";s:8:"username";s:0:"";s:9:"more_text";s:0:"";s:12:"type_of_item";s:8:"question";}'),
(25, 1, '1_new_activities', '1'),
(26, 1, '1_new_notifications', '0'),
(27, 1, 'visit_profile_d_02_10_2020', '1'),
(28, 1, 'visit_profile_m_10_2020', '42'),
(29, 1, 'visit_profile_d_19_10_2020', '42'),
(30, 2, 'nickname', 'tert'),
(31, 2, 'first_name', ''),
(32, 2, 'last_name', ''),
(33, 2, 'description', ''),
(34, 2, 'rich_editing', 'true'),
(35, 2, 'syntax_highlighting', 'true'),
(36, 2, 'comment_shortcuts', 'false'),
(37, 2, 'admin_color', 'fresh'),
(38, 2, 'use_ssl', '0'),
(39, 2, 'show_admin_bar_front', 'true'),
(40, 2, 'locale', ''),
(41, 2, 'wp_capabilities', 'a:1:{s:10:"subscriber";b:1;}'),
(42, 2, 'wp_user_level', '0'),
(43, 2, 'points', '20'),
(44, 2, 'the_best_answer', '0'),
(45, 2, 'tert_points', '1'),
(46, 2, 'tert_points_1', 'a:7:{i:0;s:10:"2020/10/19";i:1;s:10:"6:44 ب.ظ";i:2;s:2:"20";i:3;s:1:"+";i:4;s:9:"gift_site";i:5;N;i:6;N;}'),
(47, 2, '2_notifications', '2'),
(48, 2, '2_notifications_1', 'a:11:{s:10:"date_years";s:10:"2020/10/19";s:10:"date_hours";s:10:"6:44 ب.ظ";s:4:"time";i:1603133048;s:7:"user_id";i:2;s:15:"another_user_id";s:0:"";s:7:"post_id";s:0:"";s:10:"comment_id";s:0:"";s:4:"text";s:9:"gift_site";s:8:"username";s:0:"";s:9:"more_text";s:0:"";s:12:"type_of_item";s:0:"";}'),
(49, 2, '2_new_notifications', '1'),
(50, 2, 'session_tokens', 'a:1:{s:64:"412e53b494dff572aeb690d863b2747abb197fe67fd402811f0a1e1c9e40303f";a:4:{s:10:"expiration";i:1604330048;s:2:"ip";s:3:"::1";s:2:"ua";s:130:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36 Edg/86.0.622.43";s:5:"login";i:1603120448;}}'),
(51, 2, 'visit_profile_d_19_10_2020', '1'),
(52, 2, 'visit_profile_m_10_2020', '1'),
(53, 2, 'visit_profile_all', '1'),
(54, 2, '2_activities', '2'),
(55, 2, '2_activities_1', 'a:11:{s:10:"date_years";s:10:"2020/10/19";s:10:"date_hours";s:10:"6:51 ب.ظ";s:4:"time";i:1603133488;s:7:"user_id";i:2;s:15:"another_user_id";s:0:"";s:7:"post_id";s:0:"";s:10:"comment_id";s:0:"";s:4:"text";s:17:"approved_question";s:8:"username";s:0:"";s:9:"more_text";s:0:"";s:12:"type_of_item";s:8:"question";}'),
(56, 2, '2_new_activities', '2'),
(57, 2, '2_activities_2', 'a:11:{s:10:"date_years";s:10:"2020/10/19";s:10:"date_hours";s:10:"6:53 ب.ظ";s:4:"time";i:1603133597;s:7:"user_id";i:2;s:15:"another_user_id";s:0:"";s:7:"post_id";s:0:"";s:10:"comment_id";s:0:"";s:4:"text";s:17:"approved_question";s:8:"username";s:0:"";s:9:"more_text";s:0:"";s:12:"type_of_item";s:8:"question";}'),
(58, 2, '2_notifications_2', 'a:11:{s:10:"date_years";s:10:"2020/10/19";s:10:"date_hours";s:10:"6:54 ب.ظ";s:4:"time";i:1603133685;s:7:"user_id";s:1:"2";s:15:"another_user_id";s:0:"";s:7:"post_id";i:142;s:10:"comment_id";s:0:"";s:4:"text";s:17:"approved_question";s:8:"username";s:0:"";s:9:"more_text";s:0:"";s:12:"type_of_item";s:8:"question";}');

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

--
-- 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, 'blender', '$P$BnIdod1Aofhd/93M.LKujoeKBXMbuH/', 'blender', 'blender.m.r.titan@gmail.com', '', '2020-09-12 08:32:59', '', 0, 'blender'),
(2, 'tert', '$P$BpiD.Nn3Ag15rm4bCgA8yGOcOugGtG1', 'tert', 'a@gmail.com', '', '2020-10-19 15:14:05', '', 0, 'tert');

--
-- 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_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=409;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=791;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=143;

--
-- 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_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=59;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
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 */;

با تشکر

حل شد 0
, 2020-10-21T21:23:13+03:30 3 پاسخ کاربر تازه 0

پاسخ ها ( 3 )

    0
    2020-10-22T11:09:11+03:30

    سلام

    الان شما موقع export گرفتن از دیتابیس با خطا مواجه میشید؟ یا موقع import کردن دیتابیس؟

    موفق باشید

    0
    2020-10-22T14:34:23+03:30

    با سلام!

    در export

    0
    2020-10-22T20:58:23+03:30

    سلام

    کدهای زیر را در فایل httaccess. هاست اضافه کنید، تا محدودیت ها برداشته/افزایش بشه

    php_value upload_max_filesize 120M
    php_value post_max_size 120M 
    php_value max_execution_time 200 
    php_value max_input_time 20

    اگر باز هم با خطا مواجه شدید، اعداد رو افزایش بدید!

    موفق باشید.

    بهترین پاسخ

ارسال یک پاسخ