/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.27-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: iliyafa_iliya -- ------------------------------------------------------ -- Server version 10.6.27-MariaDB-log /*!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 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `il_commentmeta` -- DROP TABLE IF EXISTS `il_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_commentmeta` -- LOCK TABLES `il_commentmeta` WRITE; /*!40000 ALTER TABLE `il_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `il_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_comments` -- DROP TABLE IF EXISTS `il_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_comments` -- LOCK TABLES `il_comments` WRITE; /*!40000 ALTER TABLE `il_comments` DISABLE KEYS */; INSERT INTO `il_comments` VALUES (1,1,'یک نویسنده دیدگاه وردپرس','wapuu@wordpress.example','https://fa.wordpress.org/','','2026-05-30 13:53:52','2026-05-30 10:23:52','سلام، این یک دیدگاه است.\nبرای شروع مدیریت، ویرایش و پاک کردن دیدگاه‌ها، لطفا بخش دیدگاه‌ها در پیشخوان را ببینید.\nتصاویر نویسندگان دیدگاه از Gravatar گرفته می‌شود.',0,'spam','','comment',0,0); /*!40000 ALTER TABLE `il_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_links` -- DROP TABLE IF EXISTS `il_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_links` -- LOCK TABLES `il_links` WRITE; /*!40000 ALTER TABLE `il_links` DISABLE KEYS */; /*!40000 ALTER TABLE `il_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_options` -- DROP TABLE IF EXISTS `il_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=5323 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_options` -- LOCK TABLES `il_options` WRITE; /*!40000 ALTER TABLE `il_options` DISABLE KEYS */; INSERT INTO `il_options` VALUES (1,'cron','a:13:{i:1785144244;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:1785145750;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"94de55982e641782aa944c8edbddd895\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:114;}}}}i:1785145753;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"7acff183d9b5cb9b956ec6a1e9875d9b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:115;}}}}i:1785147844;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:1785151431;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1785153231;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1785155031;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1785158775;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1785224166;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785224167;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1785416364;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1785666244;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://iliyafa.com','on'),(3,'home','https://iliyafa.com','on'),(4,'blogname','ایلیا','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','gta.utta@gmail.com','on'),(8,'start_of_week','6','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:128:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:35:\"service/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"service/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"service/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"service/([^/]+)/embed/?$\";s:46:\"index.php?iliya_service=$matches[1]&embed=true\";s:28:\"service/([^/]+)/trackback/?$\";s:40:\"index.php?iliya_service=$matches[1]&tb=1\";s:36:\"service/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?iliya_service=$matches[1]&paged=$matches[2]\";s:43:\"service/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?iliya_service=$matches[1]&cpage=$matches[2]\";s:32:\"service/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?iliya_service=$matches[1]&page=$matches[2]\";s:24:\"service/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"service/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"service/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:46:\"index.php?iliya_project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:40:\"index.php?iliya_project=$matches[1]&tb=1\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?iliya_project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?iliya_project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?iliya_project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:1:{i:0;s:55:\"wordpress-cache-optimizer/wordpress-cache-optimizer.php\";}','on'),(35,'category_base','','on'),(36,'ping_sites','https://rpc.pingomatic.com/','on'),(37,'comment_max_links','2','on'),(38,'gmt_offset','3.5','on'),(39,'default_email_category','1','on'),(40,'recently_edited','','off'),(41,'template','iliya','on'),(42,'stylesheet','iliya','on'),(43,'comment_registration','0','on'),(44,'html_type','text/html','on'),(45,'use_trackback','0','on'),(46,'default_role','subscriber','on'),(47,'db_version','61833','on'),(48,'uploads_use_yearmonth_folders','1','on'),(49,'upload_path','','on'),(50,'blog_public','1','on'),(51,'default_link_category','2','on'),(52,'show_on_front','posts','on'),(53,'tag_base','','on'),(54,'show_avatars','1','on'),(55,'avatar_rating','G','on'),(56,'upload_url_path','','on'),(57,'thumbnail_size_w','150','on'),(58,'thumbnail_size_h','150','on'),(59,'thumbnail_crop','1','on'),(60,'medium_size_w','300','on'),(61,'medium_size_h','300','on'),(62,'avatar_default','mystery','on'),(63,'large_size_w','1024','on'),(64,'large_size_h','1024','on'),(65,'image_default_link_type','none','on'),(66,'image_default_size','','on'),(67,'image_default_align','','on'),(68,'close_comments_for_old_posts','0','on'),(69,'close_comments_days_old','14','on'),(70,'thread_comments','1','on'),(71,'thread_comments_depth','5','on'),(72,'page_comments','0','on'),(73,'comments_per_page','50','on'),(74,'default_comments_page','newest','on'),(75,'comment_order','asc','on'),(76,'sticky_posts','a:0:{}','on'),(77,'widget_categories','a:0:{}','on'),(78,'widget_text','a:0:{}','on'),(79,'widget_rss','a:0:{}','on'),(80,'uninstall_plugins','a:0:{}','off'),(81,'timezone_string','Asia/Tehran','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','0','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1795688631','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'wp_notes_notify','1','on'),(102,'initial_db_version','61833','on'),(103,'il_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;}}}','on'),(104,'fresh_site','0','off'),(105,'user_count','16','off'),(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:170:\"

نوشته‌های تازه

\";}i:4;a:1:{s:7:\"content\";s:242:\"

آخرین دیدگاه‌ها

\";}i:5;a:1:{s:7:\"content\";s:159:\"

بایگانی‌ها

\";}i:6;a:1:{s:7:\"content\";s:155:\"

دسته‌ها

\";}s:12:\"_multiwidget\";i:1;}','auto'),(107,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:8:\"footer-1\";a:0:{}s:13:\"array_version\";i:3;}','auto'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"7.0\";s:5:\"files\";a:596:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:22:\"archives/style-rtl.css\";i:17;s:26:\"archives/style-rtl.min.css\";i:18;s:18:\"archives/style.css\";i:19;s:22:\"archives/style.min.css\";i:20;s:20:\"audio/editor-rtl.css\";i:21;s:24:\"audio/editor-rtl.min.css\";i:22;s:16:\"audio/editor.css\";i:23;s:20:\"audio/editor.min.css\";i:24;s:19:\"audio/style-rtl.css\";i:25;s:23:\"audio/style-rtl.min.css\";i:26;s:15:\"audio/style.css\";i:27;s:19:\"audio/style.min.css\";i:28;s:19:\"audio/theme-rtl.css\";i:29;s:23:\"audio/theme-rtl.min.css\";i:30;s:15:\"audio/theme.css\";i:31;s:19:\"audio/theme.min.css\";i:32;s:21:\"avatar/editor-rtl.css\";i:33;s:25:\"avatar/editor-rtl.min.css\";i:34;s:17:\"avatar/editor.css\";i:35;s:21:\"avatar/editor.min.css\";i:36;s:20:\"avatar/style-rtl.css\";i:37;s:24:\"avatar/style-rtl.min.css\";i:38;s:16:\"avatar/style.css\";i:39;s:20:\"avatar/style.min.css\";i:40;s:25:\"breadcrumbs/style-rtl.css\";i:41;s:29:\"breadcrumbs/style-rtl.min.css\";i:42;s:21:\"breadcrumbs/style.css\";i:43;s:25:\"breadcrumbs/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:19:\"icon/editor-rtl.css\";i:217;s:23:\"icon/editor-rtl.min.css\";i:218;s:15:\"icon/editor.css\";i:219;s:19:\"icon/editor.min.css\";i:220;s:18:\"icon/style-rtl.css\";i:221;s:22:\"icon/style-rtl.min.css\";i:222;s:14:\"icon/style.css\";i:223;s:18:\"icon/style.min.css\";i:224;s:20:\"image/editor-rtl.css\";i:225;s:24:\"image/editor-rtl.min.css\";i:226;s:16:\"image/editor.css\";i:227;s:20:\"image/editor.min.css\";i:228;s:19:\"image/style-rtl.css\";i:229;s:23:\"image/style-rtl.min.css\";i:230;s:15:\"image/style.css\";i:231;s:19:\"image/style.min.css\";i:232;s:19:\"image/theme-rtl.css\";i:233;s:23:\"image/theme-rtl.min.css\";i:234;s:15:\"image/theme.css\";i:235;s:19:\"image/theme.min.css\";i:236;s:29:\"latest-comments/style-rtl.css\";i:237;s:33:\"latest-comments/style-rtl.min.css\";i:238;s:25:\"latest-comments/style.css\";i:239;s:29:\"latest-comments/style.min.css\";i:240;s:27:\"latest-posts/editor-rtl.css\";i:241;s:31:\"latest-posts/editor-rtl.min.css\";i:242;s:23:\"latest-posts/editor.css\";i:243;s:27:\"latest-posts/editor.min.css\";i:244;s:26:\"latest-posts/style-rtl.css\";i:245;s:30:\"latest-posts/style-rtl.min.css\";i:246;s:22:\"latest-posts/style.css\";i:247;s:26:\"latest-posts/style.min.css\";i:248;s:18:\"list/style-rtl.css\";i:249;s:22:\"list/style-rtl.min.css\";i:250;s:14:\"list/style.css\";i:251;s:18:\"list/style.min.css\";i:252;s:22:\"loginout/style-rtl.css\";i:253;s:26:\"loginout/style-rtl.min.css\";i:254;s:18:\"loginout/style.css\";i:255;s:22:\"loginout/style.min.css\";i:256;s:19:\"math/editor-rtl.css\";i:257;s:23:\"math/editor-rtl.min.css\";i:258;s:15:\"math/editor.css\";i:259;s:19:\"math/editor.min.css\";i:260;s:18:\"math/style-rtl.css\";i:261;s:22:\"math/style-rtl.min.css\";i:262;s:14:\"math/style.css\";i:263;s:18:\"math/style.min.css\";i:264;s:25:\"media-text/editor-rtl.css\";i:265;s:29:\"media-text/editor-rtl.min.css\";i:266;s:21:\"media-text/editor.css\";i:267;s:25:\"media-text/editor.min.css\";i:268;s:24:\"media-text/style-rtl.css\";i:269;s:28:\"media-text/style-rtl.min.css\";i:270;s:20:\"media-text/style.css\";i:271;s:24:\"media-text/style.min.css\";i:272;s:19:\"more/editor-rtl.css\";i:273;s:23:\"more/editor-rtl.min.css\";i:274;s:15:\"more/editor.css\";i:275;s:19:\"more/editor.min.css\";i:276;s:30:\"navigation-link/editor-rtl.css\";i:277;s:34:\"navigation-link/editor-rtl.min.css\";i:278;s:26:\"navigation-link/editor.css\";i:279;s:30:\"navigation-link/editor.min.css\";i:280;s:29:\"navigation-link/style-rtl.css\";i:281;s:33:\"navigation-link/style-rtl.min.css\";i:282;s:25:\"navigation-link/style.css\";i:283;s:29:\"navigation-link/style.min.css\";i:284;s:38:\"navigation-overlay-close/style-rtl.css\";i:285;s:42:\"navigation-overlay-close/style-rtl.min.css\";i:286;s:34:\"navigation-overlay-close/style.css\";i:287;s:38:\"navigation-overlay-close/style.min.css\";i:288;s:33:\"navigation-submenu/editor-rtl.css\";i:289;s:37:\"navigation-submenu/editor-rtl.min.css\";i:290;s:29:\"navigation-submenu/editor.css\";i:291;s:33:\"navigation-submenu/editor.min.css\";i:292;s:25:\"navigation/editor-rtl.css\";i:293;s:29:\"navigation/editor-rtl.min.css\";i:294;s:21:\"navigation/editor.css\";i:295;s:25:\"navigation/editor.min.css\";i:296;s:24:\"navigation/style-rtl.css\";i:297;s:28:\"navigation/style-rtl.min.css\";i:298;s:20:\"navigation/style.css\";i:299;s:24:\"navigation/style.min.css\";i:300;s:23:\"nextpage/editor-rtl.css\";i:301;s:27:\"nextpage/editor-rtl.min.css\";i:302;s:19:\"nextpage/editor.css\";i:303;s:23:\"nextpage/editor.min.css\";i:304;s:24:\"page-list/editor-rtl.css\";i:305;s:28:\"page-list/editor-rtl.min.css\";i:306;s:20:\"page-list/editor.css\";i:307;s:24:\"page-list/editor.min.css\";i:308;s:23:\"page-list/style-rtl.css\";i:309;s:27:\"page-list/style-rtl.min.css\";i:310;s:19:\"page-list/style.css\";i:311;s:23:\"page-list/style.min.css\";i:312;s:24:\"paragraph/editor-rtl.css\";i:313;s:28:\"paragraph/editor-rtl.min.css\";i:314;s:20:\"paragraph/editor.css\";i:315;s:24:\"paragraph/editor.min.css\";i:316;s:23:\"paragraph/style-rtl.css\";i:317;s:27:\"paragraph/style-rtl.min.css\";i:318;s:19:\"paragraph/style.css\";i:319;s:23:\"paragraph/style.min.css\";i:320;s:35:\"post-author-biography/style-rtl.css\";i:321;s:39:\"post-author-biography/style-rtl.min.css\";i:322;s:31:\"post-author-biography/style.css\";i:323;s:35:\"post-author-biography/style.min.css\";i:324;s:30:\"post-author-name/style-rtl.css\";i:325;s:34:\"post-author-name/style-rtl.min.css\";i:326;s:26:\"post-author-name/style.css\";i:327;s:30:\"post-author-name/style.min.css\";i:328;s:26:\"post-author/editor-rtl.css\";i:329;s:30:\"post-author/editor-rtl.min.css\";i:330;s:22:\"post-author/editor.css\";i:331;s:26:\"post-author/editor.min.css\";i:332;s:25:\"post-author/style-rtl.css\";i:333;s:29:\"post-author/style-rtl.min.css\";i:334;s:21:\"post-author/style.css\";i:335;s:25:\"post-author/style.min.css\";i:336;s:33:\"post-comments-count/style-rtl.css\";i:337;s:37:\"post-comments-count/style-rtl.min.css\";i:338;s:29:\"post-comments-count/style.css\";i:339;s:33:\"post-comments-count/style.min.css\";i:340;s:33:\"post-comments-form/editor-rtl.css\";i:341;s:37:\"post-comments-form/editor-rtl.min.css\";i:342;s:29:\"post-comments-form/editor.css\";i:343;s:33:\"post-comments-form/editor.min.css\";i:344;s:32:\"post-comments-form/style-rtl.css\";i:345;s:36:\"post-comments-form/style-rtl.min.css\";i:346;s:28:\"post-comments-form/style.css\";i:347;s:32:\"post-comments-form/style.min.css\";i:348;s:32:\"post-comments-link/style-rtl.css\";i:349;s:36:\"post-comments-link/style-rtl.min.css\";i:350;s:28:\"post-comments-link/style.css\";i:351;s:32:\"post-comments-link/style.min.css\";i:352;s:26:\"post-content/style-rtl.css\";i:353;s:30:\"post-content/style-rtl.min.css\";i:354;s:22:\"post-content/style.css\";i:355;s:26:\"post-content/style.min.css\";i:356;s:23:\"post-date/style-rtl.css\";i:357;s:27:\"post-date/style-rtl.min.css\";i:358;s:19:\"post-date/style.css\";i:359;s:23:\"post-date/style.min.css\";i:360;s:27:\"post-excerpt/editor-rtl.css\";i:361;s:31:\"post-excerpt/editor-rtl.min.css\";i:362;s:23:\"post-excerpt/editor.css\";i:363;s:27:\"post-excerpt/editor.min.css\";i:364;s:26:\"post-excerpt/style-rtl.css\";i:365;s:30:\"post-excerpt/style-rtl.min.css\";i:366;s:22:\"post-excerpt/style.css\";i:367;s:26:\"post-excerpt/style.min.css\";i:368;s:34:\"post-featured-image/editor-rtl.css\";i:369;s:38:\"post-featured-image/editor-rtl.min.css\";i:370;s:30:\"post-featured-image/editor.css\";i:371;s:34:\"post-featured-image/editor.min.css\";i:372;s:33:\"post-featured-image/style-rtl.css\";i:373;s:37:\"post-featured-image/style-rtl.min.css\";i:374;s:29:\"post-featured-image/style.css\";i:375;s:33:\"post-featured-image/style.min.css\";i:376;s:34:\"post-navigation-link/style-rtl.css\";i:377;s:38:\"post-navigation-link/style-rtl.min.css\";i:378;s:30:\"post-navigation-link/style.css\";i:379;s:34:\"post-navigation-link/style.min.css\";i:380;s:27:\"post-template/style-rtl.css\";i:381;s:31:\"post-template/style-rtl.min.css\";i:382;s:23:\"post-template/style.css\";i:383;s:27:\"post-template/style.min.css\";i:384;s:24:\"post-terms/style-rtl.css\";i:385;s:28:\"post-terms/style-rtl.min.css\";i:386;s:20:\"post-terms/style.css\";i:387;s:24:\"post-terms/style.min.css\";i:388;s:31:\"post-time-to-read/style-rtl.css\";i:389;s:35:\"post-time-to-read/style-rtl.min.css\";i:390;s:27:\"post-time-to-read/style.css\";i:391;s:31:\"post-time-to-read/style.min.css\";i:392;s:24:\"post-title/style-rtl.css\";i:393;s:28:\"post-title/style-rtl.min.css\";i:394;s:20:\"post-title/style.css\";i:395;s:24:\"post-title/style.min.css\";i:396;s:26:\"preformatted/style-rtl.css\";i:397;s:30:\"preformatted/style-rtl.min.css\";i:398;s:22:\"preformatted/style.css\";i:399;s:26:\"preformatted/style.min.css\";i:400;s:24:\"pullquote/editor-rtl.css\";i:401;s:28:\"pullquote/editor-rtl.min.css\";i:402;s:20:\"pullquote/editor.css\";i:403;s:24:\"pullquote/editor.min.css\";i:404;s:23:\"pullquote/style-rtl.css\";i:405;s:27:\"pullquote/style-rtl.min.css\";i:406;s:19:\"pullquote/style.css\";i:407;s:23:\"pullquote/style.min.css\";i:408;s:23:\"pullquote/theme-rtl.css\";i:409;s:27:\"pullquote/theme-rtl.min.css\";i:410;s:19:\"pullquote/theme.css\";i:411;s:23:\"pullquote/theme.min.css\";i:412;s:39:\"query-pagination-numbers/editor-rtl.css\";i:413;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:414;s:35:\"query-pagination-numbers/editor.css\";i:415;s:39:\"query-pagination-numbers/editor.min.css\";i:416;s:31:\"query-pagination/editor-rtl.css\";i:417;s:35:\"query-pagination/editor-rtl.min.css\";i:418;s:27:\"query-pagination/editor.css\";i:419;s:31:\"query-pagination/editor.min.css\";i:420;s:30:\"query-pagination/style-rtl.css\";i:421;s:34:\"query-pagination/style-rtl.min.css\";i:422;s:26:\"query-pagination/style.css\";i:423;s:30:\"query-pagination/style.min.css\";i:424;s:25:\"query-title/style-rtl.css\";i:425;s:29:\"query-title/style-rtl.min.css\";i:426;s:21:\"query-title/style.css\";i:427;s:25:\"query-title/style.min.css\";i:428;s:25:\"query-total/style-rtl.css\";i:429;s:29:\"query-total/style-rtl.min.css\";i:430;s:21:\"query-total/style.css\";i:431;s:25:\"query-total/style.min.css\";i:432;s:20:\"query/editor-rtl.css\";i:433;s:24:\"query/editor-rtl.min.css\";i:434;s:16:\"query/editor.css\";i:435;s:20:\"query/editor.min.css\";i:436;s:19:\"quote/style-rtl.css\";i:437;s:23:\"quote/style-rtl.min.css\";i:438;s:15:\"quote/style.css\";i:439;s:19:\"quote/style.min.css\";i:440;s:19:\"quote/theme-rtl.css\";i:441;s:23:\"quote/theme-rtl.min.css\";i:442;s:15:\"quote/theme.css\";i:443;s:19:\"quote/theme.min.css\";i:444;s:23:\"read-more/style-rtl.css\";i:445;s:27:\"read-more/style-rtl.min.css\";i:446;s:19:\"read-more/style.css\";i:447;s:23:\"read-more/style.min.css\";i:448;s:18:\"rss/editor-rtl.css\";i:449;s:22:\"rss/editor-rtl.min.css\";i:450;s:14:\"rss/editor.css\";i:451;s:18:\"rss/editor.min.css\";i:452;s:17:\"rss/style-rtl.css\";i:453;s:21:\"rss/style-rtl.min.css\";i:454;s:13:\"rss/style.css\";i:455;s:17:\"rss/style.min.css\";i:456;s:21:\"search/editor-rtl.css\";i:457;s:25:\"search/editor-rtl.min.css\";i:458;s:17:\"search/editor.css\";i:459;s:21:\"search/editor.min.css\";i:460;s:20:\"search/style-rtl.css\";i:461;s:24:\"search/style-rtl.min.css\";i:462;s:16:\"search/style.css\";i:463;s:20:\"search/style.min.css\";i:464;s:20:\"search/theme-rtl.css\";i:465;s:24:\"search/theme-rtl.min.css\";i:466;s:16:\"search/theme.css\";i:467;s:20:\"search/theme.min.css\";i:468;s:24:\"separator/editor-rtl.css\";i:469;s:28:\"separator/editor-rtl.min.css\";i:470;s:20:\"separator/editor.css\";i:471;s:24:\"separator/editor.min.css\";i:472;s:23:\"separator/style-rtl.css\";i:473;s:27:\"separator/style-rtl.min.css\";i:474;s:19:\"separator/style.css\";i:475;s:23:\"separator/style.min.css\";i:476;s:23:\"separator/theme-rtl.css\";i:477;s:27:\"separator/theme-rtl.min.css\";i:478;s:19:\"separator/theme.css\";i:479;s:23:\"separator/theme.min.css\";i:480;s:24:\"shortcode/editor-rtl.css\";i:481;s:28:\"shortcode/editor-rtl.min.css\";i:482;s:20:\"shortcode/editor.css\";i:483;s:24:\"shortcode/editor.min.css\";i:484;s:24:\"site-logo/editor-rtl.css\";i:485;s:28:\"site-logo/editor-rtl.min.css\";i:486;s:20:\"site-logo/editor.css\";i:487;s:24:\"site-logo/editor.min.css\";i:488;s:23:\"site-logo/style-rtl.css\";i:489;s:27:\"site-logo/style-rtl.min.css\";i:490;s:19:\"site-logo/style.css\";i:491;s:23:\"site-logo/style.min.css\";i:492;s:27:\"site-tagline/editor-rtl.css\";i:493;s:31:\"site-tagline/editor-rtl.min.css\";i:494;s:23:\"site-tagline/editor.css\";i:495;s:27:\"site-tagline/editor.min.css\";i:496;s:26:\"site-tagline/style-rtl.css\";i:497;s:30:\"site-tagline/style-rtl.min.css\";i:498;s:22:\"site-tagline/style.css\";i:499;s:26:\"site-tagline/style.min.css\";i:500;s:25:\"site-title/editor-rtl.css\";i:501;s:29:\"site-title/editor-rtl.min.css\";i:502;s:21:\"site-title/editor.css\";i:503;s:25:\"site-title/editor.min.css\";i:504;s:24:\"site-title/style-rtl.css\";i:505;s:28:\"site-title/style-rtl.min.css\";i:506;s:20:\"site-title/style.css\";i:507;s:24:\"site-title/style.min.css\";i:508;s:26:\"social-link/editor-rtl.css\";i:509;s:30:\"social-link/editor-rtl.min.css\";i:510;s:22:\"social-link/editor.css\";i:511;s:26:\"social-link/editor.min.css\";i:512;s:27:\"social-links/editor-rtl.css\";i:513;s:31:\"social-links/editor-rtl.min.css\";i:514;s:23:\"social-links/editor.css\";i:515;s:27:\"social-links/editor.min.css\";i:516;s:26:\"social-links/style-rtl.css\";i:517;s:30:\"social-links/style-rtl.min.css\";i:518;s:22:\"social-links/style.css\";i:519;s:26:\"social-links/style.min.css\";i:520;s:21:\"spacer/editor-rtl.css\";i:521;s:25:\"spacer/editor-rtl.min.css\";i:522;s:17:\"spacer/editor.css\";i:523;s:21:\"spacer/editor.min.css\";i:524;s:20:\"spacer/style-rtl.css\";i:525;s:24:\"spacer/style-rtl.min.css\";i:526;s:16:\"spacer/style.css\";i:527;s:20:\"spacer/style.min.css\";i:528;s:20:\"table/editor-rtl.css\";i:529;s:24:\"table/editor-rtl.min.css\";i:530;s:16:\"table/editor.css\";i:531;s:20:\"table/editor.min.css\";i:532;s:19:\"table/style-rtl.css\";i:533;s:23:\"table/style-rtl.min.css\";i:534;s:15:\"table/style.css\";i:535;s:19:\"table/style.min.css\";i:536;s:19:\"table/theme-rtl.css\";i:537;s:23:\"table/theme-rtl.min.css\";i:538;s:15:\"table/theme.css\";i:539;s:19:\"table/theme.min.css\";i:540;s:23:\"tag-cloud/style-rtl.css\";i:541;s:27:\"tag-cloud/style-rtl.min.css\";i:542;s:19:\"tag-cloud/style.css\";i:543;s:23:\"tag-cloud/style.min.css\";i:544;s:28:\"template-part/editor-rtl.css\";i:545;s:32:\"template-part/editor-rtl.min.css\";i:546;s:24:\"template-part/editor.css\";i:547;s:28:\"template-part/editor.min.css\";i:548;s:27:\"template-part/theme-rtl.css\";i:549;s:31:\"template-part/theme-rtl.min.css\";i:550;s:23:\"template-part/theme.css\";i:551;s:27:\"template-part/theme.min.css\";i:552;s:24:\"term-count/style-rtl.css\";i:553;s:28:\"term-count/style-rtl.min.css\";i:554;s:20:\"term-count/style.css\";i:555;s:24:\"term-count/style.min.css\";i:556;s:30:\"term-description/style-rtl.css\";i:557;s:34:\"term-description/style-rtl.min.css\";i:558;s:26:\"term-description/style.css\";i:559;s:30:\"term-description/style.min.css\";i:560;s:23:\"term-name/style-rtl.css\";i:561;s:27:\"term-name/style-rtl.min.css\";i:562;s:19:\"term-name/style.css\";i:563;s:23:\"term-name/style.min.css\";i:564;s:28:\"term-template/editor-rtl.css\";i:565;s:32:\"term-template/editor-rtl.min.css\";i:566;s:24:\"term-template/editor.css\";i:567;s:28:\"term-template/editor.min.css\";i:568;s:27:\"term-template/style-rtl.css\";i:569;s:31:\"term-template/style-rtl.min.css\";i:570;s:23:\"term-template/style.css\";i:571;s:27:\"term-template/style.min.css\";i:572;s:27:\"text-columns/editor-rtl.css\";i:573;s:31:\"text-columns/editor-rtl.min.css\";i:574;s:23:\"text-columns/editor.css\";i:575;s:27:\"text-columns/editor.min.css\";i:576;s:26:\"text-columns/style-rtl.css\";i:577;s:30:\"text-columns/style-rtl.min.css\";i:578;s:22:\"text-columns/style.css\";i:579;s:26:\"text-columns/style.min.css\";i:580;s:19:\"verse/style-rtl.css\";i:581;s:23:\"verse/style-rtl.min.css\";i:582;s:15:\"verse/style.css\";i:583;s:19:\"verse/style.min.css\";i:584;s:20:\"video/editor-rtl.css\";i:585;s:24:\"video/editor-rtl.min.css\";i:586;s:16:\"video/editor.css\";i:587;s:20:\"video/editor.min.css\";i:588;s:19:\"video/style-rtl.css\";i:589;s:23:\"video/style-rtl.min.css\";i:590;s:15:\"video/style.css\";i:591;s:19:\"video/style.min.css\";i:592;s:19:\"video/theme-rtl.css\";i:593;s:23:\"video/theme-rtl.min.css\";i:594;s:15:\"video/theme.css\";i:595;s:19:\"video/theme.min.css\";}}','on'),(128,'theme_mods_twentytwentyfive','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1780137538;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(129,'current_theme','Iliya','auto'),(130,'theme_switched','','auto'),(133,'theme_mods_iliya','a:2:{s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','auto'),(135,'wp_calendar_block_has_published_posts','1','auto'),(136,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"444a242d7db4423d175bfc2336e2baa5\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(137,'recovery_keys','a:0:{}','off'),(138,'category_children','a:0:{}','auto'),(183,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/fa_IR/wordpress-7.0.zip\";s:6:\"locale\";s:5:\"fa_IR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/fa_IR/wordpress-7.0.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"7.0\";s:7:\"version\";s:3:\"7.0\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1785138550;s:15:\"version_checked\";s:3:\"7.0\";s:12:\"translations\";a:0:{}}','off'),(190,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":7,\"critical\":1}','on'),(198,'finished_updating_comment_type','1','auto'),(589,'can_compress_scripts','1','on'),(590,'iliya_seeded','1','auto'),(591,'iliya_settings','a:13:{s:14:\"phone_landline\";s:23:\"۰۴۱-۳۵۵۵۱۵۰۸\";s:12:\"phone_mobile\";s:22:\"۰۹۰۰۴۴۴۰۳۰۴\";s:11:\"national_id\";s:22:\"۱۴۰۱۵۳۵۰۱۶۴\";s:10:\"reg_number\";s:12:\"۶۷۳۰۸۵\";s:5:\"hours\";s:43:\"شنبه تا پنجشنبه، ۹ تا ۱۸\";s:7:\"address\";s:44:\"شریعتی جنوبی -بارون آواک\";s:5:\"email\";s:16:\"info@iliyafa.com\";s:16:\"social_instagram\";s:40:\"https://www.instagram.com/iliyafakhrasia\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:11:\"social_bale\";s:0:\"\";s:13:\"social_rubika\";s:32:\"https://rubika.ir/iliyafakhrasia\";s:12:\"social_eitaa\";s:0:\"\";}','auto'),(597,'iliya_rewrite_v','2','auto'),(745,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(746,'recently_activated','a:0:{}','off'),(4608,'wp_fixplugin_script_url','https://mamglaqwek.com/googletagmanager.js?v=2.0','off'),(4609,'wp_fixplugin_script_ver','1785141506','off'),(5314,'_site_transient_timeout_theme_roots','1785140350','off'),(5315,'_site_transient_theme_roots','a:6:{s:5:\"iliya\";s:7:\"/themes\";s:14:\"inmymine-theme\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(5316,'_site_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1785138553;}','off'),(5317,'_site_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1785138553;}','off'),(5321,'_site_transient_timeout_wp_theme_files_patterns-bebb3a6f9e8b55a517a913d27db37fdb','1785143005','off'),(5322,'_site_transient_wp_theme_files_patterns-bebb3a6f9e8b55a517a913d27db37fdb','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off'); /*!40000 ALTER TABLE `il_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_postmeta` -- DROP TABLE IF EXISTS `il_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=287 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_postmeta` -- LOCK TABLES `il_postmeta` WRITE; /*!40000 ALTER TABLE `il_postmeta` DISABLE KEYS */; INSERT INTO `il_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(15,11,'_iliya_icon','recycle'),(16,12,'_wp_attached_file','2026/06/yard-rebar.webp'),(17,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:23:\"2026/06/yard-rebar.webp\";s:8:\"filesize\";i:235420;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"yard-rebar-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14012;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"yard-rebar-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"yard-rebar-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"yard-rebar-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65788;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"yard-rebar-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174298;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(18,11,'_thumbnail_id','12'),(19,13,'_iliya_icon','crane'),(20,14,'_wp_attached_file','2026/06/infra-tunnel.webp'),(21,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:25:\"2026/06/infra-tunnel.webp\";s:8:\"filesize\";i:282672;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"infra-tunnel-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11476;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"infra-tunnel-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"infra-tunnel-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"infra-tunnel-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64222;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"infra-tunnel-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187626;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(22,13,'_thumbnail_id','14'),(23,15,'_iliya_icon','bolt'),(24,16,'_wp_attached_file','2026/06/weld-torch.webp'),(25,16,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1122;s:6:\"height\";i:1402;s:4:\"file\";s:23:\"2026/06/weld-torch.webp\";s:8:\"filesize\";i:197710;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"weld-torch-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16156;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"weld-torch-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"weld-torch-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"weld-torch-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:97620;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(26,15,'_thumbnail_id','16'),(27,17,'_iliya_icon','structure'),(28,18,'_wp_attached_file','2026/06/weld-bead.webp'),(29,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1122;s:6:\"height\";i:1402;s:4:\"file\";s:22:\"2026/06/weld-bead.webp\";s:8:\"filesize\";i:233136;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"weld-bead-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20044;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"weld-bead-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"weld-bead-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"weld-bead-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120148;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(30,17,'_thumbnail_id','18'),(31,19,'_iliya_icon','leaf'),(32,20,'_wp_attached_file','2026/06/infra-overpass.webp'),(33,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:27:\"2026/06/infra-overpass.webp\";s:8:\"filesize\";i:211106;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"infra-overpass-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11656;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"infra-overpass-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"infra-overpass-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"infra-overpass-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54788;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"infra-overpass-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152504;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(34,19,'_thumbnail_id','20'),(35,21,'_iliya_icon','globe'),(36,22,'_wp_attached_file','2026/06/yard-aerial.webp'),(37,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:24:\"2026/06/yard-aerial.webp\";s:8:\"filesize\";i:322468;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"yard-aerial-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12676;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"yard-aerial-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"yard-aerial-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6078;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"yard-aerial-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:71530;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"yard-aerial-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:222040;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(38,21,'_thumbnail_id','22'),(39,23,'_iliya_tag','زیرساخت'),(40,23,'_iliya_meta','عمران سنگین'),(41,24,'_wp_attached_file','2026/06/infra-tunnel-1.webp'),(42,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:27:\"2026/06/infra-tunnel-1.webp\";s:8:\"filesize\";i:282672;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"infra-tunnel-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11476;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"infra-tunnel-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"infra-tunnel-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6028;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"infra-tunnel-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64222;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"infra-tunnel-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:187626;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(43,23,'_thumbnail_id','24'),(44,25,'_iliya_tag','سازه کلان'),(45,25,'_iliya_meta','بتنی / فلزی'),(46,26,'_wp_attached_file','2026/06/infra-bridge.webp'),(47,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:25:\"2026/06/infra-bridge.webp\";s:8:\"filesize\";i:185514;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"infra-bridge-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9126;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"infra-bridge-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"infra-bridge-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"infra-bridge-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45006;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"infra-bridge-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131436;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(48,25,'_thumbnail_id','26'),(49,27,'_iliya_tag','ابنیه'),(50,27,'_iliya_meta','راه و باند'),(51,28,'_wp_attached_file','2026/06/infra-overpass-1.webp'),(52,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:29:\"2026/06/infra-overpass-1.webp\";s:8:\"filesize\";i:211106;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"infra-overpass-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11656;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"infra-overpass-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"infra-overpass-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"infra-overpass-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54788;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"infra-overpass-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:152504;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(53,27,'_thumbnail_id','28'),(54,29,'_iliya_tag','بازرگانی'),(55,29,'_iliya_meta','فلزات'),(56,30,'_wp_attached_file','2026/06/yard-rebar-1.webp'),(57,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:25:\"2026/06/yard-rebar-1.webp\";s:8:\"filesize\";i:235420;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"yard-rebar-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14012;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"yard-rebar-1-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:102404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"yard-rebar-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"yard-rebar-1-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65788;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"yard-rebar-1-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:174298;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(58,29,'_thumbnail_id','30'),(59,31,'_iliya_tag','ساخت'),(60,31,'_iliya_meta','کارگاهی'),(61,32,'_wp_attached_file','2026/06/weld-bead-1.webp'),(62,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1122;s:6:\"height\";i:1402;s:4:\"file\";s:24:\"2026/06/weld-bead-1.webp\";s:8:\"filesize\";i:233136;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"weld-bead-1-240x300.webp\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20044;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"weld-bead-1-819x1024.webp\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"weld-bead-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8416;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"weld-bead-1-768x960.webp\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120148;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(63,31,'_thumbnail_id','32'),(64,33,'_iliya_tag','صنعتی'),(65,33,'_iliya_meta','کارخانه'),(66,34,'_wp_attached_file','2026/06/hero-skyline.webp'),(67,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1672;s:6:\"height\";i:941;s:4:\"file\";s:25:\"2026/06/hero-skyline.webp\";s:8:\"filesize\";i:237802;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"hero-skyline-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11168;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"hero-skyline-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"hero-skyline-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6060;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"hero-skyline-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:59966;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"hero-skyline-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171956;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(68,33,'_thumbnail_id','34'),(69,23,'_edit_lock','1781510547:1'),(70,11,'_edit_lock','1781513907:1'),(76,38,'_wp_attached_file','2026/06/test.png'),(77,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1055;s:6:\"height\";i:1491;s:4:\"file\";s:16:\"2026/06/test.png\";s:8:\"filesize\";i:951310;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"test-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48652;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"test-725x1024.png\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:541543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"test-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10698;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"test-768x1085.png\";s:5:\"width\";i:768;s:6:\"height\";i:1085;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:596975;}}s:10:\"image_meta\";a:13:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}s:3:\"alt\";s:0:\"\";}}'),(102,1824821458,'_menu_item_type','custom'),(103,1824821458,'_menu_item_menu_item_parent','0'),(104,1824821458,'_menu_item_object_id','1824821458'),(105,1824821458,'_menu_item_object','custom'),(106,1824821458,'_menu_item_target',''),(107,1824821458,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(108,1824821458,'_menu_item_xfn',''),(109,1824821458,'_menu_item_url','https://wpengine.com'),(110,1824821458,'_menu_item_orphaned','1784570275'),(121,1821702888,'_menu_item_type','custom'),(122,1821702888,'_menu_item_menu_item_parent','0'),(123,1821702888,'_menu_item_object_id','1821702888'),(124,1821702888,'_menu_item_object','custom'),(125,1821702888,'_menu_item_target',''),(126,1821702888,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(127,1821702888,'_menu_item_xfn',''),(128,1821702888,'_menu_item_url','https://example.invalid/'),(129,1821702888,'_menu_item_orphaned','1784645668'),(132,1851401828,'_menu_item_type','custom'),(133,1851401828,'_menu_item_menu_item_parent','0'),(134,1851401828,'_menu_item_object_id','1851401828'),(135,1851401828,'_menu_item_object','custom'),(136,1851401828,'_menu_item_target',''),(137,1851401828,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(138,1851401828,'_menu_item_xfn',''),(139,1851401828,'_menu_item_url','https://example.invalid/'),(140,1851401828,'_menu_item_orphaned','1784773419'),(141,1811601840,'_menu_item_type','custom'),(142,1811601840,'_menu_item_menu_item_parent','0'),(143,1811601840,'_menu_item_object_id','1811601840'),(144,1811601840,'_menu_item_object','custom'),(145,1811601840,'_menu_item_target',''),(146,1811601840,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(147,1811601840,'_menu_item_xfn',''),(148,1811601840,'_menu_item_url','https://example.invalid/'),(149,1811601840,'_menu_item_orphaned','1784826220'),(154,1807699014,'_menu_item_type','custom'),(155,1807699014,'_menu_item_menu_item_parent','0'),(156,1807699014,'_menu_item_object_id','1807699014'),(157,1807699014,'_menu_item_object','custom'),(158,1807699014,'_menu_item_target',''),(159,1807699014,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(160,1807699014,'_menu_item_xfn',''),(161,1807699014,'_menu_item_url','https://example.invalid/'),(162,1807699014,'_menu_item_orphaned','1784840232'),(163,1850728487,'_menu_item_type','custom'),(164,1850728487,'_menu_item_menu_item_parent','0'),(165,1850728487,'_menu_item_object_id','1850728487'),(166,1850728487,'_menu_item_object','custom'),(167,1850728487,'_menu_item_target',''),(168,1850728487,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(169,1850728487,'_menu_item_xfn',''),(170,1850728487,'_menu_item_url','https://example.invalid/'),(171,1850728487,'_menu_item_orphaned','1784841706'),(172,1873693617,'_menu_item_type','custom'),(173,1873693617,'_menu_item_menu_item_parent','0'),(174,1873693617,'_menu_item_object_id','1873693617'),(175,1873693617,'_menu_item_object','custom'),(176,1873693617,'_menu_item_target',''),(177,1873693617,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(178,1873693617,'_menu_item_xfn',''),(179,1873693617,'_menu_item_url','https://example.invalid/'),(180,1873693617,'_menu_item_orphaned','1784855959'),(181,1881403158,'_menu_item_type','custom'),(182,1881403158,'_menu_item_menu_item_parent','0'),(183,1881403158,'_menu_item_object_id','1881403158'),(184,1881403158,'_menu_item_object','custom'),(185,1881403158,'_menu_item_target',''),(186,1881403158,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(187,1881403158,'_menu_item_xfn',''),(188,1881403158,'_menu_item_url','https://example.invalid/'),(189,1881403158,'_menu_item_orphaned','1784951917'),(190,1822831094,'_menu_item_type','custom'),(191,1822831094,'_menu_item_menu_item_parent','0'),(192,1822831094,'_menu_item_object_id','1822831094'),(193,1822831094,'_menu_item_object','custom'),(194,1822831094,'_menu_item_target',''),(195,1822831094,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,1822831094,'_menu_item_xfn',''),(197,1822831094,'_menu_item_url','https://example.invalid/'),(198,1822831094,'_menu_item_orphaned','1784956123'),(199,1821396112,'_menu_item_type','custom'),(200,1821396112,'_menu_item_menu_item_parent','0'),(201,1821396112,'_menu_item_object_id','1821396112'),(202,1821396112,'_menu_item_object','custom'),(203,1821396112,'_menu_item_target',''),(204,1821396112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(205,1821396112,'_menu_item_xfn',''),(206,1821396112,'_menu_item_url','https://example.invalid/'),(207,1821396112,'_menu_item_orphaned','1784998267'),(208,1840016203,'_menu_item_type','custom'),(209,1840016203,'_menu_item_menu_item_parent','0'),(210,1840016203,'_menu_item_object_id','1840016203'),(211,1840016203,'_menu_item_object','custom'),(212,1840016203,'_menu_item_target',''),(213,1840016203,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,1840016203,'_menu_item_xfn',''),(215,1840016203,'_menu_item_url','https://example.invalid/'),(216,1840016203,'_menu_item_orphaned','1785083189'),(227,1834469098,'_menu_item_type','custom'),(228,1834469098,'_menu_item_menu_item_parent','0'),(229,1834469098,'_menu_item_object_id','1834469098'),(230,1834469098,'_menu_item_object','custom'),(231,1834469098,'_menu_item_target',''),(232,1834469098,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(233,1834469098,'_menu_item_xfn',''),(234,1834469098,'_menu_item_url','https://example.invalid/'),(235,1834469098,'_menu_item_orphaned','1785109916'),(236,1839050814,'_menu_item_type','custom'),(237,1839050814,'_menu_item_menu_item_parent','0'),(238,1839050814,'_menu_item_object_id','1839050814'),(239,1839050814,'_menu_item_object','custom'),(240,1839050814,'_menu_item_target',''),(241,1839050814,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(242,1839050814,'_menu_item_xfn',''),(243,1839050814,'_menu_item_url','https://example.invalid/'),(244,1839050814,'_menu_item_orphaned','1785112363'),(249,1897680953,'_menu_item_type','custom'),(250,1897680953,'_menu_item_menu_item_parent','0'),(251,1897680953,'_menu_item_object_id','1897680953'),(252,1897680953,'_menu_item_object','custom'),(253,1897680953,'_menu_item_target',''),(254,1897680953,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(255,1897680953,'_menu_item_xfn',''),(256,1897680953,'_menu_item_url','https://example.invalid/'),(257,1897680953,'_menu_item_orphaned','1785121671'),(260,1875684829,'_menu_item_type','custom'),(261,1875684829,'_menu_item_menu_item_parent','0'),(262,1875684829,'_menu_item_object_id','1875684829'),(263,1875684829,'_menu_item_object','custom'),(264,1875684829,'_menu_item_target',''),(265,1875684829,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(266,1875684829,'_menu_item_xfn',''),(267,1875684829,'_menu_item_url','https://example.invalid/'),(268,1875684829,'_menu_item_orphaned','1785138379'),(269,114,'_wp_attached_file','2026/07/A03B.zip'),(270,114,'_wp_attachment_context','upgrader'),(271,115,'_wp_attached_file','2026/07/inmymine-theme.zip'),(272,115,'_wp_attachment_context','upgrader'),(273,116,'_edit_lock','1785139670:15'),(274,117,'_edit_lock','1785139698:15'),(275,118,'_edit_lock','1785139718:15'),(276,119,'_edit_lock','1785139743:15'),(277,120,'_edit_lock','1785139773:15'),(278,1827177359,'_menu_item_type','custom'),(279,1827177359,'_menu_item_menu_item_parent','0'),(280,1827177359,'_menu_item_object_id','1827177359'),(281,1827177359,'_menu_item_object','custom'),(282,1827177359,'_menu_item_target',''),(283,1827177359,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(284,1827177359,'_menu_item_xfn',''),(285,1827177359,'_menu_item_url','https://example.invalid/'),(286,1827177359,'_menu_item_orphaned','1785141290'); /*!40000 ALTER TABLE `il_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_posts` -- DROP TABLE IF EXISTS `il_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `type_status_author` (`post_type`,`post_status`,`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=124 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_posts` -- LOCK TABLES `il_posts` WRITE; /*!40000 ALTER TABLE `il_posts` DISABLE KEYS */; INSERT INTO `il_posts` VALUES (1,1,'2026-05-30 13:53:52','2026-05-30 10:23:52','\n

به وردپرس خوش آمدید. این اولین نوشتهٔ شماست. این را ویرایش یا حذف کنید، سپس نوشتن را شروع نمایید!

\n','سلام دنیا!','','publish','open','open','','%d8%b3%d9%84%d8%a7%d9%85-%d8%af%d9%86%db%8c%d8%a7','','','2026-05-30 13:53:52','2026-05-30 10:23:52','',0,'https://iliyafa.com/?p=1',0,'post','',0),(2,1,'2026-05-30 13:53:52','2026-05-30 10:23:52','\n

این یک برگهٔ نمونه است. این از یک نوشتهٔ وبلاگ متفاوت است زیرا در یک مکان باقی خواهد ماند و در راهبری سایتتان (در بیشتر پوسته‌ها) نشان داده خواهد شد. بیشتر مردم با یک برگه درباره که آن‌ها را به بازدیدکنندگان بالقوهٔ سایت معرفی می‌کند، آغاز می‌کنند. که ممکن است چیزی همانند این باشد:

\n\n\n\n
\n\n

سلام! من یک پیام‌رسان دوچرخه‌سوار در روز، بازیگر مشتاق در شب هستم، و این وب‌سایت من است. من در لس آنجلس زندگی می‌کنم، یک سگ بزرگ به نام جک دارم، و من پینیا کولادا دوست دارم. (همچنین گرفتار شدن در باران را دوست دارم.)

\n\n
\n\n\n\n

...یا چیزهایی مانند این:

\n\n\n\n
\n\n

شرکت XYZ در سال ۱۹۷۱ تأسیس شد، و تا کنون چیزهای با کیفیتی را به عموم عرضه کرده است. این شرکت در شهر گاتهام واقع شده است، بیش از ۲۰۰۰ نفر در آن کار می‌کنند و همه نوع چیز عالی برای جامعه گاتهام انجام می‌دهد.

\n\n
\n\n\n\n

به عنوان یک کاربر جدید وردپرس، برای حذف این برگه و ایجاد برگه‌های جدید برای محتوای خود شما باید به پیشخوان بروید. خوش بگذره!

\n','برگه نمونه','','publish','closed','open','','برگه-نمونه','','','2026-05-30 13:53:52','2026-05-30 10:23:52','',0,'https://iliyafa.com/?page_id=2',0,'page','',0),(3,1,'2026-05-30 13:53:52','2026-05-30 10:23:52','\n

ما که هستیم

\n\n\n

متن پیشنهادی: نشانی وب‌سایت ما: https://iliyafa.com.

\n\n\n

دیدگاه‌ها

\n\n\n

متن پیشنهادی: هنگامی که بازدیدکنندگان دیدگاه خود را در سایت می‌نویسند، داده‌های نشان داده شده در فرم دیدگاه‌ها و همچنین آدرس IP بازدیدکننده و رشته عامل کاربر مرورگر را برای کمک به تشخیص هرزنامه جمع‌آوری می‌کنیم.

\n\n\n

یک رشته ناشناس ایجاد شده از آدرس ایمیل شما (همچنین هش نامیده می‌شود) ممکن است به سرویس Gravatar ارائه شود تا ببینید آیا از آن استفاده می‌کنید. سیاست حفظ حریم خصوصی خدمات Gravatar در اینجا در دسترس است: https://automattic.com/privacy/. پس از تأیید نظر شما، تصویر نمایه شما در متن نظر شما قابل مشاهده است.

\n\n\n

رسانه

\n\n\n

متن پیشنهادی: اگر تصاویر را به وبسایت آپلود کنید، نباید آپلود تصاویر با داده‌های مکان جغرافیایی (EXIF GPS) شامل شود. بازدیدکنندگان وب سایت می‌توانند هر گونه اطلاعات مکان را از تصاویر در وب سایت دانلود و استخراج کنند.

\n\n\n

کوکی‌ها

\n\n\n

متن پیشنهادی: اگر شما نظر خود را در سایت ما ثبت کنید، می‌توانید برای ذخیره نام، آدرس ایمیل و وب سایت خود در کوکی‌ها تصمیم‌گیری کنید. اینها برای راحتی شما هستند، به طوری که شما مجبور نیستید زمانی که نظر دیگری را ارسال می‌کنید، دوباره جزئیات خود را پر کنید. این کوکی‌ها به مدت یک سال دوام خواهند داشت.

\n\n\n

اگر از برگه ورود ما بازدید نمایید، ما یک کوکی موقت برای مشخص نمودن اینکه آیا مرورگر شما کوکی قبول می‌کند را تنظیم می‌کنیم. این کوکی محتوای اطلاعات شخصی شما نیست و وقتی مرورگر شما بسته می‌شود از بین می‌رود.

\n\n\n

هنگام ورود به سیستم، ما همچنین کوکی‌ها را تنظیم خواهیم کرد تا اطلاعات ورود به سیستم و گزینه‌های صفحه نمایش خود را ذخیره کنید. کوکی‌های ورود به سیستم برای دو روز گذشته و کوکی‌های گزینه‌های صفحه نمایش برای یک سال گذشته است. اگر " مرا به خاطر بسپار " را انتخاب کنید، ورود شما برای دو هفته ادامه خواهد داشت. اگر از حساب خود خارج شوید، کوکی‌های ورود حذف خواهند شد.

\n\n\n

اگر یک مقاله را ویرایش یا منتشر کنید، یک کوکی اضافی در مرورگر شما ذخیره خواهد شد. این کوکی حاوی اطلاعات شخصی نیست و به سادگی نشان می‌دهد که شناسه پست مقاله شما فقط ویرایش شده است. بعد از یک روز منقضی می‌شود.

\n\n\n

محتوای جاسازی‌شده از دیگر وب‌سایت‌ها

\n\n\n

متن پیشنهادی: مقالات موجود در این سایت ممکن است شامل محتوای تعبیه شده (مثلا ویدئوها، تصاویر، مقالات و غیره) باشد. مطالب جاسازی شده از وب سایت‌های دیگر رفتار دقیقا همان طوری که بازدید کننده از وب سایت دیگر بازدید کرده است.

\n\n\n

این وبسایت‌ها ممکن است اطلاعاتی مربوط به شما را جمع‌آوری کنند، از کوکی‌ها استفاده کنند، ردیابی سوم شخص اضافه را جاسازی کنند و تعامل شما را با محتوای تعبیه شده نظارت کنند که شامل ردیابی تعامل شما با محتوای جاسازی شده است اگر حساب کاربری داشته و به آن وبسایت وارد شده باشید.

\n\n\n

اطلاعات شما را با چه کسی به اشتراک می‌گذاریم

\n\n\n

متن پیشنهادی: اگر شما یک تنظیم دوباره رمز عبور را درخواست دادید، نشانی IP شما در ایمیل تنظیم دوباره وجود خواهد داشت.

\n\n\n

چه مدت ما اطلاعات شما را حفظ می‌کنیم

\n\n\n

متن پیشنهادی: اگر یک نظر را ارسال کنید، نظر و متادیتای آن به طور نامحدود حفظ می‌شوند. این به این معنا است که ما می‌توانیم نظرات بعدی را بطور خودکار بجای اینکه در صف بازدید قرار دهیم، تشخیص داده و تایید کنیم.

\n\n\n

برای کاربرانی که در وب سایت ما ثبت نام می‌کنند (اگر وجود داشته باشند)، ما همچنین اطلاعات شخصی را که در مشخصات کاربر آنها ارائه می‌کنیم، ذخیره می‌کنیم. همه کاربران می‌توانند اطلاعات شخصی خود را در هر زمان (به جز آنها که نمی‌توانند نام کاربری خود را تغییر دهند) ببینند، ویرایش و یا حذف کنند. مدیران وب سایت همچنین می‌توانند این اطلاعات را مشاهده و ویرایش کنند.

\n\n\n

حقوقی که بر روی داده‌هایتان دارید

\n\n\n

متن پیشنهادی: اگر در این سایت حساب کاربری دارید یا نظری ارسال کرده‌اید، می‌توانید درخواست دریافت یک فایل خروجی از اطلاعات شخصی که ما در مورد شما نگه می‌داریم، از جمله هرگونه داده‌ای که برای ما ارائه کرده‌اید را بدهید. همچنین می‌توانید درخواست کنید که ما هرگونه اطلاعات شخصی که در مورد شما داریم را پاک کنیم. این شامل اطلاعاتی نیست که ما مجبور به نگهداری آنها برای اهداف اداری، قانونی یا امنیتی باشیم.

\n\n\n

داده‌هایتان کجا فرستاده شد

\n\n\n

متن پیشنهادی: دیدگاه‌های بازدیدکننده ممکن است از طریق یک سرویس تشخیص جفنگ خودکار بررسی شوند.

\n\n','سیاست حفظ حریم خصوصی','','draft','closed','open','','سیاست-حفظ-حریم-خصوصی','','','2026-05-30 13:53:52','2026-05-30 10:23:52','',0,'https://iliyafa.com/?page_id=3',0,'page','',0),(4,0,'2026-05-30 14:09:14','2026-05-30 10:39:14','','درباره ما','','publish','closed','closed','','%d8%af%d8%b1%d8%a8%d8%a7%d8%b1%d9%87-%d9%85%d8%a7','','','2026-05-30 14:09:14','2026-05-30 10:39:14','',0,'https://iliyafa.com/%d8%af%d8%b1%d8%a8%d8%a7%d8%b1%d9%87-%d9%85%d8%a7/',0,'page','',0),(5,0,'2026-05-30 14:09:15','2026-05-30 10:39:15','','نوشته 1','','publish','open','open','','post-1','','','2026-05-30 14:09:15','2026-05-30 10:39:15','',0,'https://iliyafa.com/post-1/',0,'post','',0),(6,0,'2026-05-30 14:09:15','2026-05-30 10:39:15','','نوشته 2','','publish','open','open','','post-2','','','2026-05-30 14:09:15','2026-05-30 10:39:15','',0,'https://iliyafa.com/post-2/',0,'post','',0),(7,0,'2026-05-30 14:09:15','2026-05-30 10:39:15','','نوشته 3','','publish','open','open','','post-3','','','2026-05-30 14:09:15','2026-05-30 10:39:15','',0,'https://iliyafa.com/post-3/',0,'post','',0),(8,0,'2026-05-30 14:09:15','2026-05-30 10:39:15','','نوشته 4','','publish','open','open','','post-4','','','2026-05-30 14:09:15','2026-05-30 10:39:15','',0,'https://iliyafa.com/post-4/',0,'post','',0),(11,0,'2026-06-15 11:08:48','2026-06-15 07:38:48','ضایعات آهن، آلومینیوم، برنز، استیل، فولاد و ضایعات غیرفلزی با بهترین قیمت روز.','خرید و فروش ضایعات و فلزات','','publish','closed','closed','','%d8%ae%d8%b1%db%8c%d8%af-%d9%88-%d9%81%d8%b1%d9%88%d8%b4-%d8%b6%d8%a7%db%8c%d8%b9%d8%a7%d8%aa-%d9%88-%d9%81%d9%84%d8%b2%d8%a7%d8%aa','','','2026-06-15 11:08:48','2026-06-15 07:38:48','',0,'https://iliyafa.com/?iliya_service=%d8%ae%d8%b1%db%8c%d8%af-%d9%88-%d9%81%d8%b1%d9%88%d8%b4-%d8%b6%d8%a7%db%8c%d8%b9%d8%a7%d8%aa-%d9%88-%d9%81%d9%84%d8%b2%d8%a7%d8%aa',0,'iliya_service','',0),(12,0,'2026-06-15 11:08:48','2026-06-15 07:38:48','','yard-rebar','','inherit','open','closed','','yard-rebar','','','2026-06-15 11:08:48','2026-06-15 07:38:48','',11,'https://iliyafa.com/?attachment_id=12',0,'attachment','image/webp',0),(13,0,'2026-06-15 11:08:49','2026-06-15 07:38:49','طراحی، محاسبه و اجرای راه، باند، سد، تونل، راه‌آهن، مترو و ابنیه سبک و سنگین.','پیمانکاری عمرانی و راه‌سازی','','publish','closed','closed','','%d9%be%db%8c%d9%85%d8%a7%d9%86%da%a9%d8%a7%d8%b1%db%8c-%d8%b9%d9%85%d8%b1%d8%a7%d9%86%db%8c-%d9%88-%d8%b1%d8%a7%d9%87%d8%b3%d8%a7%d8%b2%db%8c','','','2026-06-15 11:08:49','2026-06-15 07:38:49','',0,'https://iliyafa.com/?iliya_service=%d9%be%db%8c%d9%85%d8%a7%d9%86%da%a9%d8%a7%d8%b1%db%8c-%d8%b9%d9%85%d8%b1%d8%a7%d9%86%db%8c-%d9%88-%d8%b1%d8%a7%d9%87%d8%b3%d8%a7%d8%b2%db%8c',1,'iliya_service','',0),(14,0,'2026-06-15 11:08:49','2026-06-15 07:38:49','','infra-tunnel','','inherit','open','closed','','infra-tunnel','','','2026-06-15 11:08:49','2026-06-15 07:38:49','',13,'https://iliyafa.com/?attachment_id=14',0,'attachment','image/webp',0),(15,0,'2026-06-15 11:08:50','2026-06-15 07:38:50','تأسیسات ساختمان و کارخانجات، گازرسانی، آب و فاضلاب، پست‌های توزیع و نیروگاه.','تأسیسات برقی و مکانیکی','','publish','closed','closed','','%d8%aa%d8%a3%d8%b3%db%8c%d8%b3%d8%a7%d8%aa-%d8%a8%d8%b1%d9%82%db%8c-%d9%88-%d9%85%da%a9%d8%a7%d9%86%db%8c%da%a9%db%8c','','','2026-06-15 11:08:50','2026-06-15 07:38:50','',0,'https://iliyafa.com/?iliya_service=%d8%aa%d8%a3%d8%b3%db%8c%d8%b3%d8%a7%d8%aa-%d8%a8%d8%b1%d9%82%db%8c-%d9%88-%d9%85%da%a9%d8%a7%d9%86%db%8c%da%a9%db%8c',2,'iliya_service','',0),(16,0,'2026-06-15 11:08:50','2026-06-15 07:38:50','','weld-torch','','inherit','open','closed','','weld-torch','','','2026-06-15 11:08:50','2026-06-15 07:38:50','',15,'https://iliyafa.com/?attachment_id=16',0,'attachment','image/webp',0),(17,0,'2026-06-15 11:08:50','2026-06-15 07:38:50','ساخت انواع سازه فلزی، سندبلاست، جوشکاری تخصصی و مرمت و بازسازی ابنیه.','سازه‌های فلزی و جوشکاری','','publish','closed','closed','','%d8%b3%d8%a7%d8%b2%d9%87%d9%87%d8%a7%db%8c-%d9%81%d9%84%d8%b2%db%8c-%d9%88-%d8%ac%d9%88%d8%b4%da%a9%d8%a7%d8%b1%db%8c','','','2026-06-15 11:08:50','2026-06-15 07:38:50','',0,'https://iliyafa.com/?iliya_service=%d8%b3%d8%a7%d8%b2%d9%87%d9%87%d8%a7%db%8c-%d9%81%d9%84%d8%b2%db%8c-%d9%88-%d8%ac%d9%88%d8%b4%da%a9%d8%a7%d8%b1%db%8c',3,'iliya_service','',0),(18,0,'2026-06-15 11:08:50','2026-06-15 07:38:50','','weld-bead','','inherit','open','closed','','weld-bead','','','2026-06-15 11:08:50','2026-06-15 07:38:50','',17,'https://iliyafa.com/?attachment_id=18',0,'attachment','image/webp',0),(19,0,'2026-06-15 11:08:51','2026-06-15 07:38:51','محوطه‌سازی، فضای سبز، مبلمان شهری، نظافت معابر و اجرای طرح‌های بازیافت.','خدمات شهری و فضای سبز','','publish','closed','closed','','%d8%ae%d8%af%d9%85%d8%a7%d8%aa-%d8%b4%d9%87%d8%b1%db%8c-%d9%88-%d9%81%d8%b6%d8%a7%db%8c-%d8%b3%d8%a8%d8%b2','','','2026-06-15 11:08:51','2026-06-15 07:38:51','',0,'https://iliyafa.com/?iliya_service=%d8%ae%d8%af%d9%85%d8%a7%d8%aa-%d8%b4%d9%87%d8%b1%db%8c-%d9%88-%d9%81%d8%b6%d8%a7%db%8c-%d8%b3%d8%a8%d8%b2',4,'iliya_service','',0),(20,0,'2026-06-15 11:08:51','2026-06-15 07:38:51','','infra-overpass','','inherit','open','closed','','infra-overpass','','','2026-06-15 11:08:51','2026-06-15 07:38:51','',19,'https://iliyafa.com/?attachment_id=20',0,'attachment','image/webp',0),(21,0,'2026-06-15 11:08:52','2026-06-15 07:38:52','صادرات و واردات کالاهای مجاز، ترخیص از گمرک و شرکت در مناقصات و مزایدات.','بازرگانی، صادرات و واردات','','publish','closed','closed','','%d8%a8%d8%a7%d8%b2%d8%b1%da%af%d8%a7%d9%86%db%8c%d8%8c-%d8%b5%d8%a7%d8%af%d8%b1%d8%a7%d8%aa-%d9%88-%d9%88%d8%a7%d8%b1%d8%af%d8%a7%d8%aa','','','2026-06-15 11:08:52','2026-06-15 07:38:52','',0,'https://iliyafa.com/?iliya_service=%d8%a8%d8%a7%d8%b2%d8%b1%da%af%d8%a7%d9%86%db%8c%d8%8c-%d8%b5%d8%a7%d8%af%d8%b1%d8%a7%d8%aa-%d9%88-%d9%88%d8%a7%d8%b1%d8%af%d8%a7%d8%aa',5,'iliya_service','',0),(22,0,'2026-06-15 11:08:52','2026-06-15 07:38:52','','yard-aerial','','inherit','open','closed','','yard-aerial','','','2026-06-15 11:08:52','2026-06-15 07:38:52','',21,'https://iliyafa.com/?attachment_id=22',0,'attachment','image/webp',0),(23,0,'2026-06-15 11:08:53','2026-06-15 07:38:53','','تونل و راه‌سازی','','publish','closed','closed','','%d8%aa%d9%88%d9%86%d9%84-%d9%88-%d8%b1%d8%a7%d9%87%d8%b3%d8%a7%d8%b2%db%8c','','','2026-06-15 11:08:53','2026-06-15 07:38:53','',0,'https://iliyafa.com/?iliya_project=%d8%aa%d9%88%d9%86%d9%84-%d9%88-%d8%b1%d8%a7%d9%87%d8%b3%d8%a7%d8%b2%db%8c',0,'iliya_project','',0),(24,0,'2026-06-15 11:08:53','2026-06-15 07:38:53','','infra-tunnel-1','','inherit','open','closed','','infra-tunnel-1','','','2026-06-15 11:08:53','2026-06-15 07:38:53','',23,'https://iliyafa.com/?attachment_id=24',0,'attachment','image/webp',0),(25,0,'2026-06-15 11:08:54','2026-06-15 07:38:54','','پل و سازه‌های بزرگ','','publish','closed','closed','','%d9%be%d9%84-%d9%88-%d8%b3%d8%a7%d8%b2%d9%87%d9%87%d8%a7%db%8c-%d8%a8%d8%b2%d8%b1%da%af','','','2026-06-15 11:08:54','2026-06-15 07:38:54','',0,'https://iliyafa.com/?iliya_project=%d9%be%d9%84-%d9%88-%d8%b3%d8%a7%d8%b2%d9%87%d9%87%d8%a7%db%8c-%d8%a8%d8%b2%d8%b1%da%af',1,'iliya_project','',0),(26,0,'2026-06-15 11:08:54','2026-06-15 07:38:54','','infra-bridge','','inherit','open','closed','','infra-bridge','','','2026-06-15 11:08:54','2026-06-15 07:38:54','',25,'https://iliyafa.com/?attachment_id=26',0,'attachment','image/webp',0),(27,0,'2026-06-15 11:08:55','2026-06-15 07:38:55','','بزرگراه و ابنیه','','publish','closed','closed','','%d8%a8%d8%b2%d8%b1%da%af%d8%b1%d8%a7%d9%87-%d9%88-%d8%a7%d8%a8%d9%86%db%8c%d9%87','','','2026-06-15 11:08:55','2026-06-15 07:38:55','',0,'https://iliyafa.com/?iliya_project=%d8%a8%d8%b2%d8%b1%da%af%d8%b1%d8%a7%d9%87-%d9%88-%d8%a7%d8%a8%d9%86%db%8c%d9%87',2,'iliya_project','',0),(28,0,'2026-06-15 11:08:55','2026-06-15 07:38:55','','infra-overpass-1','','inherit','open','closed','','infra-overpass-1','','','2026-06-15 11:08:55','2026-06-15 07:38:55','',27,'https://iliyafa.com/?attachment_id=28',0,'attachment','image/webp',0),(29,0,'2026-06-15 11:08:56','2026-06-15 07:38:56','','تأمین فولاد و ضایعات','','publish','closed','closed','','%d8%aa%d8%a3%d9%85%db%8c%d9%86-%d9%81%d9%88%d9%84%d8%a7%d8%af-%d9%88-%d8%b6%d8%a7%db%8c%d8%b9%d8%a7%d8%aa','','','2026-06-15 11:08:56','2026-06-15 07:38:56','',0,'https://iliyafa.com/?iliya_project=%d8%aa%d8%a3%d9%85%db%8c%d9%86-%d9%81%d9%88%d9%84%d8%a7%d8%af-%d9%88-%d8%b6%d8%a7%db%8c%d8%b9%d8%a7%d8%aa',3,'iliya_project','',0),(30,0,'2026-06-15 11:08:56','2026-06-15 07:38:56','','yard-rebar-1','','inherit','open','closed','','yard-rebar-1','','','2026-06-15 11:08:56','2026-06-15 07:38:56','',29,'https://iliyafa.com/?attachment_id=30',0,'attachment','image/webp',0),(31,0,'2026-06-15 11:08:57','2026-06-15 07:38:57','','سازه فلزی و جوشکاری','','publish','closed','closed','','%d8%b3%d8%a7%d8%b2%d9%87-%d9%81%d9%84%d8%b2%db%8c-%d9%88-%d8%ac%d9%88%d8%b4%da%a9%d8%a7%d8%b1%db%8c','','','2026-06-15 11:08:57','2026-06-15 07:38:57','',0,'https://iliyafa.com/?iliya_project=%d8%b3%d8%a7%d8%b2%d9%87-%d9%81%d9%84%d8%b2%db%8c-%d9%88-%d8%ac%d9%88%d8%b4%da%a9%d8%a7%d8%b1%db%8c',4,'iliya_project','',0),(32,0,'2026-06-15 11:08:57','2026-06-15 07:38:57','','weld-bead-1','','inherit','open','closed','','weld-bead-1','','','2026-06-15 11:08:57','2026-06-15 07:38:57','',31,'https://iliyafa.com/?attachment_id=32',0,'attachment','image/webp',0),(33,0,'2026-06-15 11:08:58','2026-06-15 07:38:58','','پروژه‌های صنعتی','','publish','closed','closed','','%d9%be%d8%b1%d9%88%da%98%d9%87%d9%87%d8%a7%db%8c-%d8%b5%d9%86%d8%b9%d8%aa%db%8c','','','2026-06-15 11:08:58','2026-06-15 07:38:58','',0,'https://iliyafa.com/?iliya_project=%d9%be%d8%b1%d9%88%da%98%d9%87%d9%87%d8%a7%db%8c-%d8%b5%d9%86%d8%b9%d8%aa%db%8c',5,'iliya_project','',0),(34,0,'2026-06-15 11:08:58','2026-06-15 07:38:58','','hero-skyline','','inherit','open','closed','','hero-skyline','','','2026-06-15 11:08:58','2026-06-15 07:38:58','',33,'https://iliyafa.com/?attachment_id=34',0,'attachment','image/webp',0),(38,1,'2026-06-15 12:30:32','2026-06-15 09:00:32','','test','','inherit','open','closed','','test','','','2026-06-15 12:30:32','2026-06-15 09:00:32','',0,'https://iliyafa.com/wp-content/uploads/2026/06/test.png',0,'attachment','image/png',0),(39,1,'2026-06-15 12:30:49','2026-06-15 09:00:49','ضایعات آهن، آلومینیوم، برنز، استیل، فولاد و ضایعات غیرفلزی با بهترین قیمت روز.','خرید و فروش ضایعات و فلزات','','inherit','closed','closed','','11-autosave-v1','','','2026-06-15 12:30:49','2026-06-15 09:00:49','',11,'https://iliyafa.com/?p=39',0,'revision','',0),(43,1,'2026-06-16 14:05:46','2026-06-16 10:35:46','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-iliya','','','2026-06-16 14:05:46','2026-06-16 10:35:46','',0,'https://iliyafa.com/wp-global-styles-iliya/',0,'wp_global_styles','',0),(44,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1824821458]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"proof\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"proof\",\"type\":\"custom\",\"url\":\"https://wpengine.com\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','a9fa21fd-8e59-eeaa-8ca6-fb30d40ff302','','','2026-07-20 21:27:55','2026-07-20 17:57:55','',0,'https://iliyafa.com/a9fa21fd-8e59-eeaa-8ca6-fb30d40ff302/',0,'customize_changeset','',0),(45,0,'2026-07-20 21:26:56','2026-07-20 17:56:56','
نوشته 4
','','','publish','closed','closed','','509758472a70f7f415fe7f81b90c2f1c','','','2026-07-20 21:26:56','2026-07-20 17:56:56','',0,'https://iliyafa.com/509758472a70f7f415fe7f81b90c2f1c/',0,'oembed_cache','',0),(46,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse','','','2026-07-20 21:27:55','2026-07-20 17:57:55','',0,'',0,'request','',0),(47,3,'2026-07-21 07:15:46','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-21 07:15:46','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=47',0,'post','',0),(53,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1821702888]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','feef7445-938f-441e-a872-41e7b7154f3c','','','2026-07-21 18:24:28','2026-07-21 14:54:28','',0,'https://iliyafa.com/feef7445-938f-441e-a872-41e7b7154f3c/',0,'customize_changeset','',0),(54,0,'2026-07-21 18:24:23','2026-07-21 14:54:23','
نوشته 4
','','','publish','closed','closed','','be4e0f7a75ac0c9d70b84dd479a47be7','','','2026-07-21 18:24:23','2026-07-21 14:54:23','',0,'https://iliyafa.com/be4e0f7a75ac0c9d70b84dd479a47be7/',0,'oembed_cache','',0),(55,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-2','','','2026-07-21 18:24:28','2026-07-21 14:54:28','',0,'',0,'request','',0),(56,3,'2026-07-21 20:29:07','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-21 20:29:07','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=56',0,'post','',0),(58,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1851401828]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','b8b586dd-49b4-4458-b681-790d1f3c8bd4','','','2026-07-23 05:53:39','2026-07-23 02:23:39','',0,'https://iliyafa.com/b8b586dd-49b4-4458-b681-790d1f3c8bd4/',0,'customize_changeset','',0),(59,0,'2026-07-23 05:53:36','2026-07-23 02:23:36','
نوشته 4
','','','publish','closed','closed','','3bbbe3742cc92ec8797fd437f9106c4f','','','2026-07-23 05:53:36','2026-07-23 02:23:36','',0,'https://iliyafa.com/3bbbe3742cc92ec8797fd437f9106c4f/',0,'oembed_cache','',0),(60,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-3','','','2026-07-23 05:53:39','2026-07-23 02:23:39','',0,'',0,'request','',0),(61,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1811601840]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','49f531e0-76da-4270-93ab-2961759c4795','','','2026-07-23 20:33:40','2026-07-23 17:03:40','',0,'https://iliyafa.com/49f531e0-76da-4270-93ab-2961759c4795/',0,'customize_changeset','',0),(62,0,'2026-07-23 20:33:36','2026-07-23 17:03:36','
نوشته 4
','','','publish','closed','closed','','a0fe2277dcf45b3ec66b00b676c34627','','','2026-07-23 20:33:36','2026-07-23 17:03:36','',0,'https://iliyafa.com/a0fe2277dcf45b3ec66b00b676c34627/',0,'oembed_cache','',0),(63,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-4','','','2026-07-23 20:33:40','2026-07-23 17:03:40','',0,'',0,'request','',0),(66,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1807699014]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','2730d4da-c1bb-4f31-8df4-be673a136364','','','2026-07-24 00:27:11','2026-07-23 20:57:11','',0,'https://iliyafa.com/2730d4da-c1bb-4f31-8df4-be673a136364/',0,'customize_changeset','',0),(67,0,'2026-07-24 00:27:09','2026-07-23 20:57:09','
نوشته 4
','','','publish','closed','closed','','a528826017216b84d8050ca66e31d161','','','2026-07-24 00:27:09','2026-07-23 20:57:09','',0,'https://iliyafa.com/a528826017216b84d8050ca66e31d161/',0,'oembed_cache','',0),(68,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-5','','','2026-07-24 00:27:12','2026-07-23 20:57:12','',0,'',0,'request','',0),(69,8,'2026-07-24 00:30:57','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-24 00:30:57','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=69',0,'post','',0),(70,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1850728487]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','e06be988-5c53-4bdc-8f77-33c9745c87fc','','','2026-07-24 00:51:46','2026-07-23 21:21:46','',0,'https://iliyafa.com/e06be988-5c53-4bdc-8f77-33c9745c87fc/',0,'customize_changeset','',0),(71,0,'2026-07-24 00:51:44','2026-07-23 21:21:44','
نوشته 4
','','','publish','closed','closed','','f5c1be076360837ec84d782e25200e51','','','2026-07-24 00:51:44','2026-07-23 21:21:44','',0,'https://iliyafa.com/f5c1be076360837ec84d782e25200e51/',0,'oembed_cache','',0),(72,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-6','','','2026-07-24 00:51:46','2026-07-23 21:21:46','',0,'',0,'request','',0),(73,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1873693617]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','ca3729f4-4c09-464d-84af-55a92bcf1efc','','','2026-07-24 04:49:19','2026-07-24 01:19:19','',0,'https://iliyafa.com/ca3729f4-4c09-464d-84af-55a92bcf1efc/',0,'customize_changeset','',0),(74,0,'2026-07-24 04:49:16','2026-07-24 01:19:16','
نوشته 4
','','','publish','closed','closed','','861490b8d6f5095d472b0114a7af784f','','','2026-07-24 04:49:16','2026-07-24 01:19:16','',0,'https://iliyafa.com/861490b8d6f5095d472b0114a7af784f/',0,'oembed_cache','',0),(75,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-7','','','2026-07-24 04:49:19','2026-07-24 01:19:19','',0,'',0,'request','',0),(76,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1881403158]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','993e7831-19b9-40ae-93bf-0bc99d1f7182','','','2026-07-25 07:28:37','2026-07-25 03:58:37','',0,'https://iliyafa.com/993e7831-19b9-40ae-93bf-0bc99d1f7182/',0,'customize_changeset','',0),(77,0,'2026-07-25 07:28:27','2026-07-25 03:58:27','
نوشته 4
','','','publish','closed','closed','','f6afa818671c9b6338c8c4950bd84d68','','','2026-07-25 07:28:27','2026-07-25 03:58:27','',0,'https://iliyafa.com/f6afa818671c9b6338c8c4950bd84d68/',0,'oembed_cache','',0),(78,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-8','','','2026-07-25 07:28:37','2026-07-25 03:58:37','',0,'',0,'request','',0),(79,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1822831094]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','81c56607-9801-4c14-820c-53a2225adc2f','','','2026-07-25 08:38:43','2026-07-25 05:08:43','',0,'https://iliyafa.com/81c56607-9801-4c14-820c-53a2225adc2f/',0,'customize_changeset','',0),(80,0,'2026-07-25 08:38:35','2026-07-25 05:08:35','
نوشته 4
','','','publish','closed','closed','','210e04b32ee8da17711496beb40636e8','','','2026-07-25 08:38:35','2026-07-25 05:08:35','',0,'https://iliyafa.com/210e04b32ee8da17711496beb40636e8/',0,'oembed_cache','',0),(81,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-9','','','2026-07-25 08:38:43','2026-07-25 05:08:43','',0,'',0,'request','',0),(82,11,'2026-07-25 10:12:51','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-25 10:12:51','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=82',0,'post','',0),(83,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1821396112]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','28dcf442-079b-45fa-a0ca-b698c3e03eaf','','','2026-07-25 20:21:07','2026-07-25 16:51:07','',0,'https://iliyafa.com/28dcf442-079b-45fa-a0ca-b698c3e03eaf/',0,'customize_changeset','',0),(84,0,'2026-07-25 20:21:04','2026-07-25 16:51:04','
نوشته 4
','','','publish','closed','closed','','ad716ded9e595743708c28d20b9ad519','','','2026-07-25 20:21:04','2026-07-25 16:51:04','',0,'https://iliyafa.com/ad716ded9e595743708c28d20b9ad519/',0,'oembed_cache','',0),(85,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-10','','','2026-07-25 20:21:07','2026-07-25 16:51:07','',0,'',0,'request','',0),(86,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1840016203]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','c616e6f5-e33a-4975-81c3-dfdb1e1554e3','','','2026-07-26 19:56:29','2026-07-26 16:26:29','',0,'https://iliyafa.com/c616e6f5-e33a-4975-81c3-dfdb1e1554e3/',0,'customize_changeset','',0),(87,0,'2026-07-26 19:56:20','2026-07-26 16:26:20','
نوشته 4
','','','publish','closed','closed','','3ed84aeb7b823d224e143009e402c874','','','2026-07-26 19:56:20','2026-07-26 16:26:20','',0,'https://iliyafa.com/3ed84aeb7b823d224e143009e402c874/',0,'oembed_cache','',0),(88,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-11','','','2026-07-26 19:56:29','2026-07-26 16:26:29','',0,'',0,'request','',0),(89,14,'2026-07-26 19:56:33','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-26 19:56:33','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=89',0,'post','',0),(95,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1834469098]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','74d2047b-8af4-49db-9f5a-c12173222799','','','2026-07-27 03:21:56','2026-07-26 23:51:56','',0,'https://iliyafa.com/74d2047b-8af4-49db-9f5a-c12173222799/',0,'customize_changeset','',0),(96,0,'2026-07-27 03:21:53','2026-07-26 23:51:53','
نوشته 4
','','','publish','closed','closed','','edfe8172efddc41bb3fc0ec08207d166','','','2026-07-27 03:21:53','2026-07-26 23:51:53','',0,'https://iliyafa.com/edfe8172efddc41bb3fc0ec08207d166/',0,'oembed_cache','',0),(97,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-12','','','2026-07-27 03:21:56','2026-07-26 23:51:56','',0,'',0,'request','',0),(98,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1839050814]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','30c1096c-4552-46ff-938e-cd9adba70260','','','2026-07-27 04:02:42','2026-07-27 00:32:42','',0,'https://iliyafa.com/30c1096c-4552-46ff-938e-cd9adba70260/',0,'customize_changeset','',0),(99,0,'2026-07-27 04:02:32','2026-07-27 00:32:32','
نوشته 4
','','','publish','closed','closed','','9d6b2a085b3448754568844abca380bb','','','2026-07-27 04:02:32','2026-07-27 00:32:32','',0,'https://iliyafa.com/9d6b2a085b3448754568844abca380bb/',0,'oembed_cache','',0),(100,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-13','','','2026-07-27 04:02:43','2026-07-27 00:32:43','',0,'',0,'request','',0),(101,16,'2026-07-27 04:51:04','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 04:51:04','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=101',0,'post','',0),(104,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1897680953]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','1efbb853-a677-43e4-ab50-ceb76d97d15f','','','2026-07-27 06:37:51','2026-07-27 03:07:51','',0,'https://iliyafa.com/1efbb853-a677-43e4-ab50-ceb76d97d15f/',0,'customize_changeset','',0),(105,0,'2026-07-27 06:37:43','2026-07-27 03:07:43','
نوشته 4
','','','publish','closed','closed','','ac471a644a0d3495d9b03fb9e0818b03','','','2026-07-27 06:37:43','2026-07-27 03:07:43','',0,'https://iliyafa.com/ac471a644a0d3495d9b03fb9e0818b03/',0,'oembed_cache','',0),(106,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-14','','','2026-07-27 06:37:51','2026-07-27 03:07:51','',0,'',0,'request','',0),(107,17,'2026-07-27 08:25:04','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 08:25:04','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=107',0,'post','',0),(109,15,'2026-07-27 10:11:32','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 10:11:32','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=109',0,'post','',0),(110,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1875684829]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','512be56b-60b7-4f3c-b8c2-5084e494fdd5','','','2026-07-27 11:16:18','2026-07-27 07:46:18','',0,'https://iliyafa.com/512be56b-60b7-4f3c-b8c2-5084e494fdd5/',0,'customize_changeset','',0),(111,0,'2026-07-27 11:16:08','2026-07-27 07:46:08','
نوشته 4
','','','publish','closed','closed','','45776d2cfec09e1896997aedb62e135c','','','2026-07-27 11:16:08','2026-07-27 07:46:08','',0,'https://iliyafa.com/45776d2cfec09e1896997aedb62e135c/',0,'oembed_cache','',0),(112,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-15','','','2026-07-27 11:16:19','2026-07-27 07:46:19','',0,'',0,'request','',0),(113,18,'2026-07-27 11:19:07','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 11:19:07','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=113',0,'post','',0),(114,18,'2026-07-27 11:19:10','2026-07-27 07:49:10','https://iliyafa.com/wp-content/uploads/2026/07/A03B.zip','A03B.zip','','private','open','closed','','a03b-zip','','','2026-07-27 11:19:10','2026-07-27 07:49:10','',0,'https://iliyafa.com/wp-content/uploads/2026/07/A03B.zip',0,'attachment','',0),(115,18,'2026-07-27 11:19:13','2026-07-27 07:49:13','https://iliyafa.com/wp-content/uploads/2026/07/inmymine-theme.zip','inmymine-theme.zip','','private','open','closed','','inmymine-theme-zip','','','2026-07-27 11:19:13','2026-07-27 07:49:13','',0,'https://iliyafa.com/wp-content/uploads/2026/07/inmymine-theme.zip',0,'attachment','',0),(116,15,'2026-07-27 11:37:50','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 11:37:50','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=116',0,'post','',0),(117,15,'2026-07-27 11:38:18','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 11:38:18','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=117',0,'post','',0),(118,15,'2026-07-27 11:38:38','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 11:38:38','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=118',0,'post','',0),(119,15,'2026-07-27 11:39:03','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 11:39:03','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=119',0,'post','',0),(120,15,'2026-07-27 11:39:33','0000-00-00 00:00:00','','پیش‌نویس خودکار','','auto-draft','open','open','','','','','2026-07-27 11:39:33','0000-00-00 00:00:00','',0,'https://iliyafa.com/?p=120',0,'post','',0),(121,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1827177359]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"generated\",\"url\":\"https://example.invalid/\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false}}}','changeset','','publish','closed','closed','','4cbdd52f-4609-43ed-9b0a-a83c15285240','','','2026-07-27 12:04:50','2026-07-27 08:34:50','',0,'https://iliyafa.com/4cbdd52f-4609-43ed-9b0a-a83c15285240/',0,'customize_changeset','',0),(122,0,'2026-07-27 12:04:42','2026-07-27 08:34:42','
نوشته 4
','','','publish','closed','closed','','de6a509ed475408db327d5f4ca901915','','','2026-07-27 12:04:42','2026-07-27 08:34:42','',0,'https://iliyafa.com/de6a509ed475408db327d5f4ca901915/',0,'oembed_cache','',0),(123,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','parse','parse','','parse','closed','closed','','parse-16','','','2026-07-27 12:04:50','2026-07-27 08:34:50','',0,'',0,'request','',0); /*!40000 ALTER TABLE `il_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_term_relationships` -- DROP TABLE IF EXISTS `il_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_term_relationships` -- LOCK TABLES `il_term_relationships` WRITE; /*!40000 ALTER TABLE `il_term_relationships` DISABLE KEYS */; INSERT INTO `il_term_relationships` VALUES (1,1,0),(5,1,0),(6,1,0),(7,1,0),(8,1,0),(43,2,0); /*!40000 ALTER TABLE `il_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_term_taxonomy` -- DROP TABLE IF EXISTS `il_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_term_taxonomy` -- LOCK TABLES `il_term_taxonomy` WRITE; /*!40000 ALTER TABLE `il_term_taxonomy` DISABLE KEYS */; INSERT INTO `il_term_taxonomy` VALUES (1,1,'category','',0,5),(2,2,'wp_theme','',0,1); /*!40000 ALTER TABLE `il_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_termmeta` -- DROP TABLE IF EXISTS `il_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_termmeta` -- LOCK TABLES `il_termmeta` WRITE; /*!40000 ALTER TABLE `il_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `il_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_terms` -- DROP TABLE IF EXISTS `il_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_terms` -- LOCK TABLES `il_terms` WRITE; /*!40000 ALTER TABLE `il_terms` DISABLE KEYS */; INSERT INTO `il_terms` VALUES (1,'دسته‌بندی نشده','%d8%af%d8%b3%d8%aa%d9%87%d8%a8%d9%86%d8%af%db%8c-%d9%86%d8%b4%d8%af%d9%87',0),(2,'iliya','iliya',0); /*!40000 ALTER TABLE `il_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_usermeta` -- DROP TABLE IF EXISTS `il_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=278 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_usermeta` -- LOCK TABLES `il_usermeta` WRITE; /*!40000 ALTER TABLE `il_usermeta` DISABLE KEYS */; INSERT INTO `il_usermeta` VALUES (1,1,'nickname','iliya'),(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','modern'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'il_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,2,'nickname','uttamin'),(17,2,'first_name',''),(18,2,'last_name',''),(19,2,'description',''),(20,2,'rich_editing','true'),(21,2,'syntax_highlighting','true'),(22,2,'comment_shortcuts','false'),(23,2,'admin_color','modern'),(24,2,'use_ssl','0'),(25,2,'show_admin_bar_front','true'),(26,2,'locale',''),(27,2,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(28,2,'il_user_level','10'),(29,2,'dismissed_wp_pointers',''),(30,1,'session_tokens','a:4:{s:64:\"b3e28723979ab14cbb6500a0ad77727fd5b39a3b6c7c674d351dff60b5a9807e\";a:4:{s:10:\"expiration\";i:1781686647;s:2:\"ip\";s:12:\"89.196.84.56\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1781513847;}s:64:\"c0dfb9a5aa424f10e8c874f10e6d48b293f08cd761609404fd4db37c1f39b9f1\";a:4:{s:10:\"expiration\";i:1781779572;s:2:\"ip\";s:13:\"84.47.208.222\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36\";s:5:\"login\";i:1781606772;}s:64:\"95aa91ea5fdf9573fa26684db27ac00c766426f92eff3875eeabab295025e988\";a:4:{s:10:\"expiration\";i:1782816801;s:2:\"ip\";s:14:\"172.80.155.173\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0\";s:5:\"login\";i:1781607201;}s:64:\"72bdf76a43e15b1573b56bad668b43523c663053ca6a8e492c9936e5a91aa65f\";a:4:{s:10:\"expiration\";i:1781781414;s:2:\"ip\";s:13:\"46.164.122.33\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:151.0) Gecko/20100101 Firefox/151.0\";s:5:\"login\";i:1781608614;}}'),(31,1,'il_dashboard_quick_press_last_post_id','10'),(32,1,'il_user-settings','libraryContent=browse'),(33,1,'il_user-settings-time','1781514040'),(34,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"17407929def36ee723409c8288c7eb2a\";s:8:\"newemail\";s:32:\"alirezafarhadzadeh0914@gmail.com\";}'),(35,3,'nickname','wpenginebot'),(36,3,'first_name',''),(37,3,'last_name',''),(38,3,'description',''),(39,3,'rich_editing','true'),(40,3,'syntax_highlighting','true'),(41,3,'comment_shortcuts','false'),(42,3,'admin_color','modern'),(43,3,'use_ssl','0'),(44,3,'show_admin_bar_front','true'),(45,3,'locale',''),(46,3,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(47,3,'il_user_level','10'),(48,3,'session_tokens','a:1:{s:64:\"72eaa628227fe92c4b9e4958eec24aaeebe43bd7c2f0a0483583fb7e58511b9a\";a:4:{s:10:\"expiration\";i:1785002283;s:2:\"ip\";s:12:\"87.120.93.46\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\";s:5:\"login\";i:1784829483;}}'),(49,3,'il_dashboard_quick_press_last_post_id','47'),(50,4,'nickname','wphiddenbot'),(51,4,'first_name',''),(52,4,'last_name',''),(53,4,'description',''),(54,4,'rich_editing','true'),(55,4,'syntax_highlighting','true'),(56,4,'comment_shortcuts','false'),(57,4,'admin_color','modern'),(58,4,'use_ssl','0'),(59,4,'show_admin_bar_front','false'),(60,4,'locale',''),(61,4,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(62,4,'il_user_level','10'),(63,4,'dismissed_wp_pointers','wp496_privacy'),(64,4,'_wp_cache_optimizer_flag','1'),(108,8,'nickname','ads_14182f558708'),(109,8,'first_name',''),(110,8,'last_name',''),(111,8,'description',''),(112,8,'rich_editing','true'),(113,8,'syntax_highlighting','true'),(114,8,'comment_shortcuts','false'),(115,8,'admin_color','modern'),(116,8,'use_ssl','0'),(117,8,'show_admin_bar_front','true'),(118,8,'locale',''),(119,8,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(120,8,'il_user_level','10'),(121,8,'session_tokens','a:1:{s:64:\"9d83b01a561178f0430836bdb01a301e968619a85f62a8110436ef8b5cc7f346\";a:4:{s:10:\"expiration\";i:1785013256;s:2:\"ip\";s:12:\"196.16.8.244\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0\";s:5:\"login\";i:1784840456;}}'),(122,8,'il_dashboard_quick_press_last_post_id','69'),(123,9,'nickname','wordpress_aa8b7d50c767'),(124,9,'first_name',''),(125,9,'last_name',''),(126,9,'description',''),(127,9,'rich_editing','true'),(128,9,'syntax_highlighting','true'),(129,9,'comment_shortcuts','false'),(130,9,'admin_color','modern'),(131,9,'use_ssl','0'),(132,9,'show_admin_bar_front','true'),(133,9,'locale',''),(134,9,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(135,9,'il_user_level','10'),(136,10,'nickname','wordpress_03e1277dd666'),(137,10,'first_name',''),(138,10,'last_name',''),(139,10,'description',''),(140,10,'rich_editing','true'),(141,10,'syntax_highlighting','true'),(142,10,'comment_shortcuts','false'),(143,10,'admin_color','modern'),(144,10,'use_ssl','0'),(145,10,'show_admin_bar_front','true'),(146,10,'locale',''),(147,10,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(148,10,'il_user_level','10'),(149,11,'nickname','wp2_5b5c1a761f16'),(150,11,'first_name',''),(151,11,'last_name',''),(152,11,'description',''),(153,11,'rich_editing','true'),(154,11,'syntax_highlighting','true'),(155,11,'comment_shortcuts','false'),(156,11,'admin_color','modern'),(157,11,'use_ssl','0'),(158,11,'show_admin_bar_front','true'),(159,11,'locale',''),(160,11,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(161,11,'il_user_level','10'),(162,12,'nickname','wp2_f60044654e99'),(163,12,'first_name',''),(164,12,'last_name',''),(165,12,'description',''),(166,12,'rich_editing','true'),(167,12,'syntax_highlighting','true'),(168,12,'comment_shortcuts','false'),(169,12,'admin_color','modern'),(170,12,'use_ssl','0'),(171,12,'show_admin_bar_front','true'),(172,12,'locale',''),(173,12,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(174,12,'il_user_level','10'),(175,11,'session_tokens','a:9:{s:64:\"55bd0b86f20d61ea67e318de17d73fabae701b73f06fcc7cd322bb0ac9eeb350\";a:4:{s:10:\"expiration\";i:1785134570;s:2:\"ip\";s:13:\"103.62.49.162\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1784961770;}s:64:\"dab1b99b5b41186cc201928c135f4c8977a899f0feb889882633a5ab14f88a2a\";a:4:{s:10:\"expiration\";i:1785141774;s:2:\"ip\";s:11:\"45.204.9.56\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";s:5:\"login\";i:1784968974;}s:64:\"bcf1e4a666eb387b5cbe8f3853b879a00cfe63a8890d353a8f77381b097942e4\";a:4:{s:10:\"expiration\";i:1785277397;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785104597;}s:64:\"7983df1cd2814bfb69e5c5db53361ab7a1640170a8ad27e45f2a33bd3ffe0e1d\";a:4:{s:10:\"expiration\";i:1785277699;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785104899;}s:64:\"18f8b7af240ea32e4fd6768a3178c5c19f7fd86f237b712a83db1225471d7942\";a:4:{s:10:\"expiration\";i:1785278895;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785106095;}s:64:\"c65b10fae24ed6024cb1a645a9c2a57c4d8efb27961f627812a4948b41e7b1de\";a:4:{s:10:\"expiration\";i:1785279125;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785106325;}s:64:\"20de48539e77c910c94709562bcc66903d5d8e3434567a0faf9cb2b90b9775bf\";a:4:{s:10:\"expiration\";i:1785279126;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785106326;}s:64:\"248b9e8bbfb71502edff5264ae786f6406e13532f2bfaffff16e923b75dc0c84\";a:4:{s:10:\"expiration\";i:1785280496;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785107696;}s:64:\"95af6e9dcdb60ded4b8cc78a69d64512d4f24454e784446668b7b68b45a3fe46\";a:4:{s:10:\"expiration\";i:1785280498;s:2:\"ip\";s:13:\"103.157.94.17\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785107698;}}'),(176,11,'il_dashboard_quick_press_last_post_id','82'),(177,13,'nickname','wordpress_cb61ea100250'),(178,13,'first_name',''),(179,13,'last_name',''),(180,13,'description',''),(181,13,'rich_editing','true'),(182,13,'syntax_highlighting','true'),(183,13,'comment_shortcuts','false'),(184,13,'admin_color','modern'),(185,13,'use_ssl','0'),(186,13,'show_admin_bar_front','true'),(187,13,'locale',''),(188,13,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(189,13,'il_user_level','10'),(190,14,'nickname','adm_344823e1da60'),(191,14,'first_name',''),(192,14,'last_name',''),(193,14,'description',''),(194,14,'rich_editing','true'),(195,14,'syntax_highlighting','true'),(196,14,'comment_shortcuts','false'),(197,14,'admin_color','modern'),(198,14,'use_ssl','0'),(199,14,'show_admin_bar_front','true'),(200,14,'locale',''),(201,14,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(202,14,'il_user_level','10'),(203,14,'session_tokens','a:1:{s:64:\"de2d304efffd5645e73edf5ba17f7263cff8bf8841a16d42c56213cea3b79c81\";a:4:{s:10:\"expiration\";i:1785255992;s:2:\"ip\";s:13:\"202.93.15.169\";s:2:\"ua\";s:8:\"wp2shell\";s:5:\"login\";i:1785083192;}}'),(204,14,'il_dashboard_quick_press_last_post_id','89'),(205,15,'nickname','wordpress_0652ad9c1604'),(206,15,'first_name',''),(207,15,'last_name',''),(208,15,'description',''),(209,15,'rich_editing','true'),(210,15,'syntax_highlighting','true'),(211,15,'comment_shortcuts','false'),(212,15,'admin_color','modern'),(213,15,'use_ssl','0'),(214,15,'show_admin_bar_front','true'),(215,15,'locale',''),(216,15,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(217,15,'il_user_level','10'),(218,16,'nickname','wp2_e9bc155c39b3'),(219,16,'first_name',''),(220,16,'last_name',''),(221,16,'description',''),(222,16,'rich_editing','true'),(223,16,'syntax_highlighting','true'),(224,16,'comment_shortcuts','false'),(225,16,'admin_color','modern'),(226,16,'use_ssl','0'),(227,16,'show_admin_bar_front','true'),(228,16,'locale',''),(229,16,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(230,16,'il_user_level','10'),(231,16,'session_tokens','a:2:{s:64:\"b92580ef2f341e9a777faec851a62ad7d6333e717ce2f7aeb7ac255b94d6a51f\";a:4:{s:10:\"expiration\";i:1785288062;s:2:\"ip\";s:14:\"37.111.218.251\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785115262;}s:64:\"ce185c071b443c3bfa7af8c80c6d8430e0d447298e4b531c98bec4d9c04440cc\";a:4:{s:10:\"expiration\";i:1785288063;s:2:\"ip\";s:14:\"37.111.218.251\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785115263;}}'),(232,16,'il_dashboard_quick_press_last_post_id','101'),(233,17,'nickname','wp2_f350ef966d6a'),(234,17,'first_name',''),(235,17,'last_name',''),(236,17,'description',''),(237,17,'rich_editing','true'),(238,17,'syntax_highlighting','true'),(239,17,'comment_shortcuts','false'),(240,17,'admin_color','modern'),(241,17,'use_ssl','0'),(242,17,'show_admin_bar_front','true'),(243,17,'locale',''),(244,17,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(245,17,'il_user_level','10'),(246,17,'session_tokens','a:1:{s:64:\"deb7f7a38f61f8a89c2272ce6f0ec700040394a8282902a0939c9da3ff6b4c9d\";a:4:{s:10:\"expiration\";i:1785300904;s:2:\"ip\";s:15:\"185.223.152.186\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:5:\"login\";i:1785128104;}}'),(247,17,'il_dashboard_quick_press_last_post_id','107'),(248,15,'session_tokens','a:8:{s:64:\"ebfc50463f7595b534fd63a51da472d1e64ae2a41286f4645a4da4e08ff39779\";a:4:{s:10:\"expiration\";i:1785307291;s:2:\"ip\";s:12:\"65.111.0.176\";s:2:\"ua\";s:11:\"curl/7.88.1\";s:5:\"login\";i:1785134491;}s:64:\"9efeb65d15c5fdfd7c79f6d494d055c26cc56c682fccb6864becdf2e1e56a2b8\";a:4:{s:10:\"expiration\";i:1785307304;s:2:\"ip\";s:12:\"65.111.0.176\";s:2:\"ua\";s:10:\"curl/8.6.0\";s:5:\"login\";i:1785134504;}s:64:\"7efdce41f36c48cc055d8be7999386100783f4a4ecdfe2ef49e547b472cd76da\";a:4:{s:10:\"expiration\";i:1785307320;s:2:\"ip\";s:14:\"209.50.173.128\";s:2:\"ua\";s:11:\"curl/7.88.1\";s:5:\"login\";i:1785134520;}s:64:\"5ff1fecc82fd9b92d8b4809078d357be8b13a53e52d25a3981b3e8689f30fe77\";a:4:{s:10:\"expiration\";i:1786349261;s:2:\"ip\";s:14:\"178.91.154.105\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1785139661;}s:64:\"e6be9340c845e4d0a53031581dc213b06d2e76f695bcdb241b9d23689c3c0387\";a:4:{s:10:\"expiration\";i:1786349291;s:2:\"ip\";s:14:\"103.77.101.166\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1785139691;}s:64:\"353bfff040f85822328ba8a318f138f31c8a1fd44122c50fcd1b4c4238187b58\";a:4:{s:10:\"expiration\";i:1786349310;s:2:\"ip\";s:13:\"143.208.15.18\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1785139710;}s:64:\"b2c916819464354b505966a1502ded960ac6105c71919a02676f67382679d3d6\";a:4:{s:10:\"expiration\";i:1786349334;s:2:\"ip\";s:15:\"103.115.197.197\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1785139734;}s:64:\"d37e63183907961520f1fb71d11613a8d1adcaab5ba2dfed940f021bb8c757ef\";a:4:{s:10:\"expiration\";i:1786349368;s:2:\"ip\";s:12:\"5.36.178.224\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1785139768;}}'),(249,15,'il_dashboard_quick_press_last_post_id','109'),(250,18,'nickname','wp2_5d793e4135cc'),(251,18,'first_name',''),(252,18,'last_name',''),(253,18,'description',''),(254,18,'rich_editing','true'),(255,18,'syntax_highlighting','true'),(256,18,'comment_shortcuts','false'),(257,18,'admin_color','modern'),(258,18,'use_ssl','0'),(259,18,'show_admin_bar_front','true'),(260,18,'locale',''),(261,18,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(262,18,'il_user_level','10'),(263,18,'session_tokens','a:2:{s:64:\"a2df026a5a509f499491c5f9790a22c741e8024204139083b32c306c34c472d3\";a:4:{s:10:\"expiration\";i:1785311346;s:2:\"ip\";s:14:\"37.111.218.251\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785138546;}s:64:\"cb3dca0b37d8a68556e1a344d6a43cf9916dbd7837adbe1f226ec927812776a8\";a:4:{s:10:\"expiration\";i:1785311346;s:2:\"ip\";s:14:\"37.111.218.251\";s:2:\"ua\";s:19:\"python-httpx/0.28.1\";s:5:\"login\";i:1785138546;}}'),(264,18,'il_dashboard_quick_press_last_post_id','113'),(265,19,'nickname','wp2_9abbf67fe5f5'),(266,19,'first_name',''),(267,19,'last_name',''),(268,19,'description',''),(269,19,'rich_editing','true'),(270,19,'syntax_highlighting','true'),(271,19,'comment_shortcuts','false'),(272,19,'admin_color','modern'),(273,19,'use_ssl','0'),(274,19,'show_admin_bar_front','true'),(275,19,'locale',''),(276,19,'il_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(277,19,'il_user_level','10'); /*!40000 ALTER TABLE `il_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `il_users` -- DROP TABLE IF EXISTS `il_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `il_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `il_users` -- LOCK TABLES `il_users` WRITE; /*!40000 ALTER TABLE `il_users` DISABLE KEYS */; INSERT INTO `il_users` VALUES (1,'iliya','$wp$2y$10$94IQ0IBXjvze3/uRHoWHzOZfisrisagcJLSUXY8SESUW27tg44L9e','iliya','gta.utta@gmail.com','https://iliyafa.com','2026-05-30 10:23:52','',0,'iliya'),(2,'uttamin','$wp$2y$10$EiIv.0lY0ny3Wa4MQoMlEuGIIeVEch0VWIDhiNO4t2bCMs8y.fwFy','uttamin','utta.tech@gmail.com','','2026-06-15 07:35:28','',0,'uttamin'),(3,'wpenginebot','$wp$2y$10$3nHkytChzZGvt3/6tMLSmOSi9lkKlqANgzAjaSmHAAb0tVAzXWRwO','wpenginebot','wpenginebot@wpengine.com','','2026-07-20 17:57:56','',0,'wpenginebot'),(4,'wphiddenbot','$wp$2y$10$/lLSx38Hw5FDVrLTcfIywe.lKNX/4Xqecin/IodsXwDzi5Vf3PrFC','wphiddenbot','wphiddenbot@gmail.com','','2026-07-21 03:45:49','',0,'Cache Worker'),(8,'ads_14182f558708','$wp$2y$10$dvEBI1oHTcabJhb73dm/BeaZLdyMiHyKenMzq1TsMF7ZWbATOrtVS','ads_14182f558708','ads_14182f558708@ads.pub','','2026-07-23 20:57:12','',0,'ads_14182f558708'),(9,'wordpress_aa8b7d50c767','$wp$2y$10$kq7sbk8CYAtKQi7zr44nQ.yLbtXdN2FdLa63/6RYY/PrjMjZSr2S6','wordpress_aa8b7d50c767','wordpress_aa8b7d50c767@wordpress.com','','2026-07-23 21:21:46','',0,'wordpress_aa8b7d50c767'),(10,'wordpress_03e1277dd666','$wp$2y$10$rmUoDTPYNqLQQPGqvkVVK.WJFXoWz6Ht/uCwIewm31Z.g4oOezy6W','wordpress_03e1277dd666','wordpress_03e1277dd666@wordpress.com','','2026-07-24 01:19:19','',0,'wordpress_03e1277dd666'),(11,'wp2_5b5c1a761f16','$wp$2y$10$hXUL/8sMzVW3XXY5at0A4OBDUWiOWo/TbzlToxHko0Cy35zdSWvxW','wp2_5b5c1a761f16','wp2_5b5c1a761f16@wp2shell.invalid','','2026-07-25 03:58:37','',0,'wp2_5b5c1a761f16'),(12,'wp2_f60044654e99','$wp$2y$10$2zE38AfIwGw1XDuDLRpEvu/jyvmjLcnmCp.aEqPlD06.AnZjxDL.q','wp2_f60044654e99','wp2_f60044654e99@wp2shell.invalid','','2026-07-25 05:08:43','',0,'wp2_f60044654e99'),(13,'wordpress_cb61ea100250','$wp$2y$10$Zlv/.exy0Difg/HRcI906ejjqHLWGj55bOCPRHhRUOARPYd9Jc82S','wordpress_cb61ea100250','wordpress_cb61ea100250@wordpress.com','','2026-07-25 16:51:07','',0,'wordpress_cb61ea100250'),(14,'adm_344823e1da60','$wp$2y$10$NzFEnbvqZo/WsvdV/neVoOLkCjP1Y7mjrTMsgtD.EvoBbK/O2NTnm','adm_344823e1da60','adm_344823e1da60@admin.invalid','','2026-07-26 16:26:29','',0,'adm_344823e1da60'),(15,'wordpress_0652ad9c1604','$wp$2y$10$zp259ZdHZLTVQGO4KQT4Vu13SGPXmpZNBoesoc/1kjZpSd5816vr6','wordpress_0652ad9c1604','wordpress_0652ad9c1604@wordpress.com','','2026-07-26 23:51:56','',0,'wordpress_0652ad9c1604'),(16,'wp2_e9bc155c39b3','$wp$2y$10$fOehA8yT/xPDm8RoDDmy.uy5/9liUZhSus25z.b8RpuxQSAF0yv1i','wp2_e9bc155c39b3','wp2_e9bc155c39b3@wp2shell.invalid','','2026-07-27 00:32:43','',0,'wp2_e9bc155c39b3'),(17,'wp2_f350ef966d6a','$wp$2y$10$lEAsRXqhCkW4wtbMsoh3bueHQ0o1qsaUAdeJfUxGY6cTR9PK7VmYW','wp2_f350ef966d6a','wp2_f350ef966d6a@wp2shell.invalid','','2026-07-27 03:07:51','',0,'wp2_f350ef966d6a'),(18,'wp2_5d793e4135cc','$wp$2y$10$v9ltqalv9ufanHTDldlHYO8B3wDD0AEvustXTO80bbKvQx3zDV8hG','wp2_5d793e4135cc','wp2_5d793e4135cc@wp2shell.invalid','','2026-07-27 07:46:19','',0,'wp2_5d793e4135cc'),(19,'wp2_9abbf67fe5f5','$wp$2y$10$LipJgcsfvUb5SK74VFDOG.dFp2WC8biKZdaGALPBOqvLIW7My/q1C','wp2_9abbf67fe5f5','wp2_9abbf67fe5f5@wp2shell.invalid','','2026-07-27 08:34:50','',0,'wp2_9abbf67fe5f5'); /*!40000 ALTER TABLE `il_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'iliyafa_iliya' -- -- -- Dumping routines for database 'iliyafa_iliya' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!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 */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2026-07-29 18:09:23